@charset "UTF-8";

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

@import url("ui/common.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');
}

@font-face {
    font-family: "NB International";
    src: url("../fonts/nb/nb_international.eot");
    src: url("../fonts/nb/nb_international.eot?#iefix") format("embedded-opentype"),
    url("../fonts/nb/nb_international.woff") format("woff"),
    url("../fonts/nb/nb_international.woff2") format("woff2"),
    url("../fonts/nb/nb_international.ttf") format("truetype"),
    url("../fonts/nb/nb_international.svg#NB International Regular Webfont") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/*폰트설정 : 끝*/


/*기타 설정 : 시작 */
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;
}

.lang {
    font-size: 12px;
    color: #383B40;
    text-decoration: none;
}

.lang.active {
    color: #005BA6;
}

.menu-lang {
    font-size: 12px;
    color: #383B40;
}

.menu-lang.active {
    color: #005BA6;
}

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: #005BA6;
    --gray: #797979;
    --light-gray: #e4e4e4;
    --lighter-gray: #f2f2f2 /*#f6f6f6*/;
    --dark: #222;
    --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*/


/*homeSection1 : start*/
.homeSection1 {
    display: block;
    width: 100%;
    overflow: hidden;
    position: relative;
}

.mainBanner {
    display: block;
    width: 100%;
    height: 1080px;
    overflow: hidden;
}

.mainBanner .centerWrap {
    height: 1080px;
}

.mainBanner .txtWrap {
    position: absolute;
    top: 555px;
    left: 30px;
    z-index: 10;
}

.mainBanner .mainBannerImg {
    display: block;
    width: 100%;
    height: 1080px;
    position: absolute;
    top: 0;
    left: 0;
    /*transition: all 0.3s;*/
}

.homeSection1 .swiper-slide-active .txtWrap {
    animation-name: fadeUp;
    animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    animation-duration: 0.8s;
    animation-fill-mode: forwards;
}

.homeSection1 .swiper-slide-active .mainBannerImg {
    animation-name: zoomOut;
    animation-duration: 0.8s;
}


@keyframes zoomOut {
    0% {
        transform: scale(1.2);
    }
    100% {
        transform: scale(1);
    }
}


.homeSection1 .keywords {
    display: block;
    position: absolute;
    z-index: 10;
    right: 30px;
    bottom: 174px;
}

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


.homeSection1 .keywords .keyword {
    display: block;
    float: left;
    line-height: 28px;
    color: #FFF !important;
    font-family: "NB International";
    text-align: left;
    font-size: 24px;
    font-weight: 400;
    position: relative;
}

.homeSection1 .keywords .keyword + .keyword {
    margin: 0 0 0 60px;
}

.homeSection1 .keywords .keyword + .keyword:before {
    display: block;
    position: absolute;
    width: 4px;
    height: 4px;
    top: 12px;
    left: -29px;
    content: "";
    background: #fff;
}


.swiperHomeButtons {
    position: absolute;
    z-index: 10;
    bottom: 60px;
    left: 50%;
    transform: translateX(-50%);
}


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

.homeSection1 .swiper-pagination-home1 .swiper-pagination-bullet {
    width: 14px !important;
    height: 14px !important;
    background: none !important;
    opacity: 1 !important;
    border: 2px solid #fff !important;
    border-radius: 7px !important;
    margin: 0 10px !important;
}

.homeSection1 .swiper-pagination-home1 .swiper-pagination-bullet-active {
    background: #fff !important;
    opacity: 1 !important;
    width: 42px !important;
}

.homeSection1 .swiper-button-prev {
    position: absolute;
    z-index: 10;
    width: 20px !important;
    height: 20px !important;
    left: -50px;
    top: 20px;
    background: url(../images/br1.png) center no-repeat;
    background-size: 6px 14px;
}

.homeSection1 .swiper-button-prev:after {
    display: none
}

.homeSection1 .swiper-button-next:after {
    display: none
}

.homeSection1 .swiper-button-next {
    position: absolute;
    z-index: 10;
    width: 20px !important;
    height: 20px !important;
    right: -50px;
    top: 20px;
    background: url(../images/br2.png) center no-repeat;
    background-size: 6px 14px;
}

