@charset "utf-8";
@font-face {
    font-family: 'Pretendard';
    font-weight: 300;
    font-style: normal;
    src: url('https://cdn.jsdelivr.net/gh/webfontworld/pretendard/Pretendard-Regular.eot');
    src: url('https://cdn.jsdelivr.net/gh/webfontworld/pretendard/Pretendard-Regular.eot?#iefix') format('embedded-opentype'),
        url('https://cdn.jsdelivr.net/gh/webfontworld/pretendard/Pretendard-Regular.woff2') format('woff2'),
        url('https://cdn.jsdelivr.net/gh/webfontworld/pretendard/Pretendard-Regular.woff') format('woff'),
        url('https://cdn.jsdelivr.net/gh/webfontworld/pretendard/Pretendard-Regular.ttf') format("truetype");
    font-display: swap;
}
@font-face {
    font-family: 'Pretendard';
    font-weight: 400;
    font-style: normal;
    src: url('https://cdn.jsdelivr.net/gh/webfontworld/pretendard/Pretendard-Medium.eot');
    src: url('https://cdn.jsdelivr.net/gh/webfontworld/pretendard/Pretendard-Medium.eot?#iefix') format('embedded-opentype'),
        url('https://cdn.jsdelivr.net/gh/webfontworld/pretendard/Pretendard-Medium.woff2') format('woff2'),
        url('https://cdn.jsdelivr.net/gh/webfontworld/pretendard/Pretendard-Medium.woff') format('woff'),
        url('https://cdn.jsdelivr.net/gh/webfontworld/pretendard/Pretendard-Medium.ttf') format("truetype");
    font-display: swap;
}
@font-face {
    font-family: 'Pretendard';
    font-weight: 500;
    font-style: normal;
    src: url('https://cdn.jsdelivr.net/gh/webfontworld/pretendard/Pretendard-SemiBold.eot');
    src: url('https://cdn.jsdelivr.net/gh/webfontworld/pretendard/Pretendard-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('https://cdn.jsdelivr.net/gh/webfontworld/pretendard/Pretendard-SemiBold.woff2') format('woff2'),
        url('https://cdn.jsdelivr.net/gh/webfontworld/pretendard/Pretendard-SemiBold.woff') format('woff'),
        url('https://cdn.jsdelivr.net/gh/webfontworld/pretendard/Pretendard-SemiBold.ttf') format("truetype");
    font-display: swap;
}
@font-face {
    font-family: 'Pretendard';
    font-weight: 700;
    font-style: normal;
    src: url('https://cdn.jsdelivr.net/gh/webfontworld/pretendard/Pretendard-Bold.eot');
    src: url('https://cdn.jsdelivr.net/gh/webfontworld/pretendard/Pretendard-Bold.eot?#iefix') format('embedded-opentype'),
        url('https://cdn.jsdelivr.net/gh/webfontworld/pretendard/Pretendard-Bold.woff2') format('woff2'),
        url('https://cdn.jsdelivr.net/gh/webfontworld/pretendard/Pretendard-Bold.woff') format('woff'),
        url('https://cdn.jsdelivr.net/gh/webfontworld/pretendard/Pretendard-Bold.ttf') format("truetype");
    font-display: swap;
}

/* @font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-SemiBold.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
} */

@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(https://example.com/MaterialIcons-Regular.eot); /* For IE6-8 */
  src: local('Material Icons'),
    local('MaterialIcons-Regular'),
    url(https://example.com/MaterialIcons-Regular.woff2) format('woff2'),
    url(https://example.com/MaterialIcons-Regular.woff) format('woff'),
    url(https://example.com/MaterialIcons-Regular.ttf) format('truetype');
}
.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;

  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;

  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;

  /* Support for IE. */
  font-feature-settings: 'liga';
}
.material-symbols-outlined {
  font-variation-settings: 'FILL' 1,
  'wght' 400,
  'GRAD' 0,
  'opsz' 48;
  font-size: 65px;
  position: relative;
  z-index: 1;
}
.intro-page{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1000000000;
    background: #fff;
    display: none !important;
}
.intro-bg{
    display: none;
    background: url(/public/img/main/intro-bg.jpg) no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    justify-content: center;
    align-items: center;
}

.intro-bg::after{
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.48);
}

.intro-page iframe{
    position: absolute;
    pointer-events: none;
    width: 1920px;
    height: 115%;
}
@media(min-width:1920px){
    .intro-page iframe{
        width: 100%;
    }
}
.intro-caption{
    display: none;
    position: absolute;
    top: 51%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding-left: 1px;
}
.intro-caption > h1{
    margin: 0;
}
.intro-caption > h1 img{
  
}
.intro-caption > p{
    font-size: 32px;
    text-align: center;
    color: #fff;
    font-weight: 300;
    margin: 38px 0px 0;
    letter-spacing: 0.01em;
}
html {overflow-x: hidden;overflow-y: scroll;}
#site {background-color: #fff;word-break: keep-all !important;padding-top: 0;color: #353535;}
#site.issub{padding-top: 121px;}
#site .container{width: auto;max-width: 1430px;}

#site .subWrapper .container {
    max-width: 1230px;
}
#site > .container{width: 100%;max-width: none;padding: 0;}
/* 폰트 설정 */
#site, h1, h2, h3, h4, h5, h6, input, textarea, button {font-family: 'Pretendard', 'notokr', sans-serif;}

/* 구글 아이콘 가변 폰트
span.material-symbols-outlined {
    transition: font-variation-settings .3s;
    font-variation-settings: var(--gms200_Out);
}

.item:hover span.material-symbols-outlined {
    font-variation-settings: var(--gms300_Fill);
} 
*/

ol, ul{padding: 0;margin: 0;list-style: none;list-style-position: inside;}

/* 닷홈 빌더 설정
.navbar .caret,
.navbar .divider-vertical,
.navbar ~ br,
.footer-social-layout,
.footer_copy .text-center > br,
.topmarginLay_a {display: none;}
 */

@media (min-width: 768px){
    .col-sm-20{width: 20%;}
    .col-sm-40{width: 40%;}
    .col-sm-60{width: 60%;}
    .col-sm-80{width: 80%;}
}
@media (min-width: 992px){
    .col-md-20{width: 20%;}
    .col-md-40{width: 40%;}
    .col-md-60{width: 60%;}
    .col-md-80{width: 80%;}
}
@media (min-width: 1200px){
    .col-lg-20{width: 20%;}
    .col-lg-40{width: 40%;}
    .col-lg-60{width: 60%;}
    .col-lg-80{width: 80%;}
}

/* 상단 네비게이션 */
.nav-upper{
    padding-top: 10px;
    padding-bottom: 10px;
}
.nav-upper .nav-top{
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    gap: 15px;
}
.nav-upper .nav-top li{}
.nav-upper .nav-top li a{
    font-size: 12px;
    color: #fff;
    letter-spacing: 0.3px;
}
.on .nav-upper .nav-top li a{
    color: #6c6c6c;
}
.nav-upper .nav-top li a:hover {
    text-decoration: underline !important;
}
.on .nav-upper .nav-top li:first-child a{
    color: #bb080b;
    font-weight: 400;
}
.on .nav-upper .nav-top li a:hover{
    text-decoration: none;
}
.navbar.navbar-inverse{
    background: rgba(255,255,255,0);
    transition: all .3s ease;
    border-bottom: 1px solid rgba(0,0,0,0);
}

.issub .navbar.navbar-inverse {
    /* background: #fff; */
}
.issub .nav.navbar-nav > li > a {
    /* color: #212121; */
}

#site .navbar.navbar-inverse .container {
    transition: all 0.3s ease;
}

