@charset "utf-8";

/*  sub 공통  */
.subWrap {
	width: 100%;
	padding-top: calc( 7.5vh + 20px );
	background: #009e96;
}
.subTop {
	width: 90%;
	margin: 0 auto;
	border-top: 1px solid #ffffff;
	background: #009e96;
}
.subTop h2.subTitle {
	font-size: 24px;
	font-weight: bold;
	color: #ffc600;
	text-align: center;
	line-height: 60px;
}
.sub_map_ul_wrap_fix {
	display: flex;
	align-items: start;
	justify-content: center;
	position: relative;
	width: 100%;
	height: 40px;
	white-space: nowrap;
	overflow-x: scroll;
}
.sub_map_ul_fix {
	display: flex;
}
.sub_map_ul_fix > li {
	display: block;
}
.sub_map_ul_fix > li > a {
	display: block;
	margin: 0 10px;
	padding: 6px 8px;
	border-radius: 30px;
	background: transparent;
	color: #ffffff;
	font-size: 17px;
}
.sub_map_ul_fix > li.active a {
	background: #ffffff;
	color: #009e96;
}

.sub_map_ul_wrap {
	display: flex;
	align-items: center;
	position: relative;
	width: 100%;
	height: 40px;
	white-space: nowrap; 
	overflow-x: scroll;
	-ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
}
.sub_map_ul_wrap::-webkit-scrollbar {
	display: none; /* Chrome, Safari, Opera*/
}
.sub_map_ul {
	display: flex;
	align-items: start;
	position: absolute;
	top: 0;
	left: 0;
}
.sub_map_ul > li {
	display: block;
}
.sub_map_ul > li > a {
	display: block;
	margin: 0 10px;
	padding: 6px 8px;
	border-radius: 30px;
	background: transparent;
	color: #ffffff;
	font-size: 17px;
}
.sub_map_ul > li.active a {
	background: #ffffff;
	color: #009e96;
}
.btn_sub_mapWrap {
	display: flex;
	align-items: baseline;
	justify-content: center;
	width: 100%;
}
.btn_sub_map {
	width: 25%;
	height: 7.5vh;
	margin-bottom: -1px;
	border: none;
	background: url('/mobile/images/sub/btn_sub_map.png') no-repeat;
	background-size: contain;
	background-position: 50% 100%;
}
.subContent {
	width: 100%;
	padding: 30px 5% 100px;
	background: #ffffff;
}
.subContent2 {
	width: 100%;
	padding: 30px 0 100px;
	background: #ffffff;
}
.subContent2_inner {
	padding: 0 5%;
}
.subContent_tab {
	display: flex;
	justify-content: space-between;
	width: 100%;
}
.subContent_tab > li > a {
	display: block;
	border: 1px solid #009e96;
	color: #009e96;
	line-height: 50px;
	text-align: center;
}
.subContent_tab > li.active a {
	background: #009e96;
	color: #ffffff;
}
.findMem_txt1 {
	font-size: 18px;
	font-weight: bold;
	color: #666666;
	text-align: center;
	line-height: 30px;
}
.findMem_txt2 {
	font-size: 14px;
	color: #666666;
	text-align: center;
	line-height: 1.2;
}
input.input_findMem {
	width: 100%;
	height: 45px;
	border: 1px solid #009e96;
	border-radius: 45px;
	background: #e5f8f6;
	box-sizing: border-box;
	font-size: 16px;
	text-align: center;
}
input.input_findMem::placeholder {
	font-size: 16px;
	color: #009e96;
	text-align: center;
}
.btn_find_member {
	width: 100%;
	height: 45px;
	border: 1px solid #009e96;
	border-radius: 45px;
	background: #009e96;
	box-sizing: border-box;
	font-size: 16px;
	color: #ffffff;
}
.sub_inner_title {
	padding: 15px 0;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
}
.sub_inner_title2 {
	padding: 10px 0;
	font-size: 17px;
	font-weight: bold;
	color: #000000;
}

