/*  폰트 적용 */
/*
@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: 1300px;}
@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:375px;
    /* 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:#323334; 
    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%;
}
/*.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 4px rgba(0,0,0,0.7);
}
.t2d_main_article_cover_1_autoheight .visual-txt h2 .point_text {
	color:#ffa000;
}

/*버튼*/
.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_count_1{
            width: 100%;
            margin: 0 auto;
            padding-top: 80px;
            max-width: 1400px;
        }
        .t2d_main_article_count_1 .items_wrap{
            display:flex; 
            /*justify-content:space-between;*/
            flex-wrap: wrap; /*slide 이용시 주석*/
            justify-content: center;
            font-size: 0; /*li 간 미세하게 생기는 간격문제 해결 or li 태그간 줄띄기 없애는 방법도 있음*/
        }
        .t2d_main_article_count_1 .items_wrap li{
            position:relative;
            margin: 0 0.2%  0 0.2%; 
            width: calc(25% - 0.4%); /*- 15px 자신의 좌우 마진 간격을 뺌 */
            /*flex:1;*/
            text-align:center;
            font-size:0; 
            padding: 0 10px;
            box-sizing: border-box; 
        }
        .t2d_main_article_count_1 .items_wrap li + li:before{
            content:'';
            position:absolute;
            width:1px;
            height:80px;
            top:50%;
            transform:translateY(-50%);
            left:0;
            background:#ddd;  
        }
        .t2d_main_article_count_1 .items_wrap li dl{
            transition:all 0.5s;
        }
        .t2d_main_article_count_1 .items_wrap li dl dt{
            font-size:100px; 
            font-weight:700; 
            color:#e9eaeb; 
            line-height:1; 
        }
        .t2d_main_article_count_1 .items_wrap li dl dt + dd{
            margin-top: 10px;
        }
        .t2d_main_article_count_1 .items_wrap li dl dt em{
            font-style:normal;
            font-size: 50px;
            display: inline-flex;
            transform: translateY(-60px);
            }
        .t2d_main_article_count_1 .items_wrap li dl dd{
            color:#2f2f2f;
            font-size:20px;
            font-weight: 500;
            letter-spacing:-0.2px;
        }



    @media only screen and (min-width:1023px){
        .t2d_main_article_count_1 .items_wrap li:hover dl{transform:translateY(-20px);}
    }
    @media screen and (max-width: 1024px){ /*Mobile 이하*/
        .t2d_main_article_count_1 .items_wrap li{
            margin: 0 0.2%  40px 0.2%; 
            width: calc(50% - 0.4%); /*- 15px 자신의 좌우 마진 간격을 뺌 */
        }
        .t2d_main_article_count_1 .items_wrap li dl dt {
            font-size: 70px;
            line-height: 0.8;
        }
        .t2d_main_article_count_1 .items_wrap li dl dt em {
            transform: translateY(-40px);
        }
    }


/* t2d_main_article_banner_19_product_gradient ------start------*/
.t2d_main_article_banner_19_product_gradient {
	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 70px 0;
    
}
.t2d_main_article_banner_19_product_gradient  .swiper_compatible_wrap{max-width:1400px;padding: 0 0 0 0;width:100%;margin:0 auto;position: relative;}
.t2d_main_article_banner_19_product_gradient  .items_wrap{
    /*max-width:1200px; */
    width:100%;
    margin: 0 auto; 
	padding:0;
    display: flex;
    flex-wrap: wrap; /*slide 이용시 주석*/
    justify-content: center;
    position:relative;
    font-size: 0; /*li 간 미세하게 생기는 간격문제 해결 or li 태그간 줄띄기 없애는 방법도 있음*/
}
.t2d_main_article_banner_19_product_gradient .items { 
    margin: 0 0.2%  35px 0.2%; 
    width: calc(33.333% - 0.4%); /*- 15px 자신의 좌우 마진 간격을 뺌 */
    height: 600px;
    /*border-radius: 20px;*/ /*테두리 원각도*/
    /*border-radius: 8px;*/
    text-align:center;
    font-size:0;  
    color:#000; 
    box-sizing:border-box;
    padding: 0 ; 
    border: 1px solid #e2e2e2; 
    background: #fff;
    position:relative;
    overflow: hidden; 
   
}
/*박스 up 효과*/
/*.t2d_main_article_banner_19_product_gradient .items:hover {  transition: 0.2s!important; transform:translateY(-30px)!important; }*/


/*배경이미지 삽입 및 그라데이션*/
/*
.t2d_main_article_banner_19_product_gradient .items:nth-child(1) { 
    background: linear-gradient(to bottom, transparent 49%, rgba(255, 255, 255, 1) 53%),
    url(../user_img/transparentbannerimg.png) no-repeat; background-size:cover; background-position: center;
}
.t2d_main_article_banner_19_product_gradient .items:nth-child(2) { 
    background: linear-gradient(to bottom, transparent 49%, rgba(255, 255, 255, 1) 53%),
    url(../user_img/transparentbannerimg.png) no-repeat; background-size:cover; background-position: center;
}
.t2d_main_article_banner_19_product_gradient .items:nth-child(3) { 
    background: linear-gradient(to bottom, transparent 49%, rgba(255, 255, 255, 1) 53%),
    url(../user_img/transparentbannerimg.png) no-repeat; background-size:cover; background-position: center;
}
.t2d_main_article_banner_19_product_gradient .items:nth-child(4) { 
    background: linear-gradient(to bottom, transparent 49%, rgba(255, 255, 255, 1) 53%),
    url(../user_img/transparentbannerimg.png) no-repeat; background-size:cover; background-position: center;
}
*/

.t2d_main_article_banner_19_product_gradient  .items:nth-child(1) {  
    background:  linear-gradient(  to bottom, transparent 50%, rgba(255, 255, 255, 1) 50%),
    url(../user_img/cont1.jpg) no-repeat; background-size:cover; background-position: center;
}
.t2d_main_article_banner_19_product_gradient  .items:nth-child(2) {  
    background: linear-gradient(  to bottom, transparent 50%, rgba(255, 255, 255, 1) 50%),
    url(../user_img/cont2.jpg) no-repeat; background-size:cover; background-position: center;
}
.t2d_main_article_banner_19_product_gradient  .items:nth-child(3) {  
    background: linear-gradient(  to bottom, transparent 50%, rgba(255, 255, 255, 1) 50%),    url(../user_img/cont3.jpg) no-repeat; background-size:cover; background-position: center;
}