.navbar.navbar-inverse.on{background: rgba(255,255,255,1);border-bottom: 1px solid #eee;}

#site.issub .navbar.navbar-inverse {
    border-bottom: 1px solid #eee;
}
.navbar-header .navbar-brand{display: block;padding: 0;font-size: 20px;margin-top: 32px;margin-top: 15px;margin-left: 0 !important;height: auto;}
.navbar-header .navbar-brand img{margin-top: 0;display: inline-block;width: 170px;}

.nav.navbar-nav > li > a{
    display:
    inline-block;
    min-width: 115px;
    text-align: center;
    font-size: 17px;
    font-weight: 500;
    padding: 25px 0px 30px;
    color: #fff;
    letter-spacing: -0.015em;
}

.nav.navbar-nav > li > a::after {
    content: '';
    width: 0;
    height: 4px;
    position: absolute;
    left: 50%;
    bottom: 0px;
    background: #631a1b;
    transform: translateX(-50%);
    transition: all 0.3s ease;
    z-index: 1001;
}

.nav.navbar-nav > li:hover > a::after {
    width: 60px;
}
.on .nav.navbar-nav > li > a{
    color: #222;
}

#navbar-bg{
    z-index:1000;
    position:
    fixed;
    left: 45%;
    right:0;
    top: 99px;
    background:#fff;
    transition: all 0.5s cubic-bezier(0.16, 1, 0.3, 1);
    height:0;
    box-shadow: none;
}

.on #navbar-bg::before {
    content: '';
    width: 100%;
    height: 1px;
    background: #eee;
    position: absolute;
    left: 0;
    top: 1px;
}
.navbar-inverse.on #navbar-bg{
    /*border-top: 1px solid #eee;*/
}

.navbar-inverse.on.opened #navbar-bg {
/*     border-top: 1px solid #eee; */
    box-shadow: 0 15px 20px rgba(0,0,0,0.08);
}

