@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300;400;700&display=swap');
@import url('https://webfontworld.github.io/pretendard/Pretendard.css');

.material-symbols-outlined {}

html {overflow-x: hidden;overflow-y: scroll;}
#site {background-color: #fff;word-break: keep-all !important;padding-top: 9.7rem;}
#site > .container{width: 100%;padding: 0;}
/* 폰트 설정 */
#site, h1, h2, h3, h4, h5, h6, input, textarea, button {font-family: 'Pretendard', 'notokr', 'Apple SD Neo Gothic', 'Malgun Gothic', 'Gulim', 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%;}
}

/* 상단 네비게이션 */

.navbar.navbar-inverse{background-color: #fff;border-bottom: 1px solid #eee;}
.navbar-header .navbar-brand{display: block;padding: 0;font-size: 2.0rem;margin-top: 3.2rem;margin-left: 0 !important;height: auto;width: 27rem;}
.navbar-header .navbar-brand img{margin-top: -5px;display: inline-block;}

.nav.navbar-nav > li > a{display: block;height: 100%;padding: 3.8rem 3.3rem;font-size: 1.8rem;color: #444;font-weight: 600;}
.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: #7c1f1a;background: none;}
.nav.navbar-nav li .dropdown-menu{left: 50%;right: auto;border-radius: 0;border: 0;padding: 0;transform: translateX(-50%);border-top: 3px solid #791c1a;}
.nav.navbar-nav li .dropdown-menu li a{padding: 1.1rem 1.5rem;text-align: center;color: #000;font-size: 1.5rem;border-bottom: 1px solid #eee;}
.nav.navbar-nav li .dropdown-menu li:last-child a {
    border-bottom:0;
}
.nav.navbar-nav li .dropdown-menu li a:hover{
    color: #fff;
    background: #791c1a;
}


@media (max-width: 767px){
    html{
        font-size: 2vw;
    }
    #site{}
    
    .navbar-header .navbar-brand {
        margin-top: 28px;
        margin-left: 15px !important;
        width: 210px;
    }

    /*.navbar-inverse .navbar-toggle{border:1px solid #666;}*/
    .navbar-inverse .navbar-toggle {
        border: 0;
        padding: 9px 0;
        margin: 24px 15px;
        margin-left: 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 {
        padding: 22px 15px;
        font-size: 18px;
        text-align: center;
    }
    .nav.navbar-nav li .dropdown-menu {
        transform: translateX(0%);
        background: #f8f8f8;
    }
    .nav.navbar-nav li .dropdown-menu li a {
        padding: 14px 0;
        text-align: center;
        font-size: 16px;
    }
}
@media (min-width: 768px) and  (max-width: 991px){
    #site{}
    .navbar-header .navbar-brand {
        width: 24rem;
    }
    .nav.navbar-nav > li > a {
        padding: 3.8rem 2rem;
        font-size: 1.6rem;
    }
}
@media (min-width: 992px) and  (max-width: 1199px){
    #site{}
    .nav.navbar-nav > li > a {
        padding: 3.8rem 2.8rem;
    }
}

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

/* 슬라이드 영역 */
#mainCarousel .carousel-inner .item{height: 68rem;}
#mainCarousel .carousel-inner .item::before {
    content:'';
    display:block;
    position:absolute;
    width:100%;
    height:100%;
    background:#000;
    opacity:.56;
}
#mainCarousel .carousel-inner .item .carousel-caption{padding: 0;left: calc((100% - 114.0rem) / 2);right: calc((100% - 114.0rem) / 2);text-shadow: none;top: 38%;}
#mainCarousel .carousel-inner .item h1{
    font-weight: 700;
    font-size: 6rem;
    text-align: left;
    letter-spacing: -0.025em;
    margin-bottom: 2.5rem;
}
#mainCarousel .carousel-inner .item p{
    font-size: 2.2rem;
    text-align: left;
    font-weight: 300;
}
#mainCarousel .carousel-control{display: none;}
#mainCarousel .carousel-indicators li,
#mainCarousel .carousel-indicators li.active{width: 1.2rem;height: 1.2rem;border: 1px solid #fff;margin: 0 0.3rem;}
#mainCarousel .carousel-indicators li.active{}

@media (max-width: 767px){
    #mainCarousel .carousel-inner .item {
        height: 50rem;
    }
    #mainCarousel .carousel-inner .item .carousel-caption{left: 15px;right: 15px;}
    #mainCarousel .carousel-inner .item h1 {
        font-weight: 700;
        font-size: 5.2rem;
    }
    #mainCarousel .carousel-inner .item p {
        font-size: 2.7rem;
    }
}
@media (min-width: 768px) and  (max-width: 991px){
    #mainCarousel .carousel-inner .item {
        height: 49rem;
    }
    #mainCarousel .carousel-inner .item .carousel-caption{left: calc((100% - 75.0rem) / 2);right: calc((100% - 75.0rem) / 2);}
}
@media (min-width: 992px) and  (max-width: 1199px){
    #mainCarousel .carousel-inner .item {
        height: 60rem;
    }
    #mainCarousel .carousel-inner .item .carousel-caption{left: calc((100% - 97.0rem) / 2);right: calc((100% - 97.0rem) / 2);}
}
/* //슬라이드 영역 */

