.notiNqna_page .inner {
    max-width: 1054px;
    margin: 0 auto;
	padding: 0 15px; 
	padding-top: 4rem;
	position: relative;
	min-height: calc(100vh - 21rem);
}
.tab {
    display: flex;
    align-items: center;
    margin-bottom: 2rem;
	position: relative;
}
.tab:after { content: ''; width: 100%; height: 1px; background: #a7a7a7; position: absolute; bottom: 0; left: 0;z-index: -1; }
.tab li{
	cursor: pointer;
	background: #f3f3f4;
	border: 1px solid #dadada;
	border-bottom: 1px solid #a7a7a7;
}
.tab li.on {
	background: #fff;
	border: 1px solid #afafb0;
	border-bottom: 1px solid #fff;
}
.tab li a{
	display: block;
	padding: 1rem 1.5rem;
    font-size: 1.1rem;
    color: #606262;
}
.tab li.on a {color: #333;font-weight: 500;}
/* .select_wrap { margin: 0 0 0 auto; width: 300px; display: flex; flex-direction: column; background: url(/img/mo/arrow-down.png) no-repeat 95% 50% / 19px; padding: .5rem 3rem .5rem 1rem; border-radius: 15px; border: 1px solid #ddd;}
.select_wrap label { text-align: left; display: none;}
.select_wrap input[type="checkbox"]:checked + label { display: block;} */
.select_wrap {
    position: absolute;
    width: 200px;
	top: calc(7px + 4rem);
	right: 15px;
}

.select_box {
    position: relative;
    cursor: pointer;border: 1px solid #ccc;border-radius: 10px;
}
.select_box.active { border-radius: 10px 10px 0 0;} 

.selected {
    padding: 10px;
    background-color: white;
	background: url(/img/mo/arrow-down.png) no-repeat 90% 50% / 19px;
}
.select_box.active .selected { background: url(/img/mo/arrow-down.png) no-repeat 90% 50% / 19px;}

.options {
    display: none;
    position: absolute;
    width: calc(100% + 2px);
    background-color: white;
    border: 1px solid #ccc;
    border-radius: 0 0 10px 10px;
    list-style: none;
    margin: 0;
    padding: 0;
    max-height: 150px;
    overflow-y: auto;
	left: -1px;
}

.option {
    padding: 10px;
    cursor: pointer;
	display: block;
}

.option:hover {
    background-color: #2da2c8;
	color: #fff;
}

.active .options {
    display: block;
}


.qna_box { border-bottom: 1px solid #D3D3D3;}
.box_wrap .type_c { display: none;}
.box_wrap.on_c .type_c { display: block;}
.box_wrap.on_c .type_i { display: none;}
.box_wrap.on_i .type_c { display: none;}
.box_wrap.on_i .type_i { display: block;}
.question_inner { padding: 1.5rem; display: flex; justify-content: space-between; align-items: center;cursor: pointer;}
.question_inner:hover { background: #fdfdfd;}
.qna_box.open .question_inner { border-bottom: 1px solid #D3D3D3;}
.question_inner .question { font-size: 1.1rem; color: #565959; font-weight: 600;}
.question_inner .arrow { display: block; width: 1.1rem; height: 1.1rem; background: url(/img/pc/arrow-2.png) no-repeat center/contain;}
.qna_box.open .question_inner .arrow { background-image: url(/img/pc/arrow-1.png);}
.answer { display: none; padding: 1.5rem; color: #A1A1A1; line-height: 1.5; letter-spacing: 1.1px;}
.qna_box.open .answer { display: block; background: #F9F9F9;}
.noti_box { display: flex; justify-content: space-between; align-items: center; padding: 1.5rem; border-bottom: 1px solid #D3D3D3;}
.noti_box .left { display: flex; align-items: center; gap: 3rem;}
.noti_box .left .cate {
    color: #4D5050;
}
.noti_box .left .title {
    font-weight: 600;
}
.noti_box .date {
    color: #A2A2A2;
}
.pagination span {
    color: #BD1A0F;
    font-weight: 600;
}
.noti_sub {
    max-width: 1054px;
	padding: 3rem 15px;
    margin: 0 auto;
}
.noti_sub_tit { font-size: 1.2rem; font-weight: 600; text-align: center; padding: 1.2rem ; border-top: 2px solid var(--color_blue); border-bottom: 1px solid var(--color_blue);}
.noti_info { display: flex; justify-content: flex-end; gap: 1.5rem; padding: 1.2rem; border-bottom: 1px solid #ddd;}
.noti_info span { font-weight: 500;}
.noti_sub .img_wrap { text-align: center; padding: 1rem 0;}
.noti_sub .img_wrap img { max-width: 100%;}
.noti_sub_cont {
    padding: 3rem 0;
    display: block;
	line-height: 1.3;
	border-bottom: 1px solid #ddd;
}

.noti_sub_cont * { line-height: inherit; color: inherit; font-size: inherit;}
.noti_sub_cont b { font-weight: bold; }
.noti_sub_cont ul { display: block; list-style-type: disc; margin-block-start: 1em; margin-block-end: 1em; margin-inline-start: 0px; margin-inline-end: 0px; padding-inline-start: 40px; unicode-bidi: isolate; }
.noti_sub_cont ul li { display: list-item; text-align: -webkit-match-parent; unicode-bidi: isolate; list-style: unset;}
.noti_sub_cont a { text-decoration: underline;}
.noti_sub_cont del { text-decoration: line-through;}
.noti_sub_cont s { text-decoration: line-through;}
.noti_sub_cont u { text-decoration: underline;}
.noti_sub_cont i { font-style: italic;}
.noti_sub_cont img { max-width: 100%;}
.noti_sub_cont iframe { max-width: 100%;}
.noti_sub_cont .red { font-size: inherit; color: red;}
.noti_sub_cont .point_color { font-size: 1.8rem; color: blue; font-weight: 600;}

.noti_sub_cont .red { color: red; font-size: inherit;}
.noti_sub_cont .point_color { color: blue; font-size: 1.2rem; font-weight: 600;}
@media screen and (min-width: 700px) and (max-width: 1229px) {
    .inner{
        max-width: 900px;
        padding: 0 1rem;
    }
	.select_wrap { top: 5px;}
}
@media screen and (max-width: 700px){
    .inner{
        padding: 0 2rem;
    }
	.select_wrap { top: 5px;}
}