.nav.navbar-nav > li > a .caret{display: none;}
.nav.navbar-nav > li:hover > a,
.nav.navbar-nav > li.open > a,
.nav.navbar-nav > li:focus > a,
.nav.navbar-nav > li > a:hover,
.nav.navbar-nav > li > a:focus,
.nav.navbar-nav > li.open > a,
.nav.navbar-nav > li.open > a:hover,
.nav.navbar-nav > li.open > a:focus{color: #631a1b;background: none;}
.nav.navbar-nav li .dropdown-menu{left: 50%;right: auto;transform: translateX(-50%);border-radius: 0;border: 0;padding: 20px 0;min-width: 160px;background: #fff;border-top: 1px solid #eee;}
.nav.navbar-nav li .dropdown-menu li a{font-size: 14.5px;padding: 7px 10px;text-align: center;color: #454545;font-weight: 400;}
.nav.navbar-nav li .dropdown-menu li a:hover{
    background: none;
    color: #631a1b;
    text-decoration: underline;
  text-underline-position:under;
}

.navbar-inverse .navbar-nav .dropdown-menu{
    z-index: 1030;
    padding-top:30px;
    border:none;
    /* box-shadow: none; */
    background:transparent;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}
@media (min-width: 768px){
  .navbar-right {
    margin-right: -27px;
  }
}

@media (max-width: 767px){
    #site{padding-top: 89px;}
    .navbar.navbar-inverse{
        background: #fff;
    }
    .nav-upper .nav-top li a{color: #aaa;}
    .navbar-header .navbar-brand {
        margin-top: 5px;
        margin-left: 15px !important;
    }

    /*.navbar-inverse .navbar-toggle{border:1px solid #666;}*/
    .navbar-inverse .navbar-toggle {
        border: 0;
        padding: 9px 0;
    }

    .navbar-inverse .navbar-toggle .icon-bar {
        background-color: #666;
        transition: ease-in-out .15s all;
        opacity: 1;
        position: relative;
    }

    .navbar-inverse .navbar-toggle:hover,
    .navbar-inverse .navbar-toggle:focus {
        background: none;
        border-color: #222;
    }

    .navbar-inverse .navbar-toggle:hover .icon-bar,
    .navbar-inverse .navbar-toggle:focus .icon-bar {
        background-color: #222;
    }

    .navbar-inverse .navbar-collapse,
    .navbar-inverse .navbar-form {
        border-color: transparent;
    }

    .navbar-inverse.open .navbar-toggle>.icon-bar:nth-of-type(1) {
        transform: rotate(45deg);
        top: 6px;
    }

    .navbar-inverse.open .navbar-toggle>.icon-bar:nth-of-type(2) {
        opacity: 0;
    }

    .navbar-inverse.open .navbar-toggle>.icon-bar:nth-of-type(3) {
        transform: rotate(-45deg);
        top: -6px;
    }
    
    .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
        border-color: #e6e6e6;
    }

    .nav.navbar-nav > li > a {
        display: block;
        color: #000;
        padding: 14px 0;
    }
    .nav.navbar-nav li .dropdown-menu{
        transform: translateX(0);
        background: #f8f8f8;
    }
}
@media (min-width: 768px) and  (max-width: 991px){
    #site{}
    .nav.navbar-nav > li > a {
        display: inline-block;
        min-width: 94px;
    }
}
@media (min-width: 992px) and  (max-width: 1199px){
    #site{}
}

/* //상단 네비게이션 */

/* 슬라이드 영역 */
.slick-dots{
  bottom: 6%;
  left: calc((100% - 1400px) / 2);
  right: calc((100% - 1400px) / 2);
  margin-left: 0;
  text-align: left;
  text-align: center;
  width: auto;
}
.main-slick-wrap .main-slick {margin-bottom: 0;}
.main-slick-wrap .main-slick .item::before{
    content: '';
    display: block;
    background: linear-gradient(to bottom , black, transparent);
    position: absolute;
    height: 10%;
    left: 0;
    right: 0;
    top: 0;
    opacity: 0.3;
}

.main-slick-wrap .main-slick .item::after {
  content: '';
  display: block;
  background: linear-gradient(to top , black, transparent);
  position: absolute;
  height: 40%;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.5;
}
.main-slick-wrap .main-slick .item{
    height: 100vh;
    position: relative;
}
.main-slick-wrap .main-slick .item .carousel-caption{
    padding: 0;
    text-align: left;
    top: auto;
    bottom: 12%;
    left: calc((100% - 1400px) / 2);
    right: calc((100% - 1400px) / 2);
    transform: translate(0, 0);
    text-shadow: 0 0 200px rgb(0 0 0 / 40%);
    z-index: 999;
    opacity: 0;
    transition: all .6s ease;
}
.main-slick-wrap .main-slick .item.slick-active .carousel-caption{
    opacity: 1;
    bottom: 14%;
}
.main-slick-wrap .main-slick .item h1{
    font-weight: 700;
    display: block;
    font-size: 40px;
    text-transform: uppercase;
    margin: 0;
    line-height: 1.08;
}

.main-slick-wrap .main-slick .item h1 span {
    display: block;
    font-size: 15px;
    margin-right: 15px;
    margin-bottom: 8px;
    font-weight: 300;
    letter-spacing: 1.2px;
}

.main-slick-wrap .main-slick .item h1 span em {
    display: inline-block;
    font-style: normal;
    margin-right: 12px;
}

.main-slick-wrap .main-slick .item h1 .line2 {
    display: block;
    margin-top: -80px;
}

.main-slick-wrap .main-slick .item h1 br {
    /* display: none; */
}
.main-slick-wrap .main-slick .item p{
    font-weight: 400;
    font-size: 18px;
    line-height: 1;
    letter-spacing: 1px;
    position: relative;
    padding-left: 80px;
    margin-top: 0;
}
.main-slick-wrap .main-slick .item.video-item{
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #000;
}
.main-slick-wrap .main-slick .item.video-item iframe{
    position: absolute;
    pointer-events: none;
    width: 1920px;
    height: 115%;
}
@media(min-width:1920px){
    .main-slick-wrap .main-slick .item.video-item iframe{
        width: 100%;
    }
}
.main-slick-wrap .main-slick .item.video-item .carousel-caption{
    bottom: auto;
    top: 50%;
    transform: translateY(-50%);
}

.main-slick-wrap .main-slick .item.video-item .carousel-caption h1{}
.main-slick-wrap .main-slick .item.video-item .carousel-caption h1 img{}

.main-slick-wrap .main-slick .item.video-item .carousel-caption p {
    font-size: 70px;
    text-align: center;
    color: #fff;
    font-weight: 600;
    letter-spacing: 0.01em;
    padding-left: 0;
    text-shadow: 2px 2px 10px rgb(0 0 0 / 7%);
}

.main-slick-wrap .slick-arrow>span{display: none;}
.main-slick-wrap .slick-arrow.slick-prev{/* background: url(/public/img/slide/arrow_prev.png) no-repeat center; */z-index: 1000000;left: 0;}

.slick-arrow {
    width: 8%;
    background: transparent !important;
    text-shadow: 0 0 1px rgba(0,0,0,0.3);
    opacity: 0.8;
}
.main-slick-wrap .slick-arrow.slick-next{/* background: url(/public/img/slide/arrow_next.png) no-repeat center; */z-index: 100000;right: 0;}


.main-slick-wrap .slick-arrow.slick-next::before,
.main-slick-wrap .slick-arrow.slick-prev::before{
    font-family: 'Material Symbols Outlined';
    font-size: 50px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}

.main-slick-wrap .slick-arrow.slick-next::before {
    content: '\e5e1';
    
}
.main-slick-wrap .slick-arrow.slick-prev::before {
    content: '\e5e0';
}
.main-slick-wrap .slick-dots > li,
.main-slick-wrap .slick-dots > li.slick-active{
    width: 10px;
    height: 10px;
    margin: 0 5px 0 0;
    opacity: 1;
    border-radius: 50%;
    background: transparent;
    border: 1px solid #fff;
}

.main-slick-wrap .slick-dots > li button{display: none;}
.main-slick-wrap .slick-dots > li.slick-active {
    background: #fff;
}
.main-slick-wrap .slick-dots > li.slick-active{
    opacity: 1;
}

@media (max-width: 767px){
    .slick-dots{left: 15px; right: 15px;}
    .main-slick-wrap .main-slick .item{
        height: calc(100vh - 89px);
        background-position: center;
        overflow: hidden;
    }
    .main-slick-wrap .main-slick .item .carousel-caption {
        left: 15px;
        right: 15px;
        padding-left: 35px;
        padding-right: 35px;
    }
    .main-slick-wrap .main-slick .item h1 {
        font-weight: 700;
        display: block;
        font-size: 24px;
    }
    .main-slick-wrap .main-slick .item.video-item .carousel-caption p {
        font-size: 36px;
    }
    .main-slick-wrap .slick-arrow.slick-prev{left: 15px;}
    .main-slick-wrap .slick-arrow.slick-next {right: 5px;}
    .main-slick-wrap .slick-arrow.slick-next::before, .main-slick-wrap .slick-arrow.slick-prev::before{font-size: 24px;}
}
@media (min-width: 768px) and  (max-width: 991px){
    .slick-dots{left: 15px; right: 15px;}
    .main-slick-wrap .main-slick .item{
        overflow: hidden;
    }
    .main-slick-wrap .main-slick .item.video-item .carousel-caption p {
        font-size: 41px;
    }
    .main-slick-wrap .main-slick .item h1 {
        font-size: 36px;
    }
    .main-slick-wrap .main-slick .item .carousel-caption{left: calc((100% - 750px) / 2);right: calc((100% - 750px) / 2);}
}
@media (min-width: 992px) and  (max-width: 1199px){
    .slick-dots{left: 15px; right: 15px;}
    .main-slick-wrap .main-slick .item{
        overflow: hidden;
    }
    .main-slick-wrap .main-slick .item.video-item .carousel-caption p {
        font-size: 54px;
    }
    .main-slick-wrap .main-slick .item .carousel-caption{left: calc((100% - 970px) / 2);right: calc((100% - 970px) / 2);}
}
/* //슬라이드 영역 */





/* 메인 중단영역 */

#main_wrapper > section{padding: 120px 0;}

@media (max-width: 767px){}
@media (min-width: 768px) and  (max-width: 991px){}
@media (min-width: 992px) and  (max-width: 1199px){}

/* //메인 중단영역 */






/* 서브페이지 */

.subHeader {
    display: none;
    height: 260px;
    background-image: url(/public/img/slide/slide02.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center 52%;
    background-color: #000;
    position: relative;
}

.subHeader::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(to bottom, black, transparent);
    opacity: 0.2;
}
.subHeader .container{position: absolute;left: 50%;top: 50%;transform: translate(-50%, -50%);display: none;}
.subHeader .container h2{
    margin: 0 0 10px;
    font-size: 62px;
    color: #fff;
    font-weight: 500;
}
.subHeader .container .breadcrumb{
    background: none;
    padding: 0;
    margin: 0;
}
.subHeader .container .breadcrumb > li > a,
.subHeader .container .breadcrumb > li.active{color:#fff;opacity: 0.7;font-size: 16px;}

.subMenu{
    position: relative;
    border-bottom: 1px solid #eee;
}
.subMenu .nav{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    background: none;
    align-items: flex-end;
    justify-content: center;
}
.subMenu .nav > li{
    text-align: center;
    margin: 0 20px;
    min-width: 105px;
}
.subMenu .nav > li > a{
    font-size: 16px;
    padding: 25px 0;
    border-radius: 0;
    background: none;
    color: #757575;
    font-weight: 400;
}
.subMenu .nav > li.active > a, .subMenu .nav > li.active > a:hover,.subMenu .nav > li.active > a:focus{
    color: #212121;
    font-weight: 700;
    background: rgba(0,0,0,0);
}

.subMenu .nav > li.active > a::after {
    content: '';
    width: 100%;
    height: 3px;
    background: #890506;
    position: absolute;
    left: 0;
    bottom: -1px;
}

.subContent{}
.subContent_title{
    padding: 95px 0 0;
}
.subContent_title h3{
    margin: 0;
    font-size: 46px;
    font-weight: 700;
    letter-spacing: -0.025em;
    color: #222;
    text-align: center;
    display: none;
}
.subContent .content, .bbs-section{padding-bottom: 120px;}
.bbs-area .board_wrapper{margin-top: 0;}
.subContent .content h4{}

.greeting{
    padding: 20px 0px 0 70px;
}
.greeting p{
    font-size: 16px;
    line-height: 1.65;
    margin: 0 0 28px;
    font-weight: 400;
}
.greeting p.intro{
    font-size: 36px;
    font-weight: 800;
    line-height: 1.4;
    margin-bottom: 50px;
    color: #222;
    letter-spacing: -0.025em;
}

.greeting .intro-top {
    position: relative;
    color: #890506;
    font-weight: 700;
    letter-spacing: 0;
    display: block;
    margin-bottom: 25px;
    padding-left: 0;
    font-size: 15px;
}

.greeting p.en{
    font-size: 14px;
    color: #757575;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 1.45;
    margin: 0 0 22px;
    letter-spacing: 0;
}

.greeting p:not(.en) + p.en {
    margin-top: 35px;
}
.greeting .epil{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-top: 70px;
}
.greeting .epil .left{}
.greeting .epil .left .ceo{
    font-size: 16px;
    margin: 0;
    line-height: 1.2;
}
.greeting .epil .left .ceo .en{
    display: block;
    font-size: 0.8em;
}
.greeting .epil .left .ceo b{
    font-size: 1.3em;
    margin-left: 10px;
}
.greeting .epil .right{
    width: 220px;
    margin-left: 35px;
}
.greeting .epil .right img{}

#about07 .con2 .container,
#about07 .con3 .container,
#about07 .con4 .container,
#about07 .con5 .container{
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}
#about07 .con2 h4,
#about07 .con3 h4,
#about07 .con4 h4,
#about07 .con5 h4{
    margin: 0;
    width: 25%;
    padding-right: 60px;
    position: relative;
    font-weight: 700;
    font-size: 30px;
    color: #222222;
    margin: 0;
    letter-spacing: -0.025em;
}

#about07 .overview,
#about07 .safety,
#about07 .certification{
    width: 75%;
}

#about07 .overview .table-wrap {
    margin-bottom: 40px;
}

