@charset "UTF-8";

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



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

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

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

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

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

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

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

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

@font-face {
    font-family: 'Pretendard';
    font-weight: 100;
    font-display: swap;
    src: local('Pretendard Thin'), url('/assets/fonts/pretendard/Pretendard-Thin.subset.woff2') format('woff2'), url('/assets/fonts/pretendard/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-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:#0066b3;
    --sub2:#00baf2;
    --sub3:#00b6bd;
    --sub4:#002e57;
    --gray:#797979;
    --light-gray:#e4e4e4;
    --lighter-gray:#f2f2f2/*#f6f6f6*/;
    --dark:#222;
    --yellow: #fffda6;
    --paddingA2X:200px;    
    --paddingA1X:100px;
    --paddingB2X:140px;
    --paddingC2X:120px;
    --paddingD2X:80px;
    --fontSizeBig:50px;
    --fontSizeBig2:40px;
    --lineHeightBig2:50px;
}

    
.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: 40px;
    height: 40px;
    background: url(../assets/images/go_top.png) center no-repeat;
    background-size: 40px 40px;
    bottom: 30px;
    right: calc(50% - 500px);
    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 30px;
    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*/


.titleGroup{
    display: block;
    width: 100%;
    padding:var(--paddingB2X) 0 80px;
}

.bigTitle{
    display: block;
    width: 100%;
    font-size: 50px;
    font-weight: 700;
    color:var(--primary);
    line-height: 60px;
    text-align: center;
}

.subTitle{
    display: block;
    width: 100%;
    text-align: center;
    margin:10px 0 0;
    font-size: 16px;
    font-weight: 500;
    line-height: 23px;
    color: var(--gray);
}





.smallTitle{
    display: block;
    width: 100%;
    padding:60px 0 10px;
    margin:0;
    border-bottom:1px solid #e0e0e0;
}

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

.smallTitle .pnIcon{
    display: block;
    float: left;
    width: 18px;
    height: 16px;
    background: url(/assets/images/symbol_s1.png) center no-repeat;
    background-size: 18px 16px;
    margin:1px 0 0;
}

.smallTitle .pnTxt{
    display: block;
    margin:0 0 0 8px;
    text-align: left;
    color: var(--primary) !important;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: 19px;
    letter-spacing: -0.12px;
    float: left;
}

.smallTitleBlog{margin:0 0 30px}

.smallTitleContact{margin:0 0 60px}

.smallTitleDetail{margin:0 0 30px}

.smallTitleProductDetail{
    max-width: 1000px;
    margin:0 auto;
}























.listCards{
    display: flex;
    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: var(--lighter-gray);
    padding:30px 30px 110px;
    position: relative;
}

.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-family: "NB International";
    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;
    height: 64px;
    text-align: left;
    margin:20px 0 0;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: auto-phrase;
    display: -webkit-box;
    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;
    height: 72px;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: auto-phrase;
    display: -webkit-box;
    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(/assets/images/openNew1.svg) right no-repeat;
    background-size: 24px 24px;
    border-bottom: 1px solid #797979;
    left:30px;
    bottom:30px;
}












/*boardSection1 : start*/

