
.main-top-cate{
	display: block;
}
.support{
	padding-top: 31px;
	min-height: 50vh;
}
.support .detail-title{
	display: flex;
	justify-content: center;
	align-items: bottom;
	margin-bottom: 20px;
}
.support .detail-title strong{
	font-size: 20px;
	font-weight: 500;
	letter-spacing: -1px;
	text-indent:-99999px;
}
.support-search{
	width: 50%;
	padding: 0;
	position: relative;
}
.support-search input{
	height: 30px;
	background: #f8f8f8;
	border: 1px solid #d2d2d2;
	color: #000;
	font-size: 12px;
}
.support-search input::placeholder{
	font-size: 12px;
	color:#888888;
	font-weight: 300;
	letter-spacing: -0.5px;
}
.support-search input::-webkit-input-placeholder{
	font-size: 12px;
	color:#888888;
	font-weight: 300;
	letter-spacing: -0.5px;
}
.support-search input::-moz-placeholder{
	font-size: 12px;
	color:#888888;
	font-weight: 300;
	letter-spacing: -0.5px;
}
.support-search input::-ms-input-placeholder{
	font-size: 12px;
	color:#888888;
	font-weight: 300;
	letter-spacing: -0.5px;
}
.support-search input:-ms-input-placeholder{
	font-size: 12px;
	color:#888888;
	font-weight: 300;
	letter-spacing: -0.5px;
}

.support-search .input-group-append button{
	padding: 4px 10px;
}
.support-search .input-group-append button img{
	width: 16px;
	height: 16px;
	object-fit: contain;
}
.support-search  .form-control-main{
	padding: 0 16px;
}
@media (min-width:1160px) {
	.support{
		padding-top: 32px;
	}
	.detail-title{
		border-bottom: 0;
	}
	.support .detail-title{
	margin-bottom: 30px;
	justify-content: space-between;}
	.support .detail-title strong{
		font-size: 30px;
		line-height: 1;
		padding-top: 20px;
		text-indent:0;
	}
	.support-search{
		width: 362px;
		right:0;
		padding: 0;
	}
	.support-search input{
		height: 50px;
		font-size: 18px;
	}
	.support-search .input-group-append button{
		padding: 13px 16px;
	}
	.support-search .input-group-append button img{
		width: 24px;
		height: 24px;
		object-fit: contain;
	}


	.support-search input::placeholder{
		font-size: 18px;
		color:#999999;
	}
	.support-search input::-webkit-input-placeholder{
		font-size: 18px;
		color:#999999;
	}
	.support-search input::-moz-placeholder{
		font-size: 18px;
		color:#999999;
	}
	.support-search input::-ms-input-placeholder{
		font-size: 18px;
		color:#999999;
	}
	.support-search input:-ms-input-placeholder{
		font-size: 18px;
		color:#999999;
	}
	.support-search  .form-control-main{
		padding: 0 24px;
	}
}


/* 탭메뉴 */

.support .tab-title {
	position: relative;
	font-size: 0;
	width: auto;
	height: 40px;
	background: #fff;
	box-sizing: border-box;
	border-right: 1px solid #d2d2d2;
	/* overflow-x: auto; */
}

.support .tab-title ul {
	width: 100%;
	height: 100%;
	position: relative;
}

.support .tab-title ul li {
	width: 50%;
	height: 100%;
	border-color: #d2d2d2;
	border-style: solid;
	border-width: 1px 0 1px 1px;
	background: transparent;
	display: inline-block;
	box-sizing: border-box;
	cursor: pointer;
	position: relative;
}
.support .tab-title ul li a {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	width:100%;
	height: 100%;
	font-size: 14px;
	letter-spacing:-0.4px;
	color: #767676;
	cursor: pointer;
}
.support .tab-title ul li.active{
	border-bottom: 0;
	position: relative;
}
.support .tab-title ul li.active a{
	color: var(--main-color)!important;
	font-weight: 500;
}
.support .tab-title ul li.active::after{
	position: absolute;
	content: "";
	z-index: 3;
	top: -1px;
	left: 0;
	width: 100%;
	height: 2px;
	background: var(--main-color);
}

.support .tab-inner {
	position: relative;
	width: 100%;
	height: auto;
	z-index: 3;
}

.support .tab-cont .tab-box {
	display: none;
	position: relative;
	width: 100%;
	padding-top: 10px;
	height: auto;
	z-index: 3;
}
.support .tab-cont .tab-box.active {
	display: block;
}

@media (min-width:1160px) {

	.support .tab-title {
		width: auto;
		height: 60px;
	}
	.support .tab-title ul li {
		font-weight: 500;
	}
	.support .tab-title ul li a {
		font-size: 18px;
		letter-spacing:-0.54px;
	}
	.support .tab-cont .tab-box {
		padding-top: 30px;
	}
}




