@charset "utf-8";
@import url('/skin/notokr/notokr.css');

html {
    overflow-x: hidden;
    overflow-y: scroll;
}

.body-layout {
    background-color: #fff;
    padding-top: 0;
}

/* 폰트 설정 */
.body-layout,
h1,
h2,
h3,
h4,
h5,
h6,
input,
textarea,
button {
    font-family: 'notokr', "NanumGothic", "나눔고딕", 'NanumBarunGothic', 'Apple SD Neo Gothic', 'Malgun Gothic', 'Gulim', sans-serif;
}

/* h1, h2, h3, h4, h5, h6, p { margin: 0px; } */
ol,
ul,
li {
    list-style: none;
    list-style-position: inside;
}

@media (min-width: 1470px) {
    .container {
        width: 1440px;
    }
}

.navbar .caret,
.navbar .divider-vertical,
.navbar~br,
.footer-social-layout,
.footer_copy .text-center>br,
.topmarginLay_a {
    display: none;
}

/* 2505 메인 변경 */
.main-tit {
    margin-bottom: 30px;
    text-align: center;
}

.main-content .main-tit h3 {
    font-size: 40px;
    font-weight: 500;
    color: #222;
    margin: 0;
}

.main-tit h3 span {}

.busi-wrap {
    display: flex;
    grid-template-columns: repeat(3, 1fr);
}

.busi-wrap .busi-box {
    position: relative;
    width: 33.333%;
    transition: all 0.4s ease-in-out;
    overflow: hidden;
}

.busi-wrap .busi-box:hover {
    width: 50%;
}

.busi-wrap .busi-box:hover::before {
    background: rgba(0, 0, 0, 0);
}

.busi-wrap .busi-box::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    transition: all 0.3s ease-in-out;
}

.busi-wrap .busi-box img {
    width: 100%;
    height: 600px;
    object-fit: cover;
}

.busi-wrap .busi-box:hover img {}

.busi-wrap .busi-box .txt-wrap {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 40px 28px;
    left: 0;
    top: 0;
    color: #fff;
}

.busi-box .txt-wrap h4 {
    margin: 0 0 20px;
    font-size: 32px;
}

.busi-box .txt-wrap p.more {
    font-size: 19px;
}

.busi-box .txt-wrap p.more i {}

.main-content .img-txt h3 {
    color: #fff;
    font-size: 45px;
    font-weight: 500;
    letter-spacing: -0.08em;
    margin: 0 0 33px;
    text-align: end;
}

.main-reference .img-txt {
    text-align: right;
}

.main-reference .img-txt h3 {}

.main-reference .img-txt .li-dash {}

.main-reference .img-txt .li-dash li {
    padding: 0 12px 0 0;
}

.main-reference .img-txt .li-dash li::before {
    display: n;
}

.main-reference .img-txt p.more {}

.main-factory .img-txt {}

.main-factory .img-txt h3 {
    text-align: left;
}

.main-factory .img-txt .li-dash {}

.main-factory .img-txt .li-dash li {}

.main-factory .img-txt .li-dash li::before {}

.main-factory .img-txt p.more {
    right: unset;
    left: 35px;
}

.main-bottom .img-txt p.more {
    transition: all 0.3s ease-in-out;
}

.main-bottom .img-txt p.more:hover {
    background: #000;
    color: #fff;
}

/* 윤리경영 */
.ethic-wrap {
    margin-top: 40px;
}

.ethic-wrap {}

.sub-tit {}

.subpage .sub-tit h3 {
    margin-bottom: 45px;
}

.ethic-box {}

.ethic-box+.ethic-box {
    margin-top: 70px;
}

.subpage .ethic-box h5 {
    font-size: 22px;
}

.ethic-box .inner {
    display: grid;
    grid-template-columns: 1fr 0.4fr;
    gap: 60px;
}

.ethic-box .inner .txt-box {}

.ethic-box .inner .txt-box p {
    font-size: 17px;
    line-height: 1.7;
}

.ethic-box .inner .img-box {}

.ethic-box .inner .img-box img {
    width: 100%;
    object-fit: cover;
    height: 380px;
    background: #f2f2f2;
    margin: 0;
    border-radius: 15px;
}

/* 소식지 게시판 커스텀 */
.commu-wrap .bbs-area {
    margin-top: 40px;
}

#commu01 .dhb-txt-list {
    border: 0;
}

#commu01 .dhb-txt-list .row {
    margin: 0;
    display: grid;
    grid-template-columns: 0.4fr 1fr;
    gap: 40px;
    padding: 35px 0;
}

#commu01 .dhb-txt-list .row:before,
#commu01 .dhb-txt-list .row:after {
    display: none
}

.row {}

#commu01 .dhb-txt-list .img-box {}

#commu01 .thumb-hidden {
    border: 0;
    box-shadow: none;
    max-height: unset;
    height: 320px;
}

#commu01 .thumb-hidden a {
    display: block;
    height: 100%;
    margin: 0;
}

#commu01 .thumb-hidden img {
    margin: 0;
    object-fit: cover;
    height: 100%;
}

#commu01 .dhb-txt-list .text-box {}

#commu01 .text-box h4 {
    margin: 15px 0 25px;
    font-size: 25px;
    color: #000;
    font-weight: 600;
}

#commu01 .text-box h4 strong {}

#commu01 .text-box h4 small {
    display: none;
}

#commu01 .text-box h4 small span {}

#commu01 .text-box h5 {
    margin: 0 0 20px;
}

#commu01 .text-box h5 a {
    color: #555;
    font-size: 16px;
}

#commu01 .dhb-txt-box {
    padding: 0;
    margin: 0;
    background: #fff;
    display: grid;
    position: relative;
    grid-template-columns: 1fr;
    border: 0;
    border-bottom: 1px solid #ddd;
}