#about07 .overview .table-dy {
}
#about07 .overview .table-dy caption{
    text-align: end;
    color: var(--page-point-color);
    font-weight: 600;
}
#about07 .safety{}
#about07 .safety .intro{font-size: 24px;line-height: 1.5;letter-spacing: -0.025em;font-weight: 500;color: #222;margin-bottom: 35px;}
#about07 .safety .li-safety{
    margin: 0 0 55px;
    border: 1px solid #e0e0e0;
    background: #f8f8f8;
    padding: 45px 61px;
    position: relative;
}

#about07 .safety .li-safety::before {
    content: '';
    width: calc(100% - 26px);
    height: calc(100% - 26px);
    left: 13px;
    top: 13px;
    border: 1px solid #e0e0e0;
    position: absolute;
}
#about07 .safety .li-safety > li{
    font-size: 16px;
    margin-top: 10px;
    position: relative;
    padding-left: 35px;
    line-height: 1.6;
}
#about07 .safety .li-safety > li .num{
    font-size: 13px;
    font-weight: 600;
    display: block;
    width: 22px;
    line-height: 22px;
    text-align: center;
    position: absolute;
    top: 1px;
    left: 0;
    background: #631a1b;
    color: #fff;
}
#about07 .safety .epil{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 20px;
}
#about07 .safety .epil .text{
    display: block;
    margin-right: 16px;
    font-size: 16px;
    font-weight: 600;
    text-align: left;
    line-height: 1.12;
}

#about07 .safety .epil .text .date {
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 3px;
}
#about07 .safety .epil .text .date{
    display: block;
}
#about07 .safety .epil .text .name{
    display: block;
}
#about07 .safety .epil .text .name b{
    font-size: 22px;
    margin-left: 5px;
}
#about07 .safety .epil .sign{
    display: block;
    margin-top: -16px;
}
#about07 .safety .epil .sign img{
    /* width: 80px; */
    /* height: 150px; */
}
#about07 .safety > img{
    float: right;
    width: 175px;
    display: none;
}

#about07 .certification{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0px;
    padding: 30px 30px 20px;
    background: #f8f8f8;
    border: 1px solid #e0e0e0;
}
#about07 .certification .cert{}
#about07 .certification .cert img{
    /* border: 1px solid #ddd; */
    border-top: 1px solid #000;
}
#about07 .certification .cert .caption{
    text-align: center;
    margin: 13px 0 0;
    font-size: 17px;
    font-weight: 600;
    line-height: 1;
}


.biz-list{
    /* display: flex; */
    flex-wrap: wrap;
    gap: 15px;
}
.biz-list > li{
    /* max-width: calc(100% / 4); */
    /* flex: 0 0 23%; */
    padding: 0 15px;
    margin-bottom: 15px;
    position: relative;
}

.biz-list > li::before {
    content: '';
    width: 4px;
    height: 4px;
    background: #890506;
    position: absolute;
    left: 0;
    top: 12px;
}
.biz-list > li .tit{
    /* display: block; */
    font-weight: 500;
    font-size: 20px;
    letter-spacing: -0.025em;
    margin: 0 0 5px;
}
.biz-list > li .en{
    /* display: block; */
    font-size: 14px;
    opacity: 0.8;
    font-weight: 300;
    margin-left: 9px;
}

.table-wrap{
    margin-bottom: 80px;
}
.table.table-dy{
    border-top: 2px solid #890506;
}
.table.table-dy tr{
    border-bottom: 1px solid #ddd;
}
.table.table-dy tr th,
.table.table-dy tr td{
    text-align: center;
    padding: 15px;
    border-top: 0;
    vertical-align: middle;
}
.table.table-dy tr th:last-child,
.table.table-dy tr td:last-child{}
.table.table-dy tr th .en,
.table.table-dy tr td .en{
    display: block;
    font-weight: 300;
    font-size: 13px;
    opacity: 0.85;
    line-height: 1.2;
    letter-spacing: 0;
}
.table.table-dy tr th{
    font-size: 15px;
    width: 220px;
    background: #f8f8f8;
    font-weight: 500;
    padding: 12px 15px;
    color: #404040;
}
.table.table-dy thead tr th{
    font-size: 16px;
    background: #fff;
    font-weight: 700;
    border-bottom: 1px solid #ab8181;
    line-height: 1.3;
    color: #890506;
}
.table.table-dy tbody tr th{}
.table.table-dy tr td{}
.table.table-dy tr td.avg{
    color: #999;
    width: 130px;
    font-size: 18px;
}

.table.table-dy thead tr td.avg {
    font-size: 16px;
    line-height: 1.3;
}
.table.table-dy thead tr td{
    font-weight: 700;
    font-size: 16px;
    /* background: #fff9f5; */
    border-bottom: none;
    padding: 18px 0;
    border-bottom: 1px solid #ab8181;
    color: #890506;
}
.table.table-dy tbody tr td{
    font-size: 20px;
    padding: 12px 15px;
    /* color: #9b0809; */
    font-weight: 600;
}

.rating{
    display: flex;
    justify-content: center;
    align-items: stretch;
    gap: 30px;
    margin: 0 0 75px;
    text-align: center;
    background: #f8f8f8;
}

.rating > .box:first-child dd {
    padding-top: 8px;
    font-size: 44px;
}
.rating .box{
    padding: 50px 25px 47px;
}
.rating .box dl{
    text-align: center;
    margin: 0;
}
.rating .box dl dt{
    font-size: 16px;
    color: #890506;
    margin-bottom: 8px;
}
.rating .box dl dd{
    display: inline-block;
    font-size: 42px;
    font-weight: 700;
    margin: 0 6px;
    line-height: 1.3;
}
.rating .box dl dd small{
    display: block;
    color: #777;
    font-size: 13px;
    font-weight: 400;
}

.history{
    position: relative;
    margin: 0 auto;
}

.history > .timeline:first-child {
    padding-top: 0;
}
.history::before{
    content: '';
    display: block;
    width: 1px;
    height: 100%;
    background: #e0e0e0;
    position: absolute;
    top: 15px;
    left: 42.5%;
}
.history .timeline{
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: nowrap;
    flex-direction: row;
    padding: 11px 0;
    /* border-bottom: 1px solid #e0e0e0; */
}
.history .timeline .year{
    flex: 25%;
    position: relative;
}
.history .timeline .year h5{
    margin: 0;
    font-size: 33px;
    line-height: 1;
    color: #616161;
    font-weight: 700;
    padding-left: 50px;
    position: relative;
    padding-right: 50px;
    text-align: right;
}
.history .timeline .issue{
    flex: 70%;
    padding-top: 8px;
    padding-left: 50px;
    position: relative;
}
.history .timeline .issue ul{}
.history .timeline .issue ul li{
    margin-top: 10px;
    font-size: 15px;
    font-weight: 400;
    padding-left: 170px;
    position: relative;
    letter-spacing: -0.015em;
    line-height: 1.15;
}