.table-notice .table-header{
	width: 100%;
	height: 57px;
	background: #f6f6f6;
	border-top: 2px solid #000;
	border-bottom: 1px solid #e6e6e6;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	font-size: 0;
}
.table-notice .table-header li{
	display:inline-block;
	font-size: 16px;
	font-weight: 400;
	line-height: 57px;
	color: #555;
	text-align: center;
}
.table-notice .table-num{width: 7%;}
.table-notice .table-title{width: 67%;}
.table-notice .table-date{width: 13%;}
.table-notice .table-views{width: 13%}

.table-notice .table-content{
	width: 100%;
	font-size: 0;
}
.table-notice .table-content li{
	border-bottom: 1px solid #eeeeee;
	text-align: left;
	padding: 20px 0 20px 12px;
	cursor: pointer;
}
.table-notice .table-content li:hover{
	background:	#f8f8f8;
	font-weight: 600;
}
.table-notice .table-content .table-date{
	display: none;}
.table-notice .table-content .table-title{
	width: 100%;
	font-size: 14px;
	margin-bottom: 12px;
	line-height: 1;
	font-weight: 400;
}
.table-notice .table-content .table-date{
	width: 86px;
	font-weight: 300;
	letter-spacing: 0.5px;
	font-size: 10px;
	color: #888888;
	display: inline-block;
}
.table-notice .table-content .table-date .lg-din{margin-right: 3px;}
.table-notice .table-content .table-views{
	display: none;
	width: auto;
	font-weight: 300;
	font-size: 10px;
	color: #888888;
}
.table-notice .table-content li.notice-fixed{
	background: #fef6f8;
}



@media (min-width:1160px) {

	.table-notice .table-content{
		border-top: 0;
	}
	.table-notice .table-content li{
		width: 100%;
		height: 58px;
		padding: 0;
		font-size: 0;
	}
	.table-notice .table-content li div{
		height: 100%;
		display: inline-block;
		line-height: 58px;
		text-align: center;
	}
	.table-notice .table-content li .table-num{
		display: inline-block;
		width: 7%;
		font-size: 16px;
		font-weight: 400;
	}
	.table-notice .table-content li .table-title{
		width: 67%;
		text-align: left;
		font-size: 16px;
		padding-left: 40px;
		font-weight: 400;
	}
	.table-notice .table-content .table-title{
		line-height: 58px;
	}
	.table-notice .table-content li .table-date{
		width: 13%;
		font-size: 16px;
		color: #000;
		font-weight: 400;
	}
	.table-notice .table-content li .table-views{
		display: inline-block;
		width: 13%;
		font-size: 16px;
		color: #000;
		font-weight: 400;
	}
	.table-notice .table-content li.notice-fixed{
		background: #fef6f8;
	}
}


.table-faq {
	width: 100%;
	height: auto;
}

.table-faq ul.table-category {
	width: auto;
	display: flex;
	justify-content: start;
	flex-wrap: wrap;
	margin:0;
	padding-bottom: 30px;
	width: 100%;
	position: relative;
}
.table-faq ul.table-category::after{
	position: absolute;
	bottom: 0;
	left: -14px;
	width: calc(100% + 28px);
	height: 10px;
	content:"";
	background: #f8f8f8;
}
.table-faq ul.table-category li {
	width: calc(100% / 3);
	padding-right: 0;
	box-sizing: border-box;
	cursor: pointer;
	position: relative;
	margin-bottom: 0;
}
.table-faq ul.table-category li a {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	width:auto;
	height: 40px;
	padding: 0 10px;
	font-size: 13px;
	letter-spacing:-1px;
	color: #000;
	background: #fff;
	border-right: 0.5px solid #e6e6e6;
	border-bottom: 0.5px solid #e6e6e6;
	cursor: pointer;
	border-radius: 0;
}
.table-faq ul.table-category li:nth-child(-n+3) a{
	border-top: 0.5px solid #e6e6e6;
}
.table-faq ul.table-category li:nth-child(3n+1) a{
	border-left: 0.5px solid #e6e6e6;
}
.table-faq ul.table-category li.active a {
	color: #fff;
	background:var(--main-color);
	border-color:var(--main-color);
}