#commu01 .dhb-txt-box:first-child {
    border-top: 2px solid #333;
}

#commu01 .dhb-txt-box .text-right {
    /* position: absolute; */
    /* right: 40%; */
    /* bottom: 0; */
    text-align: left;
}

#commu01 .dhb-txt-box .text-right h5 {
    display: none;
}

#commu01 .dhb-txt-box .text-right .hits {
    display: none;
}

#commu01 .text-right .hits {}

#commu01 .text-right .hits-label {}

#commu01 .text-right .hits-separator {}

#commu01 .text-right .hits-value {}

/* 인사말 */
.greet {}

.subpage .greet h5 {
    margin: 0px 0 55px;
    color: #222;
    font-weight: 600;
    font-size: 35px;
}

.subpage .greet .txt-box .greet-tit {
    font-size: 25px;
    font-weight: 500;
    margin-bottom: 30px;
}

.subpage-content .greet img {
    height: 400px;
    width: 100%;
    object-fit: cover;
    margin: 0;
}

.subpage .greet .txt-box p {
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 37px;
}

.greet-txt {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
}

/* 연혁 */
#about03 .timeline-box {}

.timeline-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

#about03 .timeline-box h3 {
    text-align: center;
}

#about03 .timeline-box h3::before {
    display: none;
}

#about03 .timeline-box img {}

.timeline-box .inner {
    display: flex;
    flex-direction: column;
    gap: 40px;
    margin-top: 55px;
    position: relative;
}

.timeline-box .inner::after {
    height: 100%;
    width: 1px;
    position: absolute;
    content: "";
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    background: #ddd;
}

.timeline-box .timeline {
    width: 45%;
    margin: 0px 55% 0 0;
    text-align: end;
}

.timeline-box .timeline.right-box {
    width: 45%;
    margin: 0 0 0 55%;
    text-align: left;
}

.timeline-box .timeline h6 {
    margin: 0 0 20px 0;
    font-size: 36px;
    font-weight: 700;
    position: relative;
}

.timeline-box .timeline h6::before {
    position: absolute;
    content: "";
    right: -14%;
    top: 9px;
    width: 16px;
    aspect-ratio: 1;
    border: 3px solid #ff6500;
    background: #fff;
    border-radius: 50%;
    z-index: 1;
}

.timeline-box .timeline.right-box h6::before {
    right: unset;
    left: calc(-14% + 1px);
}

.timeline-box .timeline .month {}

.timeline-box .timeline .month li {
    font-size: 18px;
    line-height: 1.8;
}

.timeline-box .timeline .month li span {
    display: inline-block;
    color: #13007b;
    font-weight: 600;
    margin-right: 10px;
    font-size: 20px;
}

/*  비전 */
.vision-wrap .img-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* 메뉴 설정 시작 */

.navbar-inverse {
    background: transparent;
    padding: 0;
    margin: 0;
    border: none;
    position: fixed;
    left: 0;
    top: 0;
    border-top: 6px solid #13007a;
    box-shadow: none;
    transition: all 0.3s ease-in-out;
}

.navbar-inverse.on {
    background: #fff;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
}

/*===== 로고 설정 =====*/

.navbar-inverse .navbar-brand {
    position: relative;
    margin: 10px 0 0 !important;
    padding: 10px 0 !important;
    text-shadow: 0 0 0 rgba(0, 0, 0, 0);
}

.navbar-brand img {
    width: 100%;
    margin: 0 !important;
    max-width: 100px;
}

.navbar-inverse .navbar-brand span {
    position: absolute;
    left: 111%;
    width: 270px;
    color: #fff !important;
    letter-spacing: -0.01em;
    transition: all 0.3s ease-in-out;
}

.navbar-inverse.on .navbar-brand span {
    color: #333 !important;
}

.logo-t1 {
    top: 12px;
    font-size: 16px;
    font-weight: 600;
}

.logo-t2 {
    top: 34px;
    font-size: 20.5px;
    font-weight: 800;
}

/*===== 메인 메뉴 설정 =====*/

.navbar-inverse .navbar-nav>li>a {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    text-shadow: 0 0 0 rgba(0, 0, 0, 0) !important;
    letter-spacing: -0.06em;
    padding: 28px 20px;
    margin: 6px 0 0;
    border: none !important;
    position: relative;
    transition: all 0.3s ease-in-out;
}

.navbar-inverse.on .navbar-nav>li>a {
    color: #444;

}

.navbar-inverse .navbar-nav>li>a:hover,
.navbar-inverse .navbar-nav>li>a:focus {
    color: #fff;
    font-weight: 600;
}

.navbar-inverse.on .navbar-nav>li>a:hover,
.navbar-inverse.on .navbar-nav>li>a:focus {
    color: #000;
}

.navbar-inverse .navbar-nav>li>a .caret {
    visibility: hidden;
    position: absolute;
    display: block;
    bottom: 16px;
    left: 50%;
    width: 0;
    height: 0;
    transform: translatex(-50%);
    vertical-align: middle;
    border-top: 4px solid;
    border-right: 4px solid rgba(0, 0, 0, 0);
    border-left: 4px solid rgba(0, 0, 0, 0);
    color: #fe6400;
}

.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:focus,
.navbar-inverse .navbar-nav>.open>a:hover {
    background: rgba(0, 0, 0, 0);
    font-weight: 500;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    border: none !important;
}

.navbar-inverse .navbar-nav>li:hover>a,
.navbar-inverse .navbar-nav>li:focus>a {
    font-weight: 500;
    border: none !important;
}

.navbar-inverse .navbar-nav>.open>a .caret,
.navbar-inverse .navbar-nav>li:hover>a .caret,
.navbar-inverse .navbar-nav>li:focus>a .caret {
    visibility: visible;
}

/*===== 서브 메뉴 설정 =====*/