.history .timeline .issue ul li small {
    color: #888;
    display: block;
    font-size: 12px;
    letter-spacing: 0;
    font-weight: 300;
    margin-top: 1px;
}

.history .timeline .year::after {
    content: '';
    display: block;
    width: 7px;
    height: 7px;
    background: #771313;
    position: absolute;
    top: 10px;
    right: -184px;
}
.history .timeline .issue ul li:first-child{
    margin-top: 0;
}
.history .timeline .issue ul li span{
    font-weight: 700;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    color: #890506;
    letter-spacing: -0.025em;
}
.history .timeline .issue ul li span.sept{
    letter-spacing: 0.06em;
}

.organ-wrap{
}
.organ-wrap img{}

.video-wrap{
}
.video-wrap > div{}

#about05 .con1 .row{
    display: flex;
    margin: 0;
    align-items: center;
}
#about05 .con1 .map-area{
    padding-left: 0;
    width: 63%;
}
#about05 .con1 .txt-area{
    padding-left: 50px;
    padding-bottom: 25px;
    width: 37%;
}
#about05 .con1 .txt-area h4{
    margin: 0 0 42px;
    font-size: 15px;
    font-weight: 700;
    color: #890506;
    letter-spacing: 0;
}
#about05 .con1 .txt-area .addr{
    font-size: 18px;
    font-weight: 400;
    margin: 0px 0 15px;
    line-height: 1.4;
}

#about05 .con1 .txt-area .company {
    font-weight: 500;
    font-size: 34px;
    letter-spacing: -0.035em;
    margin-bottom: 13px;
    color: #222;
}
#about05 .con1 .txt-area .li-contact{position: relative;}

#about05 .con1 .txt-area .li-contact::before {
    /* content: ''; */
    width: 30px;
    height: 1px;
    background: #333;
    position: absolute;
    left: 0;
    top: 8px;
}
#about05 .con1 .txt-area .li-contact > li{
    position: relative;
    font-size: 14px;
    padding-left: 70px;
    margin-bottom: 5px;
    color: #616161;
    font-weight: 300;
}

#about05 .con1 .txt-area .li-contact > li::before {
    content: '';
    width: 1px;
    height: 10px;
    background: #e0e0e0;
    position: absolute;
    left: 55px;
    bottom: 4px;
}
#about05 .con1 .txt-area .li-contact > li > span{
    font-weight: 500;
    position: absolute;
    top: 0;
    left: 0;
}

/* #about06 .con1 .vision-intro{} */
.vision-intro,
.talent-intro{
    margin-bottom: 80px;
}
.vision-intro p,
.talent-intro p{
    text-align: center;
    font-size: 24px;
    line-height: 1.5;
    letter-spacing: -0.025em;
    font-weight: 500;
    color: #222;
    margin-bottom: 0;
}
.vision-intro p.tit,
.talent-intro p.tit{
    font-style: normal;
    font-weight: 700;
    font-size: 50px;
    text-align: center;
    color: #222;
    line-height: 1;
    margin: 0 0 30px;
}
.vision-intro p.tit span,
.talent-intro p.tit span{
    color:#890506;
}

.vision-wrap{
    display: flex;
    gap: 50px;
}

.vision-wrap > .vision:nth-child(1) .tit h5 {
    color: #890506;
}
.vision-wrap > .vision:nth-child(2) .tit h5 {
    color: #298bcf;
}
.vision-wrap > .vision:nth-child(3) .tit h5 {
    color: #0a51a3;
}

.vision-wrap .vision{
    background: #F8F8F8;
}
.vision-wrap .vision .tit{
    padding: 50px 39px;
}
.vision-wrap .vision .tit .dy{
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 20px;
    color: #353535;
    display: block;
    margin: 0 0 22px;
    position: relative;
    letter-spacing: -0.01em;
}
.vision-wrap .vision .tit .dy b{
    color: #890506
}
.vision-wrap > .vision:nth-child(2) .tit .dy b{
    color:#3691d0;
}
.vision-wrap > .vision:nth-child(3) .tit .dy b{
    color:#1e66b9;
}
.vision-wrap .vision .tit .dy::after{
    content: '';
    display: block;
    width: 209px;
    height: 1px;
    background: #555;
    opacity: 0.3;
    position: absolute;
    top: 12px;
    right: -39px;
}
.vision-wrap .vision .tit h5{
    font-style: normal;
    font-weight: 400;
    font-size: 42px;
    line-height: 37px;
    margin: 0;
    color: #222;
    letter-spacing: -0.005em;
    text-transform: uppercase;
}
.vision-wrap .vision .des{
    padding: 0 39px 60px;
    height: 135px;
}
.vision-wrap .vision .des p{
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    color: #353535;
    margin: 0;
}
.vision-wrap .vision .img{}
.vision-wrap .vision .img img{}

/* 
#about07 .con2 h4{
    font-family: 'Pretendard';
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 37px;
    letter-spacing: -0.025em;
    color: #222;
    text-align: center;
    margin: 50px 0 50px;
} */

.core-value-wrap{}
.core-value-wrap .core-value{
    display: flex;
    gap: 40px;
    align-items: center;
    justify-content: flex-start;
    border-bottom: 1px solid #E0E0E0;
    padding: 30px 40px;
}
.core-value-wrap .core-value:first-child{
    border-top: 2px solid #333;
}
.core-value-wrap .core-value:last-child{}
.core-value-wrap .core-value .tit{
    display: flex;
    gap: 28px;
    align-items: center;
    justify-content: flex-start;
    width: 220px;
}
.core-value-wrap .core-value .tit .icon{
    color: #888;
    display: block;
}
.core-value-wrap .core-value .tit .icon span{
    font-size: 52px;
    line-height: 62px;
    width: 62px;
    font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 48;
}
.core-value-wrap .core-value .tit h5{
    font-family: 'Pretendard';
    font-style: normal;
    font-weight: 700;
    font-size: 26px;
    line-height: 37px;
    letter-spacing: -0.02em;
    color: #353535;
    margin: 0;
}
.core-value-wrap .core-value .tit h5 small{
    display: block;
    font-style: normal;
    font-weight: 700;
    font-size: 13px;
    letter-spacing: 0;
    color: #890506;
    margin-bottom: 4px;
}
.core-value-wrap .core-value .des{}
.core-value-wrap .core-value .des p{
    font-family: 'Pretendard';
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 25px;
    letter-spacing: -0.01em;
    color: #353535;
    margin: 0;
}


.talent-wrap{
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 114px;
}
.talent-wrap .talent{}
.talent-wrap .talent .icon{
    width: 280px;
    height: 280px;
    border-radius: 50%;
    margin: 0px auto 40px;
    background: #F8F8F8;
    position: relative;
}
.talent-wrap .talent .icon img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.talent-wrap .talent dl{}
.talent-wrap .talent dl dt{
    font-weight: 700;
    font-size: 30px;
    line-height: 37px;
    text-align: center;
    letter-spacing: -0.025em;
    color: #222;
    margin-bottom: 15px;
}
.talent-wrap .talent dl dd{
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    color: #353535;
    line-height: 1.5;
}

.recruit-system-wrap{
    display: flex;
    gap: 40px;
    flex-direction: row;
    flex-wrap: wrap;
}
.recruit-system-wrap .recruit-system{
    padding: 50px 60px;
    background: #f8f8f8;
    width: calc(50% - 20px);
    height: 280px;
}
.recruit-system-wrap .recruit-system .tit{
    display: flex;
    gap: 22px;
    margin-bottom: 25px;
    align-items: center;
}
.recruit-system-wrap .recruit-system .tit .icon{
    width: 75px;
    height: 67px;
    display: flex;
    align-items: center;
}

