@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap');
@font-face {
    font-family: 'NotoSansKR';
    src: url('../fonts/NotoSansKR-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'NotoSansKR';
    src: url('../fonts/NotoSansKR-ExtraLight.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'NotoSansKR';
    src: url('../fonts/NotoSansKR-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'NotoSansKR';
    src: url('../fonts/NotoSansKR-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'NotoSansKR';
    src: url('../fonts/NotoSansKR-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'NotoSansKR';
    src: url('../fonts/NotoSansKR-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'NotoSansKR';
    src: url('../fonts/NotoSansKR-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'NotoSansKR';
    src: url('../fonts/NotoSansKR-ExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'NotoSansKR';
    src: url('../fonts/NotoSansKR-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}
@font-face {
  font-family: 'AppleSDGothicNeoR';
  src: url('../fonts/AppleSDGothicNeoR.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}


* {
	padding:0;
	margin:0;
	box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
}
ul,li,dl,dt,dd,ol{
	list-style:none;
}
body {
    font-family: 'NotoSansKR', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #333;
    letter-spacing: -1px;
}
a {
    color: inherit;
    text-decoration: none;
}
img {
    border: 0;
    vertical-align: top;
    max-width: 100%;
    height: auto;
    object-fit: cover;
}
input,textarea{outline:0;border:0;box-shadow: none !important;}
button {outline:0;border:0;cursor:pointer;background-color: #FBFBFB;
    border: 1px solid #C7C7C7;
    border-radius: 5px;}
input,input[type="submit"]{
   appearance: none;
   border-radius: 0;
   -webkit-appearance: none;
   -webkit-border-radius: 0;
}
input[type="radio"],
input[type="checkbox"]{
	appearance: auto;
	-webkit-appearance: auto;
}
a:focus,
input:focus,
textarea:focus,
select:focus,
button:focus{ outline: none; box-shadow: none;}
button,label{ cursor:pointer}
b{font-weight:600;}
table {
    border-collapse: collapse;
}

select {
appearance: none;         /* 크롬, 사파리 등 */
-moz-appearance: none;    /* 파이어폭스 */
-webkit-appearance: none; /* 오래된 웹킷 브라우저 */
background-size: 14px;
background-image: url(../main_img/angle_down.svg);
background-repeat: no-repeat;
background-position: right center;
background-position: right 10px center;
}

h1, h2, h3, h4, h5, h6,
input, button {
	font-size: inherit;
	font-family: inherit;
}

/**default.css 초기화**/
#hd, #wrapper, #ft {min-width: unset;}
#hd_pop, #hd_wrapper, #tnb .inner, #gnb .gnb_wrap, #container_wr, #ft_wr {width: unset;}
#container {
    position: unset;
    float: unset;
    min-height: unset;
    height: unset !important;
    margin: unset;
    height: unset;
    font-size: unset;
    width: unset;
    zoom: 1;
}
#container_title {display:none;}

/**모달**/
.modal_bg {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 9;
}


.sidenav_bg {
	display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.4);
}
.mb_gnb_wrap.active .sidenav_bg {
  display: block;
}
/*main_common*/
:root {
    --main-color:#125DE6;
    --border-color: #E5E5E5;
    --bg-color: #F7F8FA;

    --sub-color: #ECF4FF;
    --sub-main-color: #0D47A1;
    --sub-black: #4F4F4F;
}
.main_color {
    color: var(--main-color);
}
.sub_main_color {
    color:var(--sub-main-color);
}
.mobile {display: none;}
.inner {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}
.logo>a {display:block;}
.main_title {text-align: center;}
.main_title h2 {
	font-size: 36px;
	line-height: 1.3;
	font-family: 'AppleSDGothicNeoR', sans-serif;
}
.common_btn {
	color: var(--main-color);
	border-radius: 5px;
	border: 1px solid var(--main-color);
	background-color: #fff;
}

#home-wrapper > section.home_gap {
	padding: 80px 0;
}

/** 헤더 **/
.header_wrap {}
.header_wrap .header_top {
	padding: 15px 0;
}
.header_wrap .header_top .inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.header_wrap .header_top .inner .util {
	display: flex;
	align-items: center;
	gap: 30px;
}
.header_wrap .header_top .inner .util {}
.header_wrap .header_top .inner .util a {
	font-weight: 500;
}
.header_wrap .header_top .inner .util a.down_link {
	display: block;
	padding: 10px 12px;
	background-color: var(--main-color);
	color: #fff;
	border-radius: 5px;
}
.header_wrap .header_bottom {
	padding: 16px 0;
	background-color: var(--bg-color);
	border-bottom: 1px solid var(--border-color);
}
.header_wrap .header_bottom .gnb {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.header_wrap .header_bottom a {
	font-weight: 500;
	transition: color 0.3s ease;
}
.header_wrap .header_bottom a:hover {
	color: var(--main-color);
}


/**모바일 - 헤더**/
.header_wrap_mb {
	position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    border-bottom: 1px solid;
    z-index: 99;
    align-items: center;
}
.header_wrap_mb .inner {}
.header_wrap_mb .mb_header {
	display: flex;
    align-items: center;
    justify-content: space-between;
    /* padding: 16px 0; */
	height: 60px;
}
.hamburger {
	width: 40px;
	height: 40px;
	background: none;
	border: none;
	cursor: pointer;
	padding: 0;
	z-index: 1001; /*수정하기*/
	position: relative;
}

.hamburger span {
	position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    width: 60%;
    height: 2px;
	border-radius: 2px;
    background-color: #000000;
    transform: translate(-50%, -50%);
    transition-duration: 1s;
}
.hamburger span:nth-child(1) {top: 30%}
.hamburger span:nth-child(3) {top: 70%;}

/* 메뉴가 열렸을 때 (X자 아이콘) */
.hamburger.active span:nth-child(1) {
	top: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
}
.hamburger.active span:nth-child(2) {
  opacity: 0;
}
.hamburger.active span:nth-child(3) {
	top: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
}
.header_wrap_mb .mb_gnb_wrap {
	position: absolute;
    top: 0;
    right: 0;
    left: initial;
    width: 260px;
    height: 100dvh;
    background-color: #fff;
    box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.16);
    transition-duration: 1s;
    z-index: 21;
	/* transform: translateX(100%); */
right:-260px;
	overflow: hidden auto;
    scroll-behavior: smooth;
    scrollbar-color: #1a1a1a #f5f5f7;
    scrollbar-width: thin;
}
.header_wrap_mb .mb_gnb_wrap.active {
	/* transform: translateX(0); */
right:0
}
.header_wrap_mb .mb_gnb_wrap .mb_gnb_top {}
.header_wrap_mb .mb_gnb_wrap .mb_gnb_top .login_info {
	padding: 0 10px;
    border-bottom: 1px solid var(--border-color);
	height: 60px;
    display: flex;
    align-items: center;
}
.header_wrap_mb .mb_gnb_wrap .mb_gnb_top .mb_util {
	display: flex;
    flex-wrap: wrap;
}
.header_wrap_mb .mb_gnb_wrap .mb_gnb_top .mb_util li {
	flex: 1 0 50%;
    padding: 8px 0;
    text-align: center;
	border-bottom: 1px solid var(--border-color);
	border-right: 1px solid var(--border-color);
}
.header_wrap_mb .mb_gnb_wrap .mb_gnb_top .mb_util li.wd_100 {
	flex: 1 0 100%;
	border-right: 0;
}
.header_wrap_mb .mb_util li:not(.wd_100):nth-child(2n-1) {
	border-right: 0;
}
.header_wrap_mb .header_bottom {}
.header_wrap_mb .header_bottom .gnb {}
.header_wrap_mb .header_bottom .gnb li {}
.header_wrap_mb .header_bottom .gnb li a {
	display: block;
    padding: 10px;
    border-bottom: 1px solid var(--border-color);
}

/** 메인 슬라이드 **/
.main_banner_wrap {}
.main_banner_wrap .main_sd {}
.main_banner_wrap .main_sd .slide_item {}
.main_banner_wrap .main_sd .slide_item .slide_item_inner {
	display: flex;
	/* align-items: center; */
    justify-content: space-between;
}
.main_banner_wrap .main_sd .slide_item .slide_item_inner .text_wrap {
	font-size: 20px;
	padding: 35px 0;
}
.main_banner_wrap .main_sd .slide_item .slide_item_inner .tit {
	font-size: 38px;
	font-weight: 700;
	line-height: 1.3;
}
.main_banner_wrap .main_sd .slide_item .slide_item_inner .txt {
	margin: 20px 0;
}
.main_banner_wrap .main_sd .slide_item .slide_item_inner .btn_box {}
.main_banner_wrap .main_sd .slide_item .slide_item_inner .btn_box a {
	display: block;
	padding: 14px 0;
	background-color: var(--main-color);
	color: #fff;
	border-radius: 100px;
	max-width: 285px;
    text-align: center;
}
.main_banner_wrap .main_sd .paging_wrap {}
.main_banner_wrap .main_sd .paging_wrap .paging_inner {
	position: absolute;
    left: 0;
    bottom: 35px;
    width: 100%;
    max-width: 400px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.main_banner_wrap .main_sd .paging_wrap .paging_inner .custom-pagination {
	display: flex;
	gap: 8px;
	justify-content: center;
}
.main_banner_wrap .paging_wrap .paging_inner .custom-pagination .bar {
	width: 60px;
	height: 4px;
	background-color: #E3E3E3;
	overflow: hidden;
	position: relative;
}
.main_banner_wrap .paging_wrap .paging_inner .custom-pagination .bar .fill {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 0%;
	background-color: #222;
	transition: width 0.1s linear;
}
.main_banner_wrap .main_sd .swiper-button-next:after,
.main_banner_wrap .main_sd .swiper-button-prev:after {
	content: '';
}
.main_banner_wrap .main_sd .paging_wrap .paging_inner .bn_next,
.main_banner_wrap .main_sd .paging_wrap .paging_inner .bn_prev {
	width: 35px;
	height: 35px;
	border-radius: 50%;
	background-color: #fff;
	color: #323232;
	border: 1px solid #E8E8E8;
}
.swiper-button-disabled {
  opacity: 1 !important;
  pointer-events: auto !important;
}

/**메인 - 바로가기**/
.quick_link {
	background-color: var(--bg-color);
	padding: 25px 0;
}
.quick_link .item_wrap {
	display: flex;
	gap: 24px;
	flex-wrap: wrap;
}
.quick_link .item_wrap .quick_item {
	display: flex;
	align-items: center;
	flex: 1;
	gap: 24px;
	border-radius: 20px;
	padding: 18px 15px;
	box-shadow: 0 0 10px rgba(0,0,0,0.08);
	background-color: #fff;
}
.quick_link .item_wrap .quick_item .text_wrap {
	color: #555;
}
.quick_link .item_wrap .quick_item .text_wrap .tit {
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 12px;
	color: #222;
}
.quick_link .item_wrap .quick_item:hover .text_wrap span{
	text-decoration: underline;
}


/**메인 - 서비스 소개**/
.service_intro {}
.service_intro .main_title p {
	color: #818181;
	margin-top: 20px;
}
.service_intro .item_wrap {
	display: flex;
    gap: 24px;
	margin-top: 80px;
}
.service_intro .item_wrap .item {
	flex: 1;
	position: relative;
}
.service_intro .item_wrap .item::before {
	content: "";
	position: absolute;
	top:-30px;
	left: 0;
	width: 307px;
	height: 200px;
	z-index: -1;
	background-repeat: no-repeat;
	background-size: contain;
}
.service_intro .item_wrap .item:nth-child(1)::before {
  background-image: url('../main_img/service_intro_item_bg_01.svg');
}
.service_intro .item_wrap .item:nth-child(2)::before {
  background-image: url('/main_img/service_intro_item_bg_02.svg');
}

.service_intro .item_wrap .item .title_wrap {
	display: flex;
	align-items: center;
    justify-content: space-between;
	flex-wrap: wrap;
}
.service_intro .item_wrap .item .title_wrap .tit {
	font-size: 30px;
	font-weight: 700;
	color: #222;
}
.service_intro .item_wrap .item .title_wrap .txt {
	font-size: 20px;
	font-weight: 500;
}
.service_intro .item_wrap .item .title_wrap .more {
	padding: 8px 20px;
	transition: all 0.3s ease;
}
.service_intro .item_wrap .item .title_wrap .more:hover {
	color: #fff;
	background-color: var(--main-color);
}
.service_intro .item_wrap .item .title_wrap .price {
	width: 100%;
	color: var(--main-color);
	font-size: 20px;
	font-weight: 700;
	margin-top: 20px
}
.service_intro .item_wrap .item .list {
	border: 1px solid var(--border-color);
    border-radius: 10px;
    padding: 50px 25px;
    margin-top: 30px;
	background-color: #fff;
	box-shadow: 0 0 10px rgba(0,0,0,0.08);
	background-repeat: no-repeat;
	background-position: right center;
}
.service_intro .item_wrap .item:nth-child(1) .list {
	background-image: url('/main_img/service_intro_list_bg_01.svg');
}
.service_intro .item_wrap .item:nth-child(2) .list {
	background-image: url('/main_img/service_intro_list_bg_02.svg');
}
.service_intro .item_wrap .item .list li {
	margin-bottom: 20px;
	display: flex;
    align-items: center;
    gap: 8px;
}
.service_intro .item_wrap .item .list li:last-child {
	margin-bottom: 0;
}

/**메인 - 라이브러리**/
.library {
	background-color: var(--bg-color);
}
.library .card_wrap {
	display: flex;
	flex-wrap: wrap;
    gap: 24px;
	padding: 60px 0;
}
.library .card_wrap .card {
	flex: 1;
    display: flex;
    flex-direction: column;
}
.library .card_wrap .card .imgbox {}
.library .card_wrap .card .text_wrap {
	display: flex;
    flex-direction: column;
    flex: 1;
	padding-top: 20px;
}
.library .card_wrap .card .text_wrap .tit {
	font-size: 22px;
	font-weight: 700;
	word-break: keep-all;
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    flex: 1;
}
.library .card_wrap .card .text_wrap .desc {
	margin: 10px 0 20px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	word-break: keep-all;
}
.library .card_wrap .card .date {
	color: #BABABA;
	margin-top: auto;
}
.library .btn_box {text-align: center;}
.library .btn_box .more {
	font-size: 20px;
	padding: 13px 35px;
    border: 1px solid var(--border-color);
    background-color: #fff;
    border-radius: 100px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
}
.library .btn_box .more i {
  transition: transform 0.3s ease;
}
.library .btn_box .more:hover i {
  transform: rotate(90deg);
}

/**메인 - FAQ 공지사항**/
.board_wrap{
	padding: 60px 0;
}
.board_wrap .tab_wrap {
	display: flex;
	gap: 24px;
}
.board_wrap .tab_wrap .board_wrap_tab {
	flex-basis: 25%;
}
.board_wrap .tab_wrap .board_wrap_tab .tab {
	display: flex;
    align-items: center;
}
.board_wrap .tab_wrap .board_wrap_tab .tab li {
    font-size: 36px;
    font-weight: 500;
	color: #E1E1E1;
	cursor: pointer;
    position: relative;
}
.board_wrap .tab_wrap .board_wrap_tab .tab li:first-child::after {
	content:'';
	display:inline-block;
	width: 1px;
    height: 20px;
	background-color: #E1E1E1;
	margin: 0 40px;
}
.board_wrap .tab_wrap .board_wrap_tab .tab li.active {color:inherit;}
.board_wrap_tab_con .board_wrap_tab_con_box {
	display: none;
}
.board_wrap_tab_con .board_wrap_tab_con_box:first-child {
	display: block;
}
.board_wrap_tab_con .board_wrap_tab_con_box .desc {
	margin: 20px 0 25px;
}
.board_wrap_tab_con .board_wrap_tab_con_box .btn_box {}
.board_wrap_tab_con .board_wrap_tab_con_box .btn_box a {
    display: inline-block;
    border-radius: 5px;
    color: var(--main-color);
	border: 1px solid var(--main-color);
	background-color: #fff;
    padding: 8px 25px;
	transition: all 0.3s ease;
}
.board_wrap_tab_con .board_wrap_tab_con_box .btn_box a:hover {
	color: #fff;
	background-color: var(--main-color);
}

.board_wrap .tab_wrap .board_wrap_view {
	flex: 1;
}
.board_wrap .tab_wrap .board_wrap_view .tab-item {display:none;}
.board_wrap .tab_wrap .board_wrap_view .tab-item:first-child {display:block}

/**푸터**/
#ft {
	background: #fff;
	border-top: 1px solid var(--border-color);
	text-align: left;
	padding: 30px 0;
}
.ft_wrap {
	display: flex;
	align-items: center;
}
.ft_wrap .logo {}
.ft_wrap .contents {
	flex: 1;
    justify-items: end;
}
.ft_wrap .contents ul {
	display: flex;
}
.ft_wrap .contents .ft_cnt {
	gap: 20px;
}
/*
.ft_wrap .contents .ft_info {
	flex-wrap: wrap;
	justify-content: flex-end;
	padding: 20px 0;
	row-gap: 10px;
}
.ft_wrap .contents .ft_info li {
	padding: 0 5px;
	line-height: 1;
	border-right: 1px solid red; 
}
.ft_wrap .contents .ft_info li:last-child {
    border-right: none;
}
*/

.ft_wrap .contents .ft_info {
	flex-wrap: wrap;
	justify-content: flex-end;
	padding: 20px 0;
	line-height: 1.8;
}
.ft_wrap .contents .ft_info li {}
.ft_wrap .contents .ft_info li::after {
	content: '|';
	display: inline-block;
	padding: 0 5px;
}
.ft_wrap .contents .ft_info li:last-child::after {
	content: none !important;
}
.ft_wrap .contents .ft_info li.no-bar::after {
  content: none !important;
}
.ft_wrap .contents .copyright {
	color: #BABABA;
}

/**tail 퀵메뉴**/
.quik_wrap {
	position: fixed;
	right: 20px;
	bottom: 100px;
	z-index: 1;
}
.quik_wrap .pop_contain {}
.quik_wrap .pop_contain .quick_con {
	border: 1px solid var(--border-color);
    border-radius: 10px;
    padding: 25px 20px;
    text-align: center;
    background: #fff;
}
.quik_wrap .pop_contain .quick_con .tit {
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 20px;
}
.quik_wrap .pop_contain .quick_con .quick_itme {
	color: #3D1716;
	font-size: 14px;
	font-weight: 500;
}
.quik_wrap .quick_con .quick_itme .quick_itme_link {}
.quik_wrap .quick_con .quick_itme .quick_itme_link img {}
.quik_wrap .quick_con .quick_itme .quick_itme_link .txt {
	padding-top: 12px;
}
.quik_wrap .quick_con .quick_itme .quick_itme_link .txt b {
	display: block;
	font-size: 1rem;
}
.quik_wrap .pop_contain .quick_con .quick_itme::after {
	content:'';
	display: block;
	width: 100%;
	height: 1px;
	background-color: var(--border-color);
	margin: 20px 0;
}
.quik_wrap .pop_contain .quick_con .quick_itme:last-child::after {
	display:none;
}

.quik_wrap .pop_contain .ex {
	background-color: #fff;
    width: 35px;
    height: 35px;
    position: absolute;
    right: 0;
    top: 0;
    transform: translate(50%, -50%);
    color: #737373;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--border-color);
	cursor: pointer;
}
.quik_wrap .pop_contain.on .ex {
	display: none;
}
.quik_wrap .pop_contain .quick_con {
	display: block;
}
.quik_wrap .pop_contain .mini {
	display: none;
}

.quik_wrap .pop_contain.on .quick_con {
	display: none;
}
.quik_wrap .pop_contain.on .mini {
	display: block;
	padding: 15px;
    border-radius: 50%;
    background: #FFE812;
	cursor: pointer;
}

.sub-wrapper {
	padding-top: 80px;
	padding-bottom: 100px;
}
h4.sub_tit {
	font-size: 26px;
    font-weight: 500;
    padding-bottom: 2rem;
}



#top_btn {
	position: unset;
	width: 60px;
	height: 60px;
	line-height: unset;
    border: 1px solid var(--main-color);
    color: #fff;
    background: var(--main-color);
    border-radius: 50%;
	display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
	justify-self: center;
	transition: all 0.3s ease;
	margin-top: 25px;
}
#top_btn:hover {
	border-color: var(--main-color);
    background: var(--main-color);
    color: #fff;
	filter: brightness(1.2);
    opacity: 0.9;
}


/**FAQ**/
#faq_wrap {margin: 0;}
#bo_cate {
    margin-bottom: 48px;
}
#bo_cate ul {
	display: flex;
	gap: 10px;
}
#bo_cate ul:after{display:none;}
#bo_cate li {
	display: unset;
	padding: 0;
	flex: 1;
    text-align: center;
    position: relative;
}
#bo_cate a {
	line-height: unset;
	padding: 8px 0;
	border-radius: 0;
	border: 0;
	color: inherit;
}
#bo_cate #bo_cate_on {
	background: none;
	font-weight: 600;
	border: 0;
	box-shadow: none;
	color: var(--main-color);
}
#bo_cate li::before {
	content: '';
    position: absolute;
    bottom: 0;
    height: 2px;
	left: 0;
    width: 100%;
    background-color: #e5e5e5;
}
#bo_cate li::after {
	content: '';
    position: absolute;
    bottom: 0;
    height: 2px;
	right: 0;
    width: 0;
    background-color: var(--main-color);
    transition: width .6s ease;
}
#bo_cate li:hover::after,
#bo_cate li:has(> #bo_cate_on)::after {
	left: 0;
    right: auto;
    width: 100%;
}
#bo_cate a:focus, #bo_cate a:hover, #bo_cate a:active {background:none;color:inherit;
}