.navbar-inverse .dropdown-menu {
    background: #fff;
    left: -27px !important;
    right: auto !important;
    padding: 20px 0;
    margin: 0;
    border-radius: 0;
    border: none;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    min-width: 160px;
}

.navbar-inverse .dropdown-menu>li>a {
    padding: 6px 30px;
    margin: 0;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    letter-spacing: -0.05em;
}

.navbar-inverse .dropdown-menu>li:nth-child(odd)>a {
    color: #13007b;
}

.navbar-inverse .dropdown-menu>li:nth-child(even)>a {
    color: #ff6500;
}

.navbar-inverse .dropdown-menu>li>a:focus,
.navbar-inverse .dropdown-menu>li>a:hover {
    background: none;
    font-weight: 700;
    text-decoration: underline;
}

/*===== 서브 메뉴 설정 =====*/

/* 
.navbar-inverse .dropdown-menu {
	background: #13007a;
	left: -40px !important;
	right: auto !important;
	padding: 4px 5px;
	margin: 0;
	border-radius: 0;
	border: none;
	box-shadow: 0 0 0 rgba(0, 0, 0, 0);
	min-width: 180px;
}

.navbar-inverse .dropdown-menu>li>a {
	background: rgba(255, 255, 255, 0.2);
	color: #e2e2e2;
	padding: 12px 20px;
	margin: 1px 0;
	font-size: 13px;
	font-weight: 300;
	text-align: center;
	letter-spacing: -0.06em;
}

.navbar-inverse .dropdown-menu>li>a:focus,
.navbar-inverse .dropdown-menu>li>a:hover {
	background: #fe6400;
	color: #fff;
} */

/*===== 모바일 메뉴 설정 =====*/

.navbar-toggle {
    background: #e83428;
    border-radius: 0;
    border: none;
    margin: 13px 20px 0;
    padding: 10px 10px;
}

@media screen and (max-width: 991px) {
    .navbar-inverse .navbar-brand {
        margin: 35px 0 0;
        padding: 0;
    }

    .navbar-brand img {
        width: 170px;
    }

    .navbar-inverse .navbar-nav>li>a {
        font-size: 15px;
        margin: 20px 0px 15px 0px;
        padding: 10px 15px;
    }
}

@media screen and (max-width: 767px) {
    .navbar-inverse>div {
        padding: 0;
    }

    .navbar-inverse>div .navbar-header {
        margin: 0 0 13px;
    }

    .topmarginLay_a {
        height: 64px !important;
    }

    .navbar-inverse .navbar-brand {
        margin: 20px 0 0;
    }

    .navbar-brand img {
        margin: -5px 0 0 15px;
    }

    .navbar-top>div>a {
        margin: 5px 20px 0;
    }

    .navbar-inverse .navbar-nav>li>a {
        color: #fff !important;
        font-size: 14px;
        font-weight: 300 !important;
        text-align: center;
        margin: 0;
        padding: 14px 30px;
    }

    .navbar-inverse .navbar-nav>li>a .caret {
        bottom: 5px;
    }

    .navbar-nav .open .dropdown-menu {
        padding: 0;
    }

    .navbar-inverse .navbar-nav>.open>a,
    .navbar-inverse .navbar-nav>.open>a:focus,
    .navbar-inverse .navbar-nav>.open>a:hover {
        color: #333 !important;
        border: none !important;
        margin: 0 0 0;
        background: #f7f7f7;
    }

    .navbar-inverse .navbar-collapse .navbar-nav {
        margin: 0;
        background: #000;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
        color: #fff;
        background: #e83428;
    }

    .navbar-nav .open .dropdown-menu .dropdown-header,
    .navbar-nav .open .dropdown-menu>li>a {
        padding: 10px 15px 10px 25px;
    }
}

/* //메뉴 설정 끝 */

/*===== 메인페이지 게시판 영역 설정 =====*/

.intro-board-widget-layout {
    width: 1170px;
    margin: 0 auto;
    padding: 25px 0px;
}

.intro-boardbox {
    width: 33.333333%;
}

/*=====----- 게시판 타이틀 설정 -----=====*/

.intro-boardbox .page-header {
    padding: 0 0 15px;
    margin: 10px 0px;
    border-bottom: 1px solid #333;
}

.intro-boardbox .page-header h4 {
    margin: 0;
    color: #333;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: -0.03em;
}

.intro-boardbox .page-header h4 .btn {
    padding: 0;
    margin: 0;
}

.intro-boardbox .page-header h4 .btn .fa-plus:before {
    color: #555555;
    font-size: 14px;
}

.intro-boardbox .banner-wrap {
    min-height: 100px;
}

.intro-boardbox .banner-icon {
    display: inline-block;
    float: left;
    height: 100px;
    margin: 0 30px 0 15px;
}

.banner-text {
    display: inline-block;
}

.banner-text h5 {
    margin: 6px 0 12px;
    font-size: 14px;
    font-weight: 500;
    color: #343434;
}

.banner-wrap:last-child:hover .banner-text h5 {
    text-decoration: underline;
}

.banner-text h3 {
    margin: 0 0 5px;
    color: #e83428;
    font-size: 23px;
    font-weight: 500;
}

.banner-text p {
    font-size: 13px;
    margin: 0 0 0;
    color: #666;
}

/*=====----- 게시판 리스트 설정 -----=====*/

.intro-boardbox .front-panel>.panel {
    padding: 0;
    background-color: rgba(0, 0, 0, 0) !important;
    border: none;
    border-radius: 0px;
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
}

.intro-boardbox .panel-body {
    padding: 0;
}

.dh-front-list2-words {
    margin: 0 !important;
    padding: 6px 0;
}

.dh-front-list2 h6 a,
.dh-front-list2 h6 a span {
    color: #777;
    font-weight: 300;
    font-size: 14px;
    letter-spacing: -0.03em;
}

.dh-front-list2 h6 a:hover span {
    text-decoration: none;
}

