/*  폰트 적용 */
/*
@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: '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:327px;
    /* 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:200px; }
}
.t2d_directory_box {
    width: 100%;
    position: absolute;
    text-align:center; 
    z-index: 2;
    top:50%;
}
.t2d_directory_box h1 { font-size:36px; font-weight:normal; color:#d2d1d1a1; text-shadow: 1px 1px 6px #424242b5;}
.t2d_directory_route a,.t2d_directory_route p { display:inline-block; color:#fff;font-size: 15px;margin-top: 15px;text-shadow: 1px 1px 3px #424242;;}
.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; }
}

/*---------- 서브페이지 커버이미지(비쥬얼) : 배경방식 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:#1f8ae6; 
    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_1 ------start------*/
.t2d_main_article_cover_1_1 {
    height:calc(var(--vh, 1vh) * 100);
    /*height:700px;*/
    position:relative;
}
.t2d_main_article_cover_1_1 > .slides > div {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    overflow:hidden;
    transition:opacity 1s;
    opacity:0;
}
.t2d_main_article_cover_1_1 > .slides > div.active { opacity:1; }
.t2d_main_article_cover_1_1 > .slides > div > div {
    position:absolute;
    top:0;
    left:0;    
    width:100%;
    height:100%;
    background-size:cover;
    background-position:center;
    transform:scale(1);
}
.t2d_main_article_cover_1_1 > .slides > div.active > div {
    transform:scale(1.1);
    transition: transform 4s;
}
.t2d_main_article_cover_1_1 .nav-bar {
    height:100%;
    position:relative;
    z-index:1;
    margin:0 auto;
    max-width:1150px;
}
.t2d_main_article_cover_1_1[data-slider-autoplay-status="Y"] .btn-play { display:none; }
.t2d_main_article_cover_1_1[data-slider-autoplay-status="N"] .btn-stop { display:none; }
.t2d_main_article_cover_1_1 > .nav-bar > .row { width:80%; left:10%; }
.t2d_main_article_cover_1_1 > .nav-bar > .row > .cell:first-child { width:calc(100% - 50px);}
.t2d_main_article_cover_1_1 > .nav-bar > .row > .cell:first-child > .progress-bar { height:3px; }
.t2d_main_article_cover_1_1 > .nav-bar > .row > .cell:first-child > .progress-bar > div {
    height:100%;
    width:0;
    background-color:#fff;
	border-radius:50px;
}
.t2d_main_article_cover_1_1 > .nav-bar > .row > .cell:last-child {
    width:50px;
    text-align:center;
}

/* 첫번째 글씨효과*/
.typing::after {
    content: '';
    margin-left: .4rem;
    border-right: 3px solid #fff;
    animation: typing_cursor .8s infinite steps(2);
    text-shadow:unset;
  }
  
  @keyframes typing_cursor {
    from { opacity: 1;}
    to { opacity: 0; }
   /*
    from { border-right: 3px solid #fff;}
    to { border-right: 3px solid #000; }
    */
  }

.t2d_main_article_cover_1_1 .visual-txt { 
	z-index:1; 
	position:absolute;
	top:45%!important;
	left:0;
	text-align:center;
	color:#fff;
	width:100%;
}
.t2d_main_article_cover_1_1 .visual1_visual-txt { top:35%!important; }
.t2d_main_article_cover_1_1 .visual-txt h2 {
	/*font-family:'nanum-handwritting-hal-abeoji-uinanum';*/
    /*font-family: 'NanumJangMiCe';*/
	/*font-size:110px;*/
    font-size:60px;
	line-height:60px;
	letter-spacing:0px;
    font-weight: 500;
	/*text-shadow:3px 2px 7px rgba(0,0,0,0.7);*/
    text-shadow:3px 2px 6px rgb(0 0 0 / 35%);
    /*text-shadow:0 0 1px rgba(0,0,0,0.1);*/
    font-weight: bold;
}
.t2d_main_article_cover_1_1 .visual-txt h2 span{
    /*font-family:'NanumHarABeoJiEuiNaNum';*/
}
/*버튼*/
.t2d_main_article_cover_1_1 .visual-txt2 { 
	z-index:1000; 
	position: absolute !important;
    width:100%;
    margin: 0 auto;
	bottom:20%;
	left:0;
	text-align:center;
	
}
.t2d_main_article_cover_1_1 .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_1 .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_1 .visual-txt2 a:hover::after {
    left: 0;
    width: 100%;
}
.t2d_main_article_cover_1_1 .visual-txt2 a:hover, .t2d_main_article_cover_1_1 .visual-txt2  a:hover span{
	color:#fff;
	font-weight:600;
	transition: .6s;
	border:1px solid #ed1c24;
}
.t2d_main_article_cover_1_1 .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_1 .visual-txt h2 { font-size:50px; line-height:50px;  word-break:keep-all;}	
}
@media screen and (max-width: 768px){ /*Mob 이하*/
    .t2d_main_article_cover_1_1 .visual-txt h2 {  
        font-size:28px;
        line-height:40px;
        word-break:keep-all;
        padding:0 10px;
    }
    
}
/* t2d_main_article_cover_1_1 ------end------*/