.homeSection1 .bottomLineBG {
    display: block;
    width: calc(100% - 60px);
    height: 1px;
    background: #797979;
    position: absolute;
    z-index: 20;
    bottom: 133px;
    left: 30px;
}

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

.homeSection1 .bottomLineBG > .line {
    display: block;
    height: 1px;
    background: #fff;
    float: left;
}

.homeSection1 .swiper-slide-active .bottomLineBG > .line {
    animation-name: lineFull;
    animation-duration: 3s;
}


@keyframes lineFull {
    0% {
        width: 0;
    }
    100% {
        width: 100%;
    }
}


/*.swiper-button-next:after, .swiper-button-prev:after{display: none !important}*/


.mainBanner .txtWrap .txt1 {
    display: block;
    color: #FFF;
    font-family: "NB International";
    font-size: 120px;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
}

.mainBanner .txtWrap .txt2 {
    display: block;
    color: #FFF;
    font-family: "NB International";
    font-size: 120px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.mainBanner .txtWrap .txt3 {
    display: block;
    color: #FFF;
    font-family: "NB International";
    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: 60px;
    margin: 68px 0 0;
}

.homeSection2 .txtWrap .txt2 {
    color: var(--gray);
    font-size: 24px;
    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-family: "NB International";
    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: 10px;
}


/*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;
    aspect-ratio: 1/1;
}


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

.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-family: "NB International";
    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-family: "NB International";
    font-size: 60px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

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

.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: 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;
    height: 72px;
    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: 170px 0 0;
}

.homeSection6 .txtWrap .txt1 {
    display: block;
    text-align: left;
    color: #FFF;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.homeSection6 .txtWrap .txt2 {
    display: block;
    text-align: left;
    color: #FFF;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    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-family: "NB International";
    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;
}

.A000-index + footer {
    padding: var(--paddingA2X) 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-family: "NB International";
    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 {
    display: none;
    /*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-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;
}


.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 > .txt0 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -100px;
    color: #797979 !important;
    font-size: 18px;
    line-height: 22px;
    font-weight: 500;
}

.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;
}

.boardContent img {
    max-width: 100% !important
}

/*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-family: "NB International";
    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: 65px;
}

.companySection2 .txt3Group {
    display: block;
    position: relative;
    width: 100%;
    height: 20px;
    margin: 40px 0 20px;
}

.companySection2 .txt3Group .txt1in3 {
    color: var(--gray);
    font-family: "NB International";
    font-size: 20px;
    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/about_s2b.jpg) 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: 540px;
    line-height: 0;
    border-radius: 10px;
    overflow: hidden;
    background: url(../images/about_s2b.jpg) top no-repeat;
    background-size: 1320px auto;
    background-attachment: fixed;
}

/*.companySection2 .imgWrap.active{
    background: url(../images/about_s2b.jpg) 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-family: "NB International";
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 48px;
    display: block;
    float: left;
    width: 50%;
}

.companySection2 .txtWrap2 .txt2 {
    display: block;
    float: right;
    width: 50%;

}

.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: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

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

.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;
}

.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%;
}

.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;
}


.companySection7 .txtWrap {
}

.companySection7 .txtWrap .txt1 {
    color: var(--primary);
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    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%;
    height: 700px;
    margin: 40px 0 0;
    line-height: 0;
}

.companySection7 .mapArea img {
    display: block;
    width: 100%;
}


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


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


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


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


/*#######################################*/
@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% - 200px);
    }

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

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

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

    .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
    }

    .companyCards > .companyCard .title {
        padding: 20px 0 10px
    }

    .companyCards > .companyCard .txtDotWrap {
        padding: 13px 0 0;
    }


    .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 .txtWrap .txt1 {
        font-size: 20px
    }

    .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;
    }


    .productDetailSection1 {
        padding: 160px 0 var(--paddingA1X);
    }

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

    .productDetailSection1 .txtWrap .txt2 {
        font-size: 18px;
    }

    .productDetailSection1 .txtWrap .line1 {
        margin: 24px 0 40px;
    }

    .productDetailSection1 .txtWrap .txt3 {
        font-size: 28px;
    }

    .productDetailSection1 .txtWrap .txt4 {
        font-size: 16px;
        line-height: 22px;
    }

    .productDetailSection1 .img1 {
        max-width: 600px;
    }

    .productDetailSection2 .groups .group .imgWrap {
        width: 150px;
    }

    .productDetailSection2 .groups .group .col {
        width: calc(100% - 175px);
    }

    .productDetailSection2 .groups .group .col .txtA2 {
        margin: 25px 0 0;
    }

    .productDetailSection2 .groups .group .col .txtDotWrap {
        margin: 5px 0 0;
    }

    .productDetailSection4 .group .txt1 {
        font-size: 25px;
    }

    .productDetailSection4 .group .txt2 {
        margin: 25px 0 0
    }

    .productDetailSection4 .group .txtDotWrap .txtDot + .txtDot {
        margin: 5px 0 0
    }


    .productDetailSectionB3 .txt1 {
        margin: 0 0 40px
    }

    .productDetailSectionB3 .groups .group {
        column-gap: 25px
    }

    .productDetailSectionB3 .groups .group .imgWrap {
        width: 150px
    }

    .productDetailSectionB3 .groups .group .col {
        width: calc(100% - 175px)
    }

    .productDetailSectionB3 .groups .group .col .txtA1 {
        font-size: 20px;
    }

    .productDetailSectionB3 .groups .group .col .txtA2 {
        margin: 7px 0 0
    }


    .productDetailSectionB4 .txt1 {
        margin: 0 0 40px
    }

    .productDetailSectionB2 .imgWrap {
        padding: 0 0 0 30px;
        width: 45%;
    }

    .productDetailSectionB2 .groups {
        width: 55%;
    }

    .productDetailSectionB4 .imgGroups .imgWrap {
        width: 150px
    }

    .boardSection1 {
        height: 450px
    }

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

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

    .boardDetailSection1 {
        padding: 150px 0 0
    }

    .boardDetailSection1 .titleRow > .title {
        font-size: 30px;
    }

    .boardDetailSection3 .txt {
        font-size: 20px;
    }

    .boardTxt {
        font-size: 15px;
        margin: 7px 0 0
    }

    .boardDate {
        margin: 30px 0 0;
        font-size: 15px
    }


    .productDetailSection1 {
        padding: 130px 0 var(--paddingA1X);
    }

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

    .productDetailSection1 .txtWrap .txt2 {
        font-size: 16px
    }

    .productDetailSection1 .txtWrap .line1 {
        margin: 20px 0 30px
    }

    .productDetailSection1 .txtWrap .txt3 {
        font-size: 20px
    }

    .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 .txt1 {
        font-size: 40px;
        line-height: 50px;
    }

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


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

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

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

    .homeSection6 {
        height: 500px;
    }


    .mainBanner {
        height: 700px;
    }

    .mainBanner .centerWrap {
        height: 700px;
    }

    .mainBanner .mainBannerImg {
        height: 700px;
    }


    .mainBanner .txtWrap {
        top: 300px;
    }

    .mainBanner .txtWrap .txt1,
    .mainBanner .txtWrap .txt2,
    .mainBanner .txtWrap .txt3 {
        font-size: 84px;
    }

    .homeSection1 .bottomLineBG {
        bottom: 98px;
    }

    .swiperHomeButtons {
        bottom: 39px;
    }

    .homeSection1 .keywords {
        bottom: 150px
    }

    .homeSection1 .keywords .keyword {
        font-size: 18px;
    }

    .homeSection1 .keywords .keyword + .keyword {
        margin: 0 0 0 50px
    }

    .homeSection1 .keywords .keyword + .keyword:before {
        left: -27px
    }

}