.dh-front-list2 h6 a:hover .list-row-subject {
    color: #333;
    text-decoration: underline;
}

.dh-front-list2-words:first-child {
    margin: auto;
}

.list-row-subject {
    float: left;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 250px;
    white-space: nowrap;
}

.intro-boardbox:nth-child(2) .list-row-subject::after {
    content: url('/skin/img/default/ico_clip.png');
    padding-left: 10px;
}

.row-separator {
    display: none;
}

.list-row-regdate {
    float: right;
    color: #999 !important;
}

.list-row-contents {
    display: none;
}

.dh-front-list2 h6 a small>span.label-danger {
    color: #e83428 !important;
    background-color: #fff;
}

/* //메인페이지 설정 끝 */

/*=====----- table -----=====*/

.table-style {
    width: 100%;
    border-top: 2px solid #13007a;
    margin: 20px 0;
}

.table-style thead tr th {
    vertical-align: middle;
    background: #f6f6f6;
    border: 1px solid #dedede;
    padding: 16px 0;
    color: #222;
    font-size: 15px;
    font-weight: 500;
    text-align: center;
    letter-spacing: -0.04em;
    white-space: nowrap;
}

.table-style tbody tr th,
.table-style tbody tr td {
    vertical-align: middle;
    padding: 16px 20px !important;
    color: #222;
    font-size: 14px;
    letter-spacing: -0.04em;
    border: 1px solid #dedede !important;
}

.table-style tbody tr th {
    background: #f6f6f6;
}

.table-style tbody tr td {
    color: #444;
    font-weight: 400;
}

.table-style tbody tr td:last-child {
    border-right: none;
}

/*=====----- 회원가입 -----=====*/

.login-layout,
.id-find-layout,
.pw-find-layout {
    background: #efe7e7;
    margin: 90px 0 0;
    min-height: 725px;
}

.login-layout .inner-box-wrapper,
.id-find-layout .inner-box-wrapper,
.pw-find-layout .inner-box-wrapper {
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
    padding: 100px 0 0;
}

.join-agree-layout,
.join-layout {
    width: 1170px;
    margin: 0 auto 70px;
}

.join-agree-layout .panel,
.join-layout .panel {
    border: 1px solid #dedede;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    border-radius: 0;
}

.join-agree-layout .panel-heading,
.join-layout .panel-heading {
    background-image: none !important;
    background-color: #f7f7f7 !important;
}

.join-agree-layout .btn-primary,
.join-layout .btn-primary {
    background-color: #e83428 !important;
    border: 0px;
    border-radius: 0;
}

@media screen and (max-width: 991px) {

    .login-layout,
    .id-find-layout,
    .pw-find-layout {
        width: 100%;
        margin: 0;
    }
}

/*=====----- 로그인 / 아이디, 비밀번호 찾기 -----=====*/

.login-layout .panel,
.id-find-layout .panel,
.pw-find-layout .panel {
    border-radius: 8px;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    border: 1px solid rgba(0, 0, 0, 0);
    min-height: 440px;
    margin: 0;
    padding: 50px 30px 80px;
}

.login-layout .panel-body h2,
.id-find-layout .panel-body h2,
.pw-find-layout .panel-body h2 {
    margin: 0;
    color: #454545;
    font-size: 28px;
    font-weight: 500;
    letter-spacing: 0.01em;
}

.login-layout .inner-box-msg p,
.id-find-layout .inner-box-msg p,
.pw-find-layout .inner-box-msg p {
    font-size: 13px;
    color: #666;
    margin: 0;
}

.login-layout .inner-box-form form label,
.id-find-layout .inner-box-form form label,
.pw-find-layout .inner-box-form form label {
    font-size: 14px;
}

.login-layout .inner-box-form form label.error,
.id-find-layout .inner-box-form form label.error,
.pw-find-layout .inner-box-form form label.error {
    font-weight: 400;
    color: #e83428;
    font-size: 12px;
}

.login-layout input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
    background: #fff !important;
    border: 1px solid #d5d5d5;
}

.login-layout .btn-warning,
.id-find-layout .btn-warning,
.pw-find-layout .btn-warning {
    background-image: none;
    background-color: #2a2a2a;
    border: none;
    border-radius: 0;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    text-shadow: 0 0 0 rgba(0, 0, 0, 0);
    color: #f5f5f5;
}

.login-layout .btn-warning:focus,
.login-layout .btn-warning:hover,
.id-find-layout .btn-warning:focus,
.id-find-layout .btn-warning:hover,
.pw-find-layout .btn-warning:focus,
.pw-find-layout .btn-warning:hover {
    background: #e83428;
}

.login-layout form>div>p>a {
    display: inline-block;
    float: left;
    font-size: 12px;
    color: #777;
}

.login-layout form>div>p>a:hover {
    color: #303030;
}

.login-layout form>div>p>a:after {
    content: " | ";
    font-size: 8px;
    padding: 0 8px 0;
    margin: 0;
    color: #d9d9d9;
}

.login-layout form>div>p:last-child>a:after {
    content: "";
}

.id-find-layout .panel-body,
.pw-find-layout .panel-body {
    margin-top: 40px;
}

/* //서브페이지 설정 끝 */

/* personal setting 0.22v */

/* layout */

.mt-80 {
    margin-top: 80px !important;
}

.mt-40 {
    margin-top: 40px !important;
}

.mt-20 {
    margin-top: 20px !important;
}

.mb-80 {
    margin-bottom: 80px !important;
}

