/*  폰트 적용 */
/*
@import url('//fonts.cdnfonts.com/css/poppins');
@import url('//fonts.cdnfonts.com/css/nanum-brush-script');
@import url('//fonts.cdnfonts.com/css/nanumgothic');
*/
@import url('//fonts.googleapis.com/earlyaccess/nanumgothic.css');
@import url('//fonts.googleapis.com/earlyaccess/nanumbrushscript.css');
/*font-family: 'Noto Sans KR', sans-serif;*/
/*@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap');*/
/*font-family: 'Pretendard', 'Noto Sans KR', 'Poppins', sans-serif;*/
@import url('//cdn.jsdelivr.net/npm/typeface-poppins@1.1.13/index.min.css');
@import url('//cdn.jsdelivr.net/npm/noto-sans-kr@0.1.1/styles.css');
/* 공통 라이브러리 class */
.row::after {
    content:"";
    display:block;
    clear:both;
}
.cell {
    float:left;
    box-sizing:border-box;
}
.cell-right {
    float:right;
    box-sizing:border-box;
}
.margin-0-auto {
    margin:0 auto;
}
.block {
    display:block;
}
.inline-block {
    display:inline-block;
}
.text-align-center {
    text-align:center;
}
.line-height-0-ch-only {
    line-height:0;
}
.line-height-0-ch-only > * {
    line-height:normal;
}
.relative {
    position:relative;
}
.absolute-left {
    position:absolute;
    left:0;
}
.absolute-right {
    position:absolute;
    right:0;
}
.absolute-middle {
    position:absolute;
    top:50%;
    transform:translateY(-50%);
}
.absolute-bottom {
    position:absolute;
    bottom:30px;
}
.width-100p {
    width:100%;
}
.table {
    display:table;
}
.table-cell {
    display:table-cell;
}
.vertical-align-top {
    vertical-align:top;
}
.vertical-align-middle {
    vertical-align:middle;
}
.vertical-align-bottom {
    vertical-align:bottom;
}
.t2d_width80 {
    width: 80%;
    height: 50%;
    margin: 0 auto;
    overflow: hidden;
}
@media screen and (max-width: 1600px){
    .t2d_width80 { width:94%;  }	
}
@media screen and (max-width: 1200px){
    .t2d_width80 { height: 75%;  }
}

/*아티클 줄간격*/
.t2d_article_row_gap{
	position:relative;
    margin:0;
    padding:0;
    height:50px;
    box-sizing: border-box;
}
/*.t2d_article_row_gap::after{
   content: "";
   clear: both;
   display: block;
   width: 100%;
   margin: 60px auto 0px;
   background: #f7f6f6;
   height: 1px;
}
*/
@media screen and (max-width: 1024px){ /*Tab 이하*/
    .t2d_article_row_gap {
        height:30px;
    }
    .t2d_article_row_gap::after{
        content:none;
    }
}
@media screen and (max-width: 768px){ /*Tab 이하*/
    .t2d_article_row_gap {
        height:20px;
    }
}
/*섹션*/
#t2d_header, #t2d_main_wrap, #t2d_footer_wrap, #t2d_fake_wrap {position: relative;}
/*fake 랩(드래그 컴포넌트용)*/
#t2d_fake_wrap{width:0px;height:0px}



/*---개인정보보호정책---*/
.content__box {
	width: 100%;
    height: auto;
    box-sizing: border-box;
    padding: 35px 25px;
    border: 1px solid #d7d7d7;
    background: #f7f7f7;
    font-size: 0.9em;
    margin-top: 20px;	
    
	font-size:15px;
	line-height:25px;
}
.content__box dl {
    margin-bottom: 20px;
}
.content__box dl dt {
    font-size: 1em;
    font-weight: bold;
}
.content__box dl:last-child {
    margin-bottom: 0;
}
/*----- 서브페이지 wrap 스타일-----*/
#t2d_sub_wrap{}
/*----- 서브페이지 container 전체 wrap 스타일-----*/
#t2d_sub_container{/*max-width: 1400px;*/ margin:0 auto;  width:100%;min-height: 810px;}
/*---------- 서브페이지 본문 wrap ----------*/
#t2d_scontents { width:100%; margin:0px auto 30px auto; max-width: 1400px;}
@media screen and (max-width: 1200px){ /*Tab 이하*/
    #t2d_scontents { width:100%; } 
}
@media screen and (max-width: 1024px){ /*Tab 이하*/
    #t2d_scontents { width:100%;} 
}
@media screen and (max-width: 768px){ /*Tab 이하*/
    #t2d_scontents {margin:0px 0 0 0;} 
}
/*---------- 서브페이지 커버이미지(비쥬얼) : 배경방식 ----------*/

.t2d_sub_visual { 
    position:relative; width:100%; height:460px;
    /* background-attachment: fixed;*/
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
    box-shadow: rgb(0 0 0 / 15%) 0px 0px 16px inset;
}
@media screen and (max-width: 1024px){ 
    .t2d_sub_visual { height:275px; }
}
.t2d_directory_box {
    width: 100%;
    position: absolute;
    text-align:center; 
    z-index: 2;
    top:45%;
}
.t2d_directory_box h1 { font-size:35px; font-weight:normal; color:#fff; }
.t2d_directory_route a,.t2d_directory_route p { display:inline-block; color:#fff;font-size: 15px;margin-top: 15px;}
.t2d_directory_route a i { font-size: 17px; padding-right: 6px;}
.t2d_directory_route span { padding:0 10px; color:#fff; }
@media screen and (max-width: 768px){ 
    .t2d_directory_box h1 { font-size:28px; }
}

/*---------- 서브페이지 커버이미지(비쥬얼) : 배경방식 v1 - 글자만 ----------*/
/*
.t2d_sub_visual { 
    position:relative; width:100%; 
    background: unset!important;
    overflow: hidden;
}

.t2d_directory_box {
    width: 100%;
    position: relative;
    text-align:center; 
    padding: 140px 0 80px 0;
}
.t2d_directory_box h1 { font-size:35px; font-weight:normal; color:#2f2f2f; }
.t2d_directory_route a,.t2d_directory_route p { display:inline-block; color:#2f2f2f; }
.t2d_directory_route a i { font-size: 17px; padding-right: 6px;}
.t2d_directory_route span { padding:0 10px; color:#2f2f2f; }
@media screen and (max-width: 768px){ 
    .t2d_directory_box h1 { font-size:28px; }
}
*/
/*---------- 서브페이지 커버이미지(비쥬얼) : 배경방식 v1-1 - 글자만 우측정렬 ----------*/
/*
.t2d_sub_visual { 
    position:relative; width:100%; 
    background: unset!important;
    overflow: hidden;
}

.t2d_directory_box {
    width: 100%;
    position: relative;
    text-align:center; 
    padding: 140px 0 80px 0;
}
.t2d_directory_box h1 { font-size:35px;  color:#2f2f2f; }
.t2d_directory_route {
    float: right;
    top: -30px;
    margin-right: 20px;
    position: relative;
}
.t2d_directory_route a,.t2d_directory_route p { display:inline-block; color:#2f2f2f; }
.t2d_directory_route a i { font-size: 17px; padding-right: 6px;}
.t2d_directory_route span { padding:0 10px; color:#2f2f2f; }
@media screen and (max-width: 768px){ 
    .t2d_directory_box h1 { font-size:28px; }
}
*/

/*---------- 서브페이지 커버이미지(비쥬얼) : 이미지방식----------*/
/*
.t2d_sub_visual { 
    position:relative; width:100%; height:auto;margin-bottom: 80px; 
    background-attachment: fixed;
    background-size: unset;
    overflow: hidden;
    box-shadow: rgb(0 0 0 / 15%) 0px 0px 16px inset;
    text-align: center;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.t2d_sub_visual .t2d_bannerimg{
    object-fit: cover; 
    height: 100%;
    width: 100%;
    max-width: 100%;
}
@media screen and (max-width: 768px){ 
    .t2d_sub_visual {  margin-bottom: 0px;}
}
.t2d_directory_box {
    width: 100%;
    position: absolute;
    text-align:center; 
    z-index: 2;
    top:40%;
}
.t2d_directory_box h1 { font-size:35px; font-weight:normal; color:#fff; }
.t2d_directory_route a,.t2d_directory_route p { display:inline-block; color:#fff; }
.t2d_directory_route a i { font-size: 17px; padding-right: 6px;}
.t2d_directory_route span { padding:0 10px; color:#ccc; }
@media screen and (max-width: 768px){ 
    .t2d_directory_box h1 { font-size:28px; }
}

*/
/*---------- 이미지방식끝 ----------*/
/*---------- 서브페이지 경로 표시 ----------*/



/*---------- 서브페이지  제목 ----------*/
.t2d_subtitle { /*width:100%;*/ margin:0 auto; text-align: center;margin-top: 50px;}
.t2d_subtitle h1 { font-size:30px; font-weight:bold; display:inline-block; }
.t2d_subtitle h1:after {
    content: "";
    clear: both;
    display: block;
    width: 100%;
    margin: 30px auto 10px;
    background: #000;
    height: 1px;
}

@media screen and (max-width: 1200px){
    .t2d_subtitle { /*width:100%;*/ margin-top: 30px;}
    .t2d_subtitle h1 { font-size:25px;}
}
@media screen and (max-width: 768px){ /*Mob 이하*/
    .t2d_subtitle h1 { font-size:20px; }
}
/*---------- 서브페이지 메뉴----------*/
/*------서브페이지 대중소 제목 ------*/
#t2d_scontents .t2d_contenttitle{
    width:100%; margin:50px auto 30px auto; text-align: center;
}
#t2d_scontents .t2d_contenttitle > h1{
    font-size:32px; font-weight:bold; display:inline-block; color:#033c7e; 
    padding: 0;
    margin: 0;
}
#t2d_scontents .t2d_contenttitle > h1:after {
    content: "";
    clear: both;
    display: block;
    width: 100%;
    margin: 30px auto 10px;
    background: #000;
    height: 1px;
    font-size: 0;
}