/*  아이콘 이미지  */
.icon-disc {
    display: inline-block;
    width: 12px;
    height: 12px;
    background: url("/images/icon/icon_disc.png") no-repeat;
    background-size: contain;
}
.icon-file {
    display: inline-block;
    width: 15px;
    height: 17px;
    background: url("/images/icon/icon_file.png") no-repeat;
    background-size: contain;
}
.icon-reference {
    display: inline-block;
    width: 25px;
    height: 22px;
    margin-right: 10px;
    background: url("/images/icon/icon_reference.png") no-repeat;
    background-size: contain;
}
.icon-reference02 {
    display: inline-block;
    width: 29px;
    height: 21px;
    margin-right: 10px;
    background: url("/images/icon/icon_folder.png") no-repeat;
    background-size: contain;
}

/*  공지사항  */
.boardList_ul {
	width: 100%;
	margin-top: 30px;
	border-top: 1px solid #ddd3db;
}
.boardList_ul li a {
	display: block;
	width: 100%;
	padding: 30px 6%;
	border-bottom: 1px solid #ddd3db;
	box-sizing: border-box;
}
.boardList_ul li a .boardList_list_title {
	display: block;
	overflow: hidden;
	width: 100%;
	padding: 5px 0;
	font-size: 17px;
	font-weight: bold;
	color: #666666;
	white-space: nowrap;
	text-overflow: ellipsis;
	word-break: break-all;
}
.boardList_ul li a .boardList_list_title + div {
	display: flex;
	align-items: center;
	width: 100%;

	font-size: 14px;
}
.boardList_ul li a .boardList_list_title + div span {
	display: block;
	position: relative;
	padding-right: 15px;
	color: #666666;
}
.boardList_ul li a .boardList_list_title + div span.border:after {
	display: block;
	position: absolute;
	content: '';
	top: 2px;
	right: 7px;
	width: 1px;
	height: 8px;
	background: #666666;
}
.boardList_ul li.top_notice a {
	background: #ecf4f3;
}
.boardList_ul li.top_notice a .boardList_list_title {
	color: #000000;
}

.boardList2 {
	width: 100%;
}
.boardList2 li {
	width: 100%;
}
.boardList2 li a {
	display: block;
	width: 100%;
	padding: 30px 0;
	border-bottom: 1px solid #ddd3db;
	color: #666666;
}
.boardList2 li a h4 {
	font-size: 17px;
	font-weight: 600;
	line-height: 130%;
}





.boardViewTitle {
	width: 100%;
	padding: 0 6%;
}
.boardViewTitle .board_title,
.boardViewContent > .board_title {
	display: block;
	width: 100%;
	padding: 5px 0;
	font-size: 17px;
	font-weight: bold;
	color: #000000;
	word-wrap: break-word;
	word-break: break-all;
}
.boardViewTitle .board_info,
.boardViewContent .board_info {
	display: flex;
	width: 100%;
}
.boardViewTitle .board_info span,
.boardViewContent .board_info span {
	display: block;
	position: relative;
	padding-right: 18px;
	color: #666666;
	font-size: 14px;
}
.boardViewTitle .board_info span.border:after {
	display: block;
	position: absolute;
	content: '';
	top: 3px;
	right: 8px;
	width: 1px;
	height: 8px;
	background: #666666;
}
.boardViewFile {
	width: 100%;
	padding: 15px 6%;
}
.boardViewFile a {
	display: block;
	width: 100%;
	color: #666666;
}
.boardViewFile a i {
	margin-right: 10px;
	font-size: 18px;
	color: #009e96;
}
.boardViewContent {
	width: 100%;
	padding: 15px 6%;
	font-size: 15px;
	line-height: 1.5;
}
.boardViewContent p {
	width: 100% !important;
	word-wrap: break-word;
	word-break: break-all;
}
.boardViewContent img:not(.emo),
.boardViewContent table {
	width: 100% !important;
}
.boardViewOther {
	width:100% ;
	padding: 15px 6% 15px 10px;
	box-sizing: border-box;
	font-size: 15px;
	font-weight: bold;
	color: #666666;
}
/*  q&a  */
.reply_view {
	padding-top: 0 !important;
}
.reply_view > .allowed {
	position: relative;
	margin-bottom: 30px;
	background: #ecf4f3;
	border-bottom: 1px solid #ddd3db;
}
.reply_view > .allowed.boardViewContent:after {
	display: block;
	position: absolute;
	content: '';
	top: -9px;
	left: 30px;
	width: 15px;
	height: 15px;
	background: #ecf4f3;
	transform: rotate(45deg);
	border: solid #ddd3db;
	border-width: 1px 0 0 1px;
}
.boardViewContent .board_info span.border:after {
	display: block;
	position: absolute;
	content: '';
	top: 4px;
	right: 8px;
	width: 1px;
	height: 10px;
	background: #666666;
}