/* 메인 중단영역 */

#main_wrapper > section{padding: 8rem 0;}

.board_box_list{
    margin: 0 !important;
    padding-right: 1.3rem;
}
.board_box_list .page-header{
    margin: 0 0 1rem;
    border-color: #999;
}
.board_box_list .page-header h4{
    margin: 0;
    font-size: 2.7rem;
    color: #000;
}
.board_box_list .page-header a.pull-right{
    color: #333;
    font-size: 1.8rem;
    margin-top: 0.3rem;
}
.board_box_list .page-header a.pull-right:hover{color: #db2a03;}
.board_box_list .type_list{}
.board_box_list .type_list > li{
    padding: 0.87rem 0;
    border-bottom: 1px solid #ddd;
}
.board_box_list .type_list > li a{
    font-size: 1.5rem;
    color: #000;
    padding-bottom: 0;
}
.board_box_list .type_list > li a:hover {
    text-decoration:none;
}
.board_box_list .type_list > li .info{}
.board_box_list .type_list > li .info .regdate{}
.board_box_list .type_list > li .info .hits,
.board_box_list .type_list > li .info .writer{display: none;}

.main-link-wrap{
    display: flex;
    gap: 1.rem;
    padding-left: 3.5rem;
}
.main-link-wrap .main-link{
    flex: 1;
    position: relative;
    min-height: 7rem;
}
.main-link-wrap .main-link:hover,
.main-link-wrap .main-link:focus{
    text-decoration: none;
}
.main-link-wrap .main-link img{min-height: 259px;}
.main-link-wrap .main-link .caption{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(102 30 4 / 82%);
    transition: all .3s ease;
}
.main-link-wrap .main-link:nth-child(2) .caption {
    background: rgba(140, 78, 10, 0.82);
}
.main-link-wrap .main-link:nth-child(3) .caption {
    background: rgb(38 21 2 / 82%);
}
.main-link-wrap .main-link .caption .tit{
    line-height: 1;
    font-size: 2.7rem;
    color: #fff;
    font-weight: 600;
    position: absolute;
    top: 3rem;
    left: 3rem;
}
.main-link-wrap .main-link .caption .more{
    color: rgba(255, 255, 255, 0.75);
    line-height: 1;
    font-size: 1.4rem;
    position: absolute;
    bottom: 3rem;
    left: 3rem;
}
.main-link-wrap .main-link .caption .more::before {
    content: '';
    display: block;
    position: absolute;
    width: 2.1rem;
    height: 1rem;
    background-image: url(/public/img/main/arrow-m.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    right: -3rem;
    top: 0.2rem;
    opacity: .75;
    transition: all .3s ease;
}
.main-link-wrap .main-link:hover .caption .more::before {
    right: -3.8rem;
    opacity: 1;
}
.main-link-wrap .main-link:hover .caption .more {
    color:#fff;
}
.main-link-wrap .main-link:hover .caption,
.main-link-wrap .main-link:focus .caption{background: rgba(0,0,0,0.3);}

@media (max-width: 767px){
    .main-bbs{
        margin-bottom: 3rem;
    }
    .main-link-wrap {
        display: block;
        padding: 0 15px;
    }
    .main-link-wrap .main-link {
        min-height: auto;
        overflow: hidden;
        display: block;
        height: 18rem;
    }
    .main-link-wrap .main-link img {
        min-height: auto;
        width: 100%;
        position: relative;
        top: -50%;
    }
    .board_box_list{padding: 0;}
}
@media (min-width: 768px) and  (max-width: 991px){
    .main-bbs, .main-link-wrap{width: 100%; padding: 0 15px;}
    .main-bbs{
        margin-bottom: 3rem;
    }
    .board_box_list{padding: 0;}
}
@media (min-width: 992px) and  (max-width: 1199px){}

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

/* 서브페이지 */

.subHeader {height: 28rem;background-image: url(/public/img/sub/sub_title.jpg);background-size: cover;background-repeat: no-repeat;background-position: center;display: flex;align-items: center;justify-content: center;position: relative;z-index: 0;}
.subHeader::before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .55;
    z-index: -1;
}
.subHeader .container{}
.subHeader .container h2{text-align: center;color: #fff;font-size: 4.2rem;margin: .5rem 0 1.5rem;font-weight: 600;letter-spacing: 0.01em;}
.subHeader .container .breadcrumb{padding: 0;margin: 0;background: none;text-align: center;}
.subHeader .container .breadcrumb > li > a,
.subHeader .container .breadcrumb > li.active{color:#fff; opacity: 0.7;}

.subMenu{
    /* margin: 5rem 0 0; */
    border-bottom: 1px solid #eee;
}
.subMenu .nav{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0;
    /* border: 1px solid #ddd; */
    background: #fff;
    z-index: 1;
    position: relative;
}
.subMenu .nav::before,
.subMenu .nav::after{display: none;}
.subMenu .nav > li{
    margin: 0;
    width: 50%;
    text-align: center;
}
.subMenu .nav > li > a{
    background: none;
    color: #999;
    border-radius: 0;
    padding: 0;
    line-height: 1;
    font-size: 1.8rem;
    border-bottom: 0;
    font-weight: 600;
    position:relative;
    padding: 1.9rem;
    border-right: 1px solid #ddd;
}
.subMenu .nav > li:last-child > a {
    border-right:0;
}
.subMenu .nav > li:first-child > a::before {
    display:none;
}
.subMenu .nav > li > a:hover,
.subMenu .nav > li > a:focus{
    color: #000;
    background: none;
}
.subMenu .nav > li.active > a{
    color: #fff;
    font-weight: 600;
    background: #d07918;
    background: linear-gradient(90deg, #d07918 0%, #81251b 100%);
}

.subContent{padding-top: 10rem;}
.subContent_title{}
.subContent_title h3{
    text-align: center;
    margin: 0 0 10rem;
    color: #000;
    font-size: 4.1rem;
    font-weight: 700;
}
.table.table_default thead th {
    background-color: #fff;
    border-bottom-color: #aaa;
    font-size: 1.6rem;
    color: #222;
    padding: 1.6rem 0;
}
.table.table_default tr td, .table.table_default tr th {
    font-size: 1.6rem;
    padding: 1.5rem 1.5rem 1.4rem;
}
.table.table_default tr:hover {
    background: #f8f8f8;
}
.board_wrapper .table.board_write_table tbody tr th {
    font-size: 1.5rem;
}
.checkbox label {
    font-size: 1.5rem;
    font-weight: 500;
}
.table.table_default tr td.regdate, .table.table_default tr td.hits,
.table.table_default tr td.writer {
    color: #999;
}
.btn.btn-primary:hover, .btn.btn-primary:focus {
    background-color: #000;
}
:where(.table_video, .table_blog2, .table_pd) .inner :where(.bottom .title a, .title a) :where(:hover, :focus) {
    color: #aa4719;
}
.pagination_wrap li.active :where(a, a:hover, a:focus) {
    color: #111;
    font-weight: 700;
    text-decoration: underline;
}
:where(.table_video, .table_blog2) .inner :where(.bottom .title a, .title a):hover {
    text-decoration:none;
}
.btn.btn-primary {
    background-color: #333;
    border: 1px solid #333;
    color: #fff;
}
:where(.table_video, .table_blog2, .table_pd) .inner:hover {
    border-color: #aa4719;
}
.board_wrapper .text-center .btn.btn-lg {
    font-size: 1.5rem;
}
.btn.btn-outline-primary:hover, .btn.btn-outline-primary:focus {
    background-color: #db8519;
    color: #fff;
}
.btn.btn-outline-primary {
    background: none;
    border: 1px solid #db8519;
    color: #db8519;
}
.form-control:not([readonly]):focus {
    border-color: #83281b;
}
#captcha:hover {
    border-color: #83281b !important; 
}
.subContent .content, .bbs-section{padding-bottom: 13rem;}
.bbs-area .board_wrapper{margin-top: 0;}
.subContent .content h4{}
.subContent .content h4::before{content: '';}
.search_wrap {
    margin-bottom: 3rem !important;
}
.bbs-area .board_wrapper.board_blog2_view{max-width: 890px;margin: 0 auto 50px;}
.board_data_view{/* border-top: 0; */padding: 12rem 4rem;}
.board_data_view .header_wrap {
    text-align: center;
    padding: 4rem 0;
    border-bottom: 1px solid #aaa;
    display: none;
}
.board_data_view .header_wrap h4 {
    font-weight: 600;
    letter-spacing: -0.015em;
    font-size:2.4rem;
}
.board_wrapper .text-center span {
    font-size: 1.6rem !important;
}
.board_data_view .contents_wrap{padding: 0;}
.overview{
    margin: 0 0 10rem;
}
.overview .image{
    /* margin-right: 16rem; */
}
.overview .image img{}
.overview .text{
    background: #fff;
    position: relative;
    text-align: center;
    margin-top: 4rem;
}
.overview .text p{
    margin: 0 0 2rem;
    font-size: 1.8rem;
}
.overview .text p b{
    font-size: 1.8rem;
    color: #711419;
}
.overview .text .table-overview{
    width: 100%;
    border-bottom: 1px solid #ddd;
    border-top: 3px solid #cd7618;
}
.overview .text .table-overview tr{
    /* border-top: 1px solid #ddd; */
}
.overview .text .table-overview tr th,
.overview .text .table-overview tr td{
    font-size: 1.6rem;
    padding: 1.2rem 2.4rem;
}
.overview .text .table-overview tr th{
    text-align: center;
    border-top: 1px solid #dfdfdf;
    padding: 1.3rem 1.5rem 1.2rem;
    background: #fff9f2;
    color: #111;
    border-right: 1px solid #dfdfdf;
    font-weight: 700;
    border-left: 1px solid #dfdfdf;
}
.overview .text .table-overview tr th::before{
    content: '';
}
.overview .text .table-overview tr td{
    border-top: 1px solid #ddd;
}
.overview .text .table-overview tr td:last-child {
    border-right: 1px solid #ddd;
}

.history{
    position: relative;
}
.history::before{
    content: '';
    display: block;
    width: 1px;
    height: 100%;
    position: absolute;
    left: 57.5rem;
    background: #ddd;
}
.history .timeline{
    display: flex;
    padding: 2.5rem 0;
    gap: 8rem;
    align-items: flex-start;
    margin-left: 36rem;
}
.history .timeline .year{
    margin: 0;
    font-size: 5.6rem;
    letter-spacing: -0.023em;
    font-weight: 900;
    color: #d5bfbd;
    width: 20rem;
    font-style: italic;
}
.history .timeline .issue{
    flex: 1;
    padding-top: 2rem;
}
.history .timeline .issue > li{
    display: flex;
    font-size: 1.8rem;
    line-height: 4rem;
    position: relative;
}
.history .timeline .issue > li::before{
    content: '';
    display: block;
    width: 0.7rem;
    height: 0.7rem;
    background: #862b1b;
    position: absolute;
    top: 1.6rem;
    left: -6.8rem;
}
.history .timeline .issue > li .date{
    font-weight: 900;
    width: 3rem;
    margin-right: 1rem;
}
.history .timeline .issue > li .des{
    flex: 1;
}

.table_style01{margin-bottom: 15px;}
.table_style01 thead tr th{border-top: 2px solid #111;background: #f7f7f7;border-bottom: 0;}
.table_style01 tr :is(th, td){
    font-size: 14px;padding: 8px;
    line-height: 17px;
    word-break: break-all;
    text-align: center;
    vertical-align: middle !important;
}
@media (max-width: 767px){.table-responsive:has(.table_style01){width: 160px;}}

.greet{
    display: flex;
    gap: 7rem;
}
.greet .image{
    width: 42rem;
}
.greet .image img{}
.greet .text{
    flex: 1;
}
.greet .text p{
    font-size: 1.8rem;
    margin: 0 0 3rem;
    color: #000;
}
.greet .text p.intro{
    font-size: 2.8rem;
    font-weight: 600;
    color: #932002;
}
.greet .text p.ceo{
    margin: 0;
}
.greet .text p.ceo .company{
    display: block;
    font-size: 1.6rem;
    font-weight: 900;
}
.greet .text p.ceo .name{
    font-weight: 700;
    display: flex;
    gap: 1.2rem;
    align-items: baseline;
}
.greet .text p.ceo .name .position{}
.greet .text p.ceo .name b{
    font-size: 3.4rem;
}
.greet-prize{
    border-top: 3rem solid #c9a04c;
    border-left: 3rem solid #d4b46f;
    border-right: 3rem solid #c9a04c;
    border-bottom: 3rem solid #d4b46f;
    padding: 4rem;
    width: 60%;
    margin: 7rem auto 0;
}
.greet-prize img{}

.root_daum_roughmap{width: 100% !important;}
.location-wrap{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 8rem 3rem;
}
.location-wrap .location{}
.location-wrap .location .map{}
.location-wrap .location .text{
    padding: 3rem;
    background: #fafafa;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    position: relative;
    border: 1px solid #e4e4e4;
}
.location-wrap .location:first-child .text {
    padding: 4rem 4rem;
}
.location-wrap .location:first-child .text::before {
    content: 'JH C.O.R.P';
    display: block;
    position: absolute;
    font-size: 4.5rem;
    font-weight: 700;
    left: 3.8rem;
    bottom: 2.3rem;
    opacity: .1;
    /* font-style: italic; */
}
.location-wrap .location .text h5{
    font-size: 2.4rem;
    color: #000;
    font-weight: 700;
    margin: 0 0 1.4rem;
}
.location-wrap .location:nth-child(2) .text h5, .location-wrap .location:nth-child(3) .text h5 {
    font-size:2.2rem;
}
.location-wrap .location .text .li-location{}
.location-wrap .location .text .li-location > li{
    font-size: 1.6rem;
    margin-top: 0.3rem;
    display: flex;
    align-items: center;
    gap: 1rem;
}
.location-wrap .location:nth-child(2) .text .li-location > li,
.location-wrap .location:nth-child(3) .text .li-location > li{
    margin:0;
}
.location-wrap .location .text .li-location > li .tit{
    font-weight: 700;
    color: #a42708;
    width: 6rem;
    font-size: 1.4rem;
}
.location-wrap .location .text .li-location > li .des{
    flex: 1;
}
.location-wrap .location.hq{
    grid-column: auto / span 2;
}
.location-wrap .location.hq .text h5{}

.prod-nav-wrap{
    margin: -5rem 0 7rem;
}
.prod-nav-wrap .prod-nav{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
}
.prod-nav-wrap .prod-nav li{
    width: 12rem;
}
.prod-nav-wrap .prod-nav li a{
    font-size: 1.6rem;
    display: block;
    text-align: center;
    color: #81251b;
    border: 1px solid #81251b;
    line-height: 3.9rem;
    border-radius: 5rem;
    opacity: 0.7;
    font-weight: 500;
    background: #fff;
}
.prod-nav-wrap .prod-nav li a:hover,
.prod-nav-wrap .prod-nav li a:focus{
    /* opacity: 1; */
    text-decoration: none;
    color: #81251b;
    background: #fff;
}
.prod-nav-wrap .prod-nav li.active a{
    font-weight: 500;
    color: #fff;
    background: #81251b;
    border-color: #81251b;
    opacity: 1;
}

.prod-wrap{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 3rem 3rem;
}
.prod-info{
    display: flex;
    gap: 4rem;
    /* padding: 6rem 4.5rem 6rem; */
    /* background: #fafafa; */
}
.prod-info .image{
    width: 15rem;
}
.prod-info .image img{
    border: 1px solid #ddd;
    padding: 11px;
    background: #fff;
}
.prod-info .text{
    flex: 1;
}
.prod-info .text .price{
    margin: .5rem 0 1.5rem;
    line-height: 1;
    padding-left: 1.7rem;
    position:relative;
}
.prod-info .text .price::before {
    content:'';
    display:block;
    position:absolute;
    width: .6rem;
    height: .6rem;
    background: #222;
    left:0;
    top: 9px;
}
.prod-info .text .price small{
    font-size: 2rem;
    color: #111;
    font-weight: 700;
    margin-right: .4rem;
}
.prod-info .text .price .num{
    font-size: 2.2rem;
    font-weight: 700;
    letter-spacing: -0.023em;
    color: #ca1108;
}
.prod-info .text .price .unit{
    font-size: 2rem;
    font-weight: 700;
    margin-left: 0.4rem;
    color: #111;
}
.prod-info .text .table-prod{
    width: 100%;
    border-top: 2px solid #d07918;
}
.prod-info .text .table-prod tr{
    border-bottom: 1px solid #ddd;
}
.prod-info .text .table-prod tr th,
.prod-info .text .table-prod tr td{
    font-size: 1.5rem;
    padding: 1.2rem 1.2rem;
}
.prod-info .text .table-prod tr th{
    color: #444;
    font-size: 1.5rem;
    /* padding-left: 0; */
    background: #fffaf4;
    color: #333;
    font-weight: 600;
    width: 28%;
}
.prod-info .text .table-prod tr td{
    background: #fff;
}

#board_data_blog2{
    text-align: center;
}
#board_data_blog2 > dd{
    width: 25%;
}
#product03 #board_data_blog2 > dd {
    width: 100%;
}
:where(.table_video, .table_blog2, .table_pd) .inner .top a span.thumb{
    height: auto;
    aspect-ratio: 0.8;
    background-size: contain;
}
:where(.table_video, .table_blog2, .table_pd) .inner .bottom{
    padding: 0;
}
:where(.table_video, .table_blog2, .table_pd) .inner .bottom .title{
    margin: 0;
    padding: 0;
}
:where(.table_video, .table_blog2, .table_pd) .inner .bottom .title a{
    display: block;
    padding: 15px;
    text-align: center;
    font-weight: 500;
    padding-top: 0;
}
:where(.table_video, .table_blog2, .table_pd) .inner .bottom .title a:hover {
    color : #aa4719;
}
:where(.table_video, .table_blog2, .table_pd) .inner .bottom .title a span{}
:where(.table_video, .table_blog2, .table_pd) .inner .bottom .info{display: none;}

#product03 .img-wrap{
    display: flex;
    flex-wrap: wrap;
    gap: 2.5rem 2rem;
    padding-left: 1rem;
}
#product03 .img-wrap .box{
}
#product03 .img-wrap .box.top{
    width: calc((100% / 3) - 1.65rem);
    background: #f5f5f5;
    padding: 1rem 1rem 1.3rem;
}
#product03 .img-wrap .box .caption{
    text-align: center;
    font-size: 1.6rem;
    font-weight: 600;
    color: #000;
    margin: 1.4rem 0 0;
}
#product03 .img-wrap .box img{
    margin: 0;
    height: 24rem;
}
#product03 .img-wrap .box:nth-child(7) img, #product03 .img-wrap .box:nth-child(8) img, #product03 .img-wrap .box:nth-child(9) img {
    height: 38rem;
}