.recruit-system-wrap .recruit-system .tit .icon img {
    margin: 0 auto;
}
.recruit-system-wrap .recruit-system .tit .icon span{}
.recruit-system-wrap .recruit-system .tit h5{
    font-family: 'Pretendard';
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    
/* identical to box height, or 123% */
    color: #222222;
    margin: 0;
    letter-spacing: -0.025em;
}
.recruit-system-wrap .recruit-system .des{}
.recruit-system-wrap .recruit-system .des p{
    font-weight: 400;
    font-size: 16px;
    line-height: 1.65;
/* or 175% */
    color: #353535;
    margin: 0;
}

.material-symbols-sharp {
    font-variation-settings:
    'FILL' 0,
    'wght' 100,
    'GRAD' 0,
    'opsz' 48
  }

.biz-main-wrap{
    padding-top: 60px;
}
.biz-main-wrap .biz-main{
    padding: 80px 0;
    border-bottom: 1px solid #eee;
}
.biz-main-wrap .biz-main:first-child{
}
.biz-main-wrap .biz-main:last-child{border-bottom: none;}
.biz-main-wrap .biz-main > a{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
}
.biz-main-wrap .biz-main > a:hover, .biz-main-wrap .biz-main > a:focus{
    text-decoration: none;
}
.biz-main-wrap .biz-main > a .txt-area{
    display: block;
    width: 85%;
}
.biz-main-wrap .biz-main > a .txt-area h5{
    margin: 0 0 20px;
    font-size: 46px;
    font-weight: 700;
    color: #222;
    letter-spacing: -0.025em;
}
.biz-main-wrap .biz-main > a .txt-area p{
    font-size: 16px;
    margin: 0 0 50px;
    margin: 0;
    line-height: 1.65;
    color: #616161;
}
.biz-main-wrap .biz-main > a .txt-area p b{
    display: block;
    font-size: 24px;
    margin-bottom: 15px;
    color: #222;
    font-weight: 500;
    letter-spacing: -0.025em;
}
.biz-main-wrap .biz-main > a .txt-area .arrow{
    color: #890506;
    font-size: 15px;
    letter-spacing: 0;
    font-weight: 700;
    position: relative;
    display: none;
}

.biz-main-wrap .biz-main > a .txt-area .arrow::after {
    content: '';
    width: 0;
    height: 2px;
    background: #890506;
    position: absolute;
    left: 0;
    bottom: -10px;
    transition: all 0.4s ease;
}
.biz-main-wrap .biz-main > a .txt-area .arrow > span{
    vertical-align: middle;
    font-size: 30px;
    margin-left: 5px;
    transition: all .3s ease;
    font-variation-settings: 'FILL' 0, 'wght' 600, 'GRAD' 0, 'opsz' 48;
}
.biz-main-wrap .biz-main > a:hover .txt-area .arrow::after {width: 80px;}
.biz-main-wrap .biz-main > a:hover .txt-area .arrow > span{
    /* margin-left: 10px; */
}
.biz-main-wrap .biz-main > a .img-area{
    padding-left: 80px;
}
.biz-main-wrap .biz-main > a .img-area img{}
.li-team{
    display: flex;
    margin-bottom: 35px;
    gap: 19px;
}
.li-team > li{
    font-size: 16px;
    color: #890506;
    position: relative;
}
.li-team > li:after{
    content: '';
    display: block;
    width: 2px;
    height: 2px;
    background: #890506;
    border-radius: 50%;
    position: absolute;
    top: 10px;
    right: -10px;
}
.li-team > li:last-child:after{
    display: none
}

[id^="business0"] .content.con1 .row{
}

[id^="business0"] .content.con1 {
    position: relative;
    padding-bottom: 140px;
}

[id^="business0"] .content.con1::before {
    content: '';
    width: 100%;
    height: 350px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #f7f7f7;
}
[id^="business0"] .content.con1 .row > div{
    margin-top: 20px;
}
[id^="business0"] .content.con1 .row >  .txt-area{
    padding-right: 100px;
    margin-top: 30px;
}
[id^="business0"] .content .txt-area p{
    font-size: 18px;
    font-weight: 400;
    line-height: 1.8;
}
[id^="business0"] .content .txt-area p.intro{
    font-size: 36px;
    font-weight: 700;
    margin: 0px 0 35px;
    color: #222;
    line-height: 1.3;
    letter-spacing: -0.025em;
}

[id^="business0"] .content .txt-area p.intro .en {
    display: block;
    letter-spacing: 0;
    font-size: 20px;
    color: #9B0000;
    opacity: 0.45;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-weight: 700;
}
[id^="business0"] .content .img-area{}

.table_blog2{
    /* margin: 0 -20px; */
}
.table_blog2 > dd{
    /* width: 25%; */
    padding: 0 15px;
    margin-bottom: 90px;
}
.table_blog2 .inner{
    border: 0;
}
.table_blog2 .inner .top{
    box-shadow: 0px 0 0 -5px rgba(0,0,0,0.65);
    position: relative;
    top: 0;
    transition: all .3s ease;
}
.table_blog2 .inner:hover .top{
}
.table_blog2 .inner .top a{
    background: #000;
}
.table_blog2 .inner .top a .thumb{
    height: 230px;
    transition: all 0.4s;
    filter: grayscale(1);
    opacity: 0.95;
}

.table_blog2 .inner:hover .top a .thumb {
    transform: scale(1.15);
    filter: grayscale(0);
    opacity: 1;
}
.table_blog2 .inner .bottom{
    padding: 0;
}
.table_blog2 .inner .bottom .title{
    padding: 0;
    margin: 0;
}
.table_blog2 .inner .bottom .title a{
    padding: 18px 0 0;
    font-size: 17px;
    color: #222;
    font-weight: 400;
    text-decoration: none;
    letter-spacing: -0.01em;
    white-space: initial;
    display: -webkit-box;
    word-wrap: break-word;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 65px;
    line-height: 1.35;
}
.table_blog2 .inner:hover .bottom .title a,
.table_blog2 .inner .bottom .title a:hover{
    text-decoration: none;
}
.table_blog2 .inner .bottom .title a span{
    /* display: inline-block; */
}
.table_blog2 .inner .bottom .info{display: none;}
.table_blog2 .inner .bottom .info .writer{}
.table_blog2 .inner .bottom .info .regdate{}



/* ----- Board, Btn ----- */
/* ----- List board ----- */
/* START */
.table.table_default tbody .subject a:hover{
  text-decoration:underline;
  text-underline-position: under;
  text-decoration-thickness: 1px;
}
.table.table_default tbody .subject a{
  color:#222
;
  vertical-align: middle;
}
:where(.table_video, .table_blog2, .table_pd, .table_blog, .table_default, .board_pd_view .pd_title_wrap) .badge{
  margin-right: 0.8em !important;
  background: #616161;
  border:
  none;
  color: #fff;
  font-size: 13px;
  border-radius: 2px;
  font-weight: 500;
  padding: 0.5em 0.58em;
  letter-spacing: 0.3px;
}
.btn.btn-primary{
}
.btn.btn-primary:hover,
.btn.btn-primary:focus{
  background: #581516;
  border-color: #581516;
}
:root{
  --page-point-color: #970a0b;
  --page-danger-color:#F34825;
  --page-dark-color:#222;
  --page-grey-color:#d5d5d5;
}
.checkbox span a{
  color:#ca3334;
  text-decoration: underline;
}