.denied > div{
    width: 100%;
    margin: 10px 0;
    padding: 20px 15px;
    border: 1px solid #e4e4e4;
    border-radius: 5px;
}


/*  포토게시판  */
.photoList_ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 50px 0 30px;
}
.photoList_top {
	width: 100%;
	aspect-ratio: 1 / 1;
	margin-bottom: 20px;
	border: 1px solid #a4a8ab; 
}
.photoList_top .photo_area {
	display: flex;
	align-items: start;
/*	align-items: center;*/
	justify-content: center;
	width: 100%;
	height: 64%;
/*	background: #eaedf2;*/
}
.photoList_top .photo_area > img {
	object-fit: contain;
}
.photoList_top .content_area {
	width: 100%;
	height: 36%;
	padding: 5% 1%;
}

.photoList_top_title {
	overflow: hidden;
    width: 100%;
    height: 40px;
    margin-bottom: 30px;
    font-size: 1.15rem;
    color: #000000;
    font-weight: 600;
    line-height: 1.1em;
    text-overflow: ellipsis;
    word-break: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.photoList_base {
	width: 47%;
	aspect-ratio: 103 / 114;
	margin: 10px 0;

	border: 1px solid #a4a8ab; 
}
.photoList_base .photo_area {}
.photoList_base .content_area {}
.board_border {
    position: relative;
    padding-right: 15px;
    color: #666666;
}
.board_border:after {
	display: block;
    position: absolute;
    content: '';
    top: 2px;
    right: 8px;
    width: 1px;
    height: 10px;
    background: #666666;
}
.content_area > div > span {
	font-size: 14px;
	color: #666666;
}

/*  학술지  */
.academicPaperTitle {	
	display: flex;
	align-items: center;
	width: 92%;
	margin: 0 auto;
	padding: 3% 3%;
/* 	border: 1px solid #ddd3db;
	border-radius: 6px; */
	border-top: 2px solid #009e96;
	border-bottom: 2px solid #009e96;
}
.academicPaperTitle h3 {
	margin-left: 10px;
	font-size: 18px;
    font-weight: bold;
	color: #333333;
}
.academicPaperTitle span {
	font-size: 20px;
	color: #009e96;
}
.paperCoverType_ul {
	width: 100%;
	margin-top: 20px;
}

.paperCoverType_ul > li {
	position: relative;
	width: 100%;
	max-width: 350px;
	height: 320px;
	margin: 0 auto 50px;
	border: 1px solid #a4a8ab;
	box-sizing: border-box;
}
.paperCover_thumbnail {
	display: flex;
	justify-content: center;
	overflow: hidden;
	width: 100%;
	height: 65%;
	border-bottom: 1px solid #a4a8ab;
	background: #eaedf2;
}
.paperCover_thumbnail img {
	object-fit: contain;
}
.paperCover_info_box {
	padding: 20px 6%;
}
.paperCover_title {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	margin-bottom: 15px;
	padding: 5px 0;
	font-size: 17px;
	font-weight: bold;
	color: #000000;
}
.paperCover_title i {
	font-size: 20px;
	color: #009e96;
}
.paperCover_info_box a {
	display: inline-block;
    padding: 8px 12px;
    border: 1px solid #a4a8ab;
    border-radius: 5px;
    color: #a4a8ab;
}



/*  교육  */
.edu_top_search_area {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	margin: 30px 0;
}
.edu_top_search_area li {
	width: 48%;
}
.edu_top_search_area li a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	margin-bottom: 5px;
	padding: 6px 0;
	border: 1px solid #009e96;
	border-radius: 3px;
	box-sizing: border-box;
	text-align: center;
	color: #009e96;
}
.edu_top_search_area li a i {
	margin-right: 10px;
}
.edu_top_search_area li.active a {
	background: #009e96;
	color: #ffffff;
}
.edu_top_search_area2 {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	margin: 15px 0 40px;
}
.edu_top_search_area2 li {
	width: 31%;
}
.edu_top_search_area2 li a {
	display: block;
	width: 100%;
	padding: 6px 0;
	border: 1px solid #009e96;
	border-radius: 3px;
	box-sizing: border-box;
	text-align: center;
	color: #009e96;
}
.edu_top_search_area2 li.active a {
	background: #009e96;
	color: #ffffff;
}
.edu_listType_sel {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	width: 100%;
}
.edu_listType_sel > a {
	display: block;
	width: 35px;
	height: 35px;
	padding: 2px;
	border: 2px solid #ffffff;
	box-sizing: border-box;
}
.edu_listType_sel > a:first-of-type {
	margin-right: 10px;
	background: url('/mobile/images/sub/edu/btn_edu_type.png') no-repeat;
	background-size: contain;
	background-position: 50% 50%;
}
.edu_listType_sel > a:last-of-type {
	background: url('/mobile/images/sub/edu/btn_edu_list.png') no-repeat;
	background-size: contain;
	background-position: 50% 50%;
}
.edu_listType_sel > a:first-of-type.active {
	background: url('/mobile/images/sub/edu/btn_edu_type2.png') no-repeat;
	background-size: contain;
	background-position: 50% 50%;
}
.edu_listType_sel > a:last-of-type.active {
	background: url('/mobile/images/sub/edu/btn_edu_list2.png') no-repeat;
	background-size: contain;
	background-position: 50% 50%;
}

