@charset "UTF-8";

@import url(./base.css);
@import url(./reset.css);
@import url(./fonts.css);
@import url(./style.css);
@import url(./common.css);


.article{
	padding-top:100px;
	padding-bottom:100px;
}

/* .article:last-child{ */
/* 	padding-bottom:80px; */
/* } */
#support-section-02.article {
	padding-top:200px;
	padding-bottom:200px;
}
/***********230424_css 추가 박지훈**********/
#resource_search .question-wrap { border-top:1px solid #c9c9c9; padding:32px 0; }


/***********230419_css 추가 박지훈**********/
#resource_search { padding:112px 0; background:#f9fafc; text-align:center; margin-top:83px; }
#resource_search input { height:100%; background:transparent; padding-left:60px; font-size:24px; }
#resource_search input::placeholder { font-size:24px; color:#afaebe; }
#resource_search .input { width:100%; height:80px; margin:48px auto 0 auto; border-radius:100px; max-width:1120px; }
#resource_search .input_head_text { font-size:42px; font-weight:bold; letter-spacing:-1px; }

#resource_search input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0 1000px #fff inset;
	-webkit-border-radius:100px;
}

#resource_search .input.has-border { border:1px solid #343639; }
#resource_search .question-wrap { border-top:1px solid #000; }
#resource-tab .button { padding:0; }
#resource-tab .toggle-icon-box { display:inline-block; vertical-align:middle; margin:0 15px 0 12px; height:auto;}

#resource-tab .tab__item.active { background:#fde7eb; border-radius:100px; color:#ed4559;  }


@media all and (max-width:1023px){
	#resource_search {
		padding:100px 0;
	}
	
	#support-section-02.article {
		padding-top:100px;
		padding-bottom:100px;
	}
	#resource_search .input {
		height:60px;
	}
	#resource_search .input_head_text {
		font-size:32px;
	}
	#resource_search input::placeholder {
		font-size:20px;
	}
}
@media screen and (max-width:767px){
	.article{
		padding-top:60px;
		padding-bottom:60px;
}
	#resource_search {
		padding:60px 0;
	}
	#support-section-02.article{
		padding-top:60px;
		padding-bottom:60px;
	}
	#resource_search .input {
		height:50px;
	}
	#resource_search .input_head_text {
		font-size:28px;
	}
	#resource_search input::placeholder {
		font-size:16px;
	}
	.search__button {
		width:28px;
	}
	.search__button img {
		width:83%;
		margin:-1px 0 0 -12px !important;
	}
	#resource_search input {
		font-size:16px;
		padding-left:16%;
	}
}
@media all and (max-width:767px){

	#resource-tab .tab__item.active { background:#fde7eb; border-radius:100px; padding:0; color:#ed4559; width:139px; height:56px; }
}


/* banner */

.main-search-wrap {
	height:80px;
	margin-top:48px;
	padding:24px 32px;
	border:1px solid #343639;
	border-radius:100px;
	background-color:#fff;
}
.search_img_box {
	float:left;
}
.search_box::placeholder {
	color:#afaebe;
}
.search_box {
	float:left;
	width:95%;
	margin-top: 5px;
    margin-left: 16px;
}

@media screen and (max-width:1023px) {
	.search_box {
		width:80%;
	}
}

.fqa_title_box {
	margin-bottom:32px;
}

.fqa_title {
	float:left;
	margin-top:5px;
	color:#1d1c22;
	font-size:24px;
	font-weight:700;
}
.fqa_read_more {
	float:right;
	margin-top:12px;
	font-weight:500;
	color:#ed4559;
}
.fqa_btn {
	display:inline-block;
	margin-left:4px;
}
.card-wrap{
	margin-bottom:32px;
}
.card__item{
	float:left;
	margin-right:2%;
	border:2px solid #dedee9;
	border-radius:10px;
	position:relative;	
	width:32%;
	padding-top: 16%;
	margin-bottom: 2%;
	background-color:#f9fafc;
}
.card__item:nth-child(3n),
.card__item:last-child{
	margin-right:0;
}
.card__item:hover {
    box-shadow: 0px 8px 16px rgba(0,0,0,0.08);
    transition: .3s;
}

.card__inner{	
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height:100%;
    padding: 16px 40px;
}
.inner_box {
	padding:24px 0;
}
.card__inner img{
	width:40px;
	margin-bottom:16px;
}

.card__title{
	font-weight:600;
	font-size:24px;
	color:#343639;
	word-break:keep-all;
}