.mb-40 {
    margin-bottom: 40px !important;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.ml-20 {
    margin-left: 20px !important;
}

.ml-40 {
    margin-left: 40px !important;
}

.mr-20 {
    margin-right: 20px !important;
}

.mr-40 {
    margin-right: 40px !important;
}

.mg-0 {
    margin: 0 !important;
}

.pd-0 {
    margin: 0 !important;
}

.text-center-table thead th,
.text-center-table thead td,
.text-center-table tbody th,
.text-center-table tbody td {
    text-align: center !important;
    vertical-align: middle !important;
}

.text-center-table .text-left,
.text-center-table .text-left th,
.text-center-table .text-left td {
    text-align: left !important;
}

ul,
dl,
ol {
    padding: 0;
}

p,
li,
dt,
dd {
    line-height: 1.6;
}

* {
    box-sizing: border-box;
    word-break: keep-all;
    word-wrap: keep-all;
}

/*가로 100% 레이아웃 정의*/

.container_contents,
.footer_copy>div,
.sub-layout {
    width: 100%;
    padding: 0;
}

/* img */

.img-cover {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.img-contain {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.max-90 {
    width: 90% !important;
    margin: 0 auto;
    display: block;
}

.img-shadow {
    box-shadow: 10px 10px 2px rgba(0, 0, 0, 0.1);
}

.img-bordered {
    border: 1px solid #ddd;
}

.img-caption {
    margin: 10px 0 20px !important;
    text-align: center;
    font-size: 16px !important;
    color: #222 !important;
    font-weight: 500;
    font-style: oblique;
}

.subpage-content .emp {
    font-weight: 500;
    color: #ff6500;
}

/* align */

.absolute-center {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    padding: 0;
    margin: 0;
}

.horizontal-center {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    padding: 0;
    margin: 0;
}

.vertical-center {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding: 0;
    margin: 0;
}

/* font */

.font-12 {
    font-size: 12px !important;
}

.font-14 {
    font-size: 14px !important;
}

.font-16 {
    font-size: 16px !important;
}

.font-18 {
    font-size: 18px !important;
}

.font-20 {
    font-size: 20px !important;
}

.font-22 {
    font-size: 22px !important;
}

.text-colored {
    color: #276dbf !important;
}

.text-bold {
    font-weight: bold !important;
}

.text-underline {
    text-decoration: underline !important;
}

.text-italic {
    font-style: italic !important;
}

/*list style*/

.li-disc>li {
    list-style: disc !important;
    margin-left: 20px;
}

.li-circle>li {
    list-style: circle !important;
    margin-left: 20px;
}

.li-square>li {
    list-style: square !important;
    margin-left: 20px;
}

.li-dash>li {
    margin: 0 0 10px;
    padding-left: 20px;
    position: relative;
    color: #444;
    font-size: 15px;
}

.li-dash>li:before {
    content: '-';
    display: block;
    position: absolute;
    left: 5px;
    top: 0;
}

/* component */

.card {
    padding: 15px;
    margin-bottom: 10px;
    border: 1px solid #dedede;
    min-height: max-content;
}

.column-2 {
    padding: 15px;
    column-count: 2;
    column-rule: 1px solid #ddd;
    column-gap: 30px;
}

@media(min-width:768px) {
    .col-sm-20 {
        width: 20%;
    }
}

/* custom setting */

.carousel-inner {
    height: 580px;
}

.carousel-inner .item {
    height: 100%;
    width: 100%;
}

.carousel-inner .item img {
    height: 100%;
    width: 100%;
}

.carousel-caption {
    margin: 0;
    padding: 0;
    left: 50%;
    right: auto;
    top: 50%;
    bottom: auto;
    transform: translate(-50%, -50%);
    text-shadow: 0 0 0 rgba(0, 0, 0, 0);
}

.carousel-caption h2 {
    margin: 0;
    font-size: 70px;
    font-weight: 800;
    letter-spacing: -0.04em;
    color: #fff;
    line-height: 1;
}

.carousel-caption h2 span {
    display: block;
    margin-bottom: 20px;
    padding: 8px 20px;
    background: #fe6400;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0.04em;
}

.carousel-indicators li {
    width: 10px;
    height: 10px;
    margin: 0 !important;
    border: none;
    border-radius: 0;
    background: #fff;
}

.carousel-indicators .active {
    width: 40px;
    height: 10px;
    margin: 0;
    background-color: #fe6400;
}

/* personal setting 0.22v end */

a {
    color: #555;
}

a:hover,
a:focus {
    color: #13007a;
    text-decoration: none;
}

/* navigation setting */
#m-23 .m-23_sub {
    min-width: 217px;
}

/* mainpage setting */

.main-business {
    padding: 80px 0 120px;
}

.main-content h3 .numbering {
    position: relative;
    margin-right: 10px;
    letter-spacing: 0.04em;
    font-weight: bold;
    color: #13007a;
    font-size: 30px;
    display: block;
    margin-bottom: 10px;
}

.main-content h3 .numbering:after {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -8px;
    width: 34px;
    height: 4px;
    background: #13007a;
}

.m-business-box {
    min-height: 270px;
    border-left: 1px solid #dedede;
}

.m-business-box a {
    display: block;
    border-bottom: 2px solid transparent;
    padding: 0 0 10px;
}

.m-business-box a:hover {
    border-color: #13007a;
}

.m-business-box:nth-of-type(2) {
    border: none;
}

.m-business-box .img-wrap {
    overflow: hidden;
    perspective: 200px;
}

.m-business-box img {
    transition: all .5s ease;
}

.m-business-box:hover img {
    transform: translatez(20px);
}

.m-business-box h4 {
    margin: 0;
    padding: 22px 0 10px;
    color: #222;
    font-size: 19px;
    font-weight: 500;
    letter-spacing: -0.06em;
    line-height: 1.2;
    text-align: center;
    min-height: 60px;
}

.m-business-box .more {
    text-align: right;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: -0.04em;
    color: #888;
    margin: 0;
}

.m-business-box a:hover .more {
    color: #13007a;
}

.main-bottom {
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 50px 0;
}

.main-bottom a {
    position: relative;
}

.main-bottom a::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
}

.main-bottom a img {
    width: 100%;
    height: 600px;
    object-fit: cover;
}

.main-bottom a .img-txt {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 40px 35px;
}

.main-bottom a .img-txt span {
    display: block;
    font-size: 25px;
    color: #fff;
    margin-bottom: 31px;
}

.main-factory,
.main-reference {
    min-height: 290px;
}

.main-factory a,
.main-reference a {
    display: block;
    position: relative;
}

.main-factory ul,
.main-reference ul {}

.main-reference ul {}

.main-factory li,
.main-reference li {
    margin-bottom: 10px;
    font-size: 25px;
    font-weight: 300;
    letter-spacing: -0.04em;
    color: #fff;
}

.main-bottom .more {
    position: absolute;
    right: 35px;
    display: inline-block;
    padding: 6px 30px;
    font-weight: 500;
    background: #fff;
    color: #333;
    font-weight: 500;
}

.main-bottom a.more {
    /* color: #13007a; */
    background: #000;
    color: #fff;
}

.main-bottom .more:before {
    content: '';
    display: none;
    width: 40px;
    height: 1px;
    position: absolute;
    right: 100%;
    top: 20px;
    background: #888;
    transition: all .5s ease;
}

.main-bottom a:hover .more:before {
    width: 80px;
    background: #13007a;
}


/*=====----- 메일폼 설정 -----=====*/

#mailForm {
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
    padding: 0;
}