.eduList_ul {
	width: 100%;
	margin-top: 20px;
	border-top: 1px solid #ddd3db;
}
.eduList_ul li {
	display: block;
	width: 100%;
	padding: 30px 6%;
	border-bottom: 1px solid #ddd3db;
	box-sizing: border-box;
}
.eduList_ul li .eduList_ul_list_title {
	display: block;
	width: 100%;
	padding: 5px 0;
	font-size: 17px;
	font-weight: bold;
	color: #000000;
}
span.mini_info {
	display: block;
	margin-bottom: 5px;
	font-size: 13px;
	font-weight: normal;
	color: #009e96;
}
.eduType_ul {
	width: 100%;
	margin-top: 20px;
}

.eduType_ul > li {
	position: relative;
	width: 100%;
	max-width: 350px;
	/*height: 400px;*/
	height: 410px;
	margin: 0 auto 50px;
	border: 1px solid #a4a8ab;
	box-sizing: border-box;
}
.eduType_ul > li .edu_label{
	position: absolute;
	top: -20px;
	left: 7%; 
	width: 70px;
	height: 74px;
}
.eduType_ul > li .edu_label.edu_label_ing {
	background: url('/mobile/images/sub/edu/edu_ing.png') no-repeat;
	background-size: contain;
	background-position: 50% 50%;
}
.eduType_ul > li .edu_label.edu_label_close {
	background: url('/mobile/images/sub/edu/edu_close.png') no-repeat;
	background-size: contain;
	background-position: 50% 50%;
}
.eduType_ul > li .edu_label.edu_label_yet {
	background: url('/mobile/images/sub/edu/edu_yet.png') no-repeat;
	background-size: contain;
	background-position: 50% 50%;
}
.eduType_ul > li .edu_label.edu_label_pass {
	background: url('/mobile/images/sub/edu/edu_pass.png') no-repeat;
	background-size: contain;
	background-position: 50% 50%;
}
.eduType_ul > li .edu_label.edu_label_end {
	background: url('/mobile/images/sub/edu/edu_end.png') no-repeat;
	background-size: contain;
	background-position: 50% 50%;
}
.eduType_ul > li .edu_thumbnail {
	overflow:hidden;
	width: 100%;
	height: 47%;
	border-bottom: 1px solid #a4a8ab;
}
.eduType_ul > li .edu_info_box {
	width: 100%;
	height: 53%;
	padding: 20px 6%;
}
.edu_info_box .eduType_title {
	width: 100%;
	margin-bottom: 15px;
	padding: 5px 0;
	font-size: 17px;
	font-weight: bold;
	color: #000000;
}
.edu_info_box .eduType_badge {
	margin-right: 10px;
	padding: 4px 12px;
	border: 1px solid #009e96;
	border-radius: 20px;
	color: #009e96;
	font-size: 14px;
}
.eduContent {
	padding: 30px 2%;
	border-bottom: 1px solid #ddd3db;
	font-size: 14px;
	line-height: 1.2;
	color: #666666;
}
.eduContent img,
.eduContent table {
	width: 100% !important;
}
.map_txt {
	display: flex;
	align-items: center;
	width: 100%;
}
.map_txt > .map_img {
	width: 30px;
	height: 30px;
	margin-right: 10px;
	background: url('/images/icon/icon_map.png') no-repeat;
	background-size: contain;
	background-position: 50% 50%;
}
.edu_place_map {
	margin: 30px 0 20px;
}
.edu_file_mobile {
	display: block;
	width: calc( 100% - 80px );
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	vertical-align: middle;
}
.edu_file_mobile > span:last-of-type {
	line-height: 15px;
}

