@charset "UTF-8";

/*포함*/
@import url("ui/header.css"); /*헤더*/
@import url("ui/footer.css"); /*푸터*/
@import url("ui/intro.css"); /*푸터*/



/*폰트설정 : 시작*/
/*@font-face {
    font-family: 'Pretendard';
    font-weight: 900;
    font-display: swap;
    src: local('Pretendard Black'), url('../fonts/pretendard/Pretendard-Black.subset.woff2') format('woff2'), url('./woff-subset/Pretendard-Black.woff') format('woff');
}

@font-face {
    font-family: 'Pretendard';
    font-weight: 800;
    font-display: swap;
    src: local('Pretendard ExtraBold'), url('../fonts/pretendard/Pretendard-ExtraBold.subset.woff2') format('woff2'), url('./woff-subset/Pretendard-ExtraBold.woff') format('woff');
}*/

@font-face {
    font-family: 'Pretendard';
    font-weight: 700;
    font-display: swap;
    src: local('Pretendard Bold'), url('../fonts/pretendard/Pretendard-Bold.subset.woff2') format('woff2'), url('./woff-subset/Pretendard-Bold.woff') format('woff');
}

@font-face {
    font-family: 'Pretendard';
    font-weight: 600;
    font-display: swap;
    src: local('Pretendard SemiBold'), url('../fonts/pretendard/Pretendard-SemiBold.subset.woff2') format('woff2'), url('./woff-subset/Pretendard-SemiBold.woff') format('woff');
}

@font-face {
    font-family: 'Pretendard';
    font-weight: 500;
    font-display: swap;
    src: local('Pretendard Medium'), url('../fonts/pretendard/Pretendard-Medium.subset.woff2') format('woff2'), url('./woff-subset/Pretendard-Medium.woff') format('woff');
}

@font-face {
    font-family: 'Pretendard';
    font-weight: 400;
    font-display: swap;
    src: local('Pretendard Regular'), url('../fonts/pretendard/Pretendard-Regular.subset.woff2') format('woff2'), url('./woff-subset/Pretendard-Regular.woff') format('woff');
}

/*@font-face {
    font-family: 'Pretendard';
    font-weight: 300;
    font-display: swap;
    src: local('Pretendard Light'), url('../fonts/pretendard/Pretendard-Light.subset.woff2') format('woff2'), url('./woff-subset/Pretendard-Light.woff') format('woff');
}

@font-face {
    font-family: 'Pretendard';
    font-weight: 200;
    font-display: swap;
    src: local('Pretendard ExtraLight'), url('../fonts/pretendard/Pretendard-ExtraLight.subset.woff2') format('woff2'), url('./woff-subset/Pretendard-ExtraLight.woff') format('woff');
}

@font-face {
    font-family: 'Pretendard';
    font-weight: 100;
    font-display: swap;
    src: local('Pretendard Thin'), url('../fonts/pretendard/Pretendard-Thin.subset.woff2') format('woff2'), url('./woff-subset/Pretendard-Thin.woff') format('woff');
}*/

/*폰트설정 : 끝*/


/*기타 설정 : 시작 */
html{
    -webkit-text-size-adjust:none;
    /*-ms-user-select:none;
    -khtml-user-select:none;
    -webkit-user-select:none;
    user-select:none;*/
    -webkit-touch-callout:none;
}
    
*{
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
}
    
body,a,p,h1,h2,h3,h4,h5,h6,ul,ol,li,dl,dt,dd,table,tr,th,td,
form,fieldset,label,legend,input,textarea,button,menu{
    margin:0px;padding:0px;
    -webkit-text-size-adjust:none;
}
    
body,input,textarea,select,table,button,code{
    color:#383B40;
    font-family: 'Pretendard';
    font-weight: 400;
    text-align: left;
}
     
body{
    width:100%;
    position:relative;word-wrap:break-word;word-break:break-all;
    min-width:280px;
    min-height: 100vh;
    background: #fff;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
}

input::-ms-clear,
input::-ms-reveal{
    display:none;
}
input::-webkit-search-decoration,
input::-webkit-search-cancel-button,
input::-webkit-search-results-button,
input::-webkit-search-results-decoration{
    display:none;
}
    
nav,menu,ul,li,ol{
    list-style:none;
}
    
div{
    display:block;
}
    
table{
    border-collapse:collapse;
    border-spacing:0;
}
    
img,fieldset{
    border:none;
}
    
em,address{
    font-style:normal;
}
    
select{
    cursor: pointer;
}
    
section,article,header,footer,nav,aside,hgroup{
    display:block;
}

select::-ms-expand { 
  display: none;
}

select {
  -o-appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;

}
    
button{
    border:none;
    background:none;
    cursor:pointer !important;
}
    
button:focus{
    outline:none !important;
}
    
a{
    margin:0px;
    padding:0px;
    text-decoration:none;
    cursor:pointer;
}
    
a:hover, a:active{
    text-decoration:none !important;
}
    
table{
    table-layout: fixed;
}

:root{
    
    --primary:#111;
    --gray:#797979;
    --light-gray:#e4e4e4;
    --lighter-gray:#e0e0e0/*#f6f6f6*/;
    --dark:#222;
    --paddingA2X:200px;    
    --paddingA1X:100px;
    --paddingB2X:140px;
    --paddingC2X:120px;
    --paddingD2X:80px;
    --fontSizeBig:40px;
    --fontSizeBig2:20px;
    --lineHeightBig2:1.5;
}

    
.clearFix:after{
    content:"";
    display:block;
    clear:both;
}
    
.ibFix{
    line-height:0px;
}
    
.hiddenFix{
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    width: 1px;
    height: 1px;
    line-height: 0;
    text-indent:-10000px;
}

.hiddenTxt{
    padding: 0; margin:0; font-size: 0;
}

.underline{text-decoration: underline !important;}
    
caption{
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    width: 1px;
    height: 1px;
    line-height: 0;
    text-indent:-10000px;
}
    
.floatLeft{
    float: left;
}

.floatLeft:after{
    content:"";
    display:block;
    clear:both;
}
    
.floatRight{
    float: right;
    position: relative;
}

.floatRight:after{
    content:"";
    display:block;
    clear:both;
}
    
.pageFix{
    overflow: hidden;
}
    
.tCenter{
    text-align: center;
}
    
.inside{
    display: inline-block;
}
    
.inside:after{
    content: "";
    display: block;
    clear: both;
}

.row{
    display: block;
    width: 100%;
}

.row:after{
    content: "";
    display: block;
    clear: both;
}

.bold{font-weight: 700;}

.under700{display: none !important}

.txtCenter{
    text-align: center;
    display: block;
    width: 100%;
}