#mailForm .form-group {
    margin: 0;
    padding: 25px 35px;
    background: #f8f8f8;
    border-bottom: 1px solid #e0e0e0;
}

#mailForm .form-group:first-child {
    border-top: 2px solid #000;
}

#mailForm .form-group:nth-child(5) {
    background: none;
    border: none;
    padding: 30px 25px;
}

#mailForm .form-group label {
    width: 15%;
    float: left;
    margin: 10px 0 0;
}

#mailForm .form-group input.form-control,
#mailForm .form-group textarea.form-control {
    width: 85%;
    max-width: 935px;
    border: 1px solid #d0d0d0;
    border-radius: 0;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}

#mailForm .form-group input.form-control {
    height: 40px;
}

#mailForm .form-group p.error,
#mailForm .form-group~p.error {
    margin: 0;
    color: #e83428;
    font-size: 12px
}

#mailForm .form-group~p.error {
    padding-left: 35px;
    margin: -15px 0 0;
}

#mailForm .form-group .checkbox {
    margin: -8px 0 0;
}

#mailForm .form-group .checkbox label {
    width: 100%;
    margin: 0;
}

input[type=button].btn-block,
input[type=reset].btn-block,
input[type=submit].btn-block {
    width: 220px;
    margin: 0 auto;
    margin-top: 30px;
    padding: 15px 0;
    border: 1px solid #bebebe !important;
    border-radius: 50px;
    background: #fff !important;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    color: #666;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: -0.03em;
    text-shadow: 0 0 0 rgba(0, 0, 0, 0);
}

input[type=button].btn-block:hover,
input[type=reset].btn-block:hover,
input[type=submit].btn-block:hover {
    background: #e83428 !important;
    border: 1px solid #e83428 !important;
    color: #fff;
}

@media screen and (max-width: 991px) {

    #mailForm .form-group input.form-control,
    #mailForm .form-group textarea.form-control {
        max-width: 567px;
    }
}

@media screen and (max-width: 767px) {
    #mailForm .form-group {
        padding: 20px 15px;
    }

    #mailForm .form-group label {
        width: 20%;
        font-size: 13px;
        font-weight: 500;
        letter-spacing: -0.05em;
    }

    #mailForm .form-group input.form-control,
    #mailForm .form-group textarea.form-control {
        width: 80%;
    }

    #mailForm .form-group~p.error {
        padding-left: 15px;
        margin: 0;
    }

    input[type=button].btn-block,
    input[type=reset].btn-block,
    input[type=submit].btn-block {
        margin-top: 80px;
    }
}

#mailForm input[type="submit"] {
    width: 220px;
    margin: 0 auto;
    margin-top: 30px;
    padding: 15px 0;
    border: 1px solid #bebebe !important;
    border-radius: 50px;
    background: #fff !important;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    color: #666;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: -0.03em;
    text-shadow: 0 0 0 rgba(0, 0, 0, 0);
}

#mailForm input[type="submit"]:hover {
    background: #fe6400 !important;
    border-color: #fe6400 !important;
    color: #fff;
}

/* footer setting */

.footer_copy>div {
    padding: 20px 0 30px;
    background: #333;
    font-size: 13px;
    color: #bbb;
}

.footer_copy ul:after {
    content: '';
    display: block;
    clear: both;
}

.footer_copy .col-sm-9 li {
    float: left;
    padding: 0 10px;
    border-left: 1px solid #555;
}

.footer_copy .col-sm-9 li:first-child {
    border-left: none;
    margin-left: 0;
    padding-left: 0;
}

.footer_copy .dropup .btn {
    width: 200px;
    padding: 10px 25px;
    float: right;
    border-radius: 0;
    background: #444;
    border: none;
    color: #bbb;
    text-align: left;
}

.footer_copy .dropup .dropdown-menu {
    background: #444;
}

.footer_copy .dropup .dropdown-menu li a {
    padding: 10px;
    color: #bbb;
    border-bottom: 1px solid #555;
}

.footer_copy .dropup .dropdown-menu li:last-child a {
    border-bottom: none;
}

.footer_copy .dropup .dropdown-menu li a:hover {
    background: none;
    color: #fff;
}

/* subpage setting */

.subpage .pageheader {
    height: 200px;
    background: url(/skin/img/sub/subtop-bg.jpg) no-repeat center;
    background-size: cover;
}

.breadwrap {
    width: 100%;
    height: 50px;
    background: #f6f6f6;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.breadwrap .container {
    border-left: 1px solid rgba(0, 0, 0, 0.1);
}