/*상단 라인효과*/
.t2d_main_article_banner_19_product_gradient .items .field_hover{
    width: 100%;
    height: 12px;
    /*background: #01629a;*/
    background: linear-gradient(to right,  lightGreen,#01629a);
    position: absolute;
    z-index: 101;
    transform: translateX(-101%);
    opacity: 0.7;
    transition: all 0.3s;
}
.t2d_main_article_banner_19_product_gradient .items:hover .field_hover{
	transform:translateX(0);
}
/*텍스트 박스*/
.t2d_main_article_banner_19_product_gradient .items .info_imgbox{
    width: 100%;
    position: absolute;
    bottom: 70px;
    z-index: 2;
    cursor: default;
    padding-left:40px;
    text-align: left; /*텍스트 정렬방법 left*/
  
}

.t2d_main_article_banner_19_product_gradient .items .info_imgbox h1{
    color: #e9eaeb;
    width:100%;
    font-size: 40px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    margin: 30px 0 10px 0;
}

.t2d_main_article_banner_19_product_gradient .items .info_imgbox h2{
    color: #000;
    width:100%;
    font-size: 34px;
    font-weight: 600;
    margin-bottom: 10px;
    letter-spacing: -0.5px;
}

.t2d_main_article_banner_19_product_gradient .items .info_imgbox h3{
    color: #000;
    width:100%;
    font-size: 22px;
    font-weight: normal;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.t2d_main_article_banner_19_product_gradient .items .info_imgbox p{
    font-family:  sans-serif; 
    font-size: 18px;
    color: #000;
    font-weight: normal;
    margin-bottom: 10px;
}
/*버튼*/
.t2d_main_article_banner_19_product_gradient .items .info_imgbox .goButton_wrap{padding-top: 40px;}
.t2d_main_article_banner_19_product_gradient .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 #000;
    border-radius: 5px;
    color: #000;
    font-size: 15px;
    text-align: center;
    -webkit-transition:.3s;
    transition:.3s;
}

/*버튼 효과*/
/*
.t2d_main_article_banner_19_product_gradient .items:hover .info_imgbox .goButton{
    background: linear-gradient(90deg,  #ff7b00, #ffa000 );
    -webkit-transition:.3s;
    transition:.3s;
	border: 1px solid #ffa000;
    color:#fff;
}
*/


/* 제목 */
.t2d_main_article_banner_19_product_gradient .t2d_contenttitle {  
	font-family: 'Poppins', sans-serif;
	font-size:45px;
	text-align:center;
	color:#2f2f2f;
	padding: 0;
}
.t2d_main_article_banner_19_product_gradient .t2d_contenttitle_e {  
	font-family: 'Poppins', sans-serif;
	font-size:30px;
	text-align:center;
	color:#464646;
	padding: 0 0 30px  0;
}
.t2d_main_article_banner_19_product_gradient .t2d_contenttitle_m {  
	font-family: 'Poppins', sans-serif;
	font-size:16px;
	text-align:center;
	color:#707070;
	padding: 0 0 30px  0;
}

/* 더보기버튼 */
.t2d_main_article_banner_19_product_gradient .pluslist_btn {  
	display: inline-block;
    width: 14%;
    height: 56px;
    line-height: 55px;
    text-align: center;
    font-size: 18px;
    background: #fff;
    border: 1px solid #eaeaea;
    border-radius: 50px;
    margin: 50px 43% 10px;
    position: relative;
    padding-right: 15px;
    transition: all 0.1s;
	box-sizing:border-box;
}
.t2d_main_article_banner_19_product_gradient .pluslist_btn span { position:absolute; top:1px; left:62%; font-family: 'Poppins', sans-serif; font-size:28px; font-weight:300; }
.t2d_main_article_banner_19_product_gradient .pluslist_btn:hover { background:#f9a11b; border:1px solid #ff9000; color:#fff; transition:all 0.1s;}
@media screen and (max-width: 2000px){ /*Tab 이하*/
    .t2d_main_article_banner_19_product_gradient .items {
        margin: 0 0.2%  35px 0.2%; 
         width: calc(33.3% - 0.4%); /*- 15px 자신의 좌우 마진 간격을 뺌 */
    }
}
@media screen and (max-width: 1200px){ /*Tab 이하*/

    .t2d_main_article_banner_19_product_gradient .swiper_compatible_wrap{ padding: 0;}
    /* 더보기버튼 */
    .t2d_main_article_banner_19_product_gradient .pluslist_btn { width:20%; margin:50px 40% 70px; }
}
@media screen and (max-width: 768px){ /*Mobile 이하*/
    .t2d_main_article_banner_19_product_gradient .items { 
        margin: 0 1% 3% 1%; 
        width: calc(100% - 2%); /*- 15px 자신의 좌우 마진 간격을 뺌 */
    }
    /* 더보기버튼 */
    .t2d_main_article_banner_19_product_gradient .pluslist_btn { width:40%; margin:50px 30% 70px; }
}
/* t2d_main_article_banner_19_product_gradient ------end------*/


/* t2d_main_article_textbanner_24_half_overlab ------start------*/
.t2d_main_article_textbanner_24_half_overlab {
	position:relative;
    /*배경색*/
    /*background: #f4f4f4;*/
    /* 그림자
    box-shadow: rgb(0 0 0 / 15%) 0px 0px 16px inset;
    */
    overflow: hidden;
    margin:0 auto;
    padding:0px 0px 0px 0;
   
}
.t2d_main_article_textbanner_24_half_overlab  .items_wrap{
	/*padding:50px 0 0 0;*/
    /*max-width:1200px; */
    width:100%;
    height:465px;
    margin: 0 auto; 
    position:relative;
    font-size: 0; /*li 간 미세하게 생기는 간격문제 해결 or li 태그간 줄띄기 없애는 방법도 있음*/
    background: #ffa000;
    overflow: hidden;
}
.t2d_main_article_textbanner_24_half_overlab .items { 
    /*margin: 0 0.5%  35px 0.5%; */
    margin: 0;
    /*border-radius: 20px;*/ /*테두리 원각도*/
    /*border: 1px solid #e2e2e2;*/
    text-align:left;
    box-sizing:border-box;
    padding: 0 ; 
    position:absolute;
    overflow: hidden; 
    /*box-shadow: 0 2px 20px rgb(0 0 0 / 10%);*/
}
.t2d_main_article_textbanner_24_half_overlab .item1 { 
    top:0px;
    left:0;
    width: 50%; /*  (25% - 1%)자신의 좌우 마진 간격을 뺌 */
    height: 100%; /* 400 height:600px 지정하면 높이 고정. or auto*/
    color:#000; 
    background: #f4f4f4;
    /*box-shadow: rgb(0 0 0 / 30%) 0px 7px 10px;*/
}
.t2d_main_article_textbanner_24_half_overlab .item2 { 
    top:0px;
    right:0;
    width: 50%; /*  (25% - 1%)자신의 좌우 마진 간격을 뺌 */
    color:#fff; 
    background: #ffa000;
}


/*텍스트 박스*/
.t2d_main_article_textbanner_24_half_overlab .items .lnfo_textbox{
    width: 100%;
    height: 100%;
    padding: 70px 10%;
    font-size:14px;
}
.t2d_main_article_textbanner_24_half_overlab .items .lnfo_textbox a{
	color:#FFF;
}

.t2d_main_article_textbanner_24_half_overlab .items .lnfo_textbox h1{
    width:100%;
	font-size:5em;
	font-weight:800;
	color:#FFF;
    margin: 0 0 60px;
    /*text-shadow: 2px 3px 8px rgb(0 0 0 / 50%);*/
}
.t2d_main_article_textbanner_24_half_overlab .items .lnfo_textbox h2{
    width:100%;
	font-size:45px;
	font-weight:800;
    color:#FFF;
    /*text-shadow: 2px 3px 8px rgb(0 0 0 / 50%);*/
}
.t2d_main_article_textbanner_24_half_overlab .items .lnfo_textbox .small_tit{
     width:100%;
    font-size:20px;
	letter-spacing:-1px;
	color:#fff;
	margin:0px;
    /*text-shadow: 2px 3px 8px rgb(0 0 0 / 50%);*/
}
/*구분막대*/
.t2d_main_article_textbanner_24_half_overlab .items .lnfo_textbox .colorbar{
    display: inline-block;
    width: 20px;
    height: 3px;
    background: #000;
    margin: 25px 0 25px 0;
    position: relative;
}
.t2d_main_article_textbanner_24_half_overlab .items .lnfo_textbox .colorbar:after{
    content: '';
    display: inline-block;
    width: 20px;
    height: 3px;
    background: #f9f7f7;
    position: absolute;
    left: 20px;
}

.t2d_main_article_textbanner_24_half_overlab .items .lnfo_textbox p{
    width:100%;
    font-size: 17px;
    line-height: 30px;
    font-weight: 300;
    color: #fff;
    word-break: keep-all;
    /*text-shadow: 2px 3px 8px rgb(0 0 0 / 50%);*/
}

.t2d_main_article_textbanner_24_half_overlab .items .lnfo_textbox i{

    font-size: 25px;
}

.t2d_main_article_textbanner_24_half_overlab .item1 .lnfo_textbox h2{color:#000;} 
.t2d_main_article_textbanner_24_half_overlab .item1 .lnfo_textbox h1{color:#000;} 
.t2d_main_article_textbanner_24_half_overlab .item1 .lnfo_textbox p{color:#000;} 
.t2d_main_article_textbanner_24_half_overlab .item1 .lnfo_textbox a{color:#000;} 
.t2d_main_article_textbanner_24_half_overlab .item1 .lnfo_textbox .small_tit{color:#504949;font-weight: 500;} 
.t2d_main_article_textbanner_24_half_overlab .item1 .lnfo_textbox .colorbar:after{
    content: '';
    display: inline-block;
    width: 20px;
    height: 3px;
    background: #000;
    position: absolute;
    left: 20px;
} 


/*버튼*/
.t2d_main_article_textbanner_24_half_overlab .items  .goButton_wrap{padding-top: 40px;}
.t2d_main_article_textbanner_24_half_overlab .items .goButton_wrap .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: 50px;*/
    border-radius: 5px;
    color: #d6d8dd;
    font-size: 15px;
    text-align: center;
    -webkit-transition:.5s;
    transition:.5s;
    margin:0 30px 0 30px;
}

/*버튼 효과*/
.t2d_main_article_textbanner_24_half_overlab .items .goButton_wrap .goButton:hover{
    background: linear-gradient(90deg, #01629a, #2b8ac1);
    -webkit-transition:.5s;
    transition:.5s;
	border: 1px solid #67a9cc;
    color:#fff;
}

/*버튼2*/
.t2d_main_article_textbanner_24_half_overlab .items  .goButton_wrap_gray{padding-top: 40px;}
.t2d_main_article_textbanner_24_half_overlab .items .goButton_wrap_gray .goButton{
    position: relative;
    box-sizing: border-box;
    padding: 20px 38px;
    background:  #fff no-repeat;
    border: 1px solid #fff;
    /*border-radius: 50px;*/
    /*border-radius: 5px;*/
    color: #333;
    font-size: 16px;
    border: 1px solid #b9b9b9;
    text-align: center;
    -webkit-transition:.5s;
    transition:.5s;
    /*margin:0 30px 0 30px;*/
}
.t2d_main_article_textbanner_24_half_overlab .items .goButton_wrap_gray .goButton .material-symbols-outlined{
    font-size: 41px;
    vertical-align: middle;
    font-variation-settings:
    'FILL' 0,
    'wght' 100,
    'GRAD' 0,
    'opsz' 48
}

/*버튼 효과*/
.t2d_main_article_textbanner_24_half_overlab .items .goButton_wrap_gray .goButton:hover{
    box-shadow: rgb(0 0 0 / 10%) 0px 5px 10px; transition:all 0.5s;
}


@media screen and (max-width: 1200px){ /*Tab 이하*/
    .t2d_main_article_textbanner_24_half_overlab  .items_wrap{height: auto!important; }
    .t2d_main_article_textbanner_24_half_overlab .items { 
        position:relative!important; 
    }

    .t2d_main_article_textbanner_24_half_overlab .item1 { 
        display: block;
        width: 90%!important; 
        top:unset;
        left:unset;
        height: auto; 
        
    }
    .t2d_main_article_textbanner_24_half_overlab .item2 { 
        display: block;
        width: 100%!important; 
        top:unset;
        right:unset;
        height: auto; 

    }

}

@media screen and (max-width: 768px){ /*Mobile 이하*/
    .t2d_main_article_textbanner_24_half_overlab .item2 h1{ 
        font-size:3em!important; 
    }
}
/* t2d_main_article_textbanner_24_half_overlab ------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:1400px;  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/bowoomain_v1_1.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: 30px;
    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{
    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, #ff7b00, #ffa000 );
    -webkit-transition:.5s;
    transition:.5s;
	border: 1px solid #ffa000;
    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: 15%;
    }
    .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: 16px;
    }
}
/* t2d_main_article_textbanner_21_w100 ------end------*/


/* t2d_main_article_iconlink_18_boxwrap_bg ------start------*/
.t2d_main_article_iconlink_18_boxwrap_bg {
	position:relative;
    /*배경사용시 주석해제*/
	
    /*background-image: url(../user_img/t2d_bgimg.jpg); */
    background-image: url(../user_img/cont4.jpg);
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    
    box-shadow: rgb(0 0 0 / 15%) 0px 0px 16px inset;
    overflow: hidden;
    margin:0 auto;
    padding:0px 0 0px 0;
    
}
.t2d_main_article_iconlink_18_boxwrap_bg::before {
	position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.66);
    
}
.t2d_main_article_iconlink_18_boxwrap_bg .swiper_compatible_wrap{
    max-width:1400px;width:100%;margin:0 auto;position: relative;
}
.t2d_main_article_iconlink_18_boxwrap_bg  .items_wrap{
    width:100%;
    margin: 0 auto; 
	padding:50px 0 50px 0;
}
.t2d_main_article_iconlink_18_boxwrap_bg ul {
    display: flex;
    flex-wrap: wrap; 
    justify-content: center;
	padding: 0;
}
.t2d_main_article_iconlink_18_boxwrap_bg ul li { 
    margin: 0 1%  0% 1%; 
    width: calc(33.3% - 2%); /*- 15px 자신의 좌우 마진 간격을 뺌 */
    height: 210px;
    border-radius: 20px; /*테두리 원각도*/
    /*text-align:center;*/
    font-size:0;  
    color:#000; 
    box-sizing:border-box;
    padding: 0 ; 
    /*border: 1px solid #e2e2e2; */
    /*background: #fff;*//* #f3f3f5; */
   
}
/*박스 up 효과*/
/*.t2d_main_article_iconlink_18_boxwrap_bg ul li:hover {  transition: 0.2s!important; transform:translateY(-30px)!important; }*/
/*아이콘 사용시*/
.t2d_main_article_iconlink_18_boxwrap_bg ul li a .icon_area i {
    font-size: 50px;
    color: #fff;
 }
/*아이콘배경*/
.t2d_main_article_iconlink_18_boxwrap_bg ul li a .icon_area { 
	display: block;
	transition:  0.5s;
	font-style: normal;  
    padding-top: 60px;
 }
/*아이콘 이미지 효과*/
.t2d_main_article_iconlink_18_boxwrap_bg ul li:hover .icon_area img { transform: rotateY(360deg); transition:1s; }
/*.t2d_main_article_iconlink_18_boxwrap_bg ul li:hover .icon_area img { transform: translateY(-20px); transition:1s; }*/
/* 텍스트 */
.t2d_main_article_iconlink_18_boxwrap_bg ul li a dt { 
	 font-family: 'Pretendard','Noto Sans KR',sans-serif;
     /*text-align: center;*/
	 font-size:34px;
	 color: #fff;
	 font-weight:500; 
     margin: 25px 0 0;
	}
.t2d_main_article_iconlink_18_boxwrap_bg ul li a dd { 
    font-family: 'Pretendard','Noto Sans KR',sans-serif;
    font-weight: 300;
    /*text-align: center;*/
    color:#fff;
    font-size: 18px;
    margin: 15px 0 35px;
    }    
/* 제목 */
.t2d_main_article_iconlink_18_boxwrap_bg .t2d_contenttitle {  
	font-family: 'Poppins', sans-serif;
	font-size:45px;
	text-align:center;
	color:#fff;
	padding: 0;
    text-shadow: 3px 2px 7px rgb(122 122 122 / 65%);
    
}
.t2d_main_article_iconlink_18_boxwrap_bg .t2d_contenttitle_e {  
	font-family: 'Poppins', sans-serif;
	font-size:30px;
	text-align:center;
	color:#ffffff;
	padding:0;
    text-shadow: 3px 3px 10px rgb(255 255 255 / 55%);
}
.t2d_main_article_iconlink_18_boxwrap_bg .t2d_contenttitle_m {  
	font-family: 'Poppins', sans-serif;
	font-size:16px;
	text-align:center;
	color:#fff;
	padding:0;
    text-shadow: 3px 3px 10px rgb(255 255 255 / 55%);
}
/*버튼*/
.t2d_main_article_iconlink_18_boxwrap_bg  .goButton {
    /*font-family: 'Poppins', sans-serif;*/
    /*border: 1px solid #1a6d9e;*/
    border-radius: 3px;
    display: inline-block;
    color: #fff;
    font-size: 14px ;
    padding: 10px 0px;
    box-sizing: border-box;
    letter-spacing: 0px;
    /*font-weight: 500;*/
    text-decoration: none;
    text-align: center;
    -webkit-transition:.5s;
    transition:.5s;
}

@media screen and (max-width: 768px){ /*Mobile 이하*/
    .t2d_main_article_iconlink_18_boxwrap_bg .swiper_compatible_wrap{ padding: 0;}
    .t2d_main_article_iconlink_18_boxwrap_bg ul li { 
        margin: 0 1% 3% 2%; 
        width: calc(100% - 3%); /*- 15px 자신의 좌우 마진 간격을 뺌 */
    }
    .t2d_main_article_iconlink_18_boxwrap_bg ul li a dd { 
        font-size: 16px;
        margin: 15px 0 10px;
        } 
}
/* t2d_main_article_iconlink_18_boxwrap_bg ------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: 1300px;
    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: #FF9800;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_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: 1200px;
    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: #FF9800;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: 1300px;
    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: #FF9800;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;
    }
    
}


/*조직도*/
.t2d_content_organisation_2_circle *,
.t2d_content_organisation_2_circle *:before,
.t2d_content_organisation_2_circle *:after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
.t2d_content_organisation_2_circle .items_wrap {
max-width: 1300px;
width:100%;
margin: 0 auto;
padding: 0 10px;
list-style: none;
list-style: none;
box-sizing: border-box;
overflow: hidden;
font-size: 1.3em;
}
.t2d_content_organisation_2_circle .organisation {

width:100%;
}
.t2d_content_organisation_2_circle h1 {  text-align:center;font-size: 28px;
    line-height: 50px; }
.t2d_content_organisation_2_circle #container_area {
    padding: 1em;
    width: 100%;
    text-align: center;
    padding: 0px;
    margin: 0 auto;

}
.t2d_content_organisation_2_circle ol.organizational-chart,
.t2d_content_organisation_2_circle ol.organizational-chart ol,
.t2d_content_organisation_2_circle ol.organizational-chart li,
.t2d_content_organisation_2_circle ol.organizational-chart li > div {
    position: relative;
}
.t2d_content_organisation_2_circle ol.organizational-chart,
.t2d_content_organisation_2_circle ol.organizational-chart ol {
    list-style: none;
    margin: 0;
    padding: 0;
}
.t2d_content_organisation_2_circle ol.organizational-chart {
    text-align: center;
}
.t2d_content_organisation_2_circle ol.organizational-chart ol {
    padding-top: 1em;
    

}
.t2d_content_organisation_2_circle ol.organizational-chart ol:before,
.t2d_content_organisation_2_circle ol.organizational-chart ol:after,
.t2d_content_organisation_2_circle ol.organizational-chart li:before,
.t2d_content_organisation_2_circle ol.organizational-chart li:after,
.t2d_content_organisation_2_circle ol.organizational-chart > li > div:before,
.t2d_content_organisation_2_circle ol.organizational-chart > li > div:after {
    background-color: #dae3e1;
    content: '';
    position: absolute;
}
.t2d_content_organisation_2_circle ol.organizational-chart ol > li {
    padding: 1em 0 0 1em;
}
.t2d_content_organisation_2_circle ol.organizational-chart > li ol:before {
    height: 1em;
    left: 50%;
    top: 0;
    width: 3px;
}
.t2d_content_organisation_2_circle ol.organizational-chart > li ol:after {
    height: 3px;
    left: 3px;
    top: 1em;
    width: 50%;
}
.t2d_content_organisation_2_circle ol.organizational-chart > li ol > li:not(:last-of-type):before {
    height: 3px;
    left: 0;
    top: 2em;
    width: 1em;
}
.t2d_content_organisation_2_circle ol.organizational-chart > li ol > li:not(:last-of-type):after {
    height: 100%;
    left: 0;
    top: 0;
    width: 3px;
}
.t2d_content_organisation_2_circle ol.organizational-chart > li ol > li:last-of-type:before {
    height: 3px;
    left: 0;
    top: 2em;
    width: 1em;
}
.t2d_content_organisation_2_circle ol.organizational-chart > li ol > li:last-of-type:after {
    height: 2em;
    left: 0;
    top: 0;
    width: 3px;
}
.t2d_content_organisation_2_circle ol.organizational-chart li > div {
    background-color: #fff;
    border-radius: 3px;
    min-height: 2em;
    padding: 0.5em;
    box-shadow: 0 5px 15px rgb(39 105 253 / 15%);
}
/*** CEO ***/
.t2d_content_organisation_2_circle ol.organizational-chart > li > div {
    background-color: #2f5391;
    color:#fff;
    margin-right: 1em;
   
}
.t2d_content_organisation_2_circle ol.organizational-chart > li > div:before {
    bottom: 2em;
    height: 3px;
    right: -1em;
    width: 1em;
}
.t2d_content_organisation_2_circle ol.organizational-chart > li > div:first-of-type:after {
    bottom: 0;
    height: 2em;
    right: -1em;
    width: 3px;
}
.t2d_content_organisation_2_circle ol.organizational-chart > li > div + div {
    margin-top: 1em;
}
.t2d_content_organisation_2_circle ol.organizational-chart > li > div + div:after {
    height: calc(100% + 1em);
    right: -1em;
    top: -1em;
    width: 3px;
}
/*** Depth2 ***/
.t2d_content_organisation_2_circle ol.organizational-chart > li > ol:before {
    left: inherit;
    right: 0;
    
}
.t2d_content_organisation_2_circle ol.organizational-chart > li > ol:after {
    left: 0;
    width: 100%;
}
.t2d_content_organisation_2_circle ol.organizational-chart > li > ol > li > div {
    background-color: #abaaa5;
    color:#fff; 
}

.t2d_content_organisation_2_circle ol.organizational-chart > li > ol > li:nth-child(1) > div {
    background-color: #FFC107;
    color:#fff; 
}
.t2d_content_organisation_2_circle ol.organizational-chart > li > ol > li:nth-child(3) > div {
    background-color: #FFC107;
    color:#fff; 
}
.t2d_content_organisation_2_circle ol.organizational-chart > li > ol > li > div > h2 {
    font-size: 20px;
    line-height: 50px;
}


/*** Depth3 ***/
.t2d_content_organisation_2_circle ol.organizational-chart > li > ol > li > ol > li > div {
    background-color: #5a626e;
    color:#fff; 
}
/*** Depth4 ***/
.t2d_content_organisation_2_circle ol.organizational-chart > li > ol > li > ol > li > ol > li > div {
    background-color: #959eaf;
    color:#fff; 
}
/*** Depth5 ***/
.t2d_content_organisation_2_circle ol.organizational-chart > li > ol > li > ol > li > ol > li > ol > li > div {
    background-color: #8fd2dd;
    color:#fff; 
}
/*** Depth6 ***/
    .t2d_content_organisation_2_circle ol.organizational-chart > li > ol > li > ol > li > ol > li > ol > li >  ol > li > div {
    background-color: #b5edc3;
    color:#3f7032; 
}
/*** MEDIA QUERIES ***/
@media only screen and ( min-width: 768px ) {
    .t2d_content_organisation_2_circle ol.organizational-chart {
        margin-left: -1em;
        margin-right: -1em;
    }
    /* CEO */
    .t2d_content_organisation_2_circle ol.organizational-chart > li > div {
        width: 150px!important;  /* Depth1 이 한개일 경우에만  */
        height: 150px;
        border-radius: 50%;
        display: inline-block;
        float: none;
        margin: 0 1em 1em 1em;
        vertical-align: bottom;
    }
    .t2d_content_organisation_2_circle h1 {  line-height: 130px; }
    .t2d_content_organisation_2_circle ol.organizational-chart > li > div:only-of-type {
        margin-bottom: 0;
        width: calc((100% / 1) - 2em - 4px);
    }
    .t2d_content_organisation_2_circle ol.organizational-chart > li > div:first-of-type:nth-last-of-type(2),
    .t2d_content_organisation_2_circle ol.organizational-chart > li > div:first-of-type:nth-last-of-type(2) ~ div {
        width: calc((100% / 2) - 2em - 4px);
    }
    .t2d_content_organisation_2_circle ol.organizational-chart > li > div:first-of-type:nth-last-of-type(3),
    .t2d_content_organisation_2_circle ol.organizational-chart > li > div:first-of-type:nth-last-of-type(3) ~ div {
        width: calc((100% / 3) - 2em - 4px);
    }
    .t2d_content_organisation_2_circle ol.organizational-chart > li > div:first-of-type:nth-last-of-type(4),
    .t2d_content_organisation_2_circle ol.organizational-chart > li > div:first-of-type:nth-last-of-type(4) ~ div {
        width: calc((100% / 4) - 2em - 4px);
    }
    .t2d_content_organisation_2_circle ol.organizational-chart > li > div:first-of-type:nth-last-of-type(5),
    .t2d_content_organisation_2_circle ol.organizational-chart > li > div:first-of-type:nth-last-of-type(5) ~ div {
        width: calc((100% / 5) - 2em - 4px);
    }
    .t2d_content_organisation_2_circle ol.organizational-chart > li > div:before,
    .t2d_content_organisation_2_circle ol.organizational-chart > li > div:after {
        bottom: -1em!important;
        top: inherit!important;
    }
    .t2d_content_organisation_2_circle ol.organizational-chart > li > div:before {
        height: 1em!important;
        left: 50%!important;
        width: 3px!important;
    }
    .t2d_content_organisation_2_circle ol.organizational-chart > li > div:only-of-type:after {
        display: none;
    }
    .t2d_content_organisation_2_circle ol.organizational-chart > li > div:first-of-type:not(:only-of-type):after,
    .t2d_content_organisation_2_circle ol.organizational-chart > li > div:last-of-type:not(:only-of-type):after {
        bottom: -1em;
        height: 3px;
        width: calc(50% + 1em + 3px);
    }
    .t2d_content_organisation_2_circle ol.organizational-chart > li > div:first-of-type:not(:only-of-type):after {
        left: calc(50% + 3px);
    }
    .t2d_content_organisation_2_circle ol.organizational-chart > li > div:last-of-type:not(:only-of-type):after {
        left: calc(-1em - 3px);
    }
    .t2d_content_organisation_2_circle ol.organizational-chart > li > div + div:not(:last-of-type):after {
        height: 3px;
        left: -2em;
        width: calc(100% + 4em);
    }
    /* Depth2 */

    .t2d_content_organisation_2_circle ol.organizational-chart ol {
        padding-top: 50px;
    }

    .t2d_content_organisation_2_circle ol.organizational-chart > li > ol {
        display: flex;
        flex-wrap: nowrap;
    }
    .t2d_content_organisation_2_circle ol.organizational-chart > li > ol:before,
    .t2d_content_organisation_2_circle ol.organizational-chart > li > ol > li:before {
        height: 50px!important;
        left: 50%!important;
        top: 0!important;
        width: 3px!important;
    }
    .t2d_content_organisation_2_circle ol.organizational-chart > li > ol:after {
        display: none;
    }
    .t2d_content_organisation_2_circle ol.organizational-chart > li > ol > li {
        flex-grow: 1;
        padding-left: 1em;
        padding-right: 1em;
        /*padding-top: 1em;*/
        padding-top: 50px;
    }
    .t2d_content_organisation_2_circle ol.organizational-chart > li > ol > li:only-of-type {
        padding-top: 0;
    }
    .t2d_content_organisation_2_circle ol.organizational-chart > li > ol > li:only-of-type:before,
    .t2d_content_organisation_2_circle ol.organizational-chart > li > ol > li:only-of-type:after {
        display: none;
    }
    .t2d_content_organisation_2_circle ol.organizational-chart > li > ol > li:first-of-type:not(:only-of-type):after,
    .t2d_content_organisation_2_circle ol.organizational-chart > li > ol > li:last-of-type:not(:only-of-type):after {
        height: 3px;
        top: 0;
        width: 50%;
    }
    .t2d_content_organisation_2_circle ol.organizational-chart > li > ol > li:first-of-type:not(:only-of-type):after {
        left: 50%;
    }
    .t2d_content_organisation_2_circle ol.organizational-chart > li > ol > li:last-of-type:not(:only-of-type):after {
        left: 0;
    }
    .t2d_content_organisation_2_circle ol.organizational-chart > li > ol > li + li:not(:last-of-type):after {
        height: 3px;
        left: 0;
        top: 0;
        width: 100%;
    }
}
/*기술자 보유현황*/
.t2d_content_table_overscroll_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;
    box-sizing: border-box;
}
/*.t2d_content_table_overscroll_1::after{
   content: "";
   clear: both;
   display: block;
   width: 100%;
   margin: 60px auto 0px;
   background: #f7f6f6;
   height: 1px;
}
*/
.t2d_content_table_overscroll_1 .items_wrap{
    position:relative;
    width: 100%;
    max-width: 1200px;
    margin: 0  auto;
    font-size: 0; /*li 간 미세하게 생기는 간격문제 해결 or li 태그간 줄띄기 없애는 방법도 있음*/
    box-sizing: border-box;
    padding: 0;
}
.t2d_content_table_overscroll_1 .items { 
    width: 100%; /*  (25% - 1%)자신의 좌우 마진 간격을 뺌 */
    /*height: auto;*/ /*height:600px 지정하면 높이 고정.*/
    height: auto; /*height:600px 지정하면 높이 고정.*/
    box-sizing:border-box;
    padding: 0 ; 
    margin: 0 auto;
    position:relative;

}

.t2d_content_table_overscroll_1 .t2d_sub_detail_text { margin:15px auto 15px auto; width:100%;box-sizing: border-box;max-width: 1200px;}
.t2d_content_table_overscroll_1 .t2d_sub_detail_text p {font-size: 20px; line-height:1.5em; color: #000; word-break: keep-all; }

.t2d_content_table_overscroll_1 .t2d_sub_detail_table { margin:0 auto; width:100%;box-sizing:border-box; padding:0; overflow-x: auto;}
/* 스크롤바의 너비 높이 */
/*
.t2d_content_table_overscroll_1 .t2d_sub_detail_table::-webkit-scrollbar {
    width: 8px;  
    height:8px;
}
*/
/* 스크롤막대의 길이 */
/*
.t2d_content_table_overscroll_1 .t2d_sub_detail_table::-webkit-scrollbar-thumb {
    height:30%; 
    width:30%;
    background: #217af4; 
    border-radius: 10px;
}
*/
/*스크롤바 트랙*/
/*
.t2d_content_table_overscroll_1 .t2d_sub_detail_table::-webkit-scrollbar-track {
    background: rgba(33, 122, 244, .1); 
}
*/
/* 테이블 */
.t2d_content_table_overscroll_1 .t2d_sub_detail_table > table {width:100%;/*min-width:800px!important;*/margin:0;border-collapse: collapse; font-size: 18px;}

.t2d_content_table_overscroll_1 .t2d_sub_detail_table table thead tr th {padding: 10px 0; line-height: 1.5; font-size: 18px; font-weight: 500; color: #fff; text-align: center; background: #00346a; border: 1px solid #bfbfbf;}
.t2d_content_table_overscroll_1 .t2d_sub_detail_table table thead tr th:first-child {border-left: 0;}
.t2d_content_table_overscroll_1 .t2d_sub_detail_table table thead tr th:last-child {border-right: 0;}
.t2d_content_table_overscroll_1 .t2d_sub_detail_table .bluebg {background: #1a6fbb; color: #fff}
.t2d_content_table_overscroll_1 .t2d_sub_detail_table .graybg2 {background: #0e4a80; color: #fff}
.t2d_content_table_overscroll_1 .t2d_sub_detail_table .graybg {background: #727f8a; color: #fff;}

.t2d_content_table_overscroll_1 .t2d_sub_detail_table table tbody {border-bottom: 1px solid #bfbfbf;}
.t2d_content_table_overscroll_1 .t2d_sub_detail_table table tbody tr td {padding: 15px 0; line-height: 1.5; font-size: 18px; font-weight: 300; color: #666; text-align: center; border: 1px solid #bfbfbf;}
.t2d_content_table_overscroll_1 .t2d_sub_detail_table tr th {padding: 15px 0; line-height: 1.5; font-size: 15px; font-weight: 500; color: #fff; text-align: center; background: #5ba9d9; border: 1px solid #bfbfbf; border-width: 1px 0;}
.t2d_content_table_overscroll_1 .t2d_sub_detail_table table tbody tr td:first-child {border-left: 0;}
.t2d_content_table_overscroll_1 .t2d_sub_detail_table table tbody tr td:last-child {border-right: 0;}

@media screen and (max-width: 1024px){ /*Tab 이하*/
    .t2d_content_table_overscroll_1{padding: 0;}
    .t2d_content_table_overscroll_1 .t2d_sub_detail_text { margin:10px auto 10px auto; width:100%;  padding:0 5px;}
    .t2d_content_table_overscroll_1 .t2d_sub_detail_text p {font-size: 18px; }
    .t2d_content_table_overscroll_1 .items_wrap{
        width:100%;
    }
    .t2d_content_table_overscroll_1 .items_wrap .items { 
        padding: 1px 5px 1px 5px;
        width:100%;
    }
}



/*채용*/
/* 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 .point_text_3 {color: #FF9800;font-weight: 700;}
.t2d_sub_article_iconlink_18_boxwrap .point_text_4 {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_sub_article_banner_19_product_3_over_round ------start------*/
.t2d_sub_article_banner_19_product_3_over_round {
	position:relative;
    /*배경사용시 주석해제*/
    
    /*배경색*/

    /* 그림자
    box-shadow: rgb(0 0 0 / 15%) 0px 0px 16px inset;
    */
    margin:0 auto;
    padding:50px 0 10px 0;
   
}
.t2d_sub_article_banner_19_product_3_over_round  .swiper_compatible_wrap{max-width:1300px;padding: 0 0 0 5px;width:100%;margin:0 auto;position: relative; text-align: center;}
.t2d_sub_article_banner_19_product_3_over_round  .swiper_off > span
{
    font-size: 14pt;/*background: #1565aa;border: solid 1px #1565aa;*/background-image: linear-gradient(to right, #1565aa , #2196F3);border-radius: 10px;padding: 15px 50px;font-weight: bold;
}

.t2d_sub_article_banner_19_product_3_over_round  .swiper_off > span > a
{
    color: rgb(255 255 255);font-size: 20px;
}


.t2d_sub_article_banner_19_product_3_over_round  .items_wrap{
    padding: 40px 0 0 0;
    width:100%;
    margin: 0 auto; 
    display: flex;
    flex-wrap: wrap; /*slide 이용시 주석*/
    justify-content: space-between;
    position:relative;
    font-size: 0; /*li 간 미세하게 생기는 간격문제 해결 or li 태그간 줄띄기 없애는 방법도 있음*/

  
}
.t2d_sub_article_banner_19_product_3_over_round .items { 
    margin: 0 10px 35px 10px;
    width: 150px;
    height: 150px;
    /*border-radius: 20px;*/ /*테두리 원각도*/
    border-radius: 10%;
    text-align:center;
    font-size:0;  
    color:#000; 
    box-sizing:border-box;
    padding: 0 ; 
    /*border: 1px solid #e2e2e2; */

    position:relative;
    
    /*박스그림자*/
    /*
    box-shadow: 0px 2px 4px rgb(0 0 0 / 15%);
    border: 1px solid rgba(0,0,0,0.03);
   */
}

/*홀수 짝수 글자박스 위치*/
.t2d_sub_article_banner_19_product_3_over_round .items:nth-child(odd) { 
    background: #FFA000;
 
}
.t2d_sub_article_banner_19_product_3_over_round .items:nth-child(even){
    background: #1565aa;
}




.t2d_sub_article_banner_19_product_3_over_round .items::before{
    position: absolute;
    content: '\F280 ';
    /*content: '▶';*/
    display: inline-block;
    color: #eaeaea;
    left: -50%;
    top: calc(50% - 10px);
    font-family: bootstrap-icons !important;
    font-size: 28px;
} 


.t2d_sub_article_banner_19_product_3_over_round .items:first-child::before {content: '';}


/*박스 up 효과*/
/*.t2d_sub_article_banner_19_product_3_over_round .items:hover {  transition: 0.2s!important; transform:translateY(-30px)!important; }*/
/*
.t2d_sub_article_banner_19_product_3_over_round .items:hover {  transition: 0.3s!important; box-shadow: 0px 2px 10px 7px rgb(0 0 0 / 15%)!important; }
*/

/*텍스트 박스*/
.t2d_sub_article_banner_19_product_3_over_round .items .info_imgbox{
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 2;
    cursor: default;
    /*padding-left:40px;*/
    margin: 35px 0 0 0;
    text-align: center; /*텍스트 정렬방법 left*/
}
/*감춤박스*/
.t2d_sub_article_banner_19_product_3_over_round .items .info_imgbox_hover{
    opacity: 0;
    -webkit-transition:.3s;
    transition:.3s;    
    width: 100%;
}


.t2d_sub_article_banner_19_product_3_over_round .items .icon_area i{
    font-size: 50px;
    color: #fff;
}



.t2d_sub_article_banner_19_product_3_over_round .items .info_imgbox h2{
    color: #fff;
    width: 100%;
    font-size: 19px;
    font-weight: 500;
    /*margin: 65px 0 0 0;*/
    letter-spacing: -0.5px;
}

.t2d_sub_article_banner_19_product_3_over_round .items .info_imgbox h3{
    color: #fff;
    width:100%;
    font-size: 18px;
    opacity: 0.8;
    font-weight: normal;
    margin-bottom: 10px;
    text-transform: uppercase;
    text-shadow: 2px 3px 8px rgb(0 0 0 / 50%);

}


.t2d_sub_article_banner_19_product_3_over_round .items .info_imgbox .goButton_wrap{padding-top: 30px;}
.t2d_sub_article_banner_19_product_3_over_round .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_sub_article_banner_19_product_3_over_round .items .info_imgbox .goButton:hover{
    background: linear-gradient(90deg, #01629a, #2b8ac1);
    -webkit-transition:.5s;
    transition:.5s;
	border: 1px solid #67a9cc;
    color:#fff;
}


/*텍스트 박스 보이기 */
.t2d_sub_article_banner_19_product_3_over_round .items:hover .info_imgbox_hover{
    opacity: 1;
    -webkit-transition:.3s;
    transition:.3s;
}

/*이미지*/
.t2d_sub_article_banner_19_product_3_over_round .items .t2d_bannerimg{
    transform: scale3d(1, 1, 1);
    transition: all 1s;
    object-fit: cover; /* cover 액자에 맞춤 ,contain 있는 그대로 ,fill 채워서  */
    height: 100%;
    width: 100%;
    max-width: 100%;
}
/*이미지 효과*/
/*
.t2d_sub_article_banner_19_product_3_over_round .items:hover .t2d_bannerimg{
    transform: scale3d(1.1, 1.1, 1.1);
     -webkit-transition:.5s;
     transition: 0.5s
}
*/
/* 제목 */
.t2d_sub_article_banner_19_product_3_over_round .t2d_contenttitle {  
	font-family: 'Poppins', sans-serif;
	font-size:45px;
	text-align:center;
	color:#2f2f2f;
	padding: 0;
}
.t2d_sub_article_banner_19_product_3_over_round .t2d_contenttitle_e {  
	font-family: 'Poppins', sans-serif;
	font-size:30px;
	text-align:center;
	color:#464646;
	padding:0;
}
.t2d_sub_article_banner_19_product_3_over_round .t2d_contenttitle_m {  
	font-family: 'Poppins', sans-serif;
	font-size:16px;
	text-align:center;
	color:#707070;
	padding:0;
}

/* 더보기버튼 */
.t2d_sub_article_banner_19_product_3_over_round .pluslist_btn {  
	display: inline-block;
    width: 14%;
    height: 56px;
    line-height: 55px;
    text-align: center;
    font-size: 18px;
    background: #fff;
    border: 1px solid #eaeaea;
    border-radius: 50px;
    margin: 50px 43% 10px;
    position: relative;
    padding-right: 15px;
    transition: all 0.1s;
	box-sizing:border-box;
}
.t2d_sub_article_banner_19_product_3_over_round .pluslist_btn span { position:absolute; top:1px; left:62%; font-family: 'Poppins', sans-serif; font-size:28px; font-weight:300; }
.t2d_sub_article_banner_19_product_3_over_round .pluslist_btn:hover { background:#f9a11b; border:1px solid #ff9000; color:#fff; transition:all 0.1s;}


@media screen and (max-width: 1300px){ /*Tab 이하*/
    .t2d_sub_article_banner_19_product_3_over_round .items {
        margin: 0 30px 35px 30px;
        
    }
    .t2d_sub_article_banner_19_product_3_over_round  .items_wrap{
        
        justify-content: center;
        
    }
    .t2d_sub_article_banner_19_product_3_over_round .items::before{
        left: -40px;

    }
}
@media screen and (max-width: 1200px){ /*Tab 이하*/
    /*
    .t2d_sub_article_banner_19_product_3_over_round .items {
        margin: 0 2%  35px 2%; 
        width: 300px;
        height: 300px;
    }
    */
    /*.t2d_sub_article_banner_19_product_3_over_round .swiper_compatible_wrap{ padding: 0;}*/
    /*감춤 텍스트 보이기*/
    .t2d_sub_article_banner_19_product_3_over_round .items .info_imgbox_hover{
        opacity: 1;
    }
    /* 더보기버튼 */
    .t2d_sub_article_banner_19_product_3_over_round .pluslist_btn { width:20%; margin:50px 40% 70px; }
}
@media screen and (max-width: 768px){ /*Mobile 이하*/
    /*
    .t2d_sub_article_banner_19_product_3_over_round .items {
        margin: 0 2%  35px 2%; 
        width: 300px;
        height: 300px;
    }
    */
    /* 더보기버튼 */
    .t2d_sub_article_banner_19_product_3_over_round .pluslist_btn { width:40%; margin:50px 30% 70px; }
    .t2d_sub_article_banner_19_product_3_over_round .items {
        margin: 0 15px 35px 15px;
        
    }
    .t2d_sub_article_banner_19_product_3_over_round .items::before{
        left: -27px;

    }
}

/* t2d_sub_article_banner_19_product_3_over_round ------end------*/
/*경영방침*/
/* t2d_sub_article_iconlink_18_boxwrap_1 ------start------*/
.t2d_sub_article_iconlink_18_boxwrap_1 {
	position:relative;
    overflow: hidden;
    padding: 0;
    
    
}
.t2d_sub_article_iconlink_18_boxwrap_1 .swiper_compatible_wrap{
    max-width:1300px;width:100%;margin:0 auto;position: relative;
}
.t2d_sub_article_iconlink_18_boxwrap_1  .items_wrap{
    width:100%;
    margin: 30px auto; 
	padding:0px 0 0px 0;
}
.t2d_sub_article_iconlink_18_boxwrap_1 ul {
    display: flex;
    flex-wrap: wrap; 
    justify-content: center;
	padding: 0;
}
.t2d_sub_article_iconlink_18_boxwrap_1 ul li { 
    margin: 0 0.5%  35px 0.5%; 
    width: calc(33.3% - 1%); /*- 15px 자신의 좌우 마진 간격을 뺌 */
    
    height: 440px;
    /*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_1 ul li:hover {  transition: 0.2s!important; transform:translateY(-30px)!important; }*/

.t2d_sub_article_iconlink_18_boxwrap_1 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_1 ul li .icon_area i {
    font-size: 50px;
    color: #fff;
 }
/*아이콘배경*/
.t2d_sub_article_iconlink_18_boxwrap_1 ul li .icon_area { 
	display: block;
   
	transition:  0.5s;
	font-style: normal;  
    padding-top: 60px;
 }
/*아이콘 이미지 효과*/
.t2d_sub_article_iconlink_18_boxwrap_1 ul li:hover .icon_area img { transform: rotateY(360deg); transition:1s; }


.t2d_sub_article_iconlink_18_boxwrap_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_sub_article_iconlink_18_boxwrap_1 .point_text {color:#e56e1f; font-weight: 700;}
.t2d_sub_article_iconlink_18_boxwrap_1 .point_text_1 {/*color: #18a8f1;*/font-weight: 800;}
.t2d_sub_article_iconlink_18_boxwrap_1 .point_text_2 {color: #E91E63;font-weight: 600;}
.t2d_sub_article_iconlink_18_boxwrap_1 .point_text_3 {color: #FF9800;font-weight: 700;}
.t2d_sub_article_iconlink_18_boxwrap_1 .point_text_4 {color: #E91E63;font-weight: 600;}

/* 텍스트 */
.t2d_sub_article_iconlink_18_boxwrap_1 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_1 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_1 ul li dd::before { 
        content: '';
        display: block;
        width: 16%;
        height: 5px;
        background: #FFC107;
        position: relative;
        margin: 30px auto;
        }  

@media screen and (max-width: 1200px){ /*Tab 이하*/
    .t2d_sub_article_iconlink_18_boxwrap_1 ul li {
        margin: 0 0.8% 2% 0.8%; 
        width: calc(50% - 1.6%); /*- 15px 자신의 좌우 마진 간격을 뺌 */
    }
    .t2d_sub_article_iconlink_18_boxwrap_1 .swiper_compatible_wrap{ padding: 0;}
}
@media screen and (max-width: 768px){ /*Mobile 이하*/
    
    .t2d_sub_article_iconlink_18_boxwrap_1 ul li { 
        margin: 0 1% 3% 1%; 
        width: calc(100% - 2%); /*- 15px 자신의 좌우 마진 간격을 뺌 */
    }
    .t2d_sub_article_iconlink_18_boxwrap_1::after{
        content: none;
     }

     .t2d_sub_article_iconlink_18_boxwrap_1 .t2d_subtitle_text { 
        font-size: 25px;
    }
}
/* t2d_sub_article_iconlink_18_boxwrap_1 ------end------*/