@media (min-width:1160px) {
	.table-faq ul.table-category::after{
		height: 0;
	}
	.table-faq ul.table-category {
		width: auto;
		display: flex;
		justify-content: start;
		flex-wrap: nowrap;
		margin: 0;
	}
	.table-faq ul.table-category li {
		width: auto;
		padding-right: 5px;
		box-sizing: border-box;
		cursor: pointer;
		position: relative;
		margin-bottom: 0;
	}
	.table-faq ul.table-category li a {
		display: flex;
		flex-direction: row;
		justify-content: center;
		align-items: center;
		width:auto;
		height: 40px;
		padding: 0 14px;
		font-size: 16px;
		letter-spacing:-0.4px;
		color: #000;
		background: #fff;
		border: 1px solid #d0d0d0;
		cursor: pointer;
		border-radius: 50px;
	}
	.table-faq ul.table-category li.active a {
		color: #fff;
		background:var(--main-color);
		border-width:0;
	}
}


.support .accordion{
	position: relative;
	border-bottom: 0.5px solid #eeeeee;
}
.support .accordion-item{
	background-color: transparent;
	border: 0;
	border-bottom: 0.5px solid #eeeeee;
}
.support .accordion-button{
	width: 100%;
	height: auto;
	background-color: transparent;
	font-weight: 500;
	font-size: 12px;
	padding: 15px 0;
	line-height: 18px;
}

.support .accordion-button .faq-category{
	float: top;
	font-weight: 600;
	font-size: 11px;
	display: block;
	margin-bottom: 5px;
}
.support .accordion-button .faq-question{
	font-weight: 400;
	font-size: 13px;
	padding-right: 30px;
	word-break: normal;
}
.support .accordion-item .accordion-body{
	background: #f8f8f8;
	font-size: 12px;
	line-height: 16px;
	margin-bottom: 10px;
}
.support .accordion-button:not(.collapsed){
	background: transparent;
	border-bottom: none;
	padding:15px 0;
	color: #000;
	box-shadow:none;
}
.support .accordion-button:not(.collapsed)::after {
	background-image: url("../images/icons/carousel-arrow.png");
	transform: rotate(-180deg);
}
.support .accordion-button::after {
	flex-shrink: 0;
	width: 13px;
	height: 7px;
	margin-left: auto;
	content: "";
	background-image: url("../images/icons/carousel-arrow.png");
	background-repeat: no-repeat;
	background-size: contain;
	transition: transform 0.2s ease-in-out;
}

@media (min-width:1160px) {
	.support .accordion{
		position: relative;
		border-top: 2px solid #000;
		border-bottom: 1px solid #eeeeee;
	}
	.support .accordion-item{
		background-color: transparent;
		/* border-bottom: 1px solid #eeeeee; */
	}


	.support .accordion-button{
		width: 100%;
		height: auto;
		background-color: transparent;
		font-weight: 500;
		font-size: 12px;
		padding: 30px 29px;
		line-height: 18px;
	}
	.support .accordion-button .faq-category{
		float: left;
		font-weight: 500;
		display: block;
		font-size: 16px;
		margin-bottom: 0;
	}
	.support .accordion-button .faq-question{
		font-weight: 400;
		padding-left: 170px;
		font-size: 20px;
		letter-spacing: -0.5px;
	}


	.support .accordion-item .accordion-body{
		background: #f8f8f8;
	    padding: 0 30px 30px 195px;
	    margin-bottom: 0;
	}

	.support .accordion-item .accordion-body > div{
		background: transparent;
		font-size: 16px;
		padding: 21px 23px;
		line-height: 26px;
		border: 1px solid #e0e0e0;
	}

	.support .accordion-button:not(.collapsed){
		background:#f8f8f8;
		padding: 30px 29px;
		color: #000;
	}

	.support .accordion-button:not(.collapsed) .faq-question{
/* 		padding-left: 140px; */
		color: var(--main-color);
	}
	.support .accordion-button:not(.collapsed)::after {
		background-image: url("../images/icons/collapse-minus.png");
		width: 21px;
		height: 21px;
		background-size:contain;
	}
	.support .accordion-button::after {
		flex-shrink: 0;
		width: 21px;
		height: 21px;
		margin-left: auto;
		content: "";
		background-image: url("../images/icons/collapse-plus.png");
		background-repeat: no-repeat;
		background-size: contain;
		background-position: 50% 50%;
		transition: transform 0.2s ease-in-out;
	}


}

.button-faq .btn-main{
	padding: 20px 96px;
	font-size: 18px;
}

.button-faq{
    padding-top: 20px;
    margin-bottom: 30px;
}
.button-faq div:first-child{
    font-size: 14px;
    padding-bottom: 15px;
}
.button-faq .btn-main{
    padding: 15px 50px;
    font-size: 15px;
}
@media (min-width:1160px) {
    .button-faq{
        padding-top: 50px;
        margin-bottom: 30px;
    }
    .button-faq div:first-child{
        font-size: 16px;
        padding-bottom: 20px;
    }
    .button-faq .btn-main{
        padding: 20px 96px;
        font-size: 18px;
    }
}