.breadcrumb {
    padding: 0;
    margin: 0;
    background: transparent;
    text-align: right;
}

.breadcrumb li {
    padding: 0 20px;
    height: 50px;
    line-height: 50px;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
}

.breadcrumb li:before {
    display: none;
}

.breadcrumb li:last-child {
    border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.breadcrumb .fa {
    line-heihgt: 50px;
}

.subpage-content {
    padding-top: 80px;
    padding-bottom: 100px;
}

.subpage-title h2 {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 20px 0 0;
    color: #222;
    font-size: 32px;
    letter-spacing: -0.04em;
}

.subpage-title h2:before {
    content: '';
    display: block;
    width: 40px;
    height: 4px;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translatex(-50%);
    background: #13007a;
}

.snb {
    display: inline-block;
    margin: 20px 0 40px;
}

.snb li {
    float: left;
    margin: 5px;
}

.snb a {
    display: block;
    padding: 12px 40px;
    background: #f6f6f6;
    color: #888;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: -0.04em;
}

.snb li:nth-child(even) a:hover,
.snb li:nth-child(even) a:focus,
.snb li.active:nth-child(even) a {
    background: #13007b;
}

.snb li:nth-child(odd) a:hover,
.snb li:nth-child(odd) a:focus,
.snb li.active:nth-child(odd) a {
    background: #ff6500;
}

.snb a:hover,
.snb .active a {
    color: #fff;
    background: #13007a;
}

.subpage-content img {
    margin-top: 10px;
    margin-bottom: 10px;
}

.subpage-content .small-quote {
    margin: 20px 0 0;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: -0.06em;
    line-height: 1.4;
    color: #888;
}

.subpage h3 {
    position: relative;
    margin: 0 0 20px;
    padding-top: 10px;
    padding-left: 10px;
    color: #222;
    font-size: 31px;
    font-weight: 400;
    letter-spacing: -0.06em;
}

#about03 .subpage-title+h3 {
    text-align: center;
    width: fit-content;
    margin: 0 auto 20px;
}

.subpage h3:before {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    background: #ff8000;
    position: absolute;
    left: 0;
    top: 0;
}

.subpage h4 {
    margin: 40px 0 20px;
    font-weight: bold;
    font-size: 24px;
    color: #13007a;
    letter-spacing: -0.04em;
}

.bbs-area .page-header h4 {
    margin-top: 20px;
    color: #333;
    font-size: 28px;
}

.subpage h5 {
    margin: 10px 0 20px;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: -0.04em;
}

.subpage p {
    color: #666;
    font-size: 15px;
    letter-spacing: -0.04em;
    margin: 0 0 20px;
}

.subpage .quote {
    font-size: 26px;
    font-weight: bold;
    padding: 15px;
}

/* 회사소개 */
.company-inner {}

.company-inner .sub-tit {
    margin-bottom: 40px;
}

.company-inner .sub-tit h4 {}

.company-wrap {
    display: flex;
    flex-direction: column;
    gap: 70px;
}

.company-wrap .company {
    display: grid;
    grid-template-columns: 250px 1fr;
    gap: 70px;
}

.company-wrap .company .img-box {
    background: #f1f1f1;
    position: relative;
    border: 4px solid #ddd;
    border-radius: 10px;
}

.company-wrap .company .img-box::after {
    position: absolute;
    content: "";
    top: 50%;
    transform: translateY(-50%);
    right: -50px;
    width: 25px;
    height: 1px;
    background: #777;
}

.company-wrap .company .img-box img {
    width: 100%;
    object-fit: cover;
}

.company-wrap .company .txt-box {
    padding: 30px;
    border: 1px solid #ddd;
}

.company-wrap .company .txt-box h6 {
    margin: 0 0 15px 0;
    font-size: 22px;
    color: #111;
    font-weight: 800;
}

.company-wrap .company .txt-box p {
    font-size: 17px;
    font-weight: 500;
}

/* subpage about */

#about01 .name {
    margin-top: 20px;
    margin-right: 20px;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: -0.04em;
    text-align: right;
}

.signature {
    width: 80px;
    margin-left: 10px;
}

#about01 .col-sm-8 {
    padding: 20px 15px;
    color: #666;
    font-size: 15px;
    letter-spacing: -0.04em;
}

#about03 .company-name {
    margin-top: 0;
    margin-right: 10px;
    height: 30px;
    vertical-align: middle;
}

/* subpage business */

.process:after {
    content: '';
    display: block;
    clear: both;
}

.process li,
.process2 li {
    position: relative;
    float: left;
    width: 23%;
    margin: 10px 1%;
    padding: 16px 0;
    border: 1px solid #dedede;
    border-radius: 4px;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: -0.04em;
    color: #444;
}

.process2 li {
    padding-top: 0;
    min-height: 200px;
    color: #222;
    font-size: 15px;
    letter-spacing: -0.06em;
}

#business03 .process2 li {
    width: 31.3333%;
}

.process li:after,
.process2 li:after {
    content: "\f061";
    font-family: 'fontawesome';
    position: absolute;
    left: calc(100% + 6px);
    top: 50%;
    transform: translatey(-50%);
    color: #aaa;
    opacity: 0.8;
}

.process li:nth-of-type(4n):after,
.process li:last-of-type:after,
.process2 li:nth-of-type(4n):after,
.process2 li:last-of-type:after {
    display: none;
}

.process .numbering,
.process2 .numbering {
    color: #13007a;
    font-weight: 800;
    padding: 0 10px 0 0;
}

.process2 li img {
    margin: 0 0 16px;
    border-radius: 5px 5px 0 0;
}

#business03 .card {
    min-height: 360px;
    padding: 0;
    margin: 0 0 40px;
}

#business03 .card h4 {
    margin: 0;
    padding: 14px 0;
    background: #13007a;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: -0.04em;
    text-align: center;
}