/*반응형 1600px 끝*/


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

    .boardOne .txtWrap > .txt0 {
        position: relative;
        top: 0;
        transform: translateY(0);
        right: 0;
        font-size: 18px;
        line-height: 22px;
        font-weight: 500;
        margin: 0 0 14px 0;
        color: var(--primary) !important;
    }

    /*##

} /*반응형 1500px 끝*/
    # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # */ @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
        }

        .paging .buttonPage {
            font-size: 16px;
        }


        .boardOne {
            column-gap: 25px
        }

        .boardOne .imgWrap {
            width: 250px;
        }

        .boardOne .txtWrap {
            width: calc(100% - 275px);
        }

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

        .boardOne .txtWrap > .txt2 {
            font-size: 14px;
            margin: 9px 0 0;
        }

        .boardOne .txtWrap > .txt0 {
            font-size: 16px;
            line-height: 20px;
            margin: 0 0 8px 0;
        }
    } /*반응형 1000px 끝*/
    /*#######################################*/
    @media screen and (max-width: 800px) {

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

        .mainBanner .txtWrap .txt1,
        .mainBanner .txtWrap .txt2,
        .mainBanner .txtWrap .txt3 {
            font-size: 38px;
        }

        .mainBanner .txtWrap {
            top: 240px;
            left: 20px
        }

        .mainBanner {
            height: 450px;
        }

        .mainBanner .centerWrap {
            height: 450px;
        }

        .mainBanner .mainBannerImg {
            height: 450px;
        }

        .homeSection1 .bottomLineBG {
            bottom: 68px;
            left: 20px;
            width: calc(100% - 40px);
        }


        .swiperHomeButtons {
            bottom: 24px;
        }


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

        .homeSection2 .imgWrap {
            width: 240px;
        }

        .homeSection1 .keywords {
            bottom: 97px
        }

        .homeSection1 .keywords .keyword {
            font-size: 13px
        }

        .homeSection1 .keywords .keyword + .keyword:before {
            width: 3px;
            height: 3px;
            top: 12px;
            left: -19px !important;
            content: "";
        }

        .homeSection1 .keywords .keyword + .keyword {
            margin: 0 0 0 34px;
        }

        .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;
        }


        .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: 30px;
            line-height: 40px;
        }

        .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;
        }


        .boardSection1 {
            display: block;
            height: 310px;
        }

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

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


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

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


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

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

        .boardOne {
            padding: 14px;
        }

        .boardOne .imgWrap {
            width: 200px;
        }

        .boardOne .txtWrap {
            width: calc(100% - 225px)
        }


        .boardOne + .boardOne {
            margin: 20px 0 0
        }


        .boardDetailSection1 {
            padding: 120px 0 0;
        }

        .boardDetailSection1 .titleRow > .title {
            font-size: 22px;
            line-height: 32px;
        }

        .productDetailSection1 .txtWrap .txt4 {
            font-size: 15px;
            line-height: 26px;
        }

        .productDetailSection1 .img1 {
            margin: 48px auto 0
        }


        .boardTxt {
            font-size: 14px;
            line-height: 22px;
        }

        .boardDate {
            margin: 24px 0 0;
            font-size: 14px;
        }

        .boardDetailSection3 .txt {
            font-size: 18px;
        }

        .productDetailSection2 .groups {
            display: none
        }

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


        .productDetailSection2 .groups .group .col .txtA1 .t1 {
            font-size: 20px;
            line-height: 26px;
        }

        .productDetailSection2 .groups .group .col .txtA1 .t2 {
            font-size: 13px;
            height: 26px;
            line-height: 28px;
        }

        .productDetailSection2 .groups .group .col .txtA2 {
            margin: 16px 0 0;
            font-size: 15px;
            line-height: 21px;
        }

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

        .productDetailSection3 {
            padding: var(--paddingA1X) 0 20px;
        }

        .productDetailSection4 {
            padding: 20px 0 170px
        }

        .productDetailSection4 {
            display: block;
            background: url(../images/pr1_bg1.jpg) calc(23%) no-repeat;
            background-size: cover;
        }

        .productDetailSection4 .group .txt2 {
            font-size: 20px;
            line-height: 28px;
        }


        .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;
        }

        .productDetailSection4 .group .txtDotWrap {
            margin: 12px 00
        }

        .productDetailSection4 .group .txt2 {
            margin: 10px 0 0;
        }

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

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

        .box_c1 {
            display: none;
        }


        .productDetailSectionB3 .groups {
            display: none;
        }

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

        .productDetailSectionB3 .groups.swiperC001-2 .group {
            width: 100%
        }

        .productDetailSectionB3 .txt1 {
            margin: 0 0 20px;
        }

        .productDetailSectionB4 .txt1 {
            margin: 0 0 20px;
        }


        .productDetailSectionB2 .txt1 {
            margin: 0 0 20px
        }

        .productDetailSectionB2 .imgWrap {
            width: 100%;
            margin: 0;
            padding: 0;
        }

        .productDetailSectionB2 .groups {
            width: 100%;
            margin: 25px 0 0;
            padding: 0;
        }

        .productDetailSectionB2 .groups .group .txtA1 {
            font-size: 17px;
        }

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

        @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
        }


        .boardOne .txtWrap > .txt0 {
            font-size: 14px;
            line-height: 19px;
            margin: 0 0 6px 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;
        }
    } /*반응형 700px 끝*/
    /*#######################################*/
    @media screen and (max-width: 600px) {

        .homeSection1 .keywords {
            display: none;
        }

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

        .companySection2 .imgWrap2 {
            height: 220px
        }

        .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;
        }

        .boardOne .txtWrap {
            width: calc(100% - 165px)
        }

        .boardOne .txtWrap > .txt2 {
            height: auto
        }

        .boardOne .txtWrap > .txt3 {
            font-size: 13px;
            position: relative;
            margin: 9px 0 0;
        }

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


        .productDetailSection2 .groups .group .imgWrap {
            width: 120px;
        }

        .productDetailSection2 .groups .group .col {
            width: calc(100% - 140px);
        }


        .productDetailSectionB3 .groups .group {
            column-gap: 20px
        }

        .productDetailSectionB3 .groups .group .imgWrap {
            width: 120px;
        }

        .productDetailSectionB3 .groups .group .col {
            width: calc(100% - 140px);
        }

        .productDetailSectionB4 .imgGroups .imgWrap {
            width: 120px
        }

        .table1 .thead .th {
            height: 50px;
            line-height: 50px;
            font-size: 16px;
        }

        .table1 .tbody .tr .td {
            line-height: 18px;
            padding: 16px 2px;
            font-size: 13px;
        }

        .productDetailSection1 .txtWrap .txt3 {
            text-align: left;
        }

        .productDetailSection1 .txtWrap .txt4 {
            text-align: left;
        }

        .productDetailSection1 .txtWrap .txt1 {
            text-align: left;
        }

        .productDetailSection1 .txtWrap .txt2 {
            text-align: left;
        }

        .hide600 {
            display: none
        }

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

        .homeSection6 .txtWrap .txt2 {
            font-size: 14px;
            margin: 16px 0 0;
        }

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

        .homeSection6 {
            height: 320px;
        }

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

        .productDetailSection4 {
            display: block;
            background: url(../images/pr1_bg1.jpg) bottom no-repeat;
            background-size: 100% auto;
            padding: 20px 0 50vw;
        }
    } /*반응형 600px 끝*/
    /*#######################################*/
    @media screen and (max-width: 450px) {

        .hide450 {
            display: none;
        }

        .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
        }


        .boardOne .imgWrap {
            width: 100%;
        }

        .boardOne .txtWrap {
            width: 100%
        }

        .boardOne .txtWrap > .txt1 {
            margin: 13px 0 0;
            font-size: 18px;
            line-height: 22px;
        }

        .boardOne .txtWrap > .txt2 {
            margin: 15px 0 0;
        }

        .boardOne .txtWrap > .txt3 {
            margin: 8px 0 0;
        }

        .productDetailSection2 .groups .group .imgWrap {
            width: 108px;
        }

        .productDetailSection2 .groups .group .col {
            width: calc(100%);
            padding: 16px 0 0;
        }

        .productDetailSection2 .groups .group .col .txtA2 {
            margin: 12px 0 0
        }


        .productDetailSectionB3 .groups .group .imgWrap {
            width: 108px;
        }

        .productDetailSectionB3 .groups .group .col {
            width: calc(100%);
            padding: 16px 0 0;
        }


        .productDetailSectionB4 .imgGroups .imgWrap {
            width: 108px;
        }


        .companySection7 .mapArea {
            width: calc(100% + 40px);
            transform: translateX(-20px);
        }

        .boardOne .txtWrap > .txt0 {
            font-size: 16px;
            line-height: 20px;
            margin: 14px 0 0;
        }

    } /*반응형 450px 끝*/
    /*#######################################*/
    @media screen and (max-width: 420px) {

        .paging .buttonPage {
            font-size: 14px
        }

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

    } /*반응형 420px 끝*/
    /*#######################################*/
    @media screen and (max-width: 340px) {


    } /*반응형 340px 끝*/
    /*#######################################*/
    @media screen and (max-width: 330px) {

        .table1 .tbody .tr .td {
            font-size: 12px;
            line-height: 19px;
        }


    }

/*반응형 330px 끝*/