#t2d_scontents .t2d_contenttitle_m {
    margin: 0px auto 10px auto;
    width: 100%;
    text-align: left;
}
#t2d_scontents .t2d_contenttitle_m > h1{
    font-size: 22px; font-weight:bold; display:inline-block; color:#033c7e; 
    padding: 0;
    margin: 0;
}

#t2d_scontents .t2d_contenttitle_s > h1{
    font-size: 20px; font-weight:bold; display:inline-block; color:#000; 
    padding: 0px 10px 0;
    margin: 0;

    
}
@media screen and (max-width: 1200px){
    #t2d_scontents .t2d_contenttitle { width:94%; margin:30px auto 20px auto;}
    #t2d_scontents .t2d_contenttitle h1 { font-size:28px;}
    #t2d_scontents .t2d_contenttitle_m { width:99%; }
    #t2d_scontents .t2d_contenttitle_m h1 { font-size:20px;}
    #t2d_scontents .t2d_contenttitle_s h1 { font-size:19px;}
}
@media screen and (max-width: 768px){ /*Mob 이하*/
    #t2d_scontents .t2d_contenttitle h1 { font-size:28px; }
}
/*------서브페이지 대중소 제목 end ------*/


/*----- 메인 wrap 스타일-----*/
#t2d_main_wrap{}
/*----- 메인 article 전체 wrap 스타일-----*/
#t2d_main_container{/*max-width: 1400px;*/ margin: 0 auto; width:100%;}
/*----- 메인 각 콘텐츠 article에 대한 공통 스타일-----*/
.t2d_contentbox_fullscreen-wh { position:relative; width:100%; height:calc(var(--vh, 1vh) * 100); /*height:100vh;*/ } /* height fullscreen*/
.t2d_contentbox_full-w_auto-h { position:relative; width:100%; height:auto; margin:0 auto;} /* height auto*/
.t2d_contentbox_max-width1400 { position:relative; width:100%; max-width:1400px; margin:0 auto;} /* max-width:1400*/
/*-----아티클 css -----*/
/* t2d_main_article_cover_1_autoheight ------start------*/
.t2d_main_article_cover_1_autoheight {
    /*height:640px; 배경 contain 일때 auto*/
    height:800px;
    position:relative;
}
.t2d_main_article_cover_1_autoheight > .slides > div {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    overflow:hidden;
    transition:opacity 1s;
    opacity:0;
}
.t2d_main_article_cover_1_autoheight > .slides > div.active { opacity:1; }
.t2d_main_article_cover_1_autoheight > .slides > div > div {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-size:cover; /*contain*/
    background-position:center;
    transform:scale(1.5);
}
/*fake img 비율에 따라 크기조정용 배경이 contain 이고 전체 height auto 일때만*/
/*
.t2d_main_article_cover_1_autoheight > .t2d_bannerimg {
    opacity:0;max-width:100%;
}
*/

.t2d_main_article_cover_1_autoheight > .slides > div.active > div {
    transform:scale(1);
    transition: transform 3s;
}
.t2d_main_article_cover_1_autoheight .nav-bar {
    height:100%;
    position:relative;
    z-index:1;
    margin:0 auto;
    max-width:1400px;
}
.t2d_main_article_cover_1_autoheight[data-slider-autoplay-status="Y"] .btn-play { display:none; }
.t2d_main_article_cover_1_autoheight[data-slider-autoplay-status="N"] .btn-stop { display:none; }
.t2d_main_article_cover_1_autoheight > .nav-bar > .row { width:80%; left:10%; }
.t2d_main_article_cover_1_autoheight > .nav-bar > .row > .cell:first-child { width:calc(100% - 50px);}
.t2d_main_article_cover_1_autoheight > .nav-bar > .row > .cell:first-child > .progress-bar { height:3px; }
.t2d_main_article_cover_1_autoheight > .nav-bar > .row > .cell:first-child > .progress-bar > div {
    height:100%;
    width:0;
    background-color:#fff;
	border-radius:50px;
}
.t2d_main_article_cover_1_autoheight > .nav-bar > .row > .cell:last-child {
    width:50px;
    text-align:center;
}
.t2d_main_article_cover_1_autoheight .visual-txt { 
	z-index:1; 
	position:absolute;
	top:45%!important;
	left:0;
	text-align:center;
	color:#fff;
	width:100%;
    height:auto;
}

.t2d_main_article_cover_1_autoheight .slides_item:nth-child(3) .visual-txt { 
	top:74%!important;
}


/*.t2d_main_article_cover_1_autoheight .visual1_visual-txt { top:35%!important; }*/
.t2d_main_article_cover_1_autoheight .visual-txt h2 {
	font-family:'Pretendard', 'Noto Sans KR'!important;
	font-size:50px;
	text-transform:uppercase;
	line-height:60px;
	letter-spacing:-1px;
	text-shadow:2px 1px 6px rgba(0,0,0,0.3);
}
.t2d_main_article_cover_1_autoheight .visual-txt h2 .point_text {
	color:#FF9800;
}
.t2d_main_article_cover_1_autoheight .visual-txt h2 .point_text2 {
	color:#ffc107;
}
.t2d_main_article_cover_1_autoheight .visual-txt h2 .point_text3 {
	color:#ffa000;
}
.t2d_main_article_cover_1_autoheight .visual-txt h2 .point_text4 {
	color:#26d7d3;
}

.t2d_main_article_cover_1_autoheight .visual-txt h2 .point_text5 {
	color:#E91E63;
}