#business03 .card img {
    margin: 0 0 14px;
}

#business03 .card ul {
    padding: 0 15px;
    margin: 0;
}

#business03 .card li {
    line-height: 1.6;
    margin: 0 0 8px;
    color: #666;
    font-size: 15px;
    letter-spacing: -0.04em;
}

#business04 .card {
    min-height: 250px;
    padding: 0;
    margin: 0;
}

#business04 .card h3 {
    background: #13007a;
    margin: 0;
    padding: 14px 20px;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: -0.04em;
    text-align: center;
}

#business04 .card h3:before {
    content: '';
    background: none;
}

#business04 .card p {
    font-size: 15px;
    margin: 0 0 15px;
    line-height: 1.2;
}

.card-body {
    padding: 24px 20px;
}

.card-body h4 {
    margin: 0 0 10px;
    color: #222;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: -0.06em;
}

#business01 .se1,
#business01 .se2,
#business02 .se1,
#business02 .se2,
#business02 .se3,
#business02 .se4,
#business03 .se1 {
    margin-bottom: 60px;
}

#business01 dl,
#business02 dl,
#business03 dl,
#business04 dl {
    margin: 0;
    padding: 30px 40px;
    background: #f6f6f6;
    border-radius: 4px;
}

#business01 dl dt,
#business01 dl dd,
#business02 dl dt,
#business02 dl dd,
#business03 dl dt,
#business03 dl dd,
#business04 dl dt,
#business04 dl dd {
    color: #666;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: -0.04em;
    line-height: 1.8;
    margin: 0;
}

#business01 dl dt,
#business02 dl dt,
#business03 dl dt,
#business04 dl dt {
    color: #222;
    font-size: 16px;
    font-weight: 500;
    padding-left: 13px;
    position: relative;
    letter-spacing: -0.06em;
}

#business01 dl dt:before,
#business02 dl dt:before,
#business03 dl dt:before,
#business04 dl dt:before {
    content: "";
    background: #222;
    width: 3px;
    height: 3px;
    border-radius: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -1px;
}


/* subpage factory */
.factory-intro .card {
    padding: 0;
}

.factory-intro .card img {
    margin: 0;
}

.factory-intro .card h4 {
    margin: 0;
    padding: 14px 0;
    color: #222;
    font-size: 16px;
    letter-spacing: -0.04em;
    text-align: center;
    font-weight: 500;
}

#factory02 tbody tr td,
#factory03 tbody tr td,
#factory04 tbody tr td {
    text-align: center;
}

#factory03 #factory03-tb2 tbody td {
    vertical-align: middle;
    text-align: left;
}

.factory05-img .row div {
    padding: 5px
}

.factory05-img img {
    height: 270px;
    margin: 0;
}

/* subpage reference */

#reference01 .li-disc {
    color: #666;
    font-size: 15px;
    letter-spacing: -0.04em;
    line-height: 1.8;
    margin: 0 0 20px;
    padding: 14px 20px;
    background: #f6f6f6;
}

#reference01 td,
#reference02 .col-md-12>.table td {
    text-align: center;
}

.reference-box {
    margin-bottom: 20px;
}

.subpage .reference-box h4 {
    margin: 0 0 20px;
    font-weight: 500;
    font-size: 22px;
    letter-spacing: -0.04em;
    color: #222;
}

#reference02 h3 {
    margin: 40px 0 0;
}

.certificate-box {
    margin-bottom: 10px;
}

.dh-board,
.dh-view-box,
#insertForm,
#mailForm,
.bbs-list-view-layout+.row,
.bbs-blog-view-layout+.row,
#mod_type_formForm {
    visibility: hidden;
}

/* #freeboard tbody .no-attached{
	display:none;
} */
@media (max-width:576px) {
    .company-wrap .company {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .company-wrap .company .img-box img {
        width: unset;
    }

    .company-wrap .company .txt-box {
        padding: 15px;
        border: 1px solid #ddd;
    }

    .company-wrap .company .txt-box h6 {
        margin: 0px 0 10px 0;
        font-size: 15px;
    }

    .company-wrap .company .txt-box p {
        font-size: 13px;
        font-weight: 500;
    }
}

@media (max-width:991px) {
    .busi-wrap {
        flex-direction: column;
    }

    .busi-wrap .busi-box {
        width: 100%;
    }

    .busi-wrap .busi-box:hover {
        width: 100%;
    }

    .busi-wrap .busi-box img {
        width: 100%;
        height: 400px;
        object-fit: cover;
    }

    .main-bottom {
        grid-template-columns: 1fr;
    }
}

@media (max-width:576px) {
    .busi-wrap .busi-box img {
        width: 100%;
        height: 220px;
        object-fit: cover;
    }

    .main-bottom a img {
        width: 100%;
        height: 300px;
        object-fit: cover;
    }

    .main-content .img-txt h3 {
        font-size: 22px;
        margin: 0 0 15px;
    }

    .main-bottom a .img-txt span {
        font-size: 18px;
    }

    .main-bottom a .img-txt {
        padding: 25px 15px;
    }

    .main-bottom .more {
        right: 15px;
        padding: 4px 20px;
    }
}

@media (max-width:991px) {
    #commu01 .dhb-txt-list .row {
        grid-template-columns: 1fr 1fr;
        gap: 40px;
        padding: 20px 0;
    }
}

@media (max-width:767px) {
    #commu01 .thumb-hidden {
        height: 220px;
    }

    #commu01 .text-box h4 {
        margin: 10px 0 25px;
        font-size: 20px;
    }

    #commu01 .text-box h5 a {
        font-size: 14px;
    }
}

@media (max-width:576px) {
    #commu01 .dhb-txt-list .row {
        grid-template-columns: 1fr;
        gap: 10px;
        padding: 20px 0;
    }
}