@CHARSET "UTF-8";
@media screen and (min-width: 769px) {
    .modal-header .close {
        transform: translateY(-50%);
        margin-top: 0px !important;
    }
}
body {
    word-break: keep-all !important;
}
a {
    color: #555555;
}
h1 {
    font-size: 55px;
    color: #000000;
    letter-spacing: -2px;
    text-align: center;
    line-height: 76px;
    font-weight: 700;
    /* margin-top:19px; */
    margin-bottom:120px;
}
.content-inner {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}
.empty-space {
   	margin: 80px 0 0;
}
.empty-space-mobile-only {
	display: none;
}
.manual-search {
	font-family: NotoSansKR-Medium;
	font-size: 24px;
	color: #111111;
	letter-spacing: -0.5px;
	text-align: center;
	line-height: 36px;
	font-weight: 500;
	margin: 84px 0 40px;
	background: #F6F6F6;
    border-radius: 16px;
    /* width: 1190px; */
    height: 144px;
    padding-top: 24px;
    /* margin-right: 10px; */
}
.manual-list {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin: 20px 0 0;
}
.manual-card {
    /* flex: 0 0 calc((100% - 12px * 3) / 3); */
    max-width: calc((100% - 12px * 4) / 4);
    border: 1px solid #E4E4E4;
    border-radius: 12px;
    background: #FFFFFF;
    box-sizing: border-box;
    justify-content: flex-start; /* or 삭제 */
    display: flex;
    flex-direction: column;
    width: 291px;
    height: 354px;        /* 카드 높이 동일 */
    /* padding: 0px 30px; */
    box-sizing: border-box;
}
.manual-card:hover {
    border: 1px solid #2050DD;
}
.manual-cnts {
    padding: 40px 30px 0px 30px;
    height: 250px;
}
.manual-img {
    height: 250px;
    overflow: hidden;
}
.manual-img img {
    border-radius: 16px 16px 0px 0px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.manual-ctgr {
    font-family: NotoSansKR-Medium;
	font-size: 15px;
	color: #2050DD;
	letter-spacing: -0.5px;
	line-height: 23px;
	font-weight: 500;
	margin: 0px;
}
.manual-title {
    font-family: NotoSansKR-Medium;
    font-weight: 500;
    font-size: 18px;
    line-height: 30px;
    color: #333333;
    margin: 30px 0px;
    display: -webkit-box;
    -webkit-line-clamp: 4;     /* 제목 최대 4줄 */
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: calc(1.6em * 4) !important; /* 4줄 고정 */
    letter-spacing: -0.5px;
}
.manual-desc {
    font-family: NotoSansKR-Regular;
    font-size: 15px;
    color: #555555;
    letter-spacing: -0.5px;
    line-height: 23px;
    font-weight: 400;
    /* height: 50px !important; */     /* 2줄 고정 */
    display: -webkit-box;
    -webkit-line-clamp: 2;     /* 설명 최대 2줄 */
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin: 20px 0px 0px;
    height: calc(1.4em * 2); /* 2줄 고정 */
}
.manual-date {
    font-family: NotoSansKR-Regular;
	font-size: 14px;
	color: #666666;
	letter-spacing: -0.5px;
	line-height: 22px;
	font-weight: 400;
    margin: 12px 0px;
}
/* BUTTONS 영역 */
.manual-btns {
    background: #FFFFFF;
	border: 1px solid #E0E0E0;
	border-radius: 24px;
	width:200px;
	height:48px;
	justify-content: center;
    margin: 60px auto 80px;
    cursor:pointer;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.moreText {
    font-family: NotoSansKR-Bold;
	font-size: 14px;
	color: #111111;
	letter-spacing: -0.5px;
	text-align: center;
	line-height: 22px;
	font-weight: 700;
}
.moreCount {
	font-family: NotoSansKR-Medium;
	font-size: 14px;
	color: #111111;
	letter-spacing: -0.5px;
	text-align: center;
	line-height: 22px;
	font-weight: 500;
	margin:0px 0px 0px 5px;
}
.moreIcon {
	vertical-align: middle;
	margin-left:2px;
}
.sp_tab_bar {
    width: 100%;
    max-width: 1200px;
    height: 80px;
    background: #F6F6F6;
    margin: 0 auto;
    border-radius: 16px;
}
.sp-tab-list {
    display: flex;
    justify-content: center;
}
.sp-tab-list li a{
    text-decoration: none;
    display: flex;
    width: 260px;
    height: 80px;
    justify-content: center;
    align-items: center;
    font-family: NotoSansKR-Medium;
    font-size: 20px;
    color: #888888;
    letter-spacing: -0.5px;
    text-align: center;
    line-height: 30px;
    font-weight: 500;
}
.sp-tab-list li a:hover {
    color: #2050DD;
}
.tab_active {
    color: #2050DD !important;
    font-family: NotoSansKR-Bold !important;
    line-height: 23px !important;
    font-weight: 700 !important;
}
.view-ctgr {
	font-family: NotoSansKR-Bold;
	font-size: 18px;
	color: #2050DD;
	letter-spacing: -0.5px;
	line-height: 26px;
	font-weight: 700;
	margin: 0px 0px 40px;
	background: #F8F8F8;
	height: 60px;
	display: flex;
  	align-items: center;   /* 세로 */
  	justify-content: center; /* 가로 */
}
.view-date {
	font-family: NotoSansKR-Regular;
	font-size: 18px;
	color: #333333;
	letter-spacing: -0.5px;
	line-height: 26px;
	font-weight: 400;
}
.view-divide {
	font-family: NotoSansKR-Regular;
	font-size: 16px;
	color: #E0E0E0;
	font-weight: 400;
	margin: 0px 14px 0px 11px;
}
.view-title {
	font-family: NotoSansKR-Bold;
	font-size: 26px;
	color: #111111;
	letter-spacing: -0.5px;
	text-align: center;
	line-height: 38px;
	font-weight: 700;
}
.view-sns-list {
    display: flex;
    justify-content: center;
	margin: 20px auto 40px;
}
.view-sns-list li {
    display: flex;
    width: 36px;
    height: 36px;
    justify-content: center;
    align-items: center;
    background: #F6F6F6;
    border-radius: 16px;
    margin-right: 12px;
}
.view_cnts {
	font-family: NotoSansKR-Regular;
	font-size: 18px;
	color: #333333;
	letter-spacing: -0.5px;
	line-height: 28px;
	font-weight: 400;
	margin: 60px auto;
}
.view_cnts ul > li {
	list-style: disc;
	margin: 5px 40px;
}
.view_cnts ol > li {
	list-style: auto;
	margin: 5px 40px;
}
.view_ref {
	font-family: NotoSansKR-Regular;
	font-size: 16px;
	color: #0068FE;
	letter-spacing: -0.5px;
	line-height: 24px;
	font-weight: 400;
}
.view_ref_link {
	margin-bottom:12px; 
	text-decoration:underline;
	background: #F6F6F6;
	border-radius: 8px;
	height: 44px;
	display: flex;
  	align-items: center;   /* 세로 */
}
.view_ref_right_img {
	vertical-align: middle;
	margin-left:4px;
}
.view_ref_link_img {
	margin-left:20px;
	margin-right:7px;
}
.view-tag-list {
    display: flex;
    margin: 24px 0px 40px;
}
.view-tag-list li {
    display: flex;
    height: 32px;
    align-items: center;
    background: #E7F1FE;
	border-radius: 24px;
	font-family: NotoSansKR-Medium;
	font-size: 14px;
	color: #1538B9;
	letter-spacing: -0.5px;
	line-height: 22px;
	font-weight: 500;
	padding: 5px 10px;
    margin-right: 12px;
}
.view-rel {
	font-family: NotoSansKR-Bold;
	font-size: 24px;
	color: #111111;
	letter-spacing: -0.5px;
	text-align: center;
	line-height: 36px;
	font-weight: 700;
	padding-top: 60px;
}
.blogContents {
	background: #F4F5F7;
	padding-bottom:120px
}

.rf_container {
    width: 100%;
    margin: 0 auto;
    overflow: visible;
}

.swiper {
    width: 100%;
    /* height: 385px; */
    background: none !important;
    margin-top: 60px;
}

.swiper-slide {
    display: flex;
    justify-content: start;
    align-items: start;
    width: 385px;
}

.swiper-slide img {
    /* display: block;
    width: 100%;
    height: 100%;
    object-fit: cover; */
}
.swiper-buttons {
    max-width: 1220px;
    height: 60px;
    margin: 16px auto 0 auto;
    box-sizing:  border-box !important;
    display: flex;
}
.swiper-button-prev-cus,
.swiper-button-next-cus {
    background: url('/templets/main/img/sp_slider_arrow@3x.png') no-repeat center center;
    background-size: contain;
    width: 60px;
    height: 60px;
    display: block !important;
    cursor: pointer;
    user-select: none;
    top: auto !important;
    margin-top: 0 !important;
}
.swiper-button-prev-cus {
    transform: rotate(180deg);
    margin-right: 24px;
}
.slide-content {
    flex: 0 0 auto; /* 한 화면에 4개 */
    width: 385px;
    box-sizing: border-box;
}
.rf_logo_area {
    width: 236px;
    height: 135px;
    border: 1px solid #E0E0E0;
    border-radius: 16px;
    /* padding: 50px; */
    display: flex;
    justify-content: center;
    /* align-items: center; */
}

.rf_logo_area img {
    /* max-width: 100%;
    max-height: 100%;
    object-fit: contain; */
    width: 236px;
    height: 135px;
    border-radius: 16px;
}

.rf_slide_tags {
    margin-top: 24px;
    min-height:32px;
    max-height: 100%;
}

.rf_slide_tags .rf_tag{
    padding: 5px 10px;
    background: #E7F1FE;
    border-radius: 24px;
    font-family: NotoSansKR-Medium;
    font-size: 14px;
    color: #1538B9;
    letter-spacing: -0.5px;
    line-height: 22px;
    font-weight: 500;
    margin-right: 8px;
    margin-bottom: 8px;
    display: inline-block;
}
.rf_title {
    font-family: NotoSansKR-Bold;
    font-size: 20px;
    color: #2050DD;
    letter-spacing: -0.5px;
    text-align: center;
    line-height: 30px;
    font-weight: 700;
}
.rf_info {
    font-family: NotoSansKR-Bold;
    font-size: 32px;
    color: #111111;
    letter-spacing: -1px;
    text-align: center;
    font-weight: 700;
    margin-top: 16px;
}
.disabled {
    opacity: 0.6;
    cursor: default;
    pointer-events: none;
}
.search-count {
	font-family: NotoSansKR-Bold;
	font-size: 15px;
	color: #FFFFFF;
	letter-spacing: -0.5px;
	text-align: center;
	line-height: 20px;
	font-weight: 700;
	background: #FF4024;
	border-radius: 13px;
	padding: 1px 8px;
	margin-left: 5px;
	vertical-align: top;
}
.view-bg {
	height:640px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}
.manual-currPage {
	font-family: NotoSansKR-Medium;
	font-size: 14px;
	color: #2050DD;
	letter-spacing: -0.5px;
	text-align: center;
	line-height: 22px;
	font-weight: 500;
}
.share-btn {
	cursor:pointer;
}
.bxImg {
	width:110px
}
.dbImg {
	width:98px
}
.cfImg {
	width:131px
}
.manual-btns-bf {
    background: #FFFFFF;
	border: 1px solid #E0E0E0;
	border-radius: 24px;
	width:200px;
	height:48px;
	justify-content: center;
    margin: 12px auto 24px;
    cursor:pointer;
    display: flex;
    flex-direction: column;
}
.moreText-bf {
    font-family: NotoSansKR-Bold;
	font-size: 14px;
	color: #333333;
	letter-spacing: -0.5px;
	text-align: center;
	line-height: 22px;
	font-weight: 700;
}
@media screen and (max-width: 768px) {
 	.content-inner {
 		max-width: 360px;
        margin: 0px 20px;
    	position: relative;
    	z-index: 1;
    }
    .empty-space {
    	display: none;
    	margin: 40px 0 0;
    }
    .empty-space-mobile-only {
    	display: block;
    	background: #F4F4F4; height:10px;
		margin-bottom: 30px;
    }
	.sp_tab_bar {
        width: 100%;
        height: auto;
        background: #F6F6F6;
        margin-top: 40px;
        border-radius: 16px;
    }
	.manual-list {
	    margin: 12px 0 0;
	}
	.manual-card {
	    max-width: calc((100% * 2) / 2);
	    border: 1px solid #E4E4E4;
	    border-radius: 16px;
	    background: #FFFFFF;
	    box-sizing: border-box;
	    justify-content: flex-start; /* or 삭제 */
	    display: flex;
	    flex-direction: column;
	    width: 154px;
	    height: 251px;        /* 카드 높이 동일 */
	    box-sizing: border-box;
	}
	.manual-cnts {
	    padding: 20px 16px 0px 16px;
	    height: 251px;
	}
	.manual-ctgr {
	    font-family: NotoSansKR-Regular;
		font-size: 13px;
		color: #2050DD;
		letter-spacing: -0.5px;
		line-height: 20px;
		font-weight: 400;
		margin-top: 20px;
	}
    .manual-title {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
        line-height: 18px;
        font-size: 12px;
        color: #555555;
        margin: 9px 0px;
        height: calc(1.5em * 4) !important; /* 4줄 고정 */
    }
	.manual-date {
		font-size: 13px;
		color: #888888;
		letter-spacing: -0.5px;
		line-height: 20px;
		font-weight: 400;
	    float: right;
	    margin: 0px;
	}
	.manual-search {
		font-size: 16px;
		line-height: 26px;
		margin-top: 21px;
		border-radius: 0;
		height: 130px;
	}
	.view-ctgr {
		font-size: 15px;
		line-height: 20px;
		margin: 0px 0px 20px;
	}
	.view-divide {
		font-size: 13px;
		color: #E0E0E0;
		margin: 0px 12px 0px 12px;
	}
	.view-date {
		font-size: 15px;
		line-height: 20px;
	}
	.view-title {
		font-size: 20px;
		letter-spacing: -0.5px;
		line-height: 26px;
		padding: 0 20px;
	}
	.view-sns-list {
		margin: 16px auto 24px;
	}
	.view-sns-list li {
	    width: 28px;
	    height: 28px;
	    justify-content: center;
	    align-items: center;
	    background: #F6F6F6;
	    border-radius: 16px;
	    margin-right: 9px;
	}
	.view_cnts {
		font-size: 15px;
		line-height: 23px;
		margin: 40px auto;
	}
	.view_ref {
		font-size: 15px;
		line-height: 18px;
	}
	.view_ref_link {
		margin-bottom:8px;
		height: calc(1.6em * 2);
	}
	.view_ref_link img {
		vertical-align: middle;
		margin-left:4px;
	}
	.view-tag-list {
		display: inline-block;
	    margin: 20px 0px 40px;
	}
	.view-tag-list li {
        margin-right: 12px;
        margin-bottom: 8px;
	    display: inline-block;
	}
	.manual-btns {
	    background: #FFFFFF;
		/* border: 1px solid #2050DD; */
		border-radius: 20px;
		width:155px;
		height:40px;
		justify-content: center;
	    margin: 40px auto 40px;
	    cursor:pointer;
	}
	.moreText- {
	    font-family: NotoSansKR-Medium;
		font-size: 14px;
		color: #2050DD !important;
		letter-spacing: -0.5px;
		text-align: center;
		line-height: 22px;
		font-weight: 500;
	}
	.view-rel {
		font-size: 20px;
		color: #000000;
		text-align: left;
		line-height: 24px;
		padding-top: 0px;
	}
	.blogContents {
		background: #ffffff;
		margin: 36px 0 38px;
		padding-bottom: 0px;
	}
    
     .rf_title {
         font-size: 14px;
         line-height: 1;
     }
     .rf_info {
         font-size: 16px;
         letter-spacing: -0.5px;
         line-height: 1.5;
         margin-top: 8px;
         font-family: NotoSansKR-Medium !important;
         font-weight: 500 !important;
     }
     .swiper {
         margin-top: 36px;
     }
     .swiper-wrapper, .swiper-slide, .slide-content {
         width: 236px;
     }
     
     .swiper-buttons {
         height: 40px;
         margin: 20px auto 40px;
         justify-content:  center;
         gap: 10px;
     }
     .swiper-button-prev-cus,
     .swiper-button-next-cus {
         width: 40px;
         height: 40px;
     }
     .swiper-button-prev-cus {
         transform: rotate(180deg);
         margin-right: 0;
     }
	.view-bg {
		height:192px;
	}
        
	.rf_slide_tags {
	    margin-top: 16px;
	    margin-bottom: 12px;
	    min-height:24px;
	    max-height: 100%;
	}
	
	.rf_slide_tags .rf_tag{
	    padding: 2px 10px;
	    background: #E7F1FE;
	    border-radius: 24px;
	    font-family: NotoSansKR-Medium;
	    font-size: 13px;
	    color: #1538B9;
	    letter-spacing: -0.5px;
	    line-height: 20px;
	    font-weight: 500;
	    margin-right: 4px;
	    margin-bottom: 8px;
	    display: inline-block;
	    white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 100%;
	}
	.bxImg {
		width:80px
	}
	.dbImg {
		width:74px
	}
	.cfImg {
		width:91px
	}
	.bxImg2 {
		width:110px
	}
	.dbImg2 {
		width:98px
	}
	.cfImg2 {
		width:131px
	}
	.manual-card-bottom {
	    max-width: calc((100% * 4) / 4);
	    border: 1px solid #E4E4E4;
	    border-radius: 12px;
	    background: #FFFFFF;
	    box-sizing: border-box;
	    justify-content: flex-start;
	    display: flex;
	    flex-direction: column;
	    width: 236px;
	    height: 244px;
	    box-sizing: border-box;
	}
	.manual-cnts-bottom {
	    padding: 24px 20px 0px 20px;
	}
    .manual-title-bottom {
    	font-family: NotoSansKR-Medium;
    	font-weight: 500;
        display: -webkit-box;
        -webkit-box-orient: vertical;
    	-webkit-line-clamp: 4;     /* 제목 최대 4줄 */
        overflow: hidden;
        line-height: 20px;
        font-size: 13px;
        color: #555555;
        margin: 14px 0px 16px;
        height: calc(1.5em * 4) !important; /* 4줄 고정 */
    	letter-spacing: -0.5px;
    }
	.manual-btns-bf {
		width:137px;
		height:40px;
	    margin: 12px auto 20px;
	}
	.moreText-bf {
	    font-family: NotoSansKR-Medium;
		font-weight: 500;
	}
	.search-count {
		font-size: 13px;
	}
}