/*버튼*/
.t2d_main_article_cover_1_autoheight .visual-txt2 { 
	z-index:100; 
	position: absolute !important;
    width:100%;
    margin: 0 auto;
	bottom:20%;
	left:0;
	text-align:center;
	
}
.t2d_main_article_cover_1_autoheight .visual-txt2 a {
    color: #FFF;
    font-family: 'Noto Sans KR', sans-serif;
    font-weight: 600;
    font-size: 13px;
    letter-spacing: 1px;
    padding: 12px 24px;
    border: 1px solid #FFF;
    border-radius: 4px;
    margin-top: 36px;
    display: inline-block;
    position: relative;
    -webkit-transition: .5s;
    transition: .5s;
    overflow: hidden;
}
.t2d_main_article_cover_1_autoheight .visual-txt2  a::after {
    position: absolute;
    -webkit-transition: .3s;
    transition: .3s;
    content: '';
    width: 0;
    bottom: 0;
    background: #ed1c24;
    height: 100%;
    right: -10%;
    z-index: -1;
}
.t2d_main_article_cover_1_autoheight .visual-txt2 a:hover::after {
    left: 0;
    width: 100%;
}
.t2d_main_article_cover_1_autoheight .visual-txt2 a:hover, .t2d_main_article_cover_1_autoheight .visual-txt2  a:hover span{
	color:#fff;
	font-weight:600;
	transition: .6s;
	border:1px solid #ed1c24;
}
.t2d_main_article_cover_1_autoheight .btn-play,.btn-stop { font-size:18px; color:#fff; margin-top:-13px; cursor:pointer;}
@media screen and (max-width: 1200px){ /*Tab 이하*/
    .t2d_main_article_cover_1_autoheight .visual-txt h2 { font-size:44px; line-height:50px; letter-spacing:-2px; word-break:keep-all;}	
}
@media screen and (max-width: 768px){ /*Mob 이하*/
    .t2d_main_article_cover_1_autoheight .visual-txt h2 {  
        font-size:30px;
        line-height:40px;
        word-break:keep-all;
        padding:0 10px;
    }
    .t2d_main_article_cover_1_autoheight {
        height:400px;
     
    }
}
/* t2d_main_article_cover_1_autoheight ------end------*/
/* t2d_main_article_iconlink_12_nobg ------start------*/
.t2d_main_article_iconlink_12_nobg {
	position:relative;
    overflow: hidden;
	padding:30px 0 0 0;
	/*box-shadow: rgb(0 0 0 / 15%) 0px 0px 16px inset;*/
}
.t2d_main_article_iconlink_12_nobg .swiper_compatible_wrap{
    max-width:1400px;width:100%;margin:0 auto;position: relative;
}
.t2d_main_article_iconlink_12_nobg  .items_wrap{
    width:100%;
    margin: 0 auto; 
	padding:50px 0 50px 0;
}
.t2d_main_article_iconlink_12_nobg ul {
    display: flex;
    justify-content: center;
	padding: 0;
}
.t2d_main_article_iconlink_12_nobg ul li { flex:1; text-align:center; font-size:0;  color:#fff; box-sizing:border-box;padding: 0 0 10px 0;}
/*아이콘 사용시*/
.t2d_main_article_iconlink_12_nobg ul li a .icon_area i {
    font-size: 50px;
    color: #fff;
 }
/*아이콘배경*/
.t2d_main_article_iconlink_12_nobg ul li a .icon_area { 
    width: 150px; /*원너비*/
    height: 150px;
    background-color: #ff9c0a; /* 배경색 */
    border-radius: 10%; /* 원모양 */
	display: table-cell;
    vertical-align: middle;
	transition:  0.5s;
    font-style: normal;  
	/* 원테두리 */
    border-width: 5px;
    border-color: #f4f4f4;
    border-style: solid;
    /* 그림자 */
	/*
	order: 1px solid #ddd;
	box-shadow: 3px 1px 1px #ebebeb;
	 */
 }
 .t2d_main_article_iconlink_12_nobg ul li a:hover .icon_area {
    transition: 0.6s;
	background-color: #50af53ed;  /* 배경색 hover */
    
	
}
/*아이콘 이미지 */
.t2d_main_article_iconlink_12_nobg .icon_area img { width:50%; }
/*아이콘 이미지 효과*/
.t2d_main_article_iconlink_12_nobg ul li a:hover .icon_area img { transform: rotateY(360deg); transition:all 0.9s; }
.t2d_main_article_iconlink_12_nobg ul li a:hover .icon_area { box-shadow: 2px 3px 5px 0px rgba(56, 55, 55, 0.16); }
/* 텍스트 */
.t2d_main_article_iconlink_12_nobg ul li a dt { 
	 font-family: 'Pretendard', 'Nanumgothic';
	 font-size:20px;
	 color: #353535; 
	 font-weight:600; 
	 padding:5px 0 5px 0; 
	}
.t2d_main_article_iconlink_12_nobg ul li a dd { 
	font-family: 'Pretendard', 'Nanum Gothic', sans-serif;
    font-weight: normal;
    font-size: 18px;
    color: #929292;
    font-size: 18px;
}
/* 제목 */
.t2d_main_article_iconlink_12_nobg .t2d_contenttitle {  
	font-family: 'Pretendard', 'Poppins', sans-serif;
	font-size:45px;
	text-align:center;
	color: #2f2f2f; 
    padding: 80px 0 10px 0;
}
.t2d_main_article_iconlink_12_nobg .t2d_contenttitle_e {  
	font-family: 'Pretendard', 'Poppins', sans-serif;
	font-size:30px;
	text-align:center;
	color:#464646;
	padding:0;
}
.t2d_main_article_iconlink_12_nobg .t2d_contenttitle_m {  
	font-family: 'Pretendard', 'Poppins', sans-serif;
	font-size:16px;
	text-align:center;
	color:#707070;
	padding:0;
}
@media screen and (max-width: 1200px){ /*Tab 이하*/
	.t2d_main_article_iconlink_12_nobg ul { flex-wrap: wrap; }
    .t2d_main_article_iconlink_12_nobg ul li {flex:unset; width:33%; padding: 0 0 60px 0;}
    .t2d_main_article_iconlink_12_nobg .t2d_contenttitle { font-size:40px;   }
    .t2d_main_article_iconlink_12_nobg .swiper_compatible_wrap{ padding: 0;}
}
@media screen and (max-width: 1024px){ /*Tab 이하*/
    .t2d_main_article_iconlink_12_nobg ul li { width:33%; }
}
@media screen and (max-width: 768px){ /*Mobile 이하*/
    .t2d_main_article_iconlink_12_nobg ul li { width:50%; }

}
/* t2d_main_article_iconlink_12_nobg ------end------*/


/* t2d_main_article_textbanner_copy_point_2 ------start------*/
.t2d_main_article_textbanner_copy_point_2{
	position:relative;
    /*배경사용시 주석해제*/
    /*background-image: url(../user_img/background3.jpg); 
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    */
    /*배경색*/
    /*background: #f4f4f4;*/
    /* 그림자
    box-shadow: rgb(0 0 0 / 15%) 0px 0px 16px inset;
    */
    /*box-shadow: rgb(0 0 0 / 15%) 0px 0px 16px inset;
    overflow: hidden;*/
    margin:0 auto;
    background: #004ca0;
    padding:80px 0 70px 0;
}
/*.t2d_main_article_textbanner_copy_point_2::after{
   content: "";
   clear: both;
   display: block;
   width: 100%;
   margin: 60px auto 0px;
   background: #f7f6f6;
   height: 1px;
}
*/
.t2d_main_article_textbanner_copy_point_2 > .items_wrap{
    width: 100%;
    max-width: 1300px;
    margin: 0  auto;
    display: flex;
    flex-wrap: wrap; /*slide 이용시 주석*/
    justify-content: space-between; /*간격 [center,space-between.. */
    /*align-items: center;*/ /*세로중앙*/
    position:relative;
    font-size: 0; /*li 간 미세하게 생기는 간격문제 해결 or li 태그간 줄띄기 없애는 방법도 있음*/
    box-sizing: border-box;
    padding: 0;
}

.t2d_main_article_textbanner_copy_point_2  > .items_wrap > .items { 
    margin:  0px;
   /* width: calc(50%);*/ /*  (25% - 1%)자신의 좌우 마진 간격을 뺌 */
    /*height: auto;*/ /*height:600px 지정하면 높이 고정.*/
    height: auto; /*height:600px 지정하면 높이 고정.*/
    /*border-radius: 20px;*/ /*테두리 원각도*/
    /*border: 1px solid #e2e2e2;*/
    /*text-align:center;*/
    font-size:0;  
    color:#fff; 
    box-sizing:border-box;
    padding: 0 ; 
    position:relative;
    overflow: hidden; 
    /*
    box-shadow: 0 2px 20px rgb(0 0 0 / 10%);
    background: #00000073;
    */
}
.t2d_main_article_textbanner_copy_point_2 .point_text {color:#e56e1f; }
.t2d_main_article_textbanner_copy_point_2 .point_text_1 {color: #fff;font-weight: 700;}

.t2d_main_article_textbanner_copy_point_2 .side1 {position: relative;width:45%;text-align: left; } 
.t2d_main_article_textbanner_copy_point_2 .side2 {position: relative; width:50%; text-align:right;}
.t2d_main_article_textbanner_copy_point_2 .t2d_bannerimg {width:100%; height:auto; border-radius: 5px; }
.t2d_main_article_textbanner_copy_point_2 .side1 .t2d_sub_copy { 
    position:relative; 
    text-align:left;  
    width:100%;
    font-size: 30px;
    line-height: 1.4em;
    letter-spacing: -0.07em;
    word-break: keep-all;
    font-weight: 300;
}
.t2d_main_article_textbanner_copy_point_2 .side1 .t2d_sub_detail_text {   margin-top: 50px; padding-left:15px;box-sizing: border-box;}
.t2d_main_article_textbanner_copy_point_2 .side1 .t2d_sub_detail_text p {font-size: 18px; line-height:1.5em; color: #000; word-break: keep-all; }
.t2d_main_article_textbanner_copy_point_2 .box_03{
    font-size: 22px;
    letter-spacing: 1px;
    font-weight: 400;
    line-height: 35px;
}
.t2d_main_article_textbanner_copy_point_2 .box_03 h2 {  
    
    color: #fff;
    word-break: keep-all;
    font-weight: 600;
}

.t2d_main_article_textbanner_copy_point_2 .box_03 h2 span {  
	color: #80DEEA;
    /* padding: 6px 7px; */
    border-radius: 50%;
    margin-right: 10px;
    font-size: 26px;
    vertical-align: middle;
}
.t2d_main_article_textbanner_copy_point_2 .box_03 > ul  {
    margin: 0 0 20px 40px;
    font-size: 20px;
}




@media screen and (max-width: 768px){ /*Tab 이하*/
    .t2d_main_article_textbanner_copy_point_2{padding:0px 0 0 0;}
    .t2d_main_article_textbanner_copy_point_2 .side1{ text-align:left; margin-top: 30px!important;} 
    .t2d_main_article_textbanner_copy_point_2 .side1 .t2d_sub_copy { text-align:left;}
    .t2d_main_article_textbanner_copy_point_2 .side2 {text-align:center; }
    .t2d_main_article_textbanner_copy_point_2 .items_wrap{
        margin: 0px auto 0 auto;
    }
    .t2d_main_article_textbanner_copy_point_2 .items { 
        margin: 0px 3px;
        width: 100%; /*- 15px 자신의 좌우 마진 간격을 뺌 */
    }
    .t2d_main_article_textbanner_copy_point_2 .side1 .t2d_sub_detail_text { margin-bottom: 30px;}
    .t2d_main_article_textbanner_copy_point_2::after{
        content: none;

     }
}
/* t2d_main_article_textbanner_copy_point_2 ------end------*/

/* t2d_main_article_banner_25_product_2vs1 ------start------*/
.t2d_main_article_banner_25_product_2vs1 {
	position:relative;
    /*배경사용시 주석해제*/
	/*
    background-image: url(../user_img/t2d_bgimg.jpg); 
    background-image: url(https://picsum.photos/2040/1025/?image=109);
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    */
    /*배경색*/
    /*background: #f4f4f4;*/
    /* 그림자
    box-shadow: rgb(0 0 0 / 15%) 0px 0px 16px inset;
    */
    /*overflow: hidden;*/
    margin:0 auto;
    padding:80px 0 80px 0;
    
}

.t2d_main_article_banner_25_product_2vs1  .items_wrap{
     max-width:1300px; 
    width:100%;
    margin: 0 auto; 
    /*margin-top: -30px;*//* 위로 덮음*/
	/*padding:10px 0 10px 0;*/
    display: flex;
    flex-wrap: wrap; /*slide 이용시 주석*/
    justify-content: center;
    position:relative;
    font-size: 0; /*li 간 미세하게 생기는 간격문제 해결 or li 태그간 줄띄기 없애는 방법도 있음*/

}
.t2d_main_article_banner_25_product_2vs1 .items_2_wrap{
   width:100%;
   display: flex;
   flex-direction: column;
}

.t2d_main_article_banner_25_product_2vs1 .items { 
    /*margin: 0 0.5%  35px 0.5%; */
   /* width: calc(25% - 1%);*/ /*- 15px 자신의 좌우 마진 간격을 뺌 */
   /* height: 395px;*/
    margin: 0 0  0 0; 
    flex:1;
    min-height:250px;
    /*border-radius: 20px;*/ /*테두리 원각도*/
    text-align:center;
    font-size:0;  
    color:#000; 
    box-sizing:border-box;
    padding: 0 ; 
    /*border: 1px solid #e2e2e2; */
    position:relative;
    overflow: hidden; 
   
}
/* 글자 중앙정렬*/
/*.t2d_main_article_banner_25_product_2vs1  .items_wrap > .items {
    display:flex;
    align-items:center; 
}
*/

.t2d_main_article_banner_25_product_2vs1  .items {
    display:flex;
    align-items:center; 
}

/*배경색세팅*/
.t2d_main_article_banner_25_product_2vs1 .t2d_yellow_BG { background: #ffcb4e ;   }
.t2d_main_article_banner_25_product_2vs1 .t2d_orange_BG { background: #f9a11b ;   }
.t2d_main_article_banner_25_product_2vs1 .t2d_brown_BG { background: #bb7e33 ;   }
.t2d_main_article_banner_25_product_2vs1 .t2d_mint_BG { background: #33bbb8 ;   }
.t2d_main_article_banner_25_product_2vs1 .t2d_navy_BG { background: #1a2c52 ;   }

/*텍스트 박스*/
.t2d_main_article_banner_25_product_2vs1 .items .info_imgbox{
    width: 100%;
    position: relative;
    z-index: 2;
    cursor: default;
    padding:30px;
    text-align: center; /*텍스트 정렬방법 left*/
}

.t2d_main_article_banner_25_product_2vs1 .items a {
    box-sizing: border-box;
    display: inline-block;
    width: 100%;
    height: 100%;	
	position:relative;
}
.t2d_main_article_banner_25_product_2vs1 .items .info_imgbox h3 { font-size:30px; color:#fff; text-shadow: 3px 3px 11px rgb(122 122 122 / 46%);}
.t2d_main_article_banner_25_product_2vs1 .items .info_imgbox p{
    color: #fff;
    /*width:100%;*/
    font-size: 17px;
    line-height: 28px;
    font-weight: 300;

    font-weight: normal;
    word-break: keep-all;
    margin-bottom: 40px;
    /*text-shadow: 2px 2px 2px rgb(122 122 122 / 65%); */
}

/*버튼*/
.t2d_main_article_banner_25_product_2vs1 .items > .info_imgbox a button {  
    font-size: 15px;
    border: 0px solid #fff;
    padding: 10px 35px;
    border-radius: 50px;
    background:rgb(255 254 254 / 50%) no-repeat; color:#353535;
   /* position: absolute;
    bottom: 40px;
    */
	cursor:pointer;
}
.t2d_main_article_banner_25_product_2vs1 .items:hover > .info_imgbox a button {background: rgba(0,0,0,0.5) no-repeat; color: #fff;  transition: all 0.3s; }


/*이미지*/
.t2d_main_article_banner_25_product_2vs1 .items .t2d_bannerimg{
    transition: all 1s;
    position: absolute;
    bottom:20px;
    right:20px;
    font-size:50px;
    color:#fff;
  font-variation-settings:  'FILL' 0,  'wght' 100,  'GRAD' 0,  'opsz' 48;
}

/*아이콘 이미지 효과*/
.t2d_main_article_banner_25_product_2vs1 .items:hover > span.t2d_bannerimg{ transform: rotateY(360deg); transition:all 0.9s; }

.t2d_main_article_banner_25_product_2vs1 .items .t2d_closeup{
    object-fit: cover; /* cover 액자에 맞춤 ,contain 있는 그대로 ,fill 채워서  */
    height: 100%;
    width: 100%;
    max-width: 100%;
    top: 0;
    left: 0;
    bottom: unset !important;
    right: unset !important;
}

/* 제목*/
.t2d_main_article_banner_25_product_2vs1 .t2d_contenttitle {  
	font-family: 'Poppins', sans-serif;
	font-size:52px;
	text-align:center;
	color:#000;
	padding:80px 0 50px 0;
}

@media all and (max-width:1200px) { 
	.t2d_main_article_banner_25_product_2vs1 .items_wrap{  width: 90%; display:block; }
    .t2d_main_article_banner_25_product_2vs1 .items_2_wrap{  display:block; }
	.t2d_main_article_banner_25_product_2vs1 .items{  
		flex:unset;
		margin-bottom: 15px;
		border-radius: 15px!important;
	}
	.t2d_main_article_banner_25_product_2vs1 .items a h3 { font-size:30px; }
	.t2d_main_article_banner_25_product_2vs1 .items a button { font-size:16px; padding: 12px 38px; position:unset; margin-top: 20px; }
}
@media all and (max-width:768px) { 

}

/* t2d_main_article_banner_25_product_2vs1 ------end------*/

/* t2d_main_article_gallery_9_product ------start------*/
.t2d_main_article_gallery_9_product{
    padding:80px 0 50px 0;
}
.t2d_main_article_gallery_9_product  .board_wrap { max-width:1300px;  padding: 0;width:100%; margin:0 auto; position: relative; }
/*버튼*/
.t2d_main_article_gallery_9_product .swiper-button-next{right:-50px}
.t2d_main_article_gallery_9_product .swiper-button-prev{left:-50px}

.t2d_latest_gallery_2_product .t2d_contenttitle_b {
    padding: 0px 0 50px 0!important;
}


@media all and (max-width:1200px) { 
    .t2d_main_article_gallery_9_product .board_wrap{ padding: 0;}
    .t2d_main_article_gallery_9_product .swiper-button-prev{
        display:none;
 }
 .t2d_main_article_gallery_9_product .swiper-button-next{
     display:none;
}
}
@media all and (max-width:768px) {  

} 

/* t2d_main_article_gallery_9_product ------end------*/
/* t2d_main_article_textbanner_21_w100 ------start------*/
.t2d_main_article_textbanner_21_w100 {
	position:relative;
    /*배경사용시 주석해제*/
	
    background-image: url(../user_img/main_intro_bg.jpg); 
    
    
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    /*배경색*/
    /*background: #f4f4f4;*/
    /* 그림자*/
   /* box-shadow: rgb(0 0 0 / 15%) 0px 0px 16px inset;*/
    
    overflow: hidden;
    margin:0 auto;
    padding:0 0 0 0;
    
}
.t2d_main_article_textbanner_21_w100  .items_wrap{
    /*max-width:1200px; */
    width:100%;
    margin: 0 auto; 
	padding:0 0 0 0;
    display: flex;
    flex-wrap: wrap; /*slide 이용시 주석*/
    justify-content: center;
    position:relative;
    font-size: 0; /*li 간 미세하게 생기는 간격문제 해결 or li 태그간 줄띄기 없애는 방법도 있음*/
    backdrop-filter: brightness(90%);/*배경 어둡게*/
}
.t2d_main_article_textbanner_21_w100 .items { 
    margin: 0 0 0 0; 
    width: calc(100%); /*(50% - 1%) - 15px 자신의 좌우 마진 간격을 뺌 */
    height: 500px; /* auto 이면 사이즈 자동 줌*/
    /*border-radius: 20px;*/ /*테두리 원각도*/
    text-align:center;
    font-size:0;  
    color:#000; 
    box-sizing:border-box;
    padding: 0 ; 
    /* border: 1px solid #e2e2e2; */
    /*background: #ffffff;*/
    position:relative;
    overflow: hidden; 
    
}
/*박스 up 효과*/
/*.t2d_main_article_textbanner_21_w100 .items:hover {  transition: 0.2s!important; transform:translateY(-30px)!important; }*/

/*텍스트 박스*/
.t2d_main_article_textbanner_21_w100 .items .info_imgbox{
    width: 100%;
    position: absolute;
    top: 20%;
    z-index: 2;
    cursor: default;
     /*padding-left:40px;*/
    text-align: center; /*텍스트 정렬방법 left*/
  
}

.t2d_main_article_textbanner_21_w100 .items .info_imgbox h2{
    color: #fff;
    width:100%;
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 20px;
    letter-spacing: -0.5px;
    text-shadow: 2px 3px 8px rgb(0 0 0 / 50%);
    word-break:keep-all; 
}


.t2d_main_article_textbanner_21_w100 .items .info_imgbox h3:after {
    content: "";
    clear: both;
    display: block;
    width: 50px;
    margin: 20px auto 30px;
    background: #fff;
    height: 2px;
    font-size: 0;
}


.t2d_main_article_textbanner_21_w100 .items .info_imgbox h3{
    color: #fff;
    width:100%;
    font-size: 40px;
    /*font-weight: normal;*/
    font-weight: 600;
    margin-bottom: 10px;
    text-transform: uppercase;
    text-shadow: 2px 3px 8px rgb(0 0 0 / 50%);
    word-break:keep-all; 
}
.t2d_main_article_textbanner_21_w100 .items .info_imgbox p{
    font-family:  sans-serif;
    font-size: 20px;
    color: #fff;
    font-weight: 400;
    margin-bottom: 10px;
    text-shadow: 2px 3px 8px rgb(0 0 0 / 50%);
    word-break:keep-all; 
}
.t2d_main_article_textbanner_21_w100 .items .info_imgbox .goButton_wrap{padding-top: 40px;}
.t2d_main_article_textbanner_21_w100 .items .info_imgbox .goButton{
    position: relative;
    box-sizing: border-box;
    padding: 10px 35px;
    background:  rgba(0,0,0,0.5) no-repeat;
    border: 1px solid #fff;
    border-radius: 5px;
    color: #fff;
    font-size: 15px;
    text-align: center;
    -webkit-transition:.5s;
    transition:.5s;
}

/*버튼 효과*/
.t2d_main_article_textbanner_21_w100 .items .info_imgbox .goButton:hover{
    background: linear-gradient(90deg, #01629a, #2b8ac1);
    -webkit-transition:.5s;
    transition:.5s;
	border: 1px solid #67a9cc;
    color:#fff;
}


@media screen and (max-width: 1200px){ /*Tab 이하*/
    /*
    .t2d_main_article_textbanner_21_w100 .items { 
        margin: 0 0  0 0; 
        width: calc(100%);
    }
    */
}
@media screen and (max-width: 1000px){ /*Tab 이하*/
    /*
    .t2d_main_article_textbanner_21_w100 .items { 
        margin: 0 0  0 0; 
        width: calc(100%);
    }
    */
    /*텍스트 박스*/
    
}
@media screen and (max-width: 768px){ /*Mobile 이하*/
    /*
    .t2d_main_article_textbanner_21_w100 .items { 
        margin: 0 0  0 0; 
        width: calc(100%);
    }
    */
    /*텍스트 박스*/
    .t2d_main_article_textbanner_21_w100 .items .info_imgbox{
        top: 7%;
    }
    .t2d_main_article_textbanner_21_w100 .items .info_imgbox h3{
        font-size: 30px;
        font-weight: 600;
    }
    .t2d_main_article_textbanner_21_w100 .items .info_imgbox p{
        font-size: 17px;
        margin-bottom: 0px;
    }
}
/* t2d_main_article_textbanner_21_w100 ------end------*/

/* t2d_main_article_map_26 ------start------*/
.t2d_main_article_map_26 {
	position:relative;
    /*배경사용시 주석해제*/
	
    background-image: url(../user_img/main_map_bg.jpg); 
 
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    
    /*배경색*/
    /*background: #f4f4f4;*/
    /* 그림자
    box-shadow: rgb(0 0 0 / 15%) 0px 0px 16px inset;
    */
    /*overflow: hidden;*/
    margin:0 auto;
    padding:0px 0 70px 0;
    box-sizing:border-box;
    
}

.t2d_main_article_map_26  .items_wrap{
    max-width:1300px; 
    width:100%;
    margin: 0 auto; 
    display: flex;
    flex-wrap: wrap; /*slide 이용시 주석*/
    justify-content: center;
    position:relative;
    box-sizing:border-box;
    font-size: 0; /*li 간 미세하게 생기는 간격문제 해결 or li 태그간 줄띄기 없애는 방법도 있음*/

}

.t2d_main_article_map_26 .items { 
    position: relative;
    margin: 0 0px;
    /*width: calc(50% - 5px); */
    flex: 1;
    padding: 5px;
    background: #f7f7f769;
    border: 1px solid #f0f0f0;
    border-radius: 10px;

}

/* 제목*/
.t2d_main_article_map_26 .t2d_contenttitle {  

	font-size:45px;
	text-align:center;
	color:#fff;
	padding:80px 0 50px 0;
}

@media all and (max-width:1200px) { 
	.t2d_main_article_map_26 .items_wrap{  width: 90%; display:block; }
}
@media all and (max-width:768px) { 

    .t2d_main_article_map_26 .t2d_contenttitle {
        font-size: 35px;
        text-align: center;
        color: #fff;
        padding: 80px 0 50px 0;
    }

}

/* t2d_main_article_map_26 ------end------*/


/*교회 소개*/


.t2d_content_text_1_1{
	position:relative;
    /*배경사용시 주석해제*/
    /*background-image: url(../user_img/background3.jpg); 
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    */
    /*배경색*/
    /*background: #f4f4f4;*/
    /* 그림자
    box-shadow: rgb(0 0 0 / 15%) 0px 0px 16px inset;
    */
    /*box-shadow: rgb(0 0 0 / 15%) 0px 0px 16px inset;
    overflow: hidden;*/
    margin:0 auto;
    padding:0;
}
/*.t2d_content_text_1_1::after{
   content: "";
   clear: both;
   display: block;
   width: 100%;
   margin: 60px auto 0px;
   background: #f7f6f6;
   height: 1px;
}
*/
.t2d_content_text_1_1 .items_wrap{
    width:100%;
    position:relative;
    width:100%;
    max-width: 1200px;
    margin:0 auto;
    font-size: 0; /*li 간 미세하게 생기는 간격문제 해결 or li 태그간 줄띄기 없애는 방법도 있음*/
    padding: 0;
}

.t2d_content_text_1_1 .items { 
    margin:  0px;
    width: 100%; 
    height: auto; 
/*    text-align:center; */
    font-size:0;  
    color:#000; 
    box-sizing:border-box;
    padding: 0 ; 
    position:relative;
    overflow: hidden; 
    /*
    box-shadow: 0 2px 20px rgb(0 0 0 / 10%);
    background: #00000073;
    */
}
.t2d_content_text_1_1 .point_text {color:#000; font-weight: 700;}
.t2d_content_text_1_1 .point_text_1 {color: #18a8f1;font-weight: 700;}
.t2d_content_text_1_1 .point_text_2 {color: #E91E63;font-weight: 600;}
.t2d_content_text_1_1 .t2d_ceo_sign{
    position: relative;
    float: right;
    text-align: left;
    font-size: 20px;
    line-height: 1.4em;
    font-weight: 600;
    box-sizing: border-box;
    padding: 0;
    margin-right: 10px;
    margin-top: 30px;
}
.t2d_content_text_1_1 .t2d_bannerimg {width:100%; max-width:100%; height:auto; border-radius: 5px; margin: 30px auto;box-sizing: border-box;}
.t2d_content_text_1_1 .t2d_subtitle_text { 
    position:relative; 
    text-align:center;  
    width:100%;
    font-size: 32px;
    line-height: 1.4em;
    letter-spacing: -0.1px;
    word-break: keep-all;
    font-weight: 500;
    box-sizing: border-box;
}
.t2d_content_text_1_1 .t2d_sub_detail_text { margin:20px 0 0 0; width:100%;box-sizing: border-box;}
.t2d_content_text_1_1 .t2d_sub_detail_text p {font-size: 20px;     font-weight: 400; line-height:1.5em; color: #000; word-break: keep-all; }

@media screen and (max-width: 1024px){ /*Tab 이하*/
    .t2d_content_text_1_1 .t2d_bannerimg {margin: 0 auto;padding:20px 5px;}
    .t2d_content_text_1_1 .t2d_sub_detail_text { margin:20px auto 0 auto; width:100%;  padding:0 5px;}
    .t2d_content_text_1_1 .t2d_sub_detail_text p {font-size: 18px; }
    .t2d_content_text_1_1 .t2d_subtitle_text { 
        font-size: 25px;
    }

}

/*비전*/
/* t2d_sub_article_iconlink_18_boxwrap ------start------*/
.t2d_sub_article_iconlink_18_boxwrap {
	position:relative;
    overflow: hidden;
    padding: 0;
    
    
}
.t2d_sub_article_iconlink_18_boxwrap .swiper_compatible_wrap{
    max-width:1300px;width:100%;margin:0 auto;position: relative;
}
.t2d_sub_article_iconlink_18_boxwrap  .items_wrap{
    width:100%;
    margin: 30px auto; 
	padding:0px 0 0px 0;
}
.t2d_sub_article_iconlink_18_boxwrap ul {
    display: flex;
    flex-wrap: wrap; 
    justify-content: center;
	padding: 0;
}
.t2d_sub_article_iconlink_18_boxwrap ul li { 
    margin: 0 0.5%  35px 0.5%; 
    width: calc(33.3% - 1%); /*- 15px 자신의 좌우 마진 간격을 뺌 */
    
    height: 380px;
    /*border-radius: 20px;*/ /*테두리 원각도*/
    text-align:center;
    font-size:0;  
    color:#000; 
    box-sizing:border-box;
    padding: 0 ; 
    border: 1px solid #e2e2e2; 
    background: #f3f3f5;
    /*박스그림자*/
    /*
    box-shadow: 0px 2px 4px rgb(0 0 0 / 15%);
    */
    transition: 0.3s;
   
}
/*박스 up 효과*/
/*.t2d_sub_article_iconlink_18_boxwrap ul li:hover {  transition: 0.2s!important; transform:translateY(-30px)!important; }*/

.t2d_sub_article_iconlink_18_boxwrap ul li:hover {  transition: 0.3s!important; box-shadow: 0px 2px 10px 4px rgb(0 0 0 / 10%)!important; }
/*아이콘 사용시*/
.t2d_sub_article_iconlink_18_boxwrap ul li .icon_area i {
    font-size: 50px;
    color: #fff;
 }
/*아이콘배경*/
.t2d_sub_article_iconlink_18_boxwrap ul li .icon_area { 
	display: block;
   
	transition:  0.5s;
	font-style: normal;  
    padding-top: 60px;
 }
/*아이콘 이미지 효과*/
.t2d_sub_article_iconlink_18_boxwrap ul li:hover .icon_area img { transform: rotateY(360deg); transition:1s; }


.t2d_sub_article_iconlink_18_boxwrap .t2d_subtitle_text { 
    position:relative; 
    text-align:center;  
    width:100%;
    font-size: 32px;
    line-height: 1.4em;
    letter-spacing: -0.1px;
    word-break: keep-all;
    font-weight: 500;
    box-sizing: border-box;
}
.t2d_sub_article_iconlink_18_boxwrap .point_text {color:#e56e1f; font-weight: 700;}
.t2d_sub_article_iconlink_18_boxwrap .point_text_1 {color: #18a8f1;font-weight: 700;}
.t2d_sub_article_iconlink_18_boxwrap .point_text_2 {color: #E91E63;font-weight: 600;}

/* 텍스트 */
.t2d_sub_article_iconlink_18_boxwrap ul li dt { 
    font-family: 'Pretendard','Noto Sans CJK KR','Noto Sans KR',sans-serif;
    text-align: center;
    font-size: 24px;
    color: #313131;
    font-weight: 600;
    margin: 25px 0 0;
	}
.t2d_sub_article_iconlink_18_boxwrap ul li dd { 
    font-family: 'Pretendard','Noto Sans CJK KR','Noto Sans KR',sans-serif;
    font-weight: 400;
    text-align: center;
    color: #888888;
    line-height: 32px;
    font-size: 18px;
    margin: 25px 0 25px;
    }    

    .t2d_sub_article_iconlink_18_boxwrap ul li dd::before { 
        content: '';
        display: block;
        width: 16%;
        height: 5px;
        background: #1565aa;
        position: relative;
        margin: 30px auto;
        }  

@media screen and (max-width: 1200px){ /*Tab 이하*/
    .t2d_sub_article_iconlink_18_boxwrap ul li {
        margin: 0 0.8% 2% 0.8%; 
        width: calc(50% - 1.6%); /*- 15px 자신의 좌우 마진 간격을 뺌 */
    }
    .t2d_sub_article_iconlink_18_boxwrap .swiper_compatible_wrap{ padding: 0;}
}
@media screen and (max-width: 768px){ /*Mobile 이하*/
    
    .t2d_sub_article_iconlink_18_boxwrap ul li { 
        margin: 0 1% 3% 1%; 
        width: calc(100% - 2%); /*- 15px 자신의 좌우 마진 간격을 뺌 */
    }
    .t2d_sub_article_iconlink_18_boxwrap::after{
        content: none;
     }

     .t2d_sub_article_iconlink_18_boxwrap .t2d_subtitle_text { 
        font-size: 25px;
    }
}
/* t2d_sub_article_iconlink_18_boxwrap ------end------*/

/*연혁*/
.t2d_content_history_1_2{
	position:relative;
    /*배경색*/
    /*background: #f8f8f8;;*/
    /* 그림자
    box-shadow: rgb(0 0 0 / 15%) 0px 0px 16px inset;
    */
    box-sizing: border-box;
    margin-top:0px;
    padding:0px 0 0px 0;
}
.t2d_content_history_1_2::after{content:""; clear:both; display:block;}
.t2d_content_history_1_2 .items_wrap{
    width:100%;
    max-width: 1300px;
    padding: 0; /* ul 왼쪽 여백 제거 */
    margin: 0 auto;
    box-sizing: border-box;
    position:relative;
    font-size: 0; /*li 간 미세하게 생기는 간격문제 해결 or li 태그간 줄띄기 없애는 방법도 있음*/
}

.t2d_content_history_1_2 .items { 
    margin:  0px;
    width: 100%;
    /*height: auto;*/ /*height:600px 지정하면 높이 고정.*/
    height: auto; /*height:600px 지정하면 높이 고정.*/
    font-size:0;  
    color:#000; 
    padding: 0 ; 
    position:relative;
    box-sizing: border-box;
}


.t2d_content_history_1_2 .t2d_subtitle_text { 
    position:relative; 
    text-align:center;  
    width:100%;
    font-size: 32px;
    line-height: 1.4em;
    letter-spacing: -0.1px;
    word-break: keep-all;
    font-weight: 500;
    box-sizing: border-box;
}
.t2d_content_history_1_2 .point_text {color:#e56e1f; font-weight: 700;}
.t2d_content_history_1_2 .point_text_1 {color: #18a8f1;font-weight: 700;}
.t2d_content_history_1_2 .point_text_2 {color: #E91E63;font-weight: 600;}


.t2d_content_history_1_2 .timeline {
    position:relative;
    width:90%;
    margin:0 auto;
    padding:40px 0 0 0;
    overflow:hidden;
    margin-top: 15px;
    box-sizing: border-box;
    list-style: none;
}
    /* 세로선 */
.t2d_content_history_1_2 .timeline::before {
    /*kui*/
    top: 0;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 3px;
    left: 50%;
    /* background: #625d9b; */
    border-left: 3px solid #625d9b;
    margin-left: -1.5px;

 }
 /* 가운데 점 */
.t2d_content_history_1_2 .timeline .year_wrap .text_items .center_icon { 
    position:absolute; 
    top:55px;
    /*top:50%; */
    margin-top:-5px; 
    width: 9px;
    height: 9px;
    background-color: #134dac;
    box-shadow: 0px 0px 0px 6px #76a8eb8f;
    border-radius: 50%;
}
.t2d_content_history_1_2 .timeline .year_wrap:nth-child(odd) .text_items .center_icon { left: 50%; margin-left: -5px; }
.t2d_content_history_1_2 .timeline .year_wrap:nth-child(even) .text_items .center_icon { right: 50%;  margin-right: -4px;}
 /* 가로선 */
 .t2d_content_history_1_2 .timeline .year_wrap:nth-child(even) .text_items .center_icon::after{
    content:"";
     position: absolute; 
     left: 0px;
     top: 45%;
     transform: translateX(-30px);
     height: 1px;
     width: 30px;
    /*background: #cacaca;*/
    border-top: 1px dashed #cacaca;
    font-size: 0;
}

.t2d_content_history_1_2 .timeline .year_wrap:nth-child(odd) .text_items .center_icon::after{
    content:"";
     position: absolute; 
     left: 0px;
     top: 45%;
     transform: translateX(9px);
     height: 1px;
     width: 30px;
    /*background: #cacaca;*/
    border-top: 1px dashed #cacaca;
    font-size: 0;
}

.t2d_content_history_1_2 .timeline .year_wrap {
    font-size:18px; 
    position: relative; 
    box-sizing:content-box;
}
.t2d_content_history_1_2 .timeline .text_items {
    box-sizing: border-box;
    width: 100%;
    border: 1px solid #d8d8e3;
    border-radius: 4px;
    padding: 30px;
}
.t2d_content_history_1_2 .timeline .year_text { 
    font-size: 35px; 
    font-weight: 700; 
    margin-bottom: 7px; 
    color: #061176; 
}
.t2d_content_history_1_2 .timeline .month_wrap { 
    position: relative;
    overflow: hidden;
    line-height: 33px; 
    padding-top: 20px;
}
.t2d_content_history_1_2 .timeline .month_text { 
    position: absolute; 
    top: 20px; 
    left: 0; 
    font-size: 20px;
    word-break: keep-all;
    color: #000;
    }
.t2d_content_history_1_2 .timeline .text {  
    padding: 0 0 0 30px;
    font-size: 18px;
    color:#373737; 
}
.t2d_content_history_1_2 .timeline .year_text, .t2d_content_history_1_2 .timeline .month_text, .t2d_content_history_1_2 .timeline .text  { 
    display:inline-block; 
}


.t2d_content_history_1_2 .timeline .year_wrap:nth-child(odd) { 
    float: right;
    text-align: left; 
    width: 46%;
    padding-left: 54%; 
}
.t2d_content_history_1_2 .timeline .year_wrap:nth-child(even) { 
    float:left; 
    text-align:right; 
    width:46%; 
    padding-right:54%; 
}
.t2d_content_history_1_2 .timeline .year_wrap:nth-child(odd) .text_items .month_text { left: 0; }
.t2d_content_history_1_2 .timeline .year_wrap:nth-child(even) .text_items .month_text { right: 0; }
.t2d_content_history_1_2 .timeline .year_wrap:nth-child(odd) .text_items .text { padding-left: 30px; }
.t2d_content_history_1_2 .timeline .year_wrap:nth-child(even) .text_items .text { padding-right: 30px; }

@media (max-width:1024px) {
    .t2d_content_history_1_2{ 
        padding:0px 0;
    }

    .t2d_content_history_1_2 .t2d_subtitle_text { 
        
        margin:0px auto 0;
        font-size: 25px;
    }
    
	.t2d_content_history_1_2 .timeline { padding: 30px 0 0 0; }
    .t2d_content_history_1_2 .timeline::before { content:none; }

    .t2d_content_history_1_2 .timeline .month_wrap {margin-left: 10px; }
	.t2d_content_history_1_2 .timeline .text_items { padding: 0 0 17px 0; border: none; }
    .t2d_content_history_1_2 .timeline .text_items .center_icon { display: none; }
	.t2d_content_history_1_2 .timeline .year_wrap:nth-child(odd) { float: unset; width: 100%; padding-left:0; text-align:left; }
	.t2d_content_history_1_2 .timeline .year_wrap:nth-child(even) { float: unset; width: 100%; padding-right:0; text-align:left; }
    .t2d_content_history_1_2 .timeline .year_wrap:nth-child(odd) .text_items .month_text { left: unset; }
	.t2d_content_history_1_2 .timeline .year_wrap:nth-child(even) .text_items .month_text { right: unset; }
	.t2d_content_history_1_2 .timeline .year_wrap:nth-child(even) .text_items .text { padding-right: 0; }
}


/*오시는길*/
.t2d_content_map_1_1{
	position:relative;
    /*배경사용시 주석해제*/
    /*background-image: url(../user_img/background3.jpg); 
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    */
    /*배경색*/
    /*background: #f4f4f4;*/
    /* 그림자
    box-shadow: rgb(0 0 0 / 15%) 0px 0px 16px inset;
    */
    /*box-shadow: rgb(0 0 0 / 15%) 0px 0px 16px inset;
    */
    padding:0; /**배경없으면 0 ,  */
}
.t2d_content_map_1_1::after{content:""; clear:both; display:block;}
.t2d_content_map_1_1 .items_wrap{
    position:relative;
    width:100%;
    max-width: 1200px;
    margin:0 auto;
    /*
    margin: 45px auto 10px auto;
    display: flex;
    flex-wrap: wrap; 
    justify-content: center; 
    */
    
    /*align-items: center;*/ /*세로중앙*/
    
    font-size: 0; /*li 간 미세하게 생기는 간격문제 해결 or li 태그간 줄띄기 없애는 방법도 있음*/
    padding: 0;
}

.t2d_content_map_1_1 .items { 
    margin:  0px;
    width: 100%; /*  (25% - 1%)자신의 좌우 마진 간격을 뺌 */
    /*height: auto;*/ /*height:600px 지정하면 높이 고정.*/
    height: auto; /*height:600px 지정하면 높이 고정.*/
    /*border-radius: 20px;*/ /*테두리 원각도*/
    /*border: 1px solid #e2e2e2;*/
    font-size:0;  
    color:#000; 

    padding: 0 ; 
    position:relative;
    /*overflow: hidden; */
    /*
    box-shadow: 0 2px 20px rgb(0 0 0 / 10%);
    background: #00000073;
    */
}
.t2d_content_map_1_1 .t2d_subtitle_text { 
    margin:0 0 30px 0;
    position:relative; 
    text-align:center;  
    width:100%;
    font-size: 32px;
    line-height: 1.4em;
    letter-spacing: -0.1px;
    word-break: keep-all;
    font-weight: 500;
}
.t2d_content_map_1_1 .point_text {color:#e56e1f; }
.t2d_content_map_1_1 .point_text_1 {color: #18a8f1;font-weight: 700;}
.t2d_content_map_1_1 .contact {width:100%; margin:5px 0; font-size: 18px ; box-sizing:border-box;border-top:1px solid #d7d7d7; }
.t2d_content_map_1_1 .contact td {font-family:'Pretendard','Noto Sans KR',sans-serif!important;  border-bottom:1px solid #d7d7d7;  padding:10px;line-height: 2;}
.t2d_content_map_1_1 .contact .title {text-align:center; font-weight:700; background:#f2f2f2; color:#5d666b;}


@media (max-width:1024px) {
    .t2d_content_map_1_1 .items_wrap{
        width:98%;
    }

    .t2d_content_map_1_1{ 
        /*padding:25px 0;*/
    }

    .t2d_content_map_1_1 .t2d_subtitle_text { 
        font-size: 25px;
        margin:0 auto 20px auto;
    }
    
}

/*예배시간*/
.business_type4 {width:100%; max-width:1200px;  margin:0 auto;}
.business_type4:after{ content:""; display:block; clear:both;}
.business_type4 .business_info { position:relative; width:100%; height:400px; margin:150px auto; background:none;}
.business_type4 .business_info:after{ content:""; display:block; clear:both;}
.business_type4 .business_info:first-child {margin-top:0px;}
.business_type4 .business_info .img_left { position:absolute; left:0; top:0; width:650px;  }
.business_type4 .business_info .img_left img{ width:100%; height:100%;    border: 1px #dfdfdf solid;}
.business_type4 .business_info .img_right { position:absolute; right:0; top:0; width:650px;      border: 1px #dfdfdf solid;}
.business_type4 .business_info .img_right img{ width:100%; height:100%;}
.business_type4 .business_info .con_box { position: absolute; right:0; top:25%; width:55%; height:350px; background:rgba(255,255,255,1); box-shadow:5px 9px 13px rgba(0,0,0,0.04); }
.business_type4 .business_info .con_box .txt_area {padding:10%; }
/*.business_type4 .business_info .con_box .txt_area:before { display: block; content: ''; position: absolute; left: -80px; top:23%;  width:20%; height:1px; background:#000;}*/
.business_type4 .business_info .con_box .txt_area em { position:relative; display:block; vertical-align:middle; color:#ddd;  font-size:3em;}
.business_type4 .business_info .con_box .txt_area strong {display:block; color:#333;  font-size:32px; font-weight: 600;  line-height:1.5em; margin:30px 0 20px 0;}
.business_type4 .business_info .con_box .txt_area p.box_txt {display:block; color:#555; font-size:18px;  font-weight: 400;  line-height:1.5em; text-align:justify;  }
.business_type4 .business_info .type_other { position: absolute; left: 0; top:25%; width:55%; height:350px; background:rgba(255,255,255,1);  box-shadow:5px 9px 13px rgba(0,0,0,0.04); }
.business_type4 .business_info .type_other .txt_area:before {display:none;}
/*.business_type4 .business_info .type_other .txt_area:after { display: block; content: ''; position: absolute; right:-80px; top:23%; width:20%; height:1px; background:#000; }*/

.daon_content_wrap .t2d_subtitle_text { 
    margin:0 0 30px 0;
    position:relative; 
    text-align:center;  
    width:100%;
    font-size: 32px;
    line-height: 1.4em;
    letter-spacing: -0.1px;
    word-break: keep-all;
    font-weight: 500;
}
.daon_content_wrap .point_text {color:#e56e1f; }
.daon_content_wrap .point_text_1 {color: #18a8f1;font-weight: 700;}

@media (max-width:1024px) {

    .daon_content_wrap .t2d_subtitle_text { 
        font-size: 25px;
        
        margin:0 auto 20px auto;
    }
    
}
@media screen and (max-width:768px){

    .business_type4 .business_info { height:auto; margin:50px auto;}
    .business_type4 .business_info .img_left { position:relative; width:100%; height:auto;  background:#000; }
    .business_type4 .business_info .img_left img{ height:auto;}
    .business_type4 .business_info .img_right { position:relative; width:100%; height:auto;  background:#000; }
    .business_type4 .business_info .img_right img{ height:auto;}
    .business_type4 .business_info .con_box { position:relative; width:90%; left:50%; top:-50px; margin-left:-45%; height:auto; }
    .business_type4 .business_info .con_box .txt_area:before { display: none;}
    .business_type4 .business_info .type_other .txt_area:after {display:none;}
    .business_type4 .business_info .con_box .txt_area{padding:15px;}
    .business_type4 .business_info .con_box .txt_area strong{font-size:30px}

}

/* 새가족 절차*/
.contents_09 { margin-top:30px; } 
.contents_09 > h3 { margin:45px 0 0 23px; font-size: 21px;
    padding-bottom: 20px;}
.contents_09 > ul > li > .icon_img > img {
	background-color: #e63f6b;
    border: 6px solid #f9e8e8;
    border-radius: 50%;
    padding: 14px;
	margin: 20px 0 10px 0;
}
.contents_09 > ul > li {
	float: left;
    /* PADDING-LEFT: 10%; */
    border: 1px solid #fbdcdc;
    border-radius: 10px;
    width: 31%;
    height: 250px;
    margin-left: 3%;
}
.contents_09 > ul > li > p {  }
.contents_09 > ul > li > p > span {
	font-weight: bold;
    color: #d83963;
    font-size: 18px;
    border: 2px solid #e63f6b;
    /* background-color: #f46c78; */
    padding: 3px 27px;
    border-radius: 50px;	
}
.contents_09 > ul { overflow:hidden; }
.contents_09 > ul > li > .icon_img { margin-top:30px; text-align: center; }
.contents_09 > ul > li:first-child { margin-left:0; }
.contents_09 > ul li h1 { 
	font-size: 22px;
    text-align: center;
    /* color: #333; */
    margin: 23px 0 15px 0;
}
.contents_09 > p { 
	width: 100%;
    background-color: #f8f8f8;
    border: 1px solid #eaeaea;
    border-radius: 10px;
    padding: 30px 15px;
    text-align: center;
    margin-bottom: 20px;
    font-size: 18px;
}
.contents_09 > p >span {  
	background-color: #d83963;
    padding: 4px 16px;
    border-radius: 6px;
    margin-right: 10px;
    color: #fff;
}
.contents_09 .p02 {
	width: 80%;
    /* border: 1px solid #9a9a9a; */
    height: 111px;
    border-radius: 10px;
    margin: 0 auto;
    text-align: center;
    background-color: #d83963;
    color: #fff;
    line-height: 30px;	
    padding: 27px 0px 33px 0px;
    font-size: 18px;
}



@media (max-width:768px) {

    .contents_09 > ul > li {
        width: 100%;
        box-sizing: border-box;
        margin:10px 0px;
    }
    .contents_09 > p {
        width: 100%;
        box-sizing: border-box;
    }
    .contents_09 > p >span {
        display: table;
        margin: 0px auto 10px;
    }
}

/*세례*/
.vision_type2 {width:100%; min-width:320px; max-width:1200px; margin:0 auto; }
	.vision_type2:after {display:block; visibility:hidden; clear:both; content:""}
	.vision_type2 h2.title {text-align:center; font-size:2em; font-weight:400; color:#333; line-height:1.2em; margin-bottom:40px; }
	.vision_type2 span.stitle {display:block; width:100%; text-align:center; margin:0 auto; font-size:1.1em; font-weight:400; color:#333; line-height:1.6em; margin-bottom:40px; }
	.vision_type2 .img_div img{width:100%; max-width:1200px; border-radius:85px; margin-bottom:30px}
	.vision_type2 ul {margin:0; padding:0; }
	.vision_type2 ul li {clear:both; padding:0px; margin:0; margin-bottom:30px; width:100%; border-radius:85px; border:1px solid #ddd; background-color:#fafafa; overflow:hidden;}
	.vision_type2 ul li .circle_box {display:block; float:left; width:170px; height:170px; border-radius:85px; }
	.vision_type2 ul li:nth-child(1) .circle_box {background:#005bab; }
	.vision_type2 ul li:nth-child(2) .circle_box {background:#36b1d4; }
	.vision_type2 ul li:nth-child(3) .circle_box {background:#f48025; }
	.vision_type2 ul li:nth-child(4) .circle_box {background:#005bab; }
	.vision_type2 ul li:nth-child(5) .circle_box {background:#36b1d4; }
	.vision_type2 ul li:nth-child(6) .circle_box {background:#f48025; }
	.vision_type2 ul li .circle_box .icon {display:block; position:relative; left:0; top:28%; width:100%; height:100%; text-align:center; }
	.vision_type2 ul li .circle_box .icon i {display:block; font-size:3em; color:#fff; }
	.vision_type2 ul li .circle_box .icon em {display:block; font-size:24px; color:#fff; font-style:normal; margin-top:10px;}
	.vision_type2 ul li .con_txt {display:block; float:left; width:70%; margin-left:50px; margin-top:30px;}
	.vision_type2 ul li .con_txt p {font-size:34px; color:#000; text-align:left; }
	.vision_type2 ul li .con_txt span {font-size:18px; color:#555; text-align:left;  line-height:1.5em;}
	.vision_type2 ul li.inverse_li{background-color:#fff;}
	.vision_type2 ul li.inverse_li .circle_box {float:right;  }
	.vision_type2 ul li.inverse_li .con_txt {float:right; }

	
    .vision_type2 .t2d_subtitle_text { 
        margin:0 0 30px 0;
        position:relative; 
        text-align:center;  
        width:100%;
        font-size: 32px;
        line-height: 1.4em;
        letter-spacing: -0.1px;
        word-break: keep-all;
        font-weight: 500;
    }
    .vision_type2 .point_text {color:#e56e1f; }
    .vision_type2 .point_text_1 {color: #18a8f1;font-weight: 700;}


	@media screen and (max-width: 1024px){
		
        .vision_type2 .t2d_subtitle_text { 
            font-size: 25px;
            margin:0 auto 20px auto;
        }
		.vision_type2 h2.title { font-size:1.5em; }
		.vision_type2 span.stitle{font-size:1em; width:90%;}
		.vision_type2 ul li {width:100%; margin-bottom:50px; border-radius:40px; border-bottom-left-radius:0px; border-bottom-right-radius:0px}
		.vision_type2 ul li .circle_box{float:none; width:100%;  border-radius:40px; }
		.vision_type2 ul li.inverse_li .circle_box{float:none; width:100%;  border-radius:40px; }
		.vision_type2 ul li .con_txt{float:none; width:100%; margin:0px; padding:30px 5%;}
		.vision_type2 ul li.inverse_li .con_txt{float:none; width:90%; margin:0px; padding:30px 5%;}
		.vision_type2 .img_div img{border-radius:40px;}

	}

	@media screen and (max-width: 768px){
		
		
		.vision_type2 ul li{border-radius:15px;}
		.vision_type2 ul li .circle_box{border-radius:15px; }
		.vision_type2 ul li.inverse_li .circle_box{ border-radius:15px; }
		.vision_type2 .img_div img{border-radius:15px;}

	}