.txtCenter > div{text-align: center !important;}

select {
   -webkit-appearance:none; /* for chrome */
   -moz-appearance:none; /*for firefox*/
   appearance:none;
}

select::-ms-expand{
   display:none;/*for IE10,11*/
}

#gotoTop{
    position: fixed;
    display: none;
    z-index: 100;
    width: 60px;
    height: 60px;
    background: url(../images/goto_top.webp) center no-repeat;
    background-size: 60px 60px;
    bottom: 30px;
    right: 30px;
    filter : drop-shadow(0 3px 6px rgba(0,0,0,0.15));
}


.scrollFix::-webkit-scrollbar{
    width: 8px;
}

.scrollFix::-webkit-scrollbar-thumb{
    background: rgba(0,0,0,0.1);
    border-radius: 4px;
}

.scrollFix::-webkit-scrollbar-track{
    background: rgba(0,0,0,0);
}


.pt0{padding-top:0 !important}
/*기타 설정 : 끝*/






/*레이아웃 : start*/
.centerWrap{
    display: block;
    width: 100%;
    padding:0 50px;
    width: 100%;
    max-width: 1380px;
    margin:0 auto;
    position: relative;
}
.centerWrap:after{content: ""; display: block; clear: both;}

.section{
    display: block;
    width: 100%;
}

.allWrap{
    display: block;
    width: 100%;
}
/*레이아웃 : end*/




/*homeSection1 : start*/
.homeSection1{
    display: block;
    width: 100%;
    background: url(../images/home_s1.jpg) center no-repeat;
    background-size: cover;
    height: 1080px;
}