/* t2d_main_article_textbanner_21_w100_withcount ------start------*/
.t2d_main_article_textbanner_21_w100_withcount {
	position:relative;
    /*배경사용시 주석해제*/

    background-image: url(../user_img/inquiry_bg.jpg); 
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
     /*회색으로 변환*/
    /*filter: grayscale(80%);*/
    /*배경색*/
    /*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_withcount  .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_withcount .items_wrap > .items { 
    margin: 0 0 0 0; 
    width: calc(100%); /*(50% - 1%) - 15px 자신의 좌우 마진 간격을 뺌 */
    height: 600px; /* 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_withcount .items_wrap > .items:hover {  transition: 0.2s!important; transform:translateY(-30px)!important; }*/

/*텍스트 박스*/
.t2d_main_article_textbanner_21_w100_withcount .items_wrap >  .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_withcount .items_wrap >  .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_withcount .items_wrap >  .items .info_imgbox h3{
    color: #fff;
    width:100%;
    font-size: 33px;
    /*font-weight: normal;*/
    font-weight: 400;
    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_withcount .items_wrap >  .items .info_imgbox p{
    font-family:  sans-serif;
    font-size: 16px;
    color: #fff;
    font-weight: 200;
    margin-bottom: 10px;
    text-shadow: 2px 3px 8px rgb(0 0 0 / 50%);
    word-break:keep-all; 
}
/*버튼*/
.t2d_main_article_textbanner_21_w100_withcount .items_wrap >  .items .info_imgbox .goButton_wrap{padding-top: 100px;}
.t2d_main_article_textbanner_21_w100_withcount .items_wrap > .items .info_imgbox .goButton{
    position: relative;
    box-sizing: border-box;
    
    background:  rgba(0,0,0,0.5) no-repeat;
    border: 1px solid #fff;
    border-radius: 50px;
    color: #fff;
    font-size: 18px;
    text-align: center;
    -webkit-transition:.5s;
    transition:.5s;
    padding: 10px 35px;
    margin:0 30px 0 30px;
    word-break: keep-all;
}

/*버튼 효과*/
.t2d_main_article_textbanner_21_w100_withcount .items_wrap >  .items .info_imgbox .goButton:hover{
    background: linear-gradient(90deg, #01629a, #2b8ac1);
    -webkit-transition:.5s;
    transition:.5s;
	border: 1px solid #67a9cc;
    color:#fff;
}

/*숫자*/

.t2d_main_article_textbanner_21_w100_withcount .count_items_wrap{
    width: 100%;
    margin: 0 auto;
    padding-top: 80px;
    max-width: 1400px;
    display:flex; 
    /*justify-content:space-between;*/
    flex-wrap: wrap; /*slide 이용시 주석*/
    justify-content: center;
    font-size: 0; /*li 간 미세하게 생기는 간격문제 해결 or li 태그간 줄띄기 없애는 방법도 있음*/
}
.t2d_main_article_textbanner_21_w100_withcount .count_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_textbanner_21_w100_withcount .count_items_wrap li + li:before{
    content:'';
    position:absolute;
    width:1px;
    height:80px;
    top:50%;
    transform:translateY(-50%);
    left:0;
    background:#ddd;  
}
.t2d_main_article_textbanner_21_w100_withcount .count_items_wrap li dl{
    transition:all 0.5s;
}
.t2d_main_article_textbanner_21_w100_withcount .count_items_wrap li dl dt{
    font-size:56px; 
    letter-spacing:-0.5px;
    font-weight:700; 
    color:#e9eaeb; 
    line-height:1; 
}
.t2d_main_article_textbanner_21_w100_withcount .count_items_wrap li dl dt + dd{
    margin-top: 10px;
}
.t2d_main_article_textbanner_21_w100_withcount .count_items_wrap li dl dt em{
    font-style:normal;
    font-size: 40px;
    display: inline-flex;
    
    transform: translateY(-30px);
    }
.t2d_main_article_textbanner_21_w100_withcount .count_items_wrap li dl dd{
    color:#dedcdc;
    font-size:24px;
    font-weight: 500;
    letter-spacing:-0.2px;
}

@media screen and (max-width: 1200px){ /*Tab 이하*/
    /*
    .t2d_main_article_textbanner_21_w100_withcount .items_wrap >  .items { 
        margin: 0 0  0 0; 
        width: calc(100%);
    }
    */
 
}
@media only screen and (min-width:1023px){
    .t2d_main_article_textbanner_21_w100_withcount .count_items_wrap li:hover dl{transform:translateY(-20px);} 
    


}
@media screen and (max-width: 1024px){ /*Tab 이하*/


    .t2d_main_article_textbanner_21_w100_withcount .count_items_wrap{
        padding-top: 50px;
    }

    .t2d_main_article_textbanner_21_w100_withcount .items_wrap  > .items { 
        height: 700px; /* auto 이면 사이즈 자동 줌*/
    }
    
    .t2d_main_article_textbanner_21_w100_withcount .count_items_wrap li + li:nth-child(3):before{
        content:'';
        position:absolute;
        width:0px;
        height:0px;
        
    }
    .t2d_main_article_textbanner_21_w100_withcount .items_wrap >  .items .info_imgbox{
        top: 10%;
    }

    .t2d_main_article_banner_4_product_vertical ul li:nth-child(2) img { left:-29%; }
    
    /*텍스트 박스*/
    .t2d_main_article_textbanner_21_w100_withcount .count_items_wrap li{
        margin: 40px 0.2%  40px 0.2%; 
        width: calc(50% - 0.4%); /*- 15px 자신의 좌우 마진 간격을 뺌 */
    }
    .t2d_main_article_textbanner_21_w100_withcount .count_items_wrap li dl dt {
        font-size:50px; 
        line-height: 0.8;
    }
    .t2d_main_article_textbanner_21_w100_withcount .count_items_wrap li dl dt em {
        transform: translateY(-25px);
    }
    
}
@media screen and (max-width: 768px){ /*Mobile 이하*/
    /*
    .t2d_main_article_textbanner_21_w100_withcount .items_wrap  > .items { 
        margin: 0 0  0 0; 
        width: calc(100%);
    }
    */
    /*텍스트 박스*/

    .t2d_main_article_textbanner_21_w100_withcount .items_wrap > .items .info_imgbox h3{
        font-size: 28px;
        font-weight: 600;
    }
    /*버튼*/
.t2d_main_article_textbanner_21_w100_withcount .items_wrap >  .items .info_imgbox .goButton_wrap{padding-top: 80px;}
    .t2d_main_article_textbanner_21_w100_withcount .items_wrap > .items .info_imgbox .goButton{
        position: relative;
        box-sizing: border-box;
        font-size: 14px;
        padding: 10px 20px;
        margin:0 20px 0 0px;
    }
    .t2d_main_article_textbanner_21_w100_withcount .items_wrap > .items .info_imgbox .goButton:nth-child(2){
        margin:0 0 0 0px;
    }
}
/* t2d_main_article_textbanner_21_w100_withcount ------end------*/



/*메인장단점*/
.t2d_content_zigzag_design_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;
    background: #f4f4f4;
    padding:80px 0 70px 0;
    width:100%;
}
.t2d_content_zigzag_design_1 .t2d_content_design{
	position:relative;
    margin:0 auto;
    padding:0;
}
/*.t2d_content_zigzag_design_1 .t2d_content_design::after{
   content: "";
   clear: both;
   display: block;
   width: 100%;
   margin: 60px auto 0px;
   background: #f7f6f6;
   height: 1px;
}
*/
.t2d_content_zigzag_design_1 .t2d_content_design .items_wrap{
    width:100%;
    max-width: 1400px;
    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 태그간 줄띄기 없애는 방법도 있음*/
    padding:0;
    box-sizing: border-box;
    
}

.t2d_content_zigzag_design_1 .t2d_content_design .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:#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_zigzag_design_1 .t2d_content_design .point_text {color:#000; }
.t2d_content_zigzag_design_1 .t2d_content_design .point_text_1 {color: #000;font-weight: 900;}

.t2d_content_zigzag_design_1 .t2d_content_design .side1 {position: relative;width:45%; text-align:left;} 
.t2d_content_zigzag_design_1 .t2d_content_design .side2 {position: relative; width:50%; }
.t2d_content_zigzag_design_1 .t2d_content_design .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_zigzag_design_1 .t2d_content_design .t2d_bannerimg {height:auto;  box-sizing:border-box;}
.t2d_content_zigzag_design_1 .t2d_content_design .r_radius{border-radius: 0% 100% 100% 0%;}
.t2d_content_zigzag_design_1 .t2d_content_design .b_radius{border-radius: 0% 0% 100% 100%;}
.t2d_content_zigzag_design_1 .t2d_content_design .all_radius{border-radius: 100%;}
.t2d_content_zigzag_design_1 .t2d_content_design .side1 .t2d_subtitle_text { 
    position:relative; 
    text-align:left;  
    width:100%;
    font-size: 42px;
    line-height: 1.4em;
    /*letter-spacing: -0.1em;*/
    word-break: keep-all;
    font-weight: 200;
}
.t2d_content_zigzag_design_1 .t2d_content_design .side1 .t2d_sub_detail_text { width:100%;  margin-top: 20px; /*padding-left:15px;*/box-sizing: border-box;}
.t2d_content_zigzag_design_1 .t2d_content_design .side1 .t2d_sub_detail_text p {font-size: 18px; line-height:1.5em; color: #000; word-break: keep-all; font-weight: 300;}

@media screen and (max-width: 768px){ /*Tab 이하*/
    .t2d_content_zigzag_design_1 .t2d_content_design{padding:30px 0 0 0;}
    .t2d_content_zigzag_design_1 .t2d_content_design .side1{ text-align:left;} 
    .t2d_content_zigzag_design_1 .t2d_content_design .side1 .t2d_subtitle_text { text-align:left;font-size: 30px;}
    .t2d_content_zigzag_design_1 .t2d_content_design .side2 {text-align:center; }

    .t2d_content_zigzag_design_1 .t2d_content_design .items { 
        margin: 1px 3px;
        width: 100%; /*- 15px 자신의 좌우 마진 간격을 뺌 */
    }
    .t2d_content_zigzag_design_1 .t2d_content_design .t2d_bannerimg {width:100%; margin: 20px auto;}
    /*
    .t2d_content_zigzag_design_1 .t2d_content_design .r_radius{border-radius: 0px 0px 0px 0px;}
    .t2d_content_zigzag_design_1 .t2d_content_design .b_radius{border-radius: 0px 0px 0px 0px;}
    .t2d_content_zigzag_design_1 .t2d_content_design .all_radius{border-radius: 0px;}
    */
    .t2d_content_zigzag_design_1 .t2d_content_design .all_radius{border-radius: 20px;}
        
    .t2d_content_zigzag_design_1 .t2d_content_design::after{
        content: none;

     }
}




.t2d_content_zigzag_design_1 .t2d_content_design_reverse{
	position:relative;
    margin:0 auto;
    padding: 100px 0;
}
/*.t2d_content_zigzag_design_1 .t2d_content_design_reverse::after{
   content: "";
   clear: both;
   display: block;
   width: 100%;
   margin: 60px auto 0px;
   background: #f7f6f6;
   height: 1px;
}
*/
.t2d_content_zigzag_design_1 .t2d_content_design_reverse .items_wrap{
    width:100%;
    max-width: 1400px;
    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 태그간 줄띄기 없애는 방법도 있음*/
    padding:0;
    box-sizing: border-box;
    
}

.t2d_content_zigzag_design_1 .t2d_content_design_reverse .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:#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_zigzag_design_1 .t2d_content_design_reverse .point_text {color:#000; }
.t2d_content_zigzag_design_1 .t2d_content_design_reverse .point_text_1 {color: #000;font-weight: 900;}

.t2d_content_zigzag_design_1 .t2d_content_design_reverse .side1 {position: relative;width:45%;text-align:left; } 
.t2d_content_zigzag_design_1 .t2d_content_design_reverse .side2 {position: relative; width:50%; }
.t2d_content_zigzag_design_1 .t2d_content_design_reverse .t2d_bannerimg {height:auto;  box-sizing:border-box;}
.t2d_content_zigzag_design_1 .t2d_content_design_reverse .r_radius{border-radius: 0% 100% 100% 0%;}
.t2d_content_zigzag_design_1 .t2d_content_design_reverse .b_radius{border-radius: 0% 0% 100% 100%;}
.t2d_content_zigzag_design_1 .t2d_content_design_reverse .all_radius{border-radius: 100%;}
.t2d_content_zigzag_design_1 .t2d_content_design_reverse .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_zigzag_design_1 .t2d_content_design_reverse .side1 .t2d_subtitle_text { 
    position:relative; 
    text-align:left;  
    width:100%;
    font-size: 42px;
    line-height: 1.4em;
    /*letter-spacing: -0.1em;*/
    word-break: keep-all;
    font-weight: 200;
}
.t2d_content_zigzag_design_1 .t2d_content_design_reverse .side1 .t2d_sub_detail_text { float: left; width:100%;  margin-top: 20px; padding:0;box-sizing: border-box;}
.t2d_content_zigzag_design_1 .t2d_content_design_reverse .side1 .t2d_sub_detail_text p {font-size: 18px; line-height:1.5em; color: #000; word-break: keep-all; font-weight: 300;}

@media screen and (max-width: 768px){ /*Tab 이하*/
    .t2d_content_zigzag_design_1 .t2d_content_design_reverse{padding:30px 0 0 0;}
    .t2d_content_zigzag_design_1 .t2d_content_design_reverse .side1{ text-align:left;} 
    .t2d_content_zigzag_design_1 .t2d_content_design_reverse .side1 .t2d_subtitle_text { text-align:left;font-size: 30px;}
    .t2d_content_zigzag_design_1 .t2d_content_design_reverse .side2 {text-align:center; }

    .t2d_content_zigzag_design_1 .t2d_content_design_reverse .items { 
        margin: 1px 3px;
        width: 100%; /*- 15px 자신의 좌우 마진 간격을 뺌 */
    }
    
    .t2d_content_zigzag_design_1 .t2d_content_design_reverse .t2d_bannerimg {width:100%; margin: 20px auto;}
    .t2d_content_zigzag_design_1 .t2d_content_design_reverse .r_radius{border-radius: 0px 0px 0px 0px;}
    /*.t2d_content_zigzag_design_1 .t2d_content_design_reverse .b_radius{border-radius: 0px 0px 0px 0px;}*/
    .t2d_content_zigzag_design_1 .t2d_content_design_reverse .b_radius{border-radius: 100% 0px 0px 100%}
    
    .t2d_content_zigzag_design_1 .t2d_content_design_reverse .all_radius{border-radius: 0px;}
    
    .t2d_content_zigzag_design_1 .t2d_content_design_reverse::after{
        content: none;
     }

}





/* 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_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:350px;
    margin: 0 auto; 
    position:relative;
    font-size: 0; /*li 간 미세하게 생기는 간격문제 해결 or li 태그간 줄띄기 없애는 방법도 있음*/
    background: #24a2d4;
    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: 350px; /*height:600px 지정하면 높이 고정. or auto*/
    color:#fff; 
    
    box-shadow: rgb(0 0 0 / 30%) 0px 20px 22px;
    background: #f4f4f4;
    background-image: url(../user_img/right_b_bg.jpg);
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
}
.t2d_main_article_textbanner_24_half_overlab .item2 { 
    top:0px;
    right:0;
    width: 50%; /*  (25% - 1%)자신의 좌우 마진 간격을 뺌 */
    color:#fff; 
    background: #24a2d4;
    height: 350px; /*height:600px 지정하면 높이 고정. or auto*/
}


/*텍스트 박스*/
.t2d_main_article_textbanner_24_half_overlab .items .lnfo_textbox{
    width: 100%;
    height: 100%;
    padding: 40px 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;
    margin: 0 0 40px;
    color: #fff;
    text-shadow: 3px 3px 15px #0b80ad;
    /*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:-0.7px;
	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: #060707;
    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: #fefefe;
    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: #fff; text-shadow: 3px 3px 15px #0e0c0c;} 
.t2d_main_article_textbanner_24_half_overlab .item1 .lnfo_textbox h1{color: #fff; text-shadow: 3px 3px 15px #0e0c0c;} 
.t2d_main_article_textbanner_24_half_overlab .item1 .lnfo_textbox p{color:#d2d2d2;} 
.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:#d2d2d2;font-weight: 500;} 
.t2d_main_article_textbanner_24_half_overlab .item1 .lnfo_textbox .colorbar:after{
    content: '';
    display: inline-block;
    width: 20px;
    height: 3px;
    background: #24a2d4;
    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:  #ffffff1c no-repeat;
    border: 1px solid #fff;
    /*border-radius: 50px;*/
    border-radius: 5px;
    color: #fff;
    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:  #ffffff1c no-repeat;
    border: 1px solid #fff;
    /*border-radius: 50px;*/
    /*border-radius: 5px;*/
    color: #fff;
    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 70px 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 .info_imgbox{
    background-size: cover;
}

/*버튼*/
.t2d_main_article_gallery_9_product .swiper-button-next{right:-50px}
.t2d_main_article_gallery_9_product .swiper-button-prev{left:-50px}

@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------*/

/*about us*/

.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: 1400px;
    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: #ffffff;
    font-weight: 700;
    background: #2d2a2a;}
.t2d_content_text_1_1 .point_text_2 {color: #2d2c2c;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: 26px; text-align: center;    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: 22px; }
    .t2d_content_text_1_1 .t2d_subtitle_text { 
        font-size: 25px;
    }

}

@media screen and (max-width: 580px){ /*Tab 이하*/
    .t2d_content_text_1_1 .point_text_1::before {content:'';display:table; clear:both;}
   

}


/*서브동영상*/
/* t2d_sub_article_banner_26_vod ------start------*/
.t2d_sub_article_banner_26_vod {
	position:relative;
    /*배경사용시 주석해제*/
    
    background-image: url(../user_img/cont4.jpg); 
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    /*filter: grayscale(100%);*/
    
    /*배경색*/
    /*background: #f4f4f4;*/
    /* 그림자
    box-shadow: rgb(0 0 0 / 15%) 0px 0px 16px inset;
    */
    overflow: hidden;
    margin:0 auto;
    padding:90px 0 90px 0;
    
}
/*.t2d_sub_article_banner_26_vod::before {
    content: "";
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background-image: url(../user_img/t2d_visual12.jpg); 
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    filter: grayscale(100%);
  }
  */
.t2d_sub_article_banner_26_vod  .items_wrap{
    max-width:1400px; 
    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 태그간 줄띄기 없애는 방법도 있음*/
}
.t2d_sub_article_banner_26_vod .items { 
    margin: 0 0 0 0; 
    width: calc(100%); /*(50% - 1%) - 15px 자신의 좌우 마진 간격을 뺌 */
    height: auto; /* auto 이면 사이즈 자동 줌*/
    /*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; 
    
}
/*박스 up 효과*/
/*.t2d_sub_article_banner_26_vod .items:hover {  transition: 0.2s!important; transform:translateY(-30px)!important; }*/

/*텍스트 박스*/
.t2d_sub_article_banner_26_vod .items .info_imgbox{
    width: 100%;
    position: absolute;
    top: 20%;
    z-index: 1;
    cursor: default;
     /*padding-left:40px;*/
    text-align: center; /*텍스트 정렬방법 left*/
  
}

.t2d_sub_article_banner_26_vod .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_sub_article_banner_26_vod .items .info_imgbox h3{
    color: #fff;
    width:100%;
    font-size: 65px;
    /*font-weight: normal;*/
    font-weight: 600;
    margin-bottom: 20px;
    text-transform: uppercase;
    text-shadow: 2px 3px 8px rgb(0 0 0 / 50%);
    letter-spacing: -1.5px;
    word-break:keep-all; 
    position: relative;
}
.t2d_sub_article_banner_26_vod .items .info_imgbox h3::before{
    content:'';
    display:inline-block;
    width: 16%;
    height:2px;
    background: #fff;
    position:absolute;
    left:42%;
    top:-20px;
    
}
.t2d_sub_article_banner_26_vod .items .info_imgbox p{
    font-family: sans-serif;
    font-size: 22px;
    color: #fff;
    font-weight: 400;
    margin-bottom: 10px;
    text-shadow: 2px 3px 8px rgb(0 0 0 / 50%);
    max-width: 750px;
    margin: 0 auto;
    letter-spacing: -0.5px;
    word-break:keep-all; 
}
.t2d_sub_article_banner_26_vod .items .info_imgbox .goButton_wrap{padding-top: 40px;}
.t2d_sub_article_banner_26_vod .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_26_vod .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_26_vod .items .t2d_bannerimg{
    transform: scale3d(1, 1, 1);
    transition: all 1s;
    object-fit: cover; /* cover 액자에 맞춤 ,contain 있는 그대로 ,fill 채워서  */
    height: 100%;
    width: 100%;
    max-width: 100%;
    filter: brightness(80%); /* 이미지 어둡게*/
}
/*이미지 효과*/
.t2d_sub_article_banner_26_vod .items:hover .t2d_bannerimg{
    transform: scale3d(1.1, 1.1, 1.1);
     -webkit-transition:.5s;
     transition: 0.5s
}

@media screen and (max-width: 1300px){ /*Tab 이하*/

    .t2d_sub_article_banner_26_vod {
        padding:0px 0 0px 0;
        
    }
}
@media screen and (max-width: 1000px){ /*Tab 이하*/

    
}
@media screen and (max-width: 768px){ /*Mobile 이하*/
    
    /*
    .t2d_sub_article_banner_26_vod .items { 
        margin: 0 0  0 0; 
        width: calc(100%); 
    }*/
    /*텍스트 박스*/
    .t2d_sub_article_banner_26_vod .items .info_imgbox{
        top: 15%;
    }
    .t2d_sub_article_banner_26_vod .items .info_imgbox h3{
        font-size: 35px;
        font-weight: 600;
    }
    .t2d_sub_article_banner_26_vod .items .info_imgbox p{
        line-height: 25px;
        font-size: 20px;
        display:none;
    }

    .t2d_sub_article_banner_26_vod .items .info_imgbox h3::before{
        width: 30%;
        left:35%;
    }
}
/* t2d_sub_article_banner_26_vod ------end------*/

/*원스톱서비스*/

.vision_type4_other {width:100%; min-width:320px;  margin:50px auto; }
.vision_type4_other:after{content:""; clear:both; display:block;}

.vision_type4_other h2.title {text-align:center; 

    font-size: 26px;
    color: #333;
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
   /* background: #333;
    padding: 10px 0 8px 0;
    border-radius: 50px;
    width: 85%;
    */
    margin: 50px auto 80px auto;
}
.vision_type4_other h2.title .point {color: #6cc1e2;
}

.vision_type4_other h2.title i{color:#e8e6e6; }

.vision_type4_other .vision_area4 { width:100%; padding:0;  text-align: center; margin-top:50px; }
.vision_type4_other .vision_area4::after {content:'';display:table; clear:both;}
.vision_type4_other .vision_area4 li {display:inline-block; padding:0; margin-left:-20px; overflow: hidden;}
.vision_type4_other .vision_area4 li:first-child {margin-left: 0;} 
.vision_type4_other .vision_area4 .i_box {position:relative; display:inline-block; padding-top:25%; width:20rem; height:20rem; text-align:center; background:#6cc2e2c2; border-radius:100%; box-sizing: border-box;}
.vision_type4_other .vision_area4 li:nth-child(4) .i_box {background: #090909d9;}
.vision_type4_other .vision_area4 li:nth-child(4) .kr_text_big {
    font-size: 38px;
    line-height: 45px;
    font-weight: 600;
}

.vision_type4_other .vision_area4 .i_box strong {
    display:block; margin-top:10%; font-size:2.2em; color:#fff; 
    font-weight:600; letter-spacing:-0.03em;
    text-shadow: 5px 5px 15px #50add0;
    margin: 8px 0;
}	

.vision_type4_other .vision_area4 li:nth-child(4) .i_box strong {
    text-shadow: unset;
    margin-top:10%; 
    font-weight:500;
}	

.vision_type4_other .vision_area4 li .i_box .kr_text {
    text-shadow: unset;
    margin-top:10%; 
    font-weight:500;
    font-size:1.8em; 
}	


@media screen and (max-width: 768px){
    
    .vision_type4_other .vision_area4 li {/*float:left;*/ /*width:50%;*/ padding:0; margin:0; margin-bottom:5%;/* overflow: unset;*/}
    .vision_type4_other .vision_area4 li:nth-child(even) {margin-left: 0;} 
    /*.vision_type4_other .vision_area4 li:last-child {margin-bottom:0;}*/
    .vision_type4_other .vision_area4 .i_box {  padding-top:25%; width:18rem; height:18rem;}
    
    /*.vision_type4_other .vision_area4 .i_box strong { font-size:2em;}*/


}
@media screen and (max-width: 640px){ /*Tab 이하*/
    .vision_type4_other h2.title .point::after {content:'';display:table; clear:both;}
   

}


@media screen and (max-width: 480px) {		
    
    .vision_type4_other .vision_area4 li { width:100%; }
    .vision_type4_other .vision_area4 .i_box {padding-top:12%; width:18rem; height:18rem; }
    /*.vision_type4_other .vision_area4 .i_box strong { font-size:1.5em;}*/

}

/*경영이념*/
.vision_type2_other {width:100%; min-width:320px; max-width: 1400px; margin:90px auto; }
.vision_type2_other:after {display:block; clear:both; content:""}


.vision_type2_other h2.title {text-align:center; 

    font-size: 26px;
    color: #333;
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
   /* background: #333;
    padding: 10px 0 8px 0;
    border-radius: 50px;
    width: 85%;
    */
    margin: 50px auto 80px auto;
}
.vision_type2_other h2.title .point {color: #6cc1e2;
}


.vision_type2_other .point2 { color:#000;  font-weight: 600;}

.vision_type2_other h2.title i{color:#e8e6e6; }

.vision_type2_other 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_other ul {margin:0; padding:0;  margin-top:50px}
.vision_type2_other ul li {clear:both; padding:0px; margin:0; margin-bottom:30px; width:100%; border-radius:100px; border:1px solid #ddd; background-color:#fafafa; overflow:hidden;}
.vision_type2_other ul li .circle_box {display:block; float:left; width:200px; height:200px; border-radius:100px; }
.vision_type2_other ul li:nth-child(1) .circle_box {background:#61ccb8; }
.vision_type2_other ul li:nth-child(2) .circle_box {background:#56bdce; }
.vision_type2_other ul li:nth-child(3) .circle_box {background:#ffac28; }
.vision_type2_other ul li:nth-child(4) .circle_box {background:#a8a8a8; }
.vision_type2_other ul li:nth-child(5) .circle_box {background:#3f51b5; }

.vision_type2_other ul li .circle_box .icon {display:block; position:relative; left:0; top:25%; width:100%; height:100%; text-align:center; }
.vision_type2_other ul li .circle_box .icon i {display:block; font-size: 48px; color:#fff; }
.vision_type2_other ul li .circle_box .icon em {display:block; font-size:20px; color:#fff; font-style:normal; margin-top:20px;}
.vision_type2_other ul li .con_txt {display:block; float:left; width:70%; margin-left:50px; margin-top:40px;}
.vision_type2_other ul li .con_txt p {font-size:30px; color:#000; text-align:left; font-weight: 200;line-height: 1.2;word-break: keep-all;}
.vision_type2_other ul li .con_txt > span { color:#000; text-align:left;  line-height:1.5em; font-size: 18px;font-weight: 300;word-break: keep-all;}
.vision_type2_other ul li.inverse_li{background-color:#fff;}
.vision_type2_other ul li.inverse_li .circle_box {float:right;  }
.vision_type2_other ul li.inverse_li .con_txt {float:right; }


@media screen and (max-width: 992px){
    
    .vision_type2_other ul li {width:100%; margin-bottom:50px; border-radius:40px; border-bottom-left-radius:0px; border-bottom-right-radius:0px}
    .vision_type2_other ul li .circle_box{float:none; width:100%;  border-radius:40px; }
    .vision_type2_other ul li.inverse_li .circle_box{float:none; width:100%;  border-radius:40px; }
    .vision_type2_other ul li .con_txt{float:none; width:90%; margin:0px; padding:30px 5%;margin-top:0px;}
    
    .vision_type2_other ul li.inverse_li .con_txt{float:none; width:90%; margin:0px; padding:30px 5%;}

}

@media screen and (max-width: 768px){
    
    
    .vision_type2_other ul li .con_txt > span > br { display:none;}    

}
@media screen and (max-width: 540px){ /*Tab 이하*/
    .vision_type2_other .point2::before {content:'';display:table; clear:both;}
   

}
@media screen and (max-width: 480px){
    
    
    .vision_type2_other ul li{border-radius:15px;}
    .vision_type2_other ul li .circle_box{border-radius:15px; }
    .vision_type2_other ul li.inverse_li .circle_box{ border-radius:15px; }
    

}


/*연혁*/
.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:100px;
    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 #e8e8eb;
    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: #E91E63;
    box-shadow: 0px 0px 0px 6px #eb769d8f;
    border-radius: 50%;
}
.t2d_content_history_1_2 .timeline .year_wrap:nth-child(even) .text_items .center_icon { left: 50%; margin-left: -5px; }
.t2d_content_history_1_2 .timeline .year_wrap:nth-child(odd) .text_items .center_icon { right: 50%;  margin-right: -4px;}
/* 반대일경우
.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;
    
    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;
    
    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(-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(even) .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: 15px; 
    color: #000; 
    display:block;
}
.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; 
    word-break: keep-all;
}
.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: 10px; }
.t2d_content_history_1_2 .timeline .year_wrap:nth-child(even) .text_items .text { padding-right: 10px; }

*/
.t2d_content_history_1_2 .timeline .year_wrap:nth-child(even) { 
    float: right;
    text-align: left; 
    width: 46%;
    padding-left: 54%; 
}
.t2d_content_history_1_2 .timeline .year_wrap:nth-child(odd) { 
    float:left; 
    text-align:right; 
    width:46%; 
    padding-right:54%; 
}

.t2d_content_history_1_2 .timeline .year_wrap:nth-child(even) .text_items .month_text { left: 0; }
.t2d_content_history_1_2 .timeline .year_wrap:nth-child(odd) .text_items .month_text { right: 0; }
.t2d_content_history_1_2 .timeline .year_wrap:nth-child(even) .text_items .text { padding-left: 10px; }
.t2d_content_history_1_2 .timeline .year_wrap:nth-child(odd) .text_items .text { padding-right: 10px; }


@media (max-width:768px) {
    .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_history_1_2 .timeline .year_wrap:nth-child(even) { float: unset; width: 100%; padding-left:0; text-align:left; }
	.t2d_content_history_1_2 .timeline .year_wrap:nth-child(odd) { float: unset; width: 100%; padding-right:0; text-align:left; }
    .t2d_content_history_1_2 .timeline .year_wrap:nth-child(even) .text_items .month_text { left: unset; }
	.t2d_content_history_1_2 .timeline .year_wrap:nth-child(odd) .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_history_1_2 .timeline .year_wrap:nth-child(odd) .text_items .text { padding-left: 10px; }
}


/*오시는길*/
.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: 1400px;
    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: 30px;
    line-height: 1.4em;
    letter-spacing: -0.1px;
    word-break: keep-all;
    font-weight: 300;
}
.t2d_content_map_1_1 .point_text {color:#e56e1f; }
.t2d_content_map_1_1 .point_text_1 {color: #202020;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;}



.t2d_content_map_1_1 .contact_title { 
    font-size: 22px;
    font-weight: bold;
    padding-bottom:30px;
    margin-top: 50px;
    word-break: keep-all;
    letter-spacing: -0.1px;
}
.t2d_content_map_1_1 .contact_address { 
    background: url(../user_img/address_icon.png) no-repeat;
    padding-left: 27px;
    padding-bottom: 14px;
    font-size: 18px;
    word-break: keep-all;

}
.mapLink { 
    overflow: hidden;
    position: absolute;
    right: 0;
    top: -8px;  
}
.mapLink li { float:left; padding-right:10px; }
.mapLink li:last-child { padding-right:0; }

@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;
    }
    
}

/* 온라인 신청서 너비*/
.regFormFrame{max-width: 1400px; margin:0 auto;}
/*유지보수 신청서*/
.sub_slogan h2 { padding: 0 0 30px 25px; 
    font-size: 30px;
    line-height: 40px;
    font-weight: 600;}

.top_announcement p {
    padding-bottom: 25px;
    text-align: right;	
}
.top_announcement ul {
    border: 1px solid #eaeaea;
	background: #fbfbfb;
    padding: 45px 25px;
    margin-bottom: 40px;	
}
.top_announcement ul li {
    background: url(/theme/t2d_theme_basic/user_img/list_icon.png)left 14px no-repeat;
    padding-left: 9px;
    line-height: 30px;
}
.top_announcement ul li a {
    text-decoration: auto!important;
    background: #e8e8e8;
    border: 1px solid #d8d8d8;
    padding: 1px 18px 2px 18px;
    border-radius: 50px;
    font-size: 16px;
    margin: 0 4px;	
}
.top_announcement ul li a:hover {
	background: #174898;
    border: 1px solid #174898;
	color:#fff;
}
.top_announcement ul li span { color: #f00; }


/*homepage content*/

.t2d_content_hashtag_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:40px auto;
    padding:0;

}
/*.t2d_content_hashtag_1_1::after{
   content: "";
   clear: both;
   display: block;
   width: 100%;
   margin: 60px auto 0px;
   background: #f7f6f6;
   height: 1px;
}
*/
.t2d_content_hashtag_1_1 .items_wrap{
    width:100%;
    position:relative;
    max-width: 1400px;
    margin:0 auto;

    font-size: 0; /*li 간 미세하게 생기는 간격문제 해결 or li 태그간 줄띄기 없애는 방법도 있음*/
    padding: 0;
    overflow: auto;
}

.t2d_content_hashtag_1_1 .items { 
   
    box-sizing:border-box;
    padding: 0 ; 
    position:relative;
    /*
    box-shadow: 0 2px 20px rgb(0 0 0 / 10%);
    background: #00000073;
    */

    float: left;
    margin-right: 9px;
    border: 1px solid #bfbfbf;
    color: #616161;
    font-size: 14px;
    font-weight: 500;
    padding: 8px 23px;
    border-radius: 4px;
    margin-bottom: 10px;

}

/*제작절차 프레임*/
.t2d_content_html_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_html_overscroll_1::after{
   content: "";
   clear: both;
   display: block;
   width: 100%;
   margin: 60px auto 0px;
   background: #f7f6f6;
   height: 1px;
}
*/
.t2d_content_html_overscroll_1 .items_wrap{
    position:relative;
    width: 100%;
    max-width: 1400px;
    margin: 40px  auto;
    font-size: 0; /*li 간 미세하게 생기는 간격문제 해결 or li 태그간 줄띄기 없애는 방법도 있음*/
    box-sizing: border-box;
    padding: 0;
}
.t2d_content_html_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_html_overscroll_1 .t2d_sub_detail_text { margin:20px auto 0 auto; width:100%;box-sizing: border-box;max-width: 1200px;}
.t2d_content_html_overscroll_1 .t2d_sub_detail_text p {font-size: 18px; line-height:1.5em; color: #000; word-break: keep-all; }

.t2d_content_html_overscroll_1 .t2d_sub_detail_table { margin:0 auto; width:100%;box-sizing:border-box; padding:30px 0;overflow-x: auto;}

.t2d_content_html_overscroll_1 .t2d_sub_detail_table ul {
	display: flex;
	width:1120px;
	height:240px;
	margin:0 auto;
	background: url(../user_img/guide_line.png)left 200px no-repeat;
    font-size: 17px;
}
.t2d_content_html_overscroll_1 .t2d_sub_detail_table  ul li {  
	flex:1;
    text-align: center;
    background: url(../user_img/stepnext_icon.png)no-repeat;
    background-position: right 55px;
    padding-right: 3%;
}
.t2d_content_html_overscroll_1 .t2d_sub_detail_table  ul li:last-child { 
	background:none; 
	padding-right:0px;
}
.t2d_content_html_overscroll_1 .t2d_sub_detail_table  ul li .icon_img {
    width: 120px;
    padding: 20px 0;
    margin: 0 auto;
	margin-bottom: 20px;
    border-radius: 50%;	
}
.t2d_content_html_overscroll_1 .t2d_sub_detail_table  ul li:nth-child(1) .icon_img { background:#4c4c4c; }
.t2d_content_html_overscroll_1 .t2d_sub_detail_table  ul li:nth-child(2) .icon_img { background:#404040; }
.t2d_content_html_overscroll_1 .t2d_sub_detail_table  ul li:nth-child(3) .icon_img { background:#333333; }
.t2d_content_html_overscroll_1 .t2d_sub_detail_table  ul li:nth-child(4) .icon_img { background:#262626; }
.t2d_content_html_overscroll_1 .t2d_sub_detail_table  ul li:nth-child(5) .icon_img { background:#191919; }

.t2d_content_html_overscroll_1 .t2d_sub_detail_table  ul li .icon_text { position:relative; }
.t2d_content_html_overscroll_1 .t2d_sub_detail_table  ul li .icon_text:after {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #ee1000;
    position: absolute;
    top: 67px;
    left: 95px;
}
.t2d_content_html_overscroll_1 .t2d_sub_detail_table .speech_bubble { 
	width: 340px;
    background: url(../user_img/sb_icon.png)center -3px no-repeat;
    float: right;
    padding-top: 15px;
	margin-right: 65px;
}
.t2d_content_html_overscroll_1 .t2d_sub_detail_table .speech_bubble p {  
	text-align: center;
    background: #5e5e5e;
    color: #fff;
    font-size: 17px;
    width: 340px;
    padding: 15px;
    border-radius: 50px;
    float: right;
}

/* 스크롤바의 너비 높이 */
/*
.t2d_content_html_overscroll_1 .t2d_sub_detail_table::-webkit-scrollbar {
    width: 8px;  
    height:8px;
}
*/
/* 스크롤막대의 길이 */
/*
.t2d_content_html_overscroll_1 .t2d_sub_detail_table::-webkit-scrollbar-thumb {
    height: 30%; 
    width:30%;
    background: #217af4; 
    border-radius: 10px;
}
*/
/*스크롤바 트랙*/
/*
.t2d_content_html_overscroll_1 .t2d_sub_detail_table::-webkit-scrollbar-track {
    background: rgba(33, 122, 244, .1); 
}
*/

.t2d_content_html_overscroll_1 .t2d_sub_detail_table > img {width:100%;margin:0;min-width:max-content!important;}
@media screen and (max-width: 1024px){ /*Tab 이하*/
    .t2d_content_html_overscroll_1{padding: 0;}
    .t2d_content_html_overscroll_1 .t2d_sub_detail_text { margin:20px auto 0 auto; width:100%;  padding:0 5px;}
    .t2d_content_html_overscroll_1 .t2d_sub_detail_text p {font-size: 18px; }
    
    .t2d_content_html_overscroll_1 .items_wrap{
       
        width:100%;
    }
    .t2d_content_html_overscroll_1 .items_wrap .items { 
        padding: 1px 0px 1px 5px;
        width:100%;
    }
    .t2d_content_html_overscroll_1 .t2d_sub_detail_table .speech_bubble { 
        
        margin-right: 7px;
    }
}

/*normal article*/

.t2d_content_normal_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: 0px auto 120px auto;
    padding:0;

}

.t2d_content_normal_1_1 .items_wrap{
    width:100%;
    position:relative;
    max-width: 1400px;
    margin:60px auto 0 auto;
    font-size: 0; /*li 간 미세하게 생기는 간격문제 해결 or li 태그간 줄띄기 없애는 방법도 있음*/
    padding: 0;
}

/*인포그래픽*/

.t2d_content_normal_1_1 .skill {}
.t2d_content_normal_1_1 .skill .skill_list2 {float:left; width:33%; text-align:center;}
.t2d_content_normal_1_1 .skill_list2 dl { overflow:hidden; margin:0 auto; margin-top:20px;}
.t2d_content_normal_1_1 .skill_list2 dl>dt { font-size:22px; font-weight:500; letter-spacing:1px; color:#0086ec; margin-bottom:15px;}
.t2d_content_normal_1_1 .skill_list2 dl>dd {font-size:17px;line-height:25px; color:#424242;}
.t2d_content_normal_1_1 .skill .skill_list2 .easyPieChart {     display: inline-block; position:relative;}
.t2d_content_normal_1_1 .skill .skill_list2 .easyPieChart span {position:absolute; left:64px; top:0px; }





/*유지보수*/
.t2d_content_normal_1_1 .sub_slogan1 {width:100%; text-align:center; margin-bottom:30px;}
.t2d_content_normal_1_1 .sub_slogan1 h2 { font-size:32px; font-weight:normal;}
.t2d_content_normal_1_1 .sub_slogan1 h2 .point_blue {color:#164798; font-weight:bold;}
.t2d_content_normal_1_1 .sub_slogan1 p {font-size:18px; color:#2d2a2a; line-height:23px; margin-top:10px;word-break: keep-all;}



.t2d_content_normal_1_1 .info_box01 {/*height: 132px;*/height: 220px; position: relative; border:1px solid #d7d7d7;border-radius:9px;float:left;padding:50px 30px;}
.t2d_content_normal_1_1 .info_box01:nth-child(1) { width: calc(60% - 30px); margin-right: 30px;}
.t2d_content_normal_1_1 .info_box01:nth-child(2) { width: calc(40%); }
.t2d_content_normal_1_1::after{ content:"";clear:both; display: block;}

.t2d_content_normal_1_1 .info_box01 ul>li {color:#2d2a2a; line-height:28px;font-size:18px;word-break: keep-all; }
.t2d_content_normal_1_1 .info_box01 ul>li>span {font-size:18px; font-weight:600; color:#de1f1f;word-break: keep-all;}
.t2d_content_normal_1_1 .info_box01  p {font-size:22px;font-weight:600;color:#363636;line-height:33px;word-break: keep-all;}
.t2d_content_normal_1_1 .info_box01 a {
	display:block;
	width: 200px;
	padding: 15px 20px;
	color:#fff;
	background:url('../user_img/btn_icon_inquiry.png')no-repeat #f86847;
	background-position:right 20px top 16px;
	border-radius:100px;
	font-weight: 500;
	margin-top: 20px;
    font-size: 18px;
    
}
.t2d_content_normal_1_1 .info_box01 img {position:absolute; bottom:30px; right:20px;}

@media screen and (max-width: 1024px){ /*Tab 이하*/
    
    .t2d_content_normal_1_1 .info_box01:nth-child(1) { width: 95%; }
    .t2d_content_normal_1_1 .info_box01:nth-child(2) { width:95%; }
    .t2d_content_normal_1_1 .info_box01 { margin: 20px auto !important;float:unset;}
}
@media screen and (max-width: 768px){ /*Tab 이하*/
    .t2d_content_normal_1_1 .sub_slogan1 h2 { font-size: 20px;}
    .t2d_content_normal_1_1 .info_box01 {/*height: 132px;*/height: auto;  padding: 20px 20px;}
    .t2d_content_normal_1_1 .info_box01 img {display:none;}
    .t2d_content_normal_1_1 .skill .skill_list2 {width:100%;margin-top:30px;}
}


/*호스팅 가격표*/
.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: 1400px;
    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: 40px auto;
    position:relative;

}

.t2d_content_table_overscroll_1 .t2d_sub_detail_text { margin:20px auto 0 auto; width:100%;box-sizing: border-box;max-width: 1200px;}
.t2d_content_table_overscroll_1 .t2d_sub_detail_text p {font-size: 18px; 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: #333333; 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: #0468bf; color: #fff}
.t2d_content_table_overscroll_1 .t2d_sub_detail_table .graybg {background: #fdfdfd; color: #464646;}

.t2d_content_table_overscroll_1 .t2d_sub_detail_table table tbody {border-bottom: 1px solid #e2e1e1;}
.t2d_content_table_overscroll_1 .t2d_sub_detail_table table tbody tr td {padding: 15px 0; line-height: 1.5; font-size: 17px; font-weight: 400; color: #464646; text-align: center; border: 1px solid #e2e1e1;}
.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 #e2e1e1; 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:20px auto 0 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 0px 1px 5px;
        width:100%;
    }
}