#faq_wrap li h3.faq_li_open,
#faq_con .con_inner .closer_btn {
	color: var(--main-color);
}
#faq_wrap li h3 .tit_bg,
#faq_wrap li h3.faq_li_open a {color:inherit;}

#faq_wrap li h3 {
    padding: 30px 12px;
    display: flex;
    align-items: center;
}
#faq_wrap ol {
    border-top: 2px solid;
}
#faq_wrap li {
    border-bottom: 1px solid var(--border-color);
}
#faq_wrap li h3 .tit_bg {
    font-weight: 700;
    position: unset;
    margin-right: 8px;
    font-size: 1.2rem;
}
#faq_wrap li h3 .tit_btn,
#faq_con .con_inner .closer_btn {
    position: unset;
    color: #323232;
    margin-left: auto;
}
#faq_wrap li h3.faq_li_open a {
    color: inherit;
}
#faq_con .con_inner {
    padding: 30px 12px;
    background-color: #F5F6FA;
    border-top: 1px solid var(--main-color);
}
 #faq_con .con_inner .tit_bg {
    font-weight: 700;
    color: var(--main-color);
 }
#faq_con .con_inner .con_inner_flex {
    display: flex;
    gap: 12px;
}
#faq_wrap li h3 .tit_btn i {
  transition: transform 0.1s ease;
}
#faq_wrap li h3.faq_li_open .tit_btn i {
	transform: rotate(180deg);
	color: var(--main-color);
}
	