.homeSection1 .txtWrap{
    position: absolute;
    top:522px;
    left:0;
}
.homeSection1 .txtWrap .txt1{
    display: block;
    color: #FFF;
    
    font-size: 120px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.homeSection1 .txtWrap .txt2{
    display: block;
    color: #FFF;
    
    font-size: 120px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.homeSection1 .txtWrap .txt3{
    display: block;
    color: #FFF;
    
    font-size: 120px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
/*homeSection1 : end*/



/*homeSection2 : start*/
.homeSection2{
    display: block;
    width: 100%;
    padding:var(--paddingA2X) 0 var(--paddingA1X);
    background: #fff;
}

.homeSection2 .txtWrap{
    display: block;
    width: 672px;
    float: left;
}

.homeSection2 .txtWrap .txt1{
    color: var(--primary);
    font-size: var(--fontSizeBig);
    font-style: normal;
    font-weight: 500;
    line-height: 1.5;
    margin:18px 0 0;
}

.homeSection2 .txtWrap .txt2{
    color: var(--gray);
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 29px;
    margin:20px 0 0;
}

.homeSection2 .txtWrap .line1{
    display: block;
    width: 100%;
    height: 2px;
    background: var(--light-gray);
    margin:50px 0 30px;
}

.homeSection2 .txtWrap .txt3Group{
    display: block;
    width: 100%;
}

.homeSection2 .txtWrap .txt3Group:after{content: ""; display: block; clear: both;}

.homeSection2 .txtWrap .txt3Group .col1{
    display: block;
    float: left;
}

.homeSection2 .txtWrap .txt3Group .col1 + .col1{margin:0 0 0 40px}

.homeSection2 .txtWrap .txt3Group .col1 .txt3a{
    color: var(--dark);
    
    font-size: 60px;
    font-style: normal;
    font-weight: 400;
    line-height: 68px; 
}

.homeSection2 .txtWrap .txt3Group .col1 .txt3b{
    color: var(--gray);
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 29px;
    text-align: left;
}

.homeSection2 .imgWrap{
    width: 540px;
    /*height: 540px;*/
    line-height: 0;
    float: right;
}

.homeSection2 .imgWrap img{
    display: block;
    width: 100%;
    border-radius: 15px;
}


/*homeSection2 : end*/




/*homeSection3 : start*/


.homeSection3{
    display: block;
    width: 100%;
    padding:var(--paddingA1X) 0 var(--paddingA2X);
    background: #fff;
}

.homeSection3 .txtWrap{
    display: block;
    width: 672px;
    float: right;
}

.homeSection3 .txtWrap .txt1{
    color: var(--primary);
    font-size: var(--fontSizeBig);
    font-style: normal;
    font-weight: 500;
    line-height: 60px;
    margin:20px 0 0;
}

.homeSection3 .txtWrap .txt2{
    color: var(--gray, #797979);
    font-family: Pretendard;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 29px;
    margin:20px 0 0;
}

.homeSection3 .txtWrap .txt3Group{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin:50px 0 0;
    column-gap : 30px
}

.homeSection3 .txtWrap .txt3Group .col1{
    display: block;
    width: calc(50% - 15px);
    border: 1px solid var(--light-gray, #E4E4E4);
    background: #FFF;
    padding:16px;
}

.homeSection3 .txtWrap .txt3Group .col1 .icon1{
    width: 28px;
    height: 28px;
    display: block;
    background: url(../images/check_28.svg) center no-repeat;
    background-size: 28px 28px;
}
.homeSection3 .txtWrap .txt3Group .col1 .txt3a{
    color: var(--dark,);
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
    margin:60px 0 0;
}

.homeSection3 .txtWrap .txt3Group .col1 .txt3b{
    color: var(--gray);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 19px;
    margin:16px 0 0;
}

.homeSection3 .imgWrap{
    float: left;
    width: 540px;
    /*height: 540px;*/
    line-height: 0;
    position: relative;
}

.homeSection3 .imgWrap .swiperA001-2{
    display: block;
    width: 100%;
    overflow: hidden;
}

.homeSection3 .imgWrap img{
    display: block;
    width: 100%;
    border-radius: 10px;
}



.homeSection3 .swiper-pagination2{
    position: absolute;
    bottom:-33px;
    left:50%;
    transform: translateX(-50%);
}

.homeSection3 .swiper-pagination2 .swiper-pagination-bullet{
    width: 16px !important;
    height: 16px !important;
    background: #fff !important;
    opacity:  1 !important;
    border: 1px solid #a9a9a9 !important;
    margin:0 5px !important;
}

.homeSection3 .swiper-pagination2 .swiper-pagination-bullet-active{
    background: var(--primary) !important;
    opacity:  1 !important;
    border: 1px solid var(--primary) !important;
}
/*homeSection3 : end*/




/*homeSection4 : start*/ 
.homeSection4{
    display: block;
    width: 100%;
    /*background: url(../images/home_s4.jpg) center no-repeat;
    background-size: cover;*/
    height: 743px;
    text-align: center;
}

.homeSection4 .txtWrap{
    display: block;
    text-align: center;
    width: 100%;
    padding:var(--paddingB2X) 0 0;
}

.homeSection4 .txtWrap .txt1{
    color: #FFF;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.homeSection4 .txtWrap .txt2{
    color: #FFF;
    text-align: center;
    font-family: Pretendard;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    margin:20px 0 0;
}

.homeSection4 .cols{
    display: block;
    width: 100%;
    text-align: center;
    margin:var(--paddingD2X) 0 0;
}

.homeSection4 .cols .col{
    display: block;
    position: absolute;
    top:346px;
}

.homeSection4 .cols .col:nth-child(1){
    left:25%;
    transform: translateX(-50%);
}

.homeSection4 .cols .col:nth-child(2){
    left:50%;
    transform: translateX(-50%);
}

.homeSection4 .cols .col:nth-child(3){
    left:75%;
    transform: translateX(-50%);
}


.homeSection4 .cols .col .num{
    display: block;
    width: 110px;
    height: 110px;
    background: rgba(255,255,255,0.5);
    padding:9px;
    border-radius: 55px;
    margin:0 auto;
}

.homeSection4 .cols .col .num > div{
    background: #fff;
    border-radius: 50px;
    width: 92px;
    height: 92px;
    text-align: center;
    line-height: 92px;
    color: var(--primary, #005BA6);
    
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
}

.homeSection4 .cols .col .txt1{
    color: #FFF;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
    margin:40px 0 0;
}
.homeSection4 .cols .col .txt2{
    color: #fff;
    text-align: center;
    font-family: Pretendard;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    margin:18px 0 0;
}






.homeSection5{
    display: block;
    width: 100%;
    padding:var(--paddingA2X) 0;
    text-align: center;
    background: #fff;
}


.homeSection5 .txtWrap{
    display: block;
    text-align: center;
    width: 100%;
}

.homeSection5 .txtWrap .txt1{
    color: var(--primary);
    
    font-size: var(--fontSizeBig);
    font-style: normal;
    font-weight: 500;
    line-height: 1.5;
}

.homeSection5 .txtWrap .txt2{
    color: var(--gray);
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.5;
    margin:20px 0 0;
}

.listCards{
    display: flex;
    flex-wrap: wrap0;
    justify-content: center;
    width: 100%;
    /*max-width: 1320px;*/
    flex-wrap: wrap;
    column-gap: 30px;
    row-gap: 30px;
    margin:var(--paddingD2X) auto 0;
}


.listCard{
    width: calc(50% - 15px);
    border-radius: 10px;
    background: #fff;
    border: 1px solid var(--lighter-gray);
    padding:30px 30px 110px;
    position: relative;
    max-width: 540px;
}

.listCard .link{
    display: block;
    width: 100%;
}

.listCard .imgWrap{
    display: block;
    width: 100%;
    line-height: 0;
}

.listCard .imgWrap > img{
    display: block;
    width: 100%;
    border-radius: 10px;
}

.listCard .badgeRow{
    display: block;
    width: 100%;
    margin:30px 0 0;
}

.listCard .badgeRow:after{content: ""; display: block; clear: both;}

.listCard .badgeRow .badge{
    display: block;
    float: left;
    border-radius: 24px;
    background: var(--primary);
    height: 48px;
    line-height: 48px;
    text-align: center;
    color:#fff !important;
    
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    padding:0 28px;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.listCard .txt1{
    color: var(--dark);
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
    text-align: left;
    margin:40px 0 0;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.listCard .txt2{
    color: var(--gray);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin:12px 0 0;
    text-align: left;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.gotoDetail{
    display: block;
    position: absolute;
    color: var(--gray) !important;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    line-height: 20px;
    padding:6px 28px 6px 0;
    background: url(../images/openNew1.svg) right no-repeat;
    background-size: 24px 24px;
    border-bottom: 1px solid #797979;
    left:30px;
    bottom:30px;
}

.homeSection5 .gotoDetail{
    position: absolute;
    left:30px;
    bottom:30px;
}
/*homeSection5 : end*/



.homeSection6{
    display: block;
    width: 100%;
    /*background: url(../images/home_s6.jpg) center no-repeat;
    background-size: cover;*/
    height: 626px;
}



.homeSection6 + footer{margin:var(--paddingA2X) 0 0;}

.homeSection6 .txtWrap{
    padding:190px 0 0 ;
}

.homeSection6 .txtWrap .txt1{
    display: block;
    text-align: left;
    color: #FFF;
    font-size: var(--fontSizeBig);
    font-style: normal;
    font-weight: 600;
    line-height: 1.5;
}

.homeSection6 .txtWrap .txt2{
    display: block;
    text-align: left;
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    margin:20px 0 0;
}

.homeSection6 .txtWrap .txt3{
    display: block;
}

.homeSection6 .txtWrap .txt3:after{content: ""; display: block; clear: both;}

.homeSection6 .txtWrap .txt3{
    display: block;
    float: left;
    text-align: left;
    color: #FFF;
    color: var(--white, #FFF);
    
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding:0 0 12px;
    border-bottom:2px solid #fff;
    margin:var(--paddingD2X) 0 0;
}




/*productSection1 : start*/

.productSection1{
    display: block;
    width: 100%;
    background: url(../images/product_s1.jpg) center no-repeat;
    background-size: cover;
    height: 600px;
    text-align: center;
}

.productSection1 .txtWrap{
    display: block;
    text-align: left;
    width: 100%;
    padding:400px 0 0;
}

.productSection1 .txtWrap .txt1{
    color: #FFF;
    
    font-size: 100px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
/*productSection1 : end*/




/*productSection2 : start*/

.productSection2{
    display: block;
    width: 100%;
    padding:var(--paddingA2X) 0 0px;
    background: #fff;
}

.productSection2 .txtWrap{
    display: block;
    float: left;
    padding:0 0 var(--paddingB2X);
}

.productSection2 .txtWrap .txt1{
    color: var(--primary);
    font-size: var(--fontSizeBig);
    font-style: normal;
    font-weight: 500;
    line-height: 60px;
}

.productSection2 .txtWrap .txt1 .t1{font-weight: 500;}

.productSection2 .txtWrap .txt2{
    color: var(--gray);
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    text-align: left;
    margin:20px 0 0;
}

.tabTypeARow{
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}

.tabTypeA{
    display: flex;
    width: 50%;
    text-align: center;
    border-bottom: 1px solid var(--light-gray);
    padding:0 0 17px;
}

.tabTypeA.active{
    border-bottom: 1px solid var(--primary);
}

.tabTypeA .txt{
    display: block;
    width: 100%;
}

.tabTypeA .t1{
    display: block;
    text-align: center;
    color: var(--gray);
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
}

.tabTypeA.active .t1{color:var(--primary);}
    
.tabTypeA .t2{
    display: block;
    text-align: center;
    color: var(--gray);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 17px;
}

.tabTypeA.active .t2{color:var(--primary);}

.tabTypeAArea{
    display: none;
    width: 100%;
}

.tabTypeAArea.active{display: block;}
/*productSection2 : end*/

/*productSection3 : start*/

.productSection3{
    display: block;
    width: 100%;
    padding:var(--paddingC2X) 0;
    background: #fff;
}

.productSection3 .listCards{margin:0}

/*productSection3 : end*/



.paging{
    display: block;
    width: 100%;
    text-align: center;
    margin:115px 0 0;
}

.paging .buttonPage{
    display: block;
    float: left;
    height: 30px;
    line-height: 30px;
    text-align: center;
    padding:0 6px;
    min-width: 30px;

    color: var(--light-gray) !important;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
}

.paging .buttonPage + .buttonPage{margin:0 0 0 40px}

.paging .buttonPage.active{
    color: var(--primary) !important;
}


.buttonPage.pagePrev, .buttonPage.pageNext{color:#222 !important;}
.pagePrev.disabled, .pageNext.disabled{color: var(--light-gray) !important}




/*boardSection1 : start*/

.boardSection1{
    display: block;
    width: 100%;
    background: url(../images/notice_s1.jpg) center no-repeat;
    background-size: cover;
    height: 600px;
    text-align: center;
}

.boardSection1 .txtWrap{
    display: block;
    text-align: left;
    width: 100%;
    padding:400px 0 0;
}

.boardSection1 .txtWrap .txt1{
    color: #FFF;
    
    font-size: 100px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
/*boardSection1 : end*/





/*boardSection2 : start*/

.boardSection2{
    display: block;
    width: 100%;
    padding:var(--paddingA2X) 0 0px;
    background: #fff;
}

.boardSection2 .txtWrap{
    display: block;
    float: left;
    padding:0 0 var(--paddingB2X);
}

.boardSection2 .txtWrap .txt1{
    color: var(--primary);
    font-size: var(--fontSizeBig);
    font-style: normal;
    font-weight: 500;
    line-height: 60px;
}

.boardSection2 .txtWrap .txt1 .t1{font-weight: 500;}

.boardSection2 .txtWrap .txt2{
    color: var(--gray);
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    text-align: left;
    margin:20px 0 0;
}



.boardSection3{padding:var(--paddingC2X) 0;}


.boardList{
    display: block;
    width: 100%;
}

.boardOne{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    border-radius: 10px;
    background: var(--lighter-gray);
    padding:30px;
    column-gap : 30px
}

.boardOne + .boardOne{margin:30px 0 0;}

.boardOne:after{content: ""; display: block; clear: both;}

.boardOne .imgWrap{
    display: block;
    width: 370px;
    line-height: 0;
}

.boardOne .imgWrap > img{
    display: block;
    width: 100%;
    border-radius: 10px;
}

.boardOne .txtWrap{
    display: block;
    width: calc(100% - 400px);
    position: relative;
}

.boardOne .txtWrap > .txt1{
    display: block;
    color: var(--dark);
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.boardOne .txtWrap > .txt2{
    color: var(--gray);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 23px;
    margin:12px 0 0;
    height: 69px;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.boardOne .txtWrap > .txt3{
    display: block;
    position: absolute;
    left:0;
    bottom:0;
    color: var(--gray);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}











/*boardDetailSection1 : start*/
.boardDetailSection1{
    display: block;
    padding:240px 0 0;
}


.boardDetailSection1 .titleRow{
    display: block;
    width: 100%;
}

.boardDetailSection1 .titleRow > .title{
    display: block;
    text-align: left;
    color: var(--primary);
    font-size: 34px;
    font-style: normal;
    font-weight: 500;
    line-height: 50px;
}

.boardTxt{
    color: var(--gray);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: left;
    line-height: 23px;
    margin:12px 0 0;
}


.boardDate{
    display: block;
    width: 100%;
     color: var(--gray);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    text-align: left;
    line-height: 23px;
    margin:60px 0 0;
}
/*boardDetailSection1 : ebd*/



/*boardDetailSection2 : start*/
.boardContent{
    display: block;
    width: 100%;
    font-size: 14px;
    text-align:left;
    color:var(--dark) !important;
    line-height: 22px;
    font-weight: 400;
    padding:20px 0 var(--paddingD2X);
    min-height: 500px;
    border-top:1px solid var(--lighter-gray);
    margin:20px 0 0;
}

/*boardDetailSection2 : ebd*/

.boardDetailSection3{padding:0 0 var(--paddingC2X)}
.boardDetailSection3 > .txt{
    display: block;
    width: 100%;
    text-align: left;
    color: var(--primary);
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin:40px 0 0;
}


.boardDetailSection3 .line1{
    display: block;
    width: 100%;
    height: 1px;
    background: var(--lighter-gray);
    margin:40px 0;
}
.boardDetailSection3 .boardList{margin:20px 0 0;}


.boardDetailSection3 .txt{
    color: var(--primary);
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-align: left;
}












/*companySection1 : start*/

.companySection1{
    display: block;
    width: 100%;
    background: url(../images/about_s1.jpg) center no-repeat;
    background-size: cover;
    /*background-attachment: fixed;*/
    height: 600px;
    text-align: center;
    /*animation: bgBig;
    animation-duration: 1s;*/
}

.companySection1 .txtWrap{
    display: block;
    text-align: left;
    width: 100%;
    padding:400px 0 0;
}

.companySection1 .txtWrap .txt1{
    color: #FFF;
    
    font-size: 100px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
/*companySection1 : end*/


/*companySection2 : start*/
.companySection2{
    display: block;
    width: 100%;
    padding:var(--paddingA2X) 0 var(--paddingA1X);
}

.companySection2 .txtWrap{
    display: block;
    width:100%;
}

.companySection2 .txtWrap > .txt1{
    color: var(--primary);
    font-size: var(--fontSizeBig);
    font-style: normal;
    font-weight: 500;
    line-height: 43px;
}
.companySection2 .txt3Group{
    display: block;
    position: relative;
    width: 100%;
    height: 20px;
    margin:40px 0 20px;
}

.companySection2 .txt3Group .txt1in3{
    color: var(--gray);
    
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    position: absolute;
    top:0;
}

.companySection2 .txt3Group .txt1in3:nth-child(1){
    text-align: left;
    left: 0;
}

.companySection2 .txt3Group .txt1in3:nth-child(2){
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
}

.companySection2 .txt3Group .txt1in3:nth-child(3){
    text-align: right;
    right: 0;
}

.companySection2 .imgWrap{
    display: block;
    width: 100%;
    height: 540px;
    line-height: 0;
    border-radius: 10px;
    overflow: hidden;
    /*background: url(../images/h3.webp) top no-repeat;
    background-size: 1320px auto;
    background-attachment: fixed;*/


    /*background: url(../images/about_s2.jpg) center no-repeat;
    background-size: auto 540px;*/
    /*transition: background 0.3s;*/
}

.companySection2 .imgWrap2{
    display: block;
    width: 100%;
    height: 480px;
    line-height: 0;
    border-radius: 15px;
    overflow: hidden;
    background: url(../images/h3.webp) top no-repeat;
    background-size: 1320px auto;
    background-attachment: fixed;
}

/*.companySection2 .imgWrap.active{
    background: url(../images/h3.webp) top no-repeat;
    background-size: 1320px auto;
    background-attachment: fixed;
    transition: background 0.3s;
}*/

.companySection2 .imgWrap > img{
    display: block;
    width: 100%;
}

.companySection2 .txtWrap2{
    display: block;
    width: 100%;
    margin:var(--paddingD2X) 0 0;
}

.companySection2 .txtWrap2:after{content: ""; display: block; clear: both;}
.companySection2 .txtWrap2 .txt1{
    color: var(--primary);
    
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    display: block;
    float: left;
    width: 50%;
}
.companySection2 .txtWrap2 .txt2{
    display: block;
    float: right;
    width: 50%;

}

.companySection2 .txtWrap2 .txtDot + .txtDot{margin:24px 0 0;}
.companySection2{
    color: var(--gray);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}
/*companySection2 : end*/



/*companySection3 : start*/
.companySection3{
    display: block;
    width: 100%;
    overflow: hidden;
    padding:var(--paddingA1X) 0;
}

.companySection3 .txtWrap{
    display: block;
    text-align: left;
    width: 100%;
}

.companySection3 .txtWrap .txt1{
    color: var(--primary);
    font-size: var(--fontSizeBig);
    font-style: normal;
    font-weight: 500;
    line-height: 1.5;
}

.companySection3 .txtWrap .txt2{
    display: block;
    margin:20px 0 0;
    color: var(--gray);
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 29px;
}

.titleTypeA{
    display: block;
    width: 100%;
    margin:60px 0 40px;
    height: 36px;
    position: relative;
}

.titleTypeA:after{content: ""; display: block; clear: both;}

.titleTypeA .txt1{
    position: absolute;
    display: block;
    color: var(--gray);
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 36px;
    text-align: left;
    padding:0 30px 0 0;
    background: #fff;
}

.titleTypeA .line{
    float: right;
    width: 100%;
    height: 1px;
    background: var(--lighter-gray);
    margin:17px 0 0;
}

.companyCards{
    display: flex;
    flex-wrap: wrap;
    column-gap : 90px;
    row-gap : 90px;
    margin:60px 0 0;
}

.companyCards .companyCard{
    display: block;
    width: calc((100% - 180px) / 3);
}

.companyCards .companyCard .imgWrap{
    display: block;
    width: 100%;
    line-height: 0;
}
.companyCards .companyCard .imgWrap > img{
    display: block;
    width: 100%;
    border-radius: 15px;
}
.companyCards .companyCard .title{
    display: block;
    width: 100%;
    padding:40px 0 20px;
    border-bottom:1px solid var(--lighter-gray);
}

.companyCards .companyCard .title:after{content: ""; display: block; clear: both;}
.companyCards .companyCard .title .t1{
    display: block;
    float: left;
    color: var(--dark);
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}
.companyCards .companyCard .title .t2{
    display: block;
    float: left;
    color: var(--gray);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    margin:0 0 0 4px;
}

.companyCards .companyCard .txtDotWrap{
    display: block;
    width: 100%;
    padding:20px 0 0;
}

.txtDotWrap .txtDot{
    display: block;
    width: 100%;
    position: relative;
    padding:0 0 0 10px;
    color: var(--gray);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}

.txtDotWrap .txtDot:before{
    content: "";
    display: block;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    left:0;
    top:10px;
    background: var(--gray);
    position: absolute;
}

.swiperB001-1{display: none !important} 
/*companySection3 : end*/


/*companySection4 : start*/
.companySection4{
    display: block;
    width: 100%; 
}

.companySection4 .centerWrap{
    padding:var(--paddingA1X) 30px var(--paddingC2X);
    border-bottom: 1px solid var(--lighter-gray);
}

.companySection4 .col1{
    display: block;
    float: left;
    width: 40%;
}

.companySection4 .txtWrap{
    display: block;
    width: 100%;
}

.companySection4 .txtWrap .txt1{
    display: block;
    width: 100%;
    color: var(--primary);
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.companySection4 .txtWrap .txt2{
    color: var(--gray);
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; 
    margin:20px 0 0;
}
.companySection4 .txtWrap2{
    display: block;
    margin:147px 0 0;
}
.companySection4 .txtWrap2 .title{
    display: block;
    width: 100%;
}

.companySection4 .txtWrap2 .txtOne{
    display: block;
    width: 100%;
}
.companySection4 .txtWrap2 .txtOne + .txtOne{margin:40px 0 0}

.companySection4 .txtWrap2 .title:after{content: ""; display: block; clear: both;}

.companySection4 .txtWrap2 .title .t1{
    color: var(--dark);
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    float: left;
}

.companySection4 .txtWrap2 .title .t2{
    color: var(--gray);
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 37px;
    height: 30px;
    margin:0 0 0 8px;
    float: left;
}
.companySection4 .txtWrap2 .txtDotWrap{margin:12px 0 0;}


.companySection4 .col2{
    display: block;
    width: 59%;
    max-width: 686px;
    float: right;
    line-height: 0;
    margin:68px 0 0;
}

.companySection4 .col2 > img{
    display: block;
    width: 100%;
}
/*companySection4 : end*/



/*companySection5 : start*/
.companySection5{
    display: block;
    width: 100%; 
    overflow: hidden;
    padding:var(--paddingC2X) 0 var(--paddingA2X);
}

.documentsCards{
    width: 100%;
    display: flex;
    flex-wrap:wrap;
    column-gap:200px;
    row-gap:200px;
}

.documentsCards .documentsCard{
    display: block;
    width: calc((100% - 400px) / 3);
}

.documentsCards .documentsCard .imgWrap{
    display: block;
    line-height: 0;
}

.documentsCards .documentsCard .imgWrap > img{
    display: block;
    width: 100%;
}

.documentsCards .documentsCard .txt1{
    display: block;
    width: 100%;
    margin:40px 0 0;
    text-align: center;
    color: var(--gray);
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
}
/*companySection5 : end*/




.companySection6{
    display: block;
    width: 100%;
    overflow: hidden;
    /*background: url(../images/company_s7b.jpg) center no-repeat;
    background-size: 100% auto;
    background-attachment: fixed;*/
    height: 500px;
}




.companySection6 .centerWrap{width: 1426px}

.companySection6 .txtWrap{
    padding:160px 0 0;
}

.companySection6 .txtWrap .txt1{
    display: block;
    text-align: left;
    color: #FFF;
    font-size: var(--fontSizeBig);
    font-style: normal;
    font-weight: 600;
    line-height: 60px;
}


.companySection7{
    display: block;
    width: 100%;
    padding:var(--paddingA2X) 0 var(--paddingA1X);
}


.companySection7 .txtWrap{}

.companySection7 .txtWrap .txt1{
    color: var(--primary);
    font-size: var(--fontSizeBig);
    font-style: normal;
    font-weight: 500;
    line-height: 1.5;
    display: block;
    text-align: left;
}

.companySection7 .companyInfo{
    display: block;
    width: 100%;
    margin:60px 0 0;
}

.companySection7 .companyInfo:after{content: ""; display: block; clear: both;}

.companySection7 .companyInfo .infoOne{
    display: block;
    float: left;
    width: 50%;
}

.companySection7 .companyInfo .infoOne .txt1{
    color: var(--dark);
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 21px;
    display: block;
    width: 100%;
    text-align: left;
}

.companySection7 .companyInfo .infoOne .txt2{
    color: var(--gray);
    font-size: 16px;
    line-height: 22px;
    font-style: normal;
    display: block;
    width: 100%;
    text-align: left;
    font-weight: 500;
    margin:12px 0 0;
}

.companySection7 .mapArea{
    display: block;
    width: 100%;
    margin:40px 0 0;
    line-height: 0;
}

.companySection7 .mapArea iframe{
    display: block;
    width: 100%;
    border-radius: 15px;
}











/*animation : start*/


.fadeUpFix{
    opacity: 1;
    animation-name: fadeUp;
    animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    animation-duration: 0.8s;
    animation-fill-mode: forwards;
}

.fadeUp{
    opacity: 0;
    transition: all 0.2s;
    transform:translate(0,70px);
}

.fadeUp.up{
    opacity: 1;
    transform:translate(0,0);
    transition: all 0.8s;
}


@keyframes fadeUp{
    0%{
        opacity: 0;
        transform:translate(0,70px);
    }
    100%{
        opacity: 1;
        transform:translate(0,0);
    }
}
/*animation : end*/





@keyframes letterspacingTxt{
    0% {
    opacity:0;
     letter-spacing:5px;
    }
    100% {
    opacity:1;
      letter-spacing:0px;
    }
}
@keyframes fadeUp{
    0% {
    opacity:0;
     transform:translate3d(0,50px,0);
    }
    100% {
    opacity:1;
     transform:translate3d(0,0px,0);
    }
}
@keyframes fadeLeft{
    0% {
    opacity:0;
     transform:translate3d(100px,0px,0);
    }
    100% {
    opacity:1;
     transform:translate3d(0,0px,0);
    }
}
@keyframes fadeUp2{
    0% {
    opacity:0;
     transform:translate3d(0,30%,0);
    }
    100% {
    opacity:1;
     transform:translate3d(0,0px,0);
    }
}



























/*#######################################*/


/*여기 부터는 반응형 스타일*/


/*#######################################*/












/*#######################################*/
@media screen and (max-width: 1920px) {

    @keyframes bgBig{
        0%{
            background-size: 110% auto;

        }

        100%{
            background-size: 100% auto%;
        }
    }
}








/*#######################################*/
@media screen and (max-width: 1600px) {
    :root{
        --paddingA2X:100px;    
        --paddingA1X:50px;
        --paddingB2X:70px;
        --paddingC2X:60px;
        --paddingD2X:60px;
        --fontSizeBig:30px;
        --fontSizeBig2:27px;
        --lineHeightBig2:35px;
    }

    .paging{margin:55px 0 0;}

    .paging .buttonPage + .buttonPage{margin:0 0 0 30px}




    .homeSection2 .imgWrap{
        width: 430px;
    }

    .homeSection2 .txtWrap .txt1{
        margin:0;
        line-height: 32px;
    }
    .homeSection2 .txtWrap .txt2{
        font-size: 20px;
        line-height: 30px;
    }

    .homeSection2 .txtWrap .line1{
        margin:30px 0 20px;
    }

    .homeSection2 .txtWrap .txt3Group .col1 .txt3a{
        font-size: 40px;
        line-height: 50px;
    }

    .homeSection2 .txtWrap .txt3Group .col1 .txt3b{
        font-size: 20px;
        line-height: 24px;
    }



    .homeSection3 .txtWrap .txt1{
        line-height: 32px;
    }

    .homeSection3 .txtWrap .txt2{
        font-size: 20px;
        line-height: 30px;
    }

    .homeSection3 .imgWrap{
        width: 430px;
    }

    .homeSection3 .txtWrap{
        width: calc(100% - 480px);
    }

    .homeSection3 .txtWrap .txt1{margin:0}







    .companySection1{
        height: 450px;
    }

    .companySection1 .txtWrap{
        padding:300px 0 0;
    }

    .companySection1 .txtWrap .txt1{
        font-size: 7vw;
    }

    .companySection2 .txtWrap > .txt1{
        line-height: 40px;
    }


    .companySection2 .txt3Group{margin:24px 0 12px}

    .companySection2 .txt3Group .txt1in3{font-size: 13px;}

    

    .companySection2 .txtWrap2 .txt2{
        font-size: 14px;
        line-height: 20px;
        width: calc(100% - 300px);
    }

    .companySection2 .txtWrap2 .txt1{
        font-size: 20px;
        line-height: 29px;
        width: 300px;
    }

    .companySection3 .txtWrap .txt1{
        font-size: 20px;
        line-height: 29px;
    }

    

    .titleTypeA{margin:40px 0 20px}

    .titleTypeA .txt1{
        font-size: 18px;
    }

    .companyCards{column-gap : 50px}

    .companyCards > .companyCard {
        width: calc((100% - 100px) / 3);
    }

    .companyCards > .companyCard .title .t1{
        font-size: 17px;
    }

    .companyCards > .companyCard .title .t2{font-size: 14px}





    .companySection4 .txtWrap .txt1{
        font-size: 20px;
    }

    .companySection4 .txtWrap .txt2{
        font-size: 14px;
        line-height: 20px;
    }


    .companySection4 .txtWrap2 .title .t1{
        font-size: 20px;
    }

    .companySection4 .txtWrap2 .txtDotWrap{margin:6px 0 0}


    .documentsCards{column-gap: 120px}

    .documentsCards .documentsCard {
        width: calc((100% - 240px) / 3);
    }

    .documentsCards .documentsCard .txt1{
        margin:30px 0 0;
        font-size: 13px;
        line-height: 21px;
    }


    .companySection6 .txtWrap .txt1{
        line-height: 40px;
    }

    .companySection6 .txtWrap{padding:100px 0 0}

    .companySection6{height: 300px;}


    .companySection7 .companyInfo .infoOne .txt1{font-size: 16px;}

    .companySection7 .companyInfo .infoOne .txt2{
        font-size: 14px;
        line-height: 20px;
    }

    .companySection7 .companyInfo .infoOne{padding:0 20px 0 0}


    .companySection7 .companyInfo{margin:35px 0 0}








    .productSection1{height: 450px}

    .productSection1 .txtWrap{
        padding:300px 0 0;
    }

    .txtDotWrap .txtDot{
        font-size: 14px;
    }

    .productSection1 .txtWrap .txt1{
        font-size: 7vw;
    }


    .listCard .badgeRow .badge{
        height: 40px;
        line-height: 40px;
        border-radius: 20px;
        font-size: 15px;
        padding:0 20px;
    }

    .listCard .txt1{
        margin:16px 0 0;
        font-size: 20px;
        line-height: 30px;
        height:60px;
    }

    .listCard .txt2{
        font-size: 14px;
        line-height: 21px;
        height: 63px;
    }




    .companySection2 .imgWrap2{height: 420px}





    .homeSection4 .cols .col .txt1{
        font-size: 18px;
        line-height: 22px;
        margin:20px 0 0;
    }

    .homeSection4 .cols .col .txt2{
        font-size: 15px;
        line-height: 21px;
        margin:14px 0 0;
    }


    .homeSection4 .cols .col .num{
        width: 90px;
        height: 90px;
        padding:8px;
        border-radius: 45px;
    }

    .homeSection4 .cols .col .num > div{
        width: 74px;
        height: 74px;
        line-height: 75px;
        border-radius: 37px;
    }







    .homeSection5 .txtWrap .txt2{
        font-size: 20px;
        line-height: 30px;
        margin:14px 0 0;
    }




    .homeSection6 .txtWrap .txt2{
        font-size: 20px;
        margin:18px 0 0;
    }

    .homeSection6 .txtWrap .txt3{
        font-size: 30px;
    }

    .homeSection6{
        height:500px;
    }


    .homeSection1{
        height:700px;
    }
    .homeSection1 .txtWrap{
        top:300px;
        left:30px;
    }
    .homeSection1 .txtWrap .txt1,
    .homeSection1 .txtWrap .txt2,
    .homeSection1 .txtWrap .txt3{
        font-size: 10vw;
    }

} /*반응형 1600px 끝*/



/*#######################################*/
@media screen and (max-width: 1340px) {

    .homeSection2 .imgWrap{
        width: 300px;
    }

    .homeSection2 .txtWrap{
        width: calc(100% - 340px);
    }

    .homeSection3 .imgWrap{
        width: 360px;
    }

    .homeSection3 .txtWrap {
        width: calc(100% - 400px);
    }

} /*반응형 1340px 끝*/



/*#######################################*/
@media screen and (max-width: 1000px) {

    .companySection2 .imgWrap2{height: 300px}

  
} /*반응형 1000px 끝*/



/*#######################################*/
@media screen and (max-width: 800px) {

    .centerWrap{
        padding:0 22px;
    }

    :root{
        --paddingA2X:45px;    
        --paddingA1X:25px;
        --paddingB2X:40px;
        --paddingC2X:20px;
        --paddingD2X:40px;
        --fontSizeBig:22px;
        --fontSizeBig2:22px;
        --lineHeightBig2:30px;
    }

    .homeSection1 .txtWrap .txt1,
    .homeSection1 .txtWrap .txt2,
    .homeSection1 .txtWrap .txt3{
        font-size: 38px;
    }
    .homeSection1 .txtWrap{top:240px; left:20px}
    .homeSection1{height: 450px}


    .homeSection2 .txtWrap{
        width: calc(100% - 260px);
    }

    .homeSection2 .imgWrap{
        width: 240px;
    }

    .homeSection2 .txtWrap .txt3Group .col1 .txt3b{
        font-size: 14px;
        line-height: 20px;
    }


    .homeSection2 .txtWrap .txt1{
        line-height: 30px;
    }

    .homeSection2 .txtWrap .txt2{
        font-size: 14px;
        line-height: 20px;
    }

    .homeSection2 .imgWrap{
    }

    .homeSection3 .imgWrap{
        width: 240px;
    }

    .homeSection3 .txtWrap{
        width: calc(100% - 260px);
        margin:0
    }

    .homeSection3 .txtWrap .txt2{
        font-size: 14px;
        line-height: 20px;
    }


    .homeSection3 .txtWrap .txt3Group{
        margin:30px 0 0;
        row-gap:25px;
    }

    .homeSection3 .txtWrap .txt3Group .col1{
        width: 100%;
    }

    .homeSection3 .txtWrap .txt3Group .col1 .txt3a{
        margin:20px 0 0 ;
    }

    .homeSection3 .txtWrap .txt3Group .col1 .txt3b{
        font-size: 14px;
        line-height: 20px;
        margin:5px 0 0;
    }

    .homeSection4 .txtWrap{
        padding:80px 0 0;
    }

    .homeSection4 .txtWrap .txt1{
        font-size: 22px;
        line-height: 30px;
    }

    .homeSection4 .txtWrap .txt2{
        font-size: 16px;
        line-height: 22px;
    }

    .companySection3 .txtWrap .txt2{
        font-size: 14px;
        line-height: 20px;
    }

    .homeSection4 .cols .col{
        position: relative;
        left:0 !important;
        transform: translateX(0) !important;
        top:0 !important;
    }

    .homeSection4 .cols .col + .col{margin:40px 0 0}

    .homeSection4{height: 900px}


    .homeSection4 .cols .col .txt1{
        font-size: 17px;
        margin:16px 0 0;
    }

    .homeSection4 .cols .col .txt2{
        font-size: 14px;
        margin:12px 0 0;
        line-height: 20px;
    }





    .homeSection5 .txtWrap .txt1{
        font-size: 24px;
        line-height: 40px;
        padding-top:20px;
    }

    .homeSection5 .txtWrap .txt2{
        font-size: 14px;
        line-height: 20px;
        margin:10px 0 0;
    }
























    .companySection2 .txtWrap > .txt1{line-height: 30px}

    .companySection1{
        height: 300px;
    }

    .productSection1{
        height: 300px;
    }

    .companySection1 .txtWrap{padding:219px 0 0;}

    .companySection1 .txtWrap .txt1{font-size: 40px;}

    .productSection1 .txtWrap{
        padding: 219px 0 0 ;
    }

    .productSection1 .txtWrap .txt1{font-size: 40px}


    .productSection2 .txtWrap .txt1{line-height: 32px}

    .productSection2 .txtWrap .txt2{
        font-size: 15px;
        line-height: 24px;
    }

    .tabTypeA .t1{font-size: 20px;}

    .tabTypeA .t2{display: none}

    .listCards{
        row-gap:20px;
    }

    .listCard {
        width: 100%;
        padding: 14px 14px 80px;
    }

    .listCard .badgeRow{margin:18px 0 0}

    .listCard .badgeRow .badge{
        font-size: 14px;
        line-height: 30px;
        height: 30px;
        border-radius: 15px;
    }

    .listCard .txt1{
        font-size: 18px;
        margin:14px 0 0;
        height: auto;
        line-height: 21px;
    }

    .listCard .txt2{margin:20px 0 0;}

    .gotoDetail{
        left:14px;
        font-size: 14px;
        line-height: 19px;
        height:auto;
        bottom:24px;
    }


 



    .fadeUpFix{
        opacity: 1;
        animation-name: fadeUp;
        animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        animation-duration: 0.8s;
        animation-fill-mode: forwards;
    }



    .fadeUp{
        opacity: 0;
        transition: all 0.2s;
        transform:translate(0,40px);
    }

    .fadeUp.up{
        opacity: 1;
        transform:translate(0,0);
        transition: all 0.8s;
    }

 
    @keyframes fadeUp{
        0%{
            opacity: 0;
            transform:translate(0,40px);
        }
        100%{
            opacity: 1;
            transform:translate(0,0);
        }
    }


    .companyCards, .documentsCards{
        display: none;
    }
    .swiperB001-1{display: block !important;}

    .companyCards.swiperB001-1 .companyCard,
    .swiperB001-1 .documentsCard{
        width: 100%;
    }

    .companyCards .companyCard .title{padding:24px 0 10px}
    .companyCards .companyCard .txtDotWrap{padding:16px 0 0}

    .companyCards .companyCard .title .t1{font-size: 17px}
    .companyCards .companyCard .title .t2{font-size: 14px}

    .documentsCards .documentsCard .txt1{
        margin:20px 0 0;
        line-height: 20px;
    }

    .companySection5{margin:30px 0 0;}

    .companySection6 .txtWrap .txt1{line-height: 30px}


    .companySection2 .imgWrap2{
        background: 100% auto;
    }

    .homeSection6 .txtWrap .txt2{
        font-size: 14px;
        margin:16px 0 0;
    }
} /*반응형 800px 끝*/





/*#######################################*/
@media screen and (max-width: 700px) {

    .hide700{
        display: none !important;
    }

    .under700{
        display: block !important;
        margin:30px 0 0;
    }

    .homeSection2 .txtWrap{
        width: 100%;
    }

    .homeSection2 .imgWrap{
        width: 100%;
        margin:30px 0 0;
    }

    .homeSection3 .imgWrap{
        width: 100%;
        float: right;
    }

    .homeSection3 .txtWrap{
        width: 100%;
        float: left;
        margin:50px 0 0;
    }


    .homeSection3 .imgWrap.under700{
        margin:30px 0 60px;
    }

    .companySection2 .txtWrap2 .txt1{
        width: 200px;
    }

    .companySection2 .txtWrap2 .txt2{
        width: calc(100% - 200px);
    }
} /*반응형 700px 끝*/






/*#######################################*/
@media screen and (max-width: 600px) {

    .companySection2 .txtWrap2 .txt1{
        width: 100%;
    }

    .companySection2 .imgWrap2{height: 280px}

    .companySection2 .txtWrap2 .txt2{
        width: 100%;

        margin:20px 0 0;
    }

    .companySection2 .txt3Group .txt1in3{
        font-size: 11px;
    }

    .companySection2 .txtWrap2 .txt2{
        font-size: 13px;
        line-height: 19px;
    }


    .companySection4 .col1{
        width: 100%;
    }

    .companySection4 .col2{
        width: 100%;
    }

    .companySection4 .txtWrap2 .title .t1{
        font-size: 17px;
    }

    .txtDotWrap .txtDot{
        font-size: 13px;
    }

    .companySection4 .txtWrap .txt2{
        font-size: 13px;
        line-height: 19px;
    }

    .companySection7 .companyInfo .infoOne .txt1{
        font-size: 15px;
    }

    .companySection7 .companyInfo .infoOne .txt2{
        font-size: 13px;
        line-height: 19px;
    }

    .boardOne .imgWrap{
        width: 140px;
    }

    .companySection4 .txtWrap2{
        margin:40px 0 0;
    }

    .documentsCards .documentsCard .txt1{
        margin:15px 0 0;
        text-align: left;
    }

   

    .hide600{display: none}



    

    .homeSection6 .txtWrap .txt3{
        font-size: 18px;
    }

    .homeSection6{
        height:320px;
    }

    .homeSection6 .txtWrap {
        padding: 90px 0 0;
    }
} /*반응형 600px 끝*/








/*#######################################*/
@media screen and (max-width: 450px) {

    .centerWrap{
        padding:0 20px;
    }

    .companySection4 .centerWrap{
        padding:var(--paddingA1X) 20px var(--paddingC2X);
    }

    .companySection7 .companyInfo .infoOne{
        width: 100%;
        padding:0;
    }

    .companySection7 .companyInfo .infoOne + .infoOne{
        margin:40px 0 0;
    }

    .productSection1 .txtWrap .txt1{font-size: 30px}

    .boardSection1 .txtWrap .txt1{font-size: 30px}

    .companySection7 .companyInfo .infoOne .txt2{margin:7px 0 0}


    
    .homeSection2 .txtWrap .txt2 br{
        display: none;
    }

    .companySection3 .txtWrap .txt2 br{
        display: none;
    }


    #gotoTop{
        width: 50px;
        height: 50px;
        background-size: 50px 50px;
        bottom: 20px;
        right: 18px;
    }

    
} /*반응형 450px 끝*/



/*#######################################*/
@media screen and (max-width: 420px) {

   

} /*반응형 420px 끝*/



/*#######################################*/
@media screen and (max-width: 340px) {



} /*반응형 340px 끝*/



/*#######################################*/
@media screen and (max-width: 330px) {




    .homeSection2 .txtWrap .txt3Group .col1 .txt3a{
        font-size: 30px;
    }


} /*반응형 330px 끝*/