@media (min-width: 768px){
    .table.table_default colgroup col:nth-child(1) {
        width: 12%;
    }
    .table.table_default colgroup col:nth-child(2) {
        width: 70%;
    }
    .table.table_default colgroup col:nth-child(3), 
    .table.table_default colgroup col:nth-child(4), 
    .table.table_default colgroup col:nth-child(5) {
        width: 10%;
    }

    .table.table_default colgroup col:nth-child(3) {
        width: 0%;
    }
    .table.table_default tr td.writer {
        visibility: hidden;
    }
    .table.table_default tr td.regdate {
    }
    .table.table_default thead {
        display: none;
    }
    .table.table_default tr th.num {
        font-size: 32px;
        color: #ccc;
    }
    .table.table_default tr td.cate {
        font-size: 18px;
    }
    .table.table_default tbody .subject a {
        font-weight: 500;
        font-size: 22px;
        letter-spacing: -0.02em;
    }
    .table.table_default tbody .subject > span {
        position: relative;
    }
    .table.table_default tbody .text-muted {
        margin-left: 5px;
        font-size: 16px;
    }
    .table.table_default tr td.hits {
        display: none;
    }
    .table.table_default tr {
        position: relative;
    }
    .table.table_default tr td.regdate, .table.table_default tr td.writer {
        font-size: 15px;
        color: #757575;
    }

.table.table_default tr th, .table.table_default tr td {
    padding: 15px 0;
}
    .table.table_default tbody .subject {padding: 35px 15px;}
    .board_data_view .header_wrap {
        text-align: left;
        padding: 45px 40px;
        border-bottom: 1px solid #eee;
    }
    .board_data_view .header_wrap .title {
        font-size: 30px;
        font-weight: 700;
        line-height: 1.35em;
        letter-spacing: -0.025em;
        color: #222;
    }
    .board_data_view .header_wrap .info {
        margin-top: 20px;
    }
    .board_data_view .header_wrap .info span {
        font-size: 15px;
    }
    .board_data_view .header_wrap .info span+span {
        margin-left: 15px;
    }
    .board_data_view .header_wrap .info span strong {
        color: #666;
        font-weight: 400;
    }
    .board_wrapper .reply_wrap h4 {
        font-size: 16px;
        font-weight: 700;
    }
    #reply_list .media .media-body .media-heading {
        font-weight: 400;
        text-shadow: 0 0 black;
    }

    #reply_list .media .media-body .media-heading small {
        font-size: 13px;
        letter-spacing: 0;
        text-shadow: none;
    }
    #reply_list .media .media-body .info .btn {
        font-weight: 400;
        border: 1px solid #ddd;
        padding: 6px 10px 5px;
        font-size: 12px;
    }
    .board_data_view .contents_wrap {
        font-size: 16px;
        padding: 60px 40px;
    }
    .board_data_view {
        border-bottom: 1px solid #333;
    }
    #reply_list .media .media-body p {
        font-size: 16px;
    }


    /* ----- 게시글 작성 ----- */
    .board_wrapper .table.board_write_table tbody tr th, .board_wrapper .table.board_write_table tbody tr td {
        border: 0;
    }
    .board_wrapper .table.board_write_table tbody tr th {
        background: transparent;
        font-size: 17px;
        font-weight: 600;
        width: 205px;
        padding-left: 28px;
        letter-spacing: -0.025em;
    }
    .checkbox label, .radio label {
        font-size: 16px;
        letter-spacing: -0.025em;
    }
    .board_wrapper .table.board_write_table tbody tr td .btn, .board_wrapper .table.board_write_table tbody tr td .form-control {
        font-size: 15px;
        letter-spacing: -0.034em;
    }
    .board_wrapper .table.board_write_table .files .added_0 .refresh {
        margin-right: 0;
        margin-left: 10px;
    }
    .board_wrapper .table.board_write_table .files .tempChk {
        font-size: 14px;
    }
    .board_wrapper .table.board_write_table .files .fileInput .file_add {
        padding: 3px 4px 2px;
    }
    table.board_write_table tbody tr:nth-child(1) th, table.board_write_table tbody tr:nth-child(1) td {
        padding-top: 30px !important;
    }

    table.board_write_table tbody tr:last-child th, table.board_write_table tbody tr:last-child td {
        padding-bottom: 30px !important;
    }
    .board_wrapper .table.board_write_table .files + .sumChk {
        border-color: #eee;
    }

    #form_history_list .board_wrapper,
    #form_history_nologin .board_wrapper{
        visibility:visible;
    }
    .pagination_wrap, 
    .search_wrap{
        /* visibility: hidden; */
    }
    .cke_screen_reader_only {
        bottom: 0;
    }
    .category_wrap ul li a {
        font-size: 18px;
        color: #888;
        border: 0;
        font-weight: 500;
    }
    .category_wrap ul li.on a, .category_wrap ul li.on a:hover, .category_wrap ul li.on a:focus {
        color: #333;
        font-weight: 700;
    }
    .category_wrap ul li+li {
        margin-left: 31px;
        position: relative;
    }

    .category_wrap ul li+li::before {
        content: '';
        display: block;
        width: 1px;
        height: 16px;
        background: #ccc;
        position: absolute;
        left: -15px;
        top: 2px;
    }
}
/* ----- 모바일 ----- */
@media (max-width: 768px){
    .table.table_default tr {
        position: relative;
    }
    .table.table_default thead {
        display: none;
    }
    .table.table_default tr th, .table.table_default tr td {
        border-bottom: 1px solid #eee;
    }

.table.table_default tr td.writer {
    visibility: hidden;
}

.table.table_default tr td {
    padding-left: 0;
    padding-right: 0;
}
    .table.table_default colgroup col:nth-child(1) {
        width: 12%;
        width: 0;
    }

.table.table_default colgroup col:nth-child(2) {
    width: 70%;
}

.table.table_default colgroup > col:nth-child(3) {
    width: 0;
}

.table.table_default colgroup col:nth-child(4) {
    width: 20%;
}
    .table.table_default tbody .subject {
        padding: 18px 10px 18px 5px;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: initial;
        position: relative;
    }

:where(.table_video, .table_blog2, .table_pd, .table_blog, .table_default, .board_pd_view .pd_title_wrap) .badge {
    font-size: 12px;
}
    .table.table_default tbody .subject a {
        font-size: 15px;
        font-weight: 500;
        letter-spacing: -0.034em;
        line-height: 1.3em;
    }

    .table.table_default tbody .num {
      color: #ccc;
      font-size: 20px;
      padding: 0;
    }
    .board_data_view {
        border-top: 1px solid #333;
    }
    .board_data_view .header_wrap {
        padding: 30px 10px 25px;
        border-bottom: 1px solid #ddd;
    }
    .board_data_view .header_wrap .title {
        text-align: left;
        font-size: 20px;
        letter-spacing: -0.034em;
        line-height: 1.2em;
        font-weight: 700;
    }

    .board_data_view .header_wrap .info {
        text-align: left;
    }

    .board_data_view .header_wrap .info span {
        font-size: 12px;
    }
    .board_data_view .contents_wrap {
        padding: 30px 15px;
    }
    .board_wrapper .table.board_write_table tbody tr th, .board_wrapper .table.board_write_table tbody tr td {
        border-top: 0;
        background: transparent;
    }
    
    .table.table_responsive tbody tr {
        margin-bottom: 5px;
    }
    
    .board_wrapper .table.board_write_table tbody tr th {
        padding: 15px 10px 0 !important;
    }
    
    .board_wrapper .table.board_write_table {
        border-top: 1px solid #333;
    }
    
    .board_wrapper .table.board_write_table .input-group.input-group-big, .board_wrapper .table.board_write_table .form-control.form-control-big {
        width: 100%;
    }
    .board_wrapper .text-center .btn.btn-lg {
        min-width: 150px;
    }
    
    .board_wrapper .table.board_write_table .files .fileInput .file_add {
        padding: 5px 8px;
        margin-bottom: 10px;
    }
}