#form_support02 #list_btn{display: none;}

:is(#product04, #product05) :where(.table_video, .table_blog2, .table_pd) .inner .top a span.thumb{aspect-ratio: inherit;height: 220px;background-size: cover;}
:is(#product04, #product05) #board_data_blog2 > dd{width: 33.33333333%;}
:is(#product04, #product05) :where(.table_video, .table_blog2) .inner .bottom .title{white-space: inherit;}
:is(#product04, #product05) :where(.table_video, .table_blog2, .table_pd) .inner .bottom .title a{
    padding-top: 15px;
    height: 81px;
    justify-content: center;
    display: flex;
    align-items: center;
}

@media (max-width: 767px){
  	:is(#product04, #product05) #board_data_blog2 > dd{width: 100%;}
    .subHeader {
        height: 20rem;
    }
    .subHeader .container h2 {
        font-size: 3.7rem;
        margin: 0.5rem 0 1rem;
    }

    .overview .text {
        padding: 6rem 0rem 0;
        margin: 0;
        text-align: center;
    }
    .overview .text p {
        font-size: 2rem;
    }
    .history .timeline {
        margin-left: 0;
        gap: 0rem;
    }
    .history .timeline .year {
        width: 19rem;
    }
    .history .timeline .issue > li::before {
        left: -2rem;
    }
    .history::before {
        left: 17.3rem;
    }
    .greet{
    display: flex;
    flex-direction: column;
    gap: 5rem;
}
    .greet .image{width: 100%;}
    .greet .text p{}
    .greet-prize {
        width: 100%;
    }
    .location-wrap {
        grid-template-columns: repeat(1, 1fr);
    }
    .location-wrap .location.hq {
        grid-column: auto;
    }
    .location-wrap .location .text {
        display: block;
    }
    .location-wrap .location:first-child .text::before {
        left: auto;
        right: 2rem;
        bottom: 0rem;
    }
    .location-wrap .location .text h5 {
        font-size: 2.9rem;
    }
    .location-wrap .location .text .li-location > li {
        font-size: 1.8rem;
    }
    #board_data_blog2 > dd {
        width: 50%;
    }
    #product03 .img-wrap .box,
    #product03 .img-wrap .box.top {
        width: 100%;
    }
    #product03 .img-wrap .box img{width: 100%;}
    #product03 .img-wrap .box:nth-child(7) img, #product03 .img-wrap .box:nth-child(8) img, #product03 .img-wrap .box:nth-child(9) img {
        height: auto;
    }
    #product03 .img-wrap .box .caption {
        font-size: 2rem;
    }

    
    .table.table_default tr .subject{width: 70%;}
    .table.table_default tr .num,
    .table.table_default tr .regdate,
    .table.table_default tr .hits{display: none;}

    .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){
    .overview .text {
        padding: 6rem 7rem 0;
    }
    .history::before {
        left: 21.5rem;
    }
    .history .timeline{
        margin-left: 0;
    }
    .location-wrap .location .text{display: block;}
    .location-wrap .location:first-child .text::before {
        left: auto;
        right: 2rem;
    }
    .location-wrap .location .text .li-location > li {
        align-items: flex-start;
    }
    #product03 .img-wrap .box img {
        margin: 0;
        height: 13rem;
    }
    .greet .image{width: 30rem;}
}
@media (min-width: 992px) and  (max-width: 1199px){
    .history .timeline {
        margin-left: 0;
    }
    .history::before {
        left: 21.5rem;
    }

    #product03 .img-wrap .box img {
        margin: 0;
        height: 19rem;
    }
    .location-wrap .location .text{display: block;}
    .location-wrap .location:first-child .text::before {
        left: auto;
        right: 2rem;
    }
    .location-wrap .location .text .li-location > li {
        align-items: flex-start;
    }
}
/* //서브페이지 */

/* 푸터 */

footer {text-align: left;padding: 4.5rem 0;background: #333;color: #fff;}
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{
    margin-bottom: .7rem;
}
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: 1.2rem;line-height: 1.4;color: #bdbdbd;margin-bottom: .2rem;}
footer .footer-text ul li address{margin-bottom: 0;line-height: 1.4;}
footer .footer-text .copyrights{display: block;font-size: 1.2rem;margin-top: .7rem;color: #7c7c7c;}

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

.login_extra{display: none;}

.maintenance {margin-top: .5rem;border: 7px solid #E5E5E5;padding: 7rem 2.5rem;text-align: center;}
.maintenance .icon {display: block;line-height: 1;font-size: 6.4rem;margin-bottom: 2.5rem;}
.maintenance .big-cont {display: block;line-height: 1;font-size: 2.3rem;font-weight: bold;letter-spacing: -0.05em;margin-bottom: 2.0rem;}
.maintenance .small-cont {display: block;line-height: 1.5;font-size: 1.4rem;letter-spacing: -0.03em;color: #818181;margin-bottom: 2.0rem;font-size: 16px;margin-bottom: 0;}
.member_wrapper {max-width: 117.0rem;}