/*  교육 플레이어  */
.player_wrap {
	min-height:200px; 
	padding:10px 4px
}
.player {
	position:relative;
	width:100%; 
	margin-bottom:10px;
}
.player_notice {
	display:none;
	position:absolute;
	z-index:2147483647;
	left:50%;
	transform:translate(-50%,0);
	width:100%;
	height:50px;
	background-color:#555;
	color:white;
	text-align:center;
	font-size:18px;
	line-height:50px;
}
/*  소개  */
.intro_main_txt {
	padding: 50px 10px 30px;
	color: #003832;
	font-size: 16px;
	line-height: 140%;
	font-family: 'NanumSquareAcr';
	letter-spacing: 0.9px;
}
.introduction-sign-txt {
	margin-bottom: 5px;
	text-align: right;
	font-size: 14px;
	color: #666666;
}
.introduction-sign-img {
	width: 60%;
}
.introduction-sign-img.fixSize{
	width: 60px;
}
.org_table thead tr th {
	padding: 18px 0;
	background: #a3b6b4;
	color: #ffffff;
	font-size: 15px;
	font-weight: 600;
	text-align: center;
	vertical-align: middle;
}
.org_table thead tr th:first-of-type {
	border-top-left-radius: 25px;
	border-bottom-left-radius: 25px;
}
.org_table thead tr th:last-of-type {
	border-top-right-radius: 25px;
	border-bottom-right-radius: 25px;
}
.org_table tbody td {
	padding: 18px 0 18px 10px;
	border-bottom: 1px solid #ddd3db;
	color: #333333;
	font-size: 15px;
	box-sizing: border-box;
	vertical-align: middle;
}
.org_table tbody tr td:nth-of-type(2) {
	padding: 18px 0;
}
.branch_tab {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	margin: 15px 0 50px;
}
.branch_tab li {
	width: 30%;
	border: 1px solid #009e96;
	border-radius: 3px;
}
.branch_tab li a {
	display: block;
	position: relative;
	padding: 15px 0;
	text-align: center;
	line-height: 120%;
	color: #009e96;
	font-family: 'NanumSquareAcr';
}
.branch_tab li.active a {
	background: #009e96;
	color: #ffffff;
}
.branch_tab li.active a:before {
	display: block;
	position: absolute;
	content: '';
	bottom: -30px;
	left: 50%;
	width: 1px;
	height: 30px;
	background: #009e96;
}
.branch_tab li.active a:after {
	display: block;
	position: absolute;
	content: '';
	bottom: -44px;
	left: calc( 50% - 6px );
	width: 12px;
	height: 12px;
	border-radius: 50%;
	border: 1px solid #009e96;
	background: transparent;
}
.president_box {
	width: 100%;
	padding-bottom: 35px;
}
.president_box .president_title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	height: 70px;
	padding: 0 5%;
	border-bottom: 1px solid #c8c8c8;
	background: ;
	box-sizing: border-box;
}
.president_box .president_title > span {
	color: #666666;
	font-size: 20px;
	font-weight: bold;
}
.president_box .president_title > span.slide_icon {
	display: block;
	width: 25px;
	height: 25px;
	background: url('/mobile/images/main/icon/icon_slide_down.png') no-repeat;
	background-position: 50% 50%;
	background-size: contain;
}
.president_box .president_title.active > span.slide_icon {
	display: block;
	width: 25px;
	height: 25px;
	background: url('/mobile/images/main/icon/icon_slide_up.png') no-repeat;
	background-position: 50% 50%;
	background-size: contain;
}
.president_box .president_main {
	display: none;
	width: 100%;
	padding: 25px 5%;
	background: #f4f5f9;
}
.president_box .president_main.active {
	display: block;
}
.president_box .president_main h5 {
	color: #00a996;
	font-size: 18px;
	font-weight: bold;
}
.president_box .president_main .president_member {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	margin: 20px 0 30px;
	border-top-left-radius: 30px;
	border-bottom-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 30px;
	background: #00a996;
}
.president_member > div {
	width: 33%;
	padding: 12px 0;
	color: #ffffff;
	font-size: 15px;
	text-align: center;
	line-height: 140%;
}
.rule_head {
	width: 100%;
	margin: 10px 0 20px;
	padding: 15px 5%;
	border-top: 1px solid #009e96;
	border-bottom: 1px solid #009e96;
	background: #f7f7f7;
	color: #666666;
	font-size: 16px;
	font-family: 'NanumSquareAcr';
	text-align: right;
	line-height: 130%;
}
.rule_title {
	width: 100%;
	padding: 12px 5%;
	background: #009e96;
	box-sizing: border-box;
	color: #ffffff;
	font-size: 16px;
	font-family: 'NanumSquareAcr';
	font-weight: 600;
}
.rule_main {
	padding: 20px 6%;
}
.rule_main p,
.rule_main div {
	box-sizing: border-box;
	color: #666666;
	font-size: 15px;
	line-height: 130%;
}
.rule_main h6 {
	margin-bottom: 15px;
	color: #000000;
	font-size: 15px;
	font-weight: 600;
	line-height: 130%;
}
.history_select_wrap {
	width: 100%;
}
.history_wrap {
	margin-top: 40px;
}
.history_main {
	display: none;
}
.history_main.active {
	display: block;	
}
.history_main > .history_main_inner {
	margin-top: 30px;
}
.history_main > .history_main_inner >  h5.history_year {
	position: relative;
	width: 100%;
	padding: 10px 0;
	border-top: 1px solid #009e96;
	border-right: 1px solid #009e96; 
	color: #009e96;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
}
.history_main > .history_main_inner > h5.history_year:before {
	display: block;
	position: absolute;
	content: '';
	top: -3px;
	left: -3px;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #009e96;
}
.history_main > .history_main_inner > div {
	position: relative;
	padding: 20px 15px;
	border-left: 1px solid #009e96;
	color: #666666;
	font-size: 15px;
	line-height: 130%;
}
.history_main >  .history_main_inner > div p {
	color: #666666;
	font-size: 15px;
	line-height: 130%;
}
.history_main > .history_main_inner > div:before {
	display: block;
	position: absolute;
	content: '';
	top: 22px;
	left: -7px;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	border: 1px solid #009e96;
	background: #ffffff;
}
.history_main > .history_main_inner > div:first-of-type {
	border-top: 1px solid #009e96;
}
.history_main > .history_main_inner > div:last-of-type {
	border-bottom: 1px solid #009e96;
}
.history_main > .history_main_inner > div:last-of-type:after {
	display: block;
	position: absolute;
	content: '';
	right: -3px;
	bottom: -3px;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #009e96;
}
.history_badge {
	min-width: 38px;
	margin-right: 10px;
	padding: 1px 5px;
	background: #009e96;
	color: #ffffff;
	font-size: 15px;
}





