@charset "utf-8";

.contInner{padding: 10px 15px;}
.contInner h2{font-size: 1.4em;text-align: center;margin-bottom: 12px;font-weight: 500;color: #000;}
.contInner h2:after{content:"";display:block;height: 1;background: linear-gradient(300deg, #e72e33 0, #e9854a 100%);margin: 10px 0;}
.contInner dl{display: flex;margin: 7px 0;line-height: 35px;}
.contInner dt{width: 35%;font-size: 1.05em;/* font-weight: 600; */color: rgba(0,0,0,1);letter-spacing: -0.03em;}
.contInner dd{ width: 70%; }
.contInner.up_pw dl{display: block; margin: 0 0 10px;}
.contInner.up_pw dt,
.contInner.up_pw dd{width:100%; }	
.contInner dd p, 
.contInner dd textarea,
.contInner dd input{display: block;width: 100%;height: 35px;border: 1px solid #ced4da;font-size: 1em;color: rgba(0,0,0,.8);border-radius: 3px;}
.contInner dd input.datePick{padding-left: 25px;}		
.contInner dd.card input{width:23.5%; margin-right:2%;}
.contInner dd.half input{width:49%;}
.contInner dd.card input:last-child{margin-right:0;}
.contInner dd input[type="radio"]{margin: 10px 5px;}
.contInner dd textarea.memo{height: 70px;vertical-align: text-top;padding: 10px;}
.contInner .searchWrap input{width: 395px; padding-left: 40px; border: 0;}		
.contInner .searchWrap a{ height: 36px; border-radius: 5px; padding: 6px 0;}
.contInner .datePickWrap{position: relative;}
.contInner .datePickWrap span{position: absolute;display: block;top: 6px;left: 5px;}
.contInner .datePickWrap span img{width: 18px; filter: invert(40%);}
.contInner .datePickBtn{display: block;width: 70px;height: 35px;background: #b8b8b8;border-radius: 3px;margin-left: 3px;text-align: center;}
.contInner .datePickBtn a{display: block; color: #fff; font-size: 1em;}
.contInner span.gapTxt{display: inline-block;width:20px;line-height: 35px;text-align: center;}
#container2 .payslip{width: 92%; margin: 20px auto;}
.contInner .payslip textarea{display: block;width: 79%;height: 30px;border: 1px solid #ced4da;font-size: 1em;color: rgba(0,0,0,.6);padding:5px 10px;}
.contInner .payslip span{display: block;width: 20%;margin-left:1%;height: 30px;background: #939396;font-size: 1em;color: #fff;border-radius: 3px;text-align: center;line-height: 30px;}

.contInner .listTxt{background: #f0f0f0; padding: 10px; margin: 15px 0;}
.contInner .listTxt a{position: relative; display: flex; line-height: 24px; height: 24px; overflow: hidden;}
.contInner .listTxt a p{display: block;float: left;width:22%;font-size: 1.1em;color: rgba(0,0,0,1);font-weight: 500; text-overflow: ellipsis; -webkit-line-clamp: 1; -webkit-box-orient: vertical; overflow: hidden;}
.contInner .listTxt a p.pdName{width:38%;}
.contInner .listTxt a p.time{width:40%;text-align: right;}
.contInner .listTxt a p.time span{font-size: 0.9em; color: rgba(0,0,0,.6); letter-spacing: -0.05em;}
	
/* login */
.loginWrap{position:relative;width:100%;height: 100vh;}
.loginWrap .loginBox{position: fixed;overflow: hidden;top: 45%;left: 50%;width: 80%;padding: 15% 0;transform: translate(-50%,-45%);z-index: 100;}
.loginWrap h2{width: 25%;margin: 0 auto;margin-bottom: 30px;}
.loginWrap h2 img{width: 100%;}
.loginWrap .form-group{display:table;width: 100%;margin: 0 auto;}
.loginWrap .form-group p{position: relative;}
.loginWrap .form-group input{width:100%;border:0;height: 45px;box-sizing:border-box;padding-left: 15px;border-radius: 5px;margin: 5px 0; border:1px solid #e7e7e7}
.loginWrap .form-group span.del{position: absolute;display: block;top: 0;right: -5px;width: 50px;height: 50px;background: url('../images/contents/icon_x.png') 50% 50% no-repeat;background-size: 30%;}
.loginWrap .btnLogin{display:block;width:100%;line-height:50px;background: linear-gradient(300deg, #172aa0 0, #324df2 100%);color:#fff;text-align:center;margin: 20px auto 0;border-radius: 8px;transition-duration:0.3s;}
.loginWrap .checkbox{ margin-top: 10px;}
.loginWrap .checkbox input{ width: 18px; height: 18px; margin-right: 5px;}
.loginWrap .checkbox label {font-size: 14px;line-height: 18px;color: #797979;}
.loginWrap .copy{position: fixed;left: 10%;bottom: 20px;width: 80%;}
.loginWrap .copy p.copy_btn{display:block;text-align: center;}
.loginWrap .copy p.copy_btn span{}
.loginWrap .copy p.copy_btn img{width: 13px; transform: rotate(90deg); margin: 3px 5px; transition-duration:0.3s;}
.loginWrap .copy .copy_list{display:none;position:absolute;left:0;bottom: 25px;width: 100%;padding: 10px 15px;border-radius: 8px;background: #eceef3; font-size: 0.9em; line-height: 1.5;}
.loginWrap .copy p.copy_btn.on img{width: 13px; transform: rotate(-90deg); margin: 3px 5px;}
.loginWrap .copy span{}
.loginWrap .membership{margin-top: 20px;text-align: center;font-size: 12px;line-height: 18px;color: #797979;}
.loginWrap .membership a{font-weight: bold;line-height: 18px;color: #000;}
.loginWrap .membership a img{width: 13px; transform: rotate(180deg); margin: 3px 5px; transition-duration:0.3s;}

#receiptIfrm{width: 100%; height: 83%;}
#dnlRcpt{display: none; background: #fff; text-align: center; width: 100%; height: 83%; overflow-y: scroll;}

.ui-datepicker{z-index: 999 !important;}

table.table_nomal{width:100%;text-align:center;}
table.table_nomal thead tr th, 
table.table_nomal thead tr td{border-top:1px solid #e9ebec;background-color:#f3f6f9;color:rgba(0,0,0,1);border-bottom:1px solid #e9ebec;font-size: 16px;font-weight:600;padding: 12px 0;}
table.table_nomal thead tr td{border-top: none;}
table.table_nomal tbody tr{}
table.table_nomal tbody tr td{height: 40px;font-size: 15px;border-bottom:1px solid #e9ebec;border-right:1px solid #e9ebec;color:rgba(0,0,0,.6);line-height: 40px;}
table.table_nomal tbody tr td:last-child{border-right: none;}
table.table_nomal tbody tr:nth-child(even),
table.tui-grid-table tbody tr:nth-child(even) td{background: #fafbfd !important;}
table.tui-grid-table tbody tr:last-child td{}
.tui-grid-header-area table.tui-grid-table tbody tr:nth-child(1) td{background: #f3f6f9 !important;}
.tui-grid-cell{border-right-width: 1px !important;}

.pagerWrap{display: table; margin: 20px auto 10px;}
.pagerWrap ul{display: flex;}
.pagerWrap ul li{margin: 0 3px;}
.pagerWrap li a{ display: block; width: 40px; height: 40px; font-size: 16px; color: #000; font-weight: 500; border: 1px solid #e9ebec; border-radius: 3px; text-align: center; line-height: 40px; font-family: "Poppins", sans-serif; transition-duration:0.3s;}
.pagerWrap li a.on{color: #fff; background:#333; border: 1px solid transparent;}
.pagerWrap li a.prev, 
.pagerWrap li a.next{background: url('../images/contents/arrow.png') 50% 50% no-repeat;}
.pagerWrap li a.next{transform: rotate(-180deg);}

/*index*/
.mainTop{ width: 100%; padding: 10px; background: #fff;}
.mainTop p{font-size: 14px;line-height: 1;}
.mainTop p span{}
.mainTop p.txtB{font-size: 16px; margin-top: 8px;}
.main_cont{padding:3.3%;}
.main_cont .payInner{padding: 18px 0;text-align: center;border-radius: 10px;margin-bottom: 12px;}
.payInner ul{display: flex;}
.payInner ul li{width: 50%;}
.payInner ul li p{color: #fff;font-size: 1.1em;}
.payInner ul li p.txtB{margin-top: 12px;font-size: 1.2em;}
.payInner ul li span{font-size: 1.2em; margin-right: 3px;}
.main_cont .payBtn{display: flex;flex-wrap: wrap;gap: 3%;}
.payBtn a{flex-basis: 48.5%;display: flex;flex-direction: column;min-height: 150px;border-radius: 20px;text-align: center;font-size: 1.15em;color: #000; background: #fff; border-radius:15px; box-shadow: 0 3px 10px 4px rgba(0, 0, 0, .1);}
.payBtn a p{display: block;width: 50%;height: 80px;margin: 20px auto 15px;background: url('../images/contents/main_btn01.png') 50% 50% no-repeat;background-size: contain;}
.payBtn a:nth-child(2) p{background: url('../images/contents/main_btn02.png') 50% 50% no-repeat; background-size: contain;}

.main_btm{ position: fixed; left: 2.5%; bottom: 3%; width: 95%; display: flex;}
.main_btm a{width: 33.333%;text-align: center;font-size: 14px;display: block;}
.main_btm a p{ display: block; width: 80px; height: 80px; margin: 0 auto 20px; background: #fff url('../images/contents/main_btm01.png') 50% 50% no-repeat; background-size: contain; border-radius: 50%; box-shadow: 0 3px 10px 4px rgba(0, 0, 0, .05);}
.main_btm a:nth-child(2) p{background: #fff url('../images/contents/main_btm02.png') 50% 50% no-repeat; background-size: contain;}
.main_btm a:nth-child(3) p{background: #fff url('../images/contents/main_btm03.png') 50% 50% no-repeat; background-size: contain;}

h3.titSub{font-size: 1.2em; font-weight: 500; margin: 0 5px 10px;}
h3.titSub span{display: block;font-size: 0.85em;font-weight: 400;margin-top: 5px;}
.etc_btn{width: 100%;margin: 20px auto; position: relative;}
.etc_btn ul{display: flex; flex-wrap: wrap;}
.etc_btn li{flex-basis:25%;display: flex;flex-direction: column;}
.etc_btn li a{font-size: 0.95em;text-align: center;font-weight: 500;}
.etc_btn li a p{width:50px;height:50px;border-radius:50%;margin: 0 auto 5px;}
.etc_btn li a p.qr{background: #ee5a3f url('../images/common/icon_qr.png') 50% 50% no-repeat;background-size: 45%;}
.etc_btn p.txt{ position: absolute; top: 15px; right: 5px; font-size: 0.95em; letter-spacing: -0.03em;}

.etc_qr{width: 100%;margin: 15px auto 70px;}
.etc_qr dl{display: flex; height: 50px; align-items: center;}
.etc_qr dt{margin-right:10px;}
.etc_qr dt a{display: block; width: 50px;height: 50px; border-radius:50%; background: #ee5a3f url('../images/common/icon_qr.png') 50% 50% no-repeat; background-size: 45%;}
.etc_qr dt img{width: 100%;}
.etc_qr dd p{font-size: 0.9em;color: rgba(0,0,0,1);font-weight: 400;line-height: 1.3;}
.etc_qr dd p:nth-child(1){font-size: 0.95em;color: #e8363c;font-weight: 600;margin-bottom: 3px;}

.paystat{position: relative;margin-bottom:15px;}
.paystat dl{display: flex;}
.paystat dt{width: 18%;}
.paystat dt p{display: block;width: 40px;height: 40px;background: url('../images/contents/logo_icon.png') 50% 50% no-repeat;border-radius: 50%;}
.paystat dd{width: 82%;}
.paystat dd ul{}
.paystat dd p{ display: inline-block; font-size: 1em; color: rgba(0,0,0,.6);}
.paystat dd div.txtb p:first-child{overflow: hidden; text-overflow: ellipsis; white-space: nowrap; word-break: break-all; width: 55%;}
.paystat dd p.line:after { content: ""; float: right; width: 1px; height: 10px; margin: 2px 8px; background: rgba(0, 0, 0, .2);}
.paystat dd .txtb{margin-top: 8px;  font-size: 1.15em;}
.paystat dd .txtb p{font-weight: 500; color: rgba(0, 0, 0, 1);}
.paystat dd .txtb p:nth-child(2){float: right; color: #396cf6;}
.paystat a.paybtn{display: block;position: absolute;right: 8px;top: 8px;width: 15px;height: 15px;background: url('../images/common/icon_dots.png') 50% 50% no-repeat;background-size: cover;}

.searchDate,
.searchInner{width: 100%; background: #fff; padding: 12px;}
.searchDate p.day{ font-size: 1.1em; text-align: center; color: rgba(0,0,0,.6); font-weight: 500; margin-bottom: 8px;}
.searchDate .list{display: flex; gap: 5px;}
.searchDate .list div{flex-basis: 40%;background: #f4f4f4;padding: 10px;border-radius: 5px;}
.searchDate .list div:nth-child(2){flex-basis: 60%;}
.searchDate .list p.tit{ color: rgba(0, 0, 0, 1); font-weight: 500; font-size: 1em;}
.searchDate .list p{display: inline-block;font-size: 0.9em;color: rgba(0, 0, 0, .6);}
.searchDate .list p span{font-size: 1.1em; color: rgba(0, 0, 0, 1); font-weight: 500;}

.searchInner h4,
.infoInner h4{font-size: 1.05em;font-weight: 600;color: rgba(0,0,0,1);margin-bottom: 10px;}
.searchInner .dayBox{display: flex;gap: 5px;}
.searchInner .dayBox span{ flex-basis: 20%; text-align: center;}
.searchInner .dayBox span a{display:block; font-size: 1em; background: #f4f4f4; height: 30px; line-height: 30px; border-radius: 5px;}
.searchInner .dayBox span a.on{background: linear-gradient(300deg, #172aa0 0, #324df2 100%)!important; color:#fff;}
.searchInner .dayBox span:last-child a{background: #f4f4f4 url('../images/common/icon_calendar.png') 50% 50% no-repeat; background-size: 16px;}
.searchInner .dayBox2{display: flex;margin: 10px 0;text-align: center;}
.searchInner .dayBox2 p{flex-basis: 45%;background: #f4f4f4;padding: 10px;border-radius: 5px;}
.searchInner .dayBox2 span.gapTxt{display: inline-block;width: 10%;line-height: 35px;}   
.searchInner .searchBox{width: 100%;height: 35px;background: #f3f3f9;border-radius: 5px;}
.searchInner .searchBox input {border: none;width: calc(100% - 35px);height: 35px;background: #f4f4f4;font-size: 14px;color: #000;box-shadow: none;border-radius: 5px;}
.searchInner .searchBox input::placeholder{color: rgba(0, 0, 0, .7);}
.searchInner .searchBox a{float: right;width: 35px;height: 35px;color: #fff;border-radius: 0 5px 5px 0;text-align: center;padding: 8px 0;}
.searchInner .searchBox a img{filter: invert(40%);width: 20px;}

.infoBox{margin: 10px; padding: 12px 15px;}
.infoBox dl{display: flex;width: 100%;position: relative;line-height: 46px;}
.infoBox dt{width: 46px;height: 46px;background: linear-gradient(300deg, #172aa0 0, #324df2 100%);border-radius: 23px;margin-right: 15px;text-align: center;}
.infoBox dt img{ width: 30px; filter: invert(100%); margin-top: 6px;}
.infoBox dd{}
.infoBox dd span{font-size: 1em; color: rgba(0,0,0,.7);}
.infoBox dd span.name{ font-size: 1.15em; color: rgba(0,0,0,1); font-weight: 500; margin-right: 5px;}
.infoBox dd span.out{ right: 0; position: absolute;}

.infoInner{ width: 100%; background: #fff; margin-top: 10px; padding: 15px;}
.infoInner ul{background: #f4f4f4; border-radius: 8px;}
.infoInner li{border-bottom: 2px solid #fff;}
.infoInner li a{position: relative;display: block;font-size: 1.15em;padding: 0 15px;line-height: 40px;}
.infoInner li a span{position: absolute;top: 13px;right: 10px;display: block;width: 14px;height: 14px;background: url('../images/common/icon_arrow.png') no-repeat;background-size: cover;transform: rotate(180deg);}

.noticInner{width: 100%;background: #fff;margin-top: 10px;padding: 18px 15px;}
.noticInner dl{border-top: 1px solid #e7e7e7;padding-top: 15px;margin-bottom: 15px;}
.noticInner dl:first-child{ border-top: 0; padding-top: 0;}
.noticInner dl:last-child{ margin-bottom: 0;}
.noticInner dl.view{border-bottom: 2px solid #e7e7e7 !important; padding-bottom:15px;}
.noticInner dt{ font-size: 1.15em; color: rgba(0,0,0,1); margin-bottom: 5px; font-weight: 500;}
.noticInner dd{ font-size: 1em; color: rgba(0,0,0,.7);}

.notic_cont{text-align: left;}
.notic_cont img{width: 100% !important; height: auto !important;}

.descReq{color: #b8b8b8; float: right; margin-top: -20px; font-size: 8.5pt;}

.pmtTop{margin-bottom:20px;}
.pmtTop h3{ font-size: 1.1em; color: #000; font-weight: 500;}
.pmtTop ul{ display: flex; flex-wrap: wrap; gap: 2%;}
.pmtTop li{width:49%;background: #324df2;border-radius: 5px;padding: 10px;margin-top: 8px;font-size: 1em;font-weight: 400;color: rgba(255,255,255,1);}
.pmtTop li:last-child{flex-basis: 100%; background: #172aa0;}
.pmtTop li span{margin-left: 2px;}
.pmtTop li span.txtB{ font-size: 1.1em; font-weight: 500; color: rgba(255,255,255,1);}
.pmtTop li p{ display: inline-block; float: right; color: rgba(255,255,255,.7);}

.pmtCont{margin-bottom:20px;padding: 20px 0 25px;text-align: center;}
.pmtCont dl{}
.pmtCont dt{ font-size: 1.1em; font-weight: 600; margin-bottom: 8px;}
.pmtCont dt p{display: block;width: 100px;height: 100px;margin: 0 auto 15px;background: #eff1f6 url('../images/contents/main_btn02.png') 50% 50% no-repeat;background-size: 70%;border-radius: 50%;}
.pmtCont dd{font-size: 1em;}

.pmtBtm{padding: 8px 12px;}
.pmtBtm ul{}
.pmtBtm li{font-size: 0.95em;line-height: 24px;}
.pmtBtm li:first-child{border-bottom: 1px solid #e5e5e5;padding-bottom: 5px;margin-bottom: 5px;font-weight: 600;font-size: 1em;}
.pmtBtm li input{margin: 5px 5px 0 0;}
.pmtBtm li span{ float: right; display: inline-block; background: #ddd; padding: 0 5px; border-radius: 3px; height: 20px; line-height: 20px; font-size: 0.9em; cursor:pointer;}

.pmtSelect{margin-top: 15px; padding: 12px 15px;}
.pmtSelect dl{display: flex;width: 100%;position: relative;line-height: 46px; align-items: center;}
.pmtSelect dt{text-align: center;margin-right:15px;}
.pmtSelect dt p{width: 80px;height: 80px;background: linear-gradient(300deg, #172aa0 0, #324df2 100%);border-radius: 50px;}
.pmtSelect dt img{width: 100%;}
.pmtSelect dd{}
.pmtSelect dd p{ font-size: 0.95em; line-height: 16px; font-weight: 600; color: rgba(0,0,0,.7);}
.pmtSelect dd p:nth-child(1){color: #e8363c;}
.pmtSelect dd p:nth-child(2){ font-size: 1.2em; color: rgba(0,0,0,1); margin: 5px 0 10px;}
.pmtSelect dd p:nth-child(3){ font-weight: 400;}

.pmtBtm2{ font-size: 0.9em; color: rgba(0,0,0,.7); text-align: center;}
.pmtBtm2 a{ display: table; margin: 10px auto; background: #77787b; padding: 10px; border-radius: 5px; font-size: 1em; color: #fff;}

/* 개인정보처리방침 */
.memRules{}
.memRules dl{margin: 5px 0 20px;}
.memRules dl:last-child{margin-bottom: 5px;}
.memRules dt{font-size: 1em;color: #000;font-weight: 500;line-height: 1.4;}
.memRules dd{font-size: 0.95em;margin-top: 10px;color: #333;line-height: 1.5;}


.pop-modal {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 95%;
	max-width: 95%;
	height: auto;
	z-index: 2000;
	visibility: hidden;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}

.pop-show {	visibility: visible;}

.pop-overlay {position: fixed; width: 100%; height: 100%; visibility: hidden; top: 0; left: 0; z-index: 1000; opacity: 0; background: rgba(0,0,0,0.7);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.pop-show ~ .pop-overlay {opacity: 1; 	visibility: visible;}

/* Content styles */
.pop-content {color: #000;background: #f3f3f9;position: relative;border-radius: 15px;margin: 0 auto;padding: 15px 20px 0;overflow: hidden;overflow-y: auto;}
#pop_pwUpdate .pop-content{height: 370px; }
.pop-content h2{font-size: 20px;color: #000;font-weight: 500;padding-left: 10px;}
.pop-content .pop-close{position: absolute;top: 15px;right: 15px;width: 24px;height: 24px;background: url('../images/contents/popClose.png') no-repeat;}
.pop-content .pop-date{width: 100%;background: #fff;padding: 10px 15px;border-radius: 15px;box-shadow: 0 3px 10px 4px rgba(0, 0, 0, .05);margin: 15px 0;}
.pop-date dl{display: flex;margin: 5px 0;line-height: 32px;}
.pop-date dt{width: 30%;font-size: 16px;font-weight: 600;color: rgba(0,0,0,1);}
.pop-date dd{ width: 70%; }		
.pop-date dd p, 
.pop-date dd input{display: block;width: 100%;height: 32px;border: 1px solid #ced4da;font-size: 14px;color: rgba(0,0,0,.6);border-radius: 5px;padding:0 10px;}		
.pop-date dd input[type="radio"]{margin:11px 5px;}		
.pop-date .searchWrap input{width: 395px; padding-left: 40px; border: 0;}		
.pop-date .searchWrap a{ height: 36px; border-radius: 5px; padding: 6px 0;}
.pop-date .datePickWrap span{width: 34px;height: 34px;padding-top: 7px;}
.pop-date .datePickWrap span img{width:20px;}

.pop-date .descReq{color: #b8b8b8; float: right; margin-top: -30px; font-size: 8.5pt;} 

/* 이용가이드 */

[ripple] {z-index: 1; position: relative; overflow: hidden;}
[ripple] .ripple { position: absolute; background: #FFFFFF; width: 12px; height: 12px; border-radius: 100%; -webkit-animation: ripple 1.6s; animation: ripple 1.6s;}

@-webkit-keyframes ripple {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0.2;
  }
  100% {
    -webkit-transform: scale(40);
            transform: scale(40);
    opacity: 0;
  }
}

@keyframes ripple {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0.2;
  }
  100% {
    -webkit-transform: scale(40);
            transform: scale(40);
    opacity: 0;
  }
}

.guideTabs {position: relative; margin:15px;}
.tabs-header {position: relative; overflow: hidden;}
.tabs-header .border { position: absolute; bottom: 0; left: 0; background: linear-gradient(300deg, #172aa0 0, #324df2 100%); border-radius: 5px; width: auto; height: 32px; -webkit-transition: 0.3s ease; transition: 0.3s ease;}
.tabs-header ul { display: flex; flex-wrap: wrap; gap: 1.5%;}
.tabs-header li { flex-basis: 18.8%; display: flex; flex-direction: column; background: #fff; height: 32px; border-radius: 5px; -webkit-transition: 0.3s ease; transition: 0.3s ease;}
.tabs-header a { z-index: 1; display: block; box-sizing: border-box; color: rgba(0,0,0,.7); font-weight: 500; text-align: center; line-height: 32px;}
.tabs-header .active a{color:#fff;}
.tabs-content { position: relative; -webkit-transition: 0.3s ease; transition: 0.3s ease; }
.tabs-content .tab { display: none;}
.tabs-content .tab .tabBox{background:#fff; padding:15px; margin:15px 0; box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .05);}
.tabs-content .tab.active {display: block;}
.tabs-content h4{font-size: 1.1em;font-weight: 600;color: rgba(0,0,0,1);}
.tabs-content .txtS{ font-size: 1em; color: #333; line-height: 1.5; margin : 8px 0 15px;}
.tabs-content .txt{ font-size: 1em; color: #000; line-height: 1.8;margin:20px 0 10px;}
.tabs-content p img{ width:100%; }