.text-wrap {
    margin-bottom:16px;
    word-break: keep-all;
}
.text-wrap p{
	margin-bottom:4px;
}
.text-wrap p:last-child{
	margin-bottom:0;
}
.text-wrap h3 {
    color: #333;
    text-align: center;
}
.is-remark {
    color: #8a8a9d;
}


.card__title{
	color:#1d1c22;
}

.card__txt {
	text-align:left;
}

.contents-wrap{
	float:left;
}


@media screen and (max-width:1023px) {
	.container {
		padding: 0 24px;
	}
	.inner_box {
		padding:8px 0;
	}
	.card__item {
		width:49%;
	}
	.card__item:nth-child(3n) {
		margin-right:2%;
	}
	.card__item:nth-child(2n) {
		margin-right:0;
	}
	.card__title {
		font-size:22px;
	}
	#support-section-02 .inner_box, #support-section-02 .inner_box .card__title {
		text-align:center;
	}
}

@media screen and (max-width:890px) {
	.inner_box {
		padding:0;
	}
}

@media screen and (max-width:767px) {
	#support-section-02 .card__inner {
		text-align:left;
	}
	.card__item {
		float:unset;
		width:100%;
		margin-right:0;
		text-align:center;
	}
	
	.card__title {
		font-size:20px;
		text-align:left;
	}
	.btn-search {
		padding:10px 14px;
		font-size:14px;
	}
	.card__button-wrap .btn-search img {
		width:16px;
		height:16px;
	}

}

@media all and (max-width:600px){	
	#support-section-02 .card__item{
		width:100%;
		padding-top: 30%;
		margin-bottom:24px;
	}

}

@media all and (max-width:480px){	
	#support-section-02 .card__item{
		width:100%;
		padding-top: 36%;
		margin-bottom:24px;
	}
	#support-section-02 .card__item:last-child{
		margin-bottom:0;
	}
}

/* detail */
.snb{
	margin-bottom:64px;
}
#category-wrap .tab__item{
	position:relative;
	margin-bottom:16px;
}
#category-wrap .tab__item a {
	color:#343639;
	font-weight:500;
}
#category-wrap .tab__item:last-child{
	margin-bottom:0;
}
#category-wrap .tab__item.is-active a{
	padding-left:16px;
	font-weight:600;
	color:#3a4a82;
}
#category-wrap .tab__item.is-active::before{
	content:'';
	display:inline-block;
	width:8px;
	height:1px;
	background:#3a4a82;
	
	position:absolute;
	top:50%;
	transform:translateY(-50%);	
}
#category-wrap{
    padding-right: 5%;
    transition:.7s;
    width:20%
}
#change-container {
	width:80%;
	padding-left: 5%;	
}
.customer-wrap.is-scrolled #category-wrap{
	position:fixed;
    top:15%;
    border-right:unset;
}
.customer-wrap.is-scrolled #change-container{
	float:right;
}
#change-container .icon-title-wrap{
	border-bottom: 1px solid #c4c4c4;
	padding-bottom:32px;
}

@media screen and (max-width:767px) {
	#change-container .icon-title-wrap img {
		width:48px;
	}
	#change-container .icon-title-wrap .title-wrap .main-title {
		font-size:20px;
	}
}
.icon-title-wrap .title-wrap{
	display:inline-block;
	vertical-align:middle;
}
.icon-title-wrap .title-wrap .main-title{
	font-weight: 700;
    font-size: 28px;
    line-height: 1.3;
    margin-bottom:8px;
}
.icon-title-wrap .title-wrap .is-remark{
	
}
.icon-title-wrap img{
	display:inline-block;
	vertical-align:middle;
	margin-right:16px;
}

.right-top {
    border-bottom: 1px solid #c4c4c4;
}
.question-wrap{
	padding:32px 0;
}
.question-box li{
	margin-bottom:16px;
}
.question-box li:last-child{
	margin-bottom:0;
}
.question-box img{
	vertical-align:middle;
	margin-right:8px;
	filter:opacity(1);
}

.question-item img {
	margin-right:0;
}

@media all and (max-width:768px){
	#category-wrap{
		border:1px solid gray;
		width:100%;
		margin-bottom:32px;
		padding-right:0;
		border-radius:10px;
	}
	#change-container{
		width:100%;
		border-left:none;
		float:unset;	
		padding-left:0;
	}
	#category-wrap .tab__item{
		margin-bottom:0;
		padding:8px 0;
	}
	#category-wrap .tab-menu{
		max-height:240px;
		overflow-y:auto;
	}
}