@media (max-width: 767px){
    .subMenu{display: none;}
    .subContent_title {
        padding: 45px 0 0;
    }
    .greeting {
        padding: 20px 0px 0 0px;
    }
    .greeting p.intro {
        font-size: 20px;
        margin-bottom: 30px;
    }
    .greeting .epil .left .ceo {
        font-size: 14px;
    }
    .greeting .epil .right {
        width: 100px;
    }
    #about07 .con2 .container, #about07 .con3 .container, #about07 .con4 .container, #about07 .con5 .container {
        display: block;
    }
    #about07 .con2 h4, #about07 .con3 h4, #about07 .con4 h4, #about07 .con5 h4 {
        margin: 0 0 30px;
        width: 100%;
    }
    #about07 .overview, #about07 .safety, #about07 .certification {
        width: 100%;
    }
    #about07 .certification{
        padding: 50px;
        grid-template-columns: repeat(1, 1fr);
        gap: 30px;
    }
    #about07 .safety .intro {
        font-size: 18px;
    }
    #about07 .safety .li-safety {
        padding: 25px 31px;
    }
    .biz-list > li .tit {
        display: block;
        font-size: 17px;
    }
    .biz-list > li .en {
        display: block;
        font-size: 12px;
        margin-left: 0px;
    }

    .rating {
        display: block;
    }
    .rating .box {
        padding: 25px 25px 25px;
    }

    .history {
        padding-left: 30px;
    }
    .history::before {
        left: 0;
    }
    .history .timeline {
        display: block;
        padding: 17px 0;
    }
    .history .timeline .year h5 {
        margin: 0 0 15px;
        font-size: 28px;
        padding-left: 0;
        padding-right: 0;
        text-align: left;
    }
    .history .timeline .issue {
        padding-left: 0;
    }
    .history .timeline .issue ul li {
        padding-left: 65px;
    }
    .history .timeline .year::after {
        right: auto;
        left: -33px;
    }
    #about05 .con1 .row {
        display: block;
        margin: 0 -15px;
    }
    #about05 .con1 .map-area {
        padding-left: 15px;
        width: 100%;
    }
    #about05 .con1 .txt-area {
        padding-left: 15px;
        padding-bottom: 0;
        width: 100%;
    }
    #about05 .con1 .txt-area h4 {
        margin: 20px 0 20px;
    }

    [id^="business0"] .content.con1 .row > .txt-area {
        padding-right: 15px;
        margin-top: 30px;
    }
    [id^="business0"] .content .txt-area p.intro {
        font-size: 26px;
    }
    [id^="business0"] .content .txt-area p.intro .en {
        font-size: 16px;
    }
    [id^="business0"] .content .txt-area p {
        font-size: 16px;
    }
    .li-team {
        flex-wrap: wrap;
    }
    .li-team > li {
        font-size: 14px;
    }

    .table_blog2 > dd{
        width: 100%;
        margin-bottom: 30px;
    }

    .talent-wrap {
        display: block;
    }

    .vision-intro p.tit, .talent-intro p.tit {
        font-size: 36px;
    }
    .vision-intro p, .talent-intro p {
        text-align: center;
        font-size: 18px;
    }

    .talent-wrap .talent .icon {
        width: 130px;
        height: 130px;
        margin: 0px auto 20px;
    }
    .talent-wrap .talent .icon img {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 50%;
    }
    .talent-wrap .talent dl dt {
        font-weight: 700;
        font-size: 21px;
        line-height: 1;
    }
    .talent-wrap .talent dl dd {
        font-weight: 400;
        font-size: 14px;
    }
    .recruit-system-wrap {
        display: flex;
        gap: 10px;
    }
    .recruit-system-wrap .recruit-system {
        padding: 20px 20px;
        background: #f8f8f8;
        width: 100%;
        height: auto;
    }
    .recruit-system-wrap .recruit-system .tit {
        display: block;
    }
    .recruit-system-wrap .recruit-system .tit .icon{
        margin: 0 auto 15px;
    }
    .recruit-system-wrap .recruit-system .tit h5 {
        font-size: 20px;
        text-align: center;
    }
    .recruit-system-wrap .recruit-system .des p {
        font-weight: 400;
        font-size: 13px;
    }
    .table.table_default tr td.writer{display: none;;}
    .table.table_default tbody .num {
        width: 16%;
    }
    .table.table_default tbody .subject {
        width: 55%;
    }
    .table.table_default tr .regdate, .table.table_default tr .hits{/* display: none; */font-size: 12px;color: #757575;}

    .board_wrapper .table.board_write_table tbody tr td .btn,
    .board_wrapper .table.board_write_table tbody tr td .form-control,
    .board_wrapper .table.board_write_table .input-group.input-group-big,
    .board_wrapper .table.board_write_table .form-control.form-control-big{width: 100%;}

    #list_btn{display: none;}
    #write_btn{margin: 0;}
}
@media (min-width: 768px) and  (max-width: 991px){
    .subMenu .nav > li {
        text-align: center;
        margin: 0 8px;
        min-width: 90px;
    }
    .subMenu .nav > li > a {
        font-size: 14px;
        padding: 18px 0;
    }
    .greeting p.intro {
        font-size: 32px;
    }
}
@media (min-width: 992px) and  (max-width: 1199px){}
/* //서브페이지 */

/* 푸터 */

footer {text-align: left;padding: 45px 0;background: #1a1a1a;color: #9e9e9e;font-size: 13px;}
footer .footer-logo{}
footer .footer-logo h1{margin: 0;}
footer .footer-logo h1 > a{display: block;}
footer .footer-logo h1 > a > img{display: block;}
footer .footer-text{}
footer .footer-text p{
    color: #e0e0e0;
    font-size: 15px;
    margin: 0 0 10px;
}

footer .footer-text p strong {
    font-weight: 500;
}
footer .footer-text ul{padding-left: 0;margin-bottom: 0;}
footer .footer-text ul:after{content: '';clear: both;display: table;}
footer .footer-text ul li{float: left;margin-right: 15px;line-height: 1.45;}
footer .footer-text ul li address{margin-bottom: 0;line-height: 1.45;}
footer .footer-text .copyrights{display: block;font-size: 11px;margin-top: 10px;color: #616161;letter-spacing: 1px;}

@media (max-width: 767px){}
@media (min-width: 768px) and  (max-width: 991px){}
@media (min-width: 992px) and  (max-width: 1199px){}
/* //푸터 */


.maintenance {padding: 80px 0;text-align: center;background: #f5f5f5;}

.maintenance .btn {
    font-size: 14px;
    letter-spacing: 0;
    width: 150px;
    height: 50px;
    padding: 13px 0;
    border-color: #e0e0e0;
    color: #353535;
}

[id^='business'] .maintenance {
    display: none;
}
.maintenance .icon {display: block;line-height: 1;font-size: 70px;margin-bottom: 30px;}
.maintenance .big-cont {display: block;line-height: 1;font-size: 24px;font-weight: 500;letter-spacing: -0.025em;margin-bottom: 30px;}
.maintenance .small-cont {display: block;line-height: 1.5;font-size: 17px;letter-spacing: -0.03em;color: #818181;margin-bottom: 20px;}
.member_wrapper {
    min-height: calc(100vh - 184px);
    padding-bottom: 100px;
    padding-top: 220px;
}

.member_wrapper h1 {
    border-bottom: none;
    padding-bottom: 0;
}