.boardSection1{
    display: block;
    width: 100%;
    background: url(/assets/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-family: "NB International";
    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;}
























/*productDetailSection1 : start*/

.productDetailSection1{
    display: block;
    width: 100%;
    padding:320px 0 var(--paddingA1X);
}

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

.productDetailSection1 .txtWrap .txt1{
    display: block;
    width: 100%;
    color: var(--primary);
    text-align: center;
    font-family: "NB International";
    font-size: 60px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.productDetailSection1 .txtWrap .txt2{
    color: var(--primary);
    text-align: center;
    font-family: "NB International";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin:8px 0 0;
}

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

.productDetailSection1 .txtWrap .txt3{
    color: var(--dark);
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.productDetailSection1 .txtWrap .txt4{
    color: var(--gray, #797979);
    text-align: center;
    font-family: Pretendard;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px; /* 140% */
    margin:16px 0 0;
}

.productDetailSection1 .img1{
    margin:80px auto 0;
    width: 100%;
}
/*productDetailSection1 : end*/



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

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

.productDetailSection2 .txtWrap .txt1{
    display: block;
    width: 100%;
    color: var(--dark);
    font-size: var(--fontSizeBig2);
    font-style: normal;
    font-weight: 500;
    line-height: var(--lineHeightBig2);
    text-align:left;
}

.productDetailSection2 .groups{
    display: flex;
    width: 100%;
    margin:var(--paddingD2X) 0 0;
    flex-wrap : wrap;
    column-gap:40px;
    row-gap:80px;
}

.productDetailSection2 .groups.swiperC001-1{
    display: none;
}

.productDetailSection2 .groups .group{
    display: block;
    width: calc((100% - 40px) / 2);
}

.productDetailSection2 .groups.swiperC001-1 .group{
    width: 100%;
}

.productDetailSection2 .groups.widthType2 .group:nth-child(1){width: calc((100% - 40px) * 0.55);}
.productDetailSection2 .groups.widthType2 .group:nth-child(2){width: calc((100% - 40px) * 0.45);}
.productDetailSection2 .groups.widthType2 .group:nth-child(3){width: calc((100% - 40px) * 0.55);}

.productDetailSection2 .groups .group:after{content: ""; display: block; clear: both;}

.productDetailSection2 .groups .group .imgWrap{
    display: block;
    width: 218px;
    line-height: 0;
    float: left;
}

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

.productDetailSection2 .groups .group .col {
    display: block;
    float: right;
    width: calc(100% - 248px);
}

.productDetailSection2 .groups .group .col .txtA1{
    display: block;
    width: 100%;
}
.productDetailSection2 .groups .group .col .txtA1:after{content: ""; display: block; clear: both;}
.productDetailSection2 .groups .group .col .txtA1 .t1{
    color: var(--primary);
    text-align: left;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    display: block;
    float: left;
    line-height: 29px;
}
.productDetailSection2 .groups .group .col .txtA1 .t2{
    display: block;
    float: left;
    color: var(--gray);
    text-align: left;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    height: 29px;
    line-height: 32px;
    margin:0 0 0 4px;
}
.productDetailSection2 .groups .group .col .txtA2{
    display: block;
    width: 100%;
    margin:83px 0 0;
    color: var(--dark);
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
}
.productDetailSection2 .groups .group .col .txtDotWrap{
    margin:12px 0 0;
}
/* .productDetailSection2 .groups .group .col{} */

/*productDetailSection2 : end*/

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

.productDetailSection3 .txt1{
    display: block;
    color: var(--dark);
    font-size: var(--fontSizeBig2);
    font-style: normal;
    font-weight: 500;
    line-height: var(--lineHeightBig2);;
    text-align: left;
}
/*productDetailSection3 : end*/

/*productDetailSection4 : start*/
.productDetailSection4{
    display: block;
    width: 100%;
    padding:43px 0 196px;
    background: url(/assets/images/pr1_bg1.jpg) center no-repeat;
    background-size: cover;
}


.productDetailSection4 .group{
    display: block;
    width: 100%;
}
.productDetailSection4 .group + .group{margin:var(--paddingA1X) 0 0}
.productDetailSection4 .group .txt1{
    display: block;
    color: var(--lighter-gray);
    text-align: left;
    font-family: "NB International";
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.productDetailSection4 .group .txt2{
    color: var(--primary, #005BA6);
    text-align: left;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin:64px 0 0;
}
.productDetailSection4 .group .txtDotWrap{margin:16px 0 0}
.productDetailSection4 .group .txtDotWrap .txtDot + .txtDot{margin:9px 0 0}

.box_c1{
    display: block;
    width: 100%;
    height: var(--paddingC2X);
}
 /*productDetailSection4 : end*/



/*productDetailSectionB2 : start*/
.productDetailSectionB2{
    display: block;
    padding:20px 0 var(--paddingA1X);
}

.productDetailSectionB2 .txt1{
    display: block;
    color: var(--dark);
    font-size: var(--fontSizeBig2);
    line-height: var(--lineHeightBig2);
    font-style: normal;
    font-weight: 500;
    text-align: left;
    width: 100%;
    float: left;
    margin:0 0 var(--paddingD2X);
}

.productDetailSectionB2 .imgWrap{
    display: block;
    float: left;
    width: 50%;
    padding:0 0 0 60px;
    line-height: 0;
}

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


.productDetailSectionB2 .groups{
    display: block;
    width: 50%;
    float: left;
    padding:0 0 0 var(--paddingA1X);
}

.productDetailSectionB2 .groups .group{
    display: block;
    width: 100%;
} 

.productDetailSectionB2 .groups .group + .group{
    margin:47px 0 0;
}
.productDetailSectionB2 .groups .group .txtA1{
    display: block;
    width: 100%;
    color: var(--dark);
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
} 
.productDetailSectionB2 .groups .group .txtDotWrap{
    margin:12px 0 0;
    padding:0;
} 

.productDetailSectionB2 .groups .group .txtDotWrap .txtDot + .txtDot{margin:8px 0 0;}

/*productDetailSectionB2 : end*/




/*productDetailSectionB3 : start*/
.productDetailSectionB3{
    display: block;
    padding:var(--paddingA1X) 0 var(--paddingA1X);
    overflow: hidden;
}


.productDetailSectionB3  .txt1{
    display: block;
    color: var(--dark);
    font-size: var(--fontSizeBig2);
    line-height: var(--lineHeightBig2);
    font-style: normal;
    font-weight: 500;
    text-align: left;
    width: 100%;
    float: left;
    margin:0 0 var(--paddingD2X);
}


.productDetailSectionB3 .groups{
    display: flex;
    width: 100%;
    margin:var(--paddingD2X) 0 0;
    flex-wrap : wrap;
    column-gap:40px;
    row-gap:80px;
}

.productDetailSectionB3 .groups.swiperC001-2{display: none;}


.productDetailSectionB3 .groups .group{
    display: flex;
    flex-wrap: wrap;
    column-gap : 30px;
    width: calc((100% - 40px) / 2);
}

.productDetailSectionB3 .groups .group .imgWrap{
    display: block;
    width: 218px;
    line-height: 0;
}

.productDetailSectionB3 .groups .group .imgWrap > img{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    border-radius: 10px;
}

.productDetailSectionB3 .groups .group .col {
    display: flex;
    width: calc(100% - 248px);
    align-items: end;
}

.productDetailSectionB3 .groups .group .col .txtWrap{
    display: block;
    width: 100%;
}

.productDetailSectionB3 .groups .group .col .txtA1{
    display: block;
    width: 100%;
    color: var(--primary);
    text-align: left;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    display: block;
    line-height: 29px;
}
.productDetailSectionB3 .groups .group .col .txtA2{
    display: block;
    width: 100%;
    color: var(--gray, #797979);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    margin:12px 0 0;
}
/*productDetailSectionB3 : end*/

/*productDetailSectionB4 : start*/
.productDetailSectionB4{
    display: block;
    padding:var(--paddingA1X) 0 var(--paddingA1X);
}


.productDetailSectionB4  .txt1{
    display: block;
    color: var(--dark);
    font-size: var(--fontSizeBig2);
    line-height: var(--lineHeightBig2);
    font-style: normal;
    font-weight: 500;
    text-align: left;
    width: 100%;
    float: left;
    margin:0 0 var(--paddingD2X);
}

.productDetailSectionB4 .imgGroups{
    display: flex;
    flex-wrap: flex;
    width: 100%;
    margin:var(--paddingD2X) 0 0;
    column-gap:20px;
    row-gap:20px;
}

.productDetailSectionB4 .imgGroups .imgWrap{
    display: block;
    width: 220px;
    line-height: 0;
}

.productDetailSectionB4 .imgGroups .imgWrap img{
    display: block;
    width: 100%;
    border-radius: 10px;
}
/*productDetailSectionB4 : end*/



/*productDetailSectionB5 : start*/
.productDetailSectionB5{
    display: block;
    padding:var(--paddingA1X) 0 var(--paddingC2X);
}


.productDetailSectionB5  .txt1{
    display: block;
    color: var(--dark);
    font-size: var(--fontSizeBig2);
    line-height: var(--lineHeightBig2);
    font-style: normal;
    font-weight: 500;
    text-align: left;
    width: 100%;
}

.table1{
    display: block;
    width: 100%;
    margin:var(--paddingD2X) auto 0;
    max-width: 1014px;
    border-top:1px solid #e4e4e4;
}

.table1 .thead{
    display: block;
    width: 100%;
    background: #F6F6F6;
    border-bottom:1px solid #e4e4e4;
}

.table1 .thead:after{content: ""; display: block; clear: both;}
.table1 .thead .th{
    display: block;
    float: left;
    position: relative;
    height: 58px;
    line-height: 58px;
    text-align: center;
    color: var(--primary);
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
}

.table1 .col1{width: 20%}
.table1 .col2{width: 40%}
.table1 .col3{width: 40%}

.table1 .tbody .tr:after{content: ""; display: block; clear: both;}
.table1 .tbody .tr{
    display: block;
    width: 100%;
    border-bottom:1px solid #e4e4e4;
}

.table1 .tbody .tr .td{
    display: block;
    float: left;
    line-height: 20px;
    padding: 18px 2px;
    text-align: center;
    color: var(--gray);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
}

.table1 .tbody .tr .td.col1{
    color: #222;
    font-weight: 500;
}






/*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*/








#goto_top{
    position: fixed;
    display: none;
    z-index: 49;
    width: 80px;
    height: 80px;
    background: url(/assets/images/go_top2.png) center no-repeat;
    background-size: 80px 80px;
    bottom: 50px;
    right: 50px;
    filter : drop-shadow(0 3px 6px rgba(0,0,0,0.15));
    will-change: filter;
}




















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


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


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












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


}





















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

    





} /*반응형 1600px 끝*/



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

    
 

} 
/*반응형 1500px 끝*/



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

  
} /*반응형 1340px 끝*/



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

   

    


    
} /*반응형 1000px 끝*/



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

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

    
    .bigTitle{
        font-size: 30px;
        line-height: 40px;
    }

    .subTitle{
        font-size: 15px;
        line-height: 23px;
        margin:8px 0 0;
    }

    .titleGroup{
        padding: var(--paddingB2X) 0 50px;
    }


    
} /*반응형 800px 끝*/





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

    .hide700{
        display: none !important;
    }

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

    #goto_top{
        width: 50px;
        height: 50px;
        background: url(/assets/images/go_top2.png) center no-repeat;
        background-size: 50px 50px;
        bottom: 46px;
        right: 20px;
    }


  
} /*반응형 700px 끝*/






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

  
} /*반응형 600px 끝*/








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

    .hide450{display: none;}

    .centerWrap{
        padding:0 20px;
    }

   

    
} /*반응형 450px 끝*/



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

    

} /*반응형 420px 끝*/



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


} /*반응형 340px 끝*/



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

    

} /*반응형 330px 끝*/