/*  회원복지 회원안내  */
.policy_main {
	margin-top: 80px;
	padding: 0 1%;
	color: #666666;
	font-size: 17px;
	line-height: 150%;
	letter-spacing: 1.4px;
}
.policy_highlight {
	background: #b2e2df;
}
.policy_highlight a {
	color: #666666;
	font-size: 17px;
	line-height: 150%;
	letter-spacing: 1.4px;
}
.policy_mail_btn {
	display: block;
	position: absolute;
	bottom: 4%; 
	left: 5%;
	width: 70%;
	aspect-ratio: 826 / 107;
}
.policy_main_area {
	width: 90%;
	margin: 15% auto 0;
	padding: 13% 10%;
	aspect-ratio: 1086 / 3199;
	background: url('/mobile/images/sub/member/mobPolicy4.png') no-repeat;
	background-size: contain;
}
.policy_main_area h4 {
	margin-bottom: 9%;
	padding-left: 2%;
	font-size: 22px;
	font-weight: 600;
}
.policy_main_area h5 {
	margin-bottom: 6%;
	font-size: 18px;
	font-weight: 500;
	color: #666666;
}
.policy_main_area > div > p {
	font-size: 15px;
	color: #666666;
	line-height: 1.4;
}


.benefits_head {
	margin-top: 10px;
	font-size: 21px;
	line-height: 140%;
	font-weight: bold;
}
.benefits_head > span {
	display: inline-block;
	margin-top: 2px;
	background: #009e96;
	color: #ffffff;
}
.benefit_title {
	display: inline-block;
	margin-top: 20px;
	padding: 15px 6%;
	border-top-right-radius: 50px;
	border-bottom-right-radius: 50px;
	background: #009e96;
	color: #ffffff;
	font-size: 18px;
}
.benefit_main {
	padding: 15px 6%;
	color: #666666;
	font-size: 15px;
	line-height: 130%;
}
.benefit_main .inner_txt {
	display: flex;
	width: 100%;
	margin: 0 10px 5px 0;
	font-size: 14px;
}
.benefit_down_btn {
	display: inline-block;
	padding: 2px 12px;
	border-radius: 28px;
	background: #009e96;
	color: #ffffff;
	font-size: 14px;
	line-height: 100%;
	vertical-align: middle;
}
.benefit_down_btn span.icon_download {
	display: inline-block;
	width: 14px;
	height: 16px;
	margin: 0 5px 0 1px;
	background: url('/mobile/images/main/icon/icon_download.png') no-repeat;
	background-size: contain;
	background-position: 50% 0;
	vertical-align: middle;
}