/* resource */
.toggle-icon-box{
	height:40px;
	text-align:center;
	position:relative;
	margin-bottom:8px;
}

.toggle-icon-box .is-active{
	display:none;
}
.toggle-icon-box.is-active .is-active{
	display:block;
}
.toggle-icon-box.is-active .is-default{
	display:none;
}
.toggle-icon-box > img{
	position:absolute;
	left:50%;
	top:50%;
	transform:translate(-50%,-50%);	
	width:24px;
}

@media all and (min-width:768px) and (max-width:1023px){
	#resource-tab .tab__item{
		padding:16px;
	}
	
}
@media all and (max-width:767px){
	#resource-tab{
	    overflow-x: auto;
	    width: 100%;
	    white-space: nowrap;
    }
	#resource-tab .tab__item{
		min-width:64px;
	}
	.toggle-icon-box{
		height:32px;
	}
	
	.toggle-icon-box > img{
		width:24px;
	}
	
	.card__footer .theme-download{
		font-size:14px;
		margin-top: 8px;
	}
	.card__footer .theme-download img {
		width:16px;
		height:16px;
	}
	.card__button-wrap .btn-outline {
		margin-bottom:0;
	}
	
}
#customDocument{
	color: #ee3649;
}
#customDocument .toggle-icon-box img{
	opacity:.7;
	transition:.3s;
	display:block;
}
#customDocument .toggle-icon-box.is-active img{
	opacity:1;
}

#resource-tab .tab__item {
	font-weight:500;
	font-size:16px;
	padding:16px; 
	margin-right:13px;
}

.tab-wrap{
	margin:32px 0;
}
.card{
	border:1px solid #dedee9;
	border-radius:16px;
	padding:32px;
	transition:.3s;
	margin-bottom:32px;
}

 
 
 .re_logo_center { text-align:center; }
 .re_logo_center img { margin-bottom:10px; }

#resource-list .card__button-wrap .btn-square img {
	margin-bottom:0;
}
.card:last-child{
	margin-bottom:0;
}
.card .text-wrap{
	margin-top:8px;
}
.card__body:after{
	content:'';
	display:block;
	clear:both;
}
.card__content-wrap{
	float:left;
}
.card__button-wrap{
	float:right;
	text-align:right;
}
.width-100{
	width:100%
}



@media all and (max-width:480px){
	.card{
		padding:16px
	}
	.card__title{
		font-size:18px;
	}
	
	
	.card__content-wrap,
	.card__button-wrap{
		float:unset;
	}
	
}

.text-wrap.is-left p{
	text-align:left;
}

.input.has-border{
	border: 1px solid #c4c4c4;
}

.pagination{
	text-align:center;
}
.pagination__index-wrap{
	display:inline-block;
	vertical-align:middle;
}
.pagination__item{
	width:32px;
	height:32px;
	text-align:center;
	vertical-align:middle;
	display:inline-block;
}
.pagination__item.button{
	padding:0;
}
.pagination__item.is-index.is-active{
	color:#ee3649;
}
.pagination__item.is-index:hover{
	border-bottom:1px solid black;
}

/*modal set*/
.modal__bg{
	position:fixed;
	background:rgba(0,0,0,0.25);
	left:0;
	top:0;
	width:100%;
	height:100%;
	z-index:99999;
}

.modal__bg .container{
	width:100%;
	height:100%;
	position:relative;
}

.modal__bg .thumb-wrap{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    z-index: 100;
    text-align: center;
}
@media screen and (max-width:767px) {
	.modal__bg .thumb-wrap {
		width:80%;
	}
	.modal__bg .thumb__img {
		width:100%;
	}
}

.modal__bg .thumb__img{
	display:block;
	margin-bottom:32px;
	max-height: 640px;
}

.text-align-center{
	text-align:center;
}

/* faqsearchresult */

.searchresul-article .question-wrap {
	padding:0;
}
.question-list-box {
	padding: 48px 0;
	border-top:1px solid #dfe3eb;
	border-bottom:1px solid #dfe3ed;
}
.result-null-box.question-list-box {
	border-bottom:0;
}
.question-list-box .question-title {
	font-size:20px;
	font-weight:600;
}
.question-list-box .question-item {
	margin-bottom:16px;
	font-weight:500;
}
