@charset "utf-8";

#site {
    padding-top: 85px;
    font-family: "notokr", sans-serif;
}

ol,
ul,
li {
    list-style: none;
    list-style-position: inside;
}

#site > .container {
    width: 100%;
    padding: 0;
}

.table_blog dd {
    padding: 10px 20px 20px;
}

/* 불필요 항목 삭제 */
.navbar .caret {
    display: none;
}
.root_daum_roughmap .cont{
    display: none !important;
}
/* 상단 메뉴 */
.navbar-inverse {
    background: #fff;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    box-shadow: 5px 0 5px rgba(0, 0, 0, 0.1);
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 0;
    border: 0;
}

.navbar-brand {
    height: auto;
    padding: 0px;
    color: #111 !important;
    font-weight: 600;
    font-size: 31px;
    line-height: 55px;
    letter-spacing: -0.035em;
}

.navbar-inverse .navbar-nav > li > a {
    font-size: 16px;
    font-weight: 500;
    color: #666;
}

.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
    color: #222;
}

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

@media (max-width: 767px) {
    /*.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 0.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;
    }
}

@media (min-width: 768px) {
    .navbar-inverse .navbar-nav .dropdown-menu {
        left: 50%;
        right: auto;
        transform: translate(-50%, 0);
        border-radius: 0.25rem;
        border: 1px solid #d5d5d5;
        padding: 10px 0;
        -webkit-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.125);
        box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.125);
    }

    .navbar-inverse .navbar-nav .dropdown-menu > li > a {
        padding: 5px 20px;
    }

    .navbar-inverse .navbar-nav .dropdown-menu > li > a:hover,
    .navbar-inverse .navbar-nav .dropdown-menu > li > a:focus {
        background: none;
        font-weight: 600;
    }
}

@media (min-width: 992px) {
    .navbar-inverse .navbar-right {
        margin-right: -30px;
    }

    .navbar-inverse .navbar-nav > li > a {
        padding: 20px 25px;
    }
}

/* 슬라이드 공통 */
.carousel-control {
    text-shadow: 0px 2px 6px rgba(0, 0, 0, 0.125);
    transition: ease-in-out 0.15s all;
}

.carousel-control.left .glyphicon::before {
    content: "\f053";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.carousel-control.right .glyphicon::before {
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.carousel-indicators li {
    width: 12px;
    height: 12px;
    background-color: rgba(255, 255, 255, 0.1);
    border: 1px solid #fff;
    margin: 0 8px;
    border-radius: 0;
    transition: ease-in-out 0.15s all;
    border-radius: 50%;
}

.carousel-indicators li.active {
    width: 12px;
    height: 12px;
    background-color: #fff;
    margin: 0 8px;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.125);
    transform: rotate(45deg);
}

.carousel-caption {
    text-shadow: none;
    top: auto;
    bottom: 80px;
    transform: none;
}

@media (max-width: 767px) {
    .carousel-control {
        font-size: 14px;
    }

    .carousel-indicators li,
    .carousel-indicators li.active {
        width: 6px;
        height: 6px;
    }
}

/* 푸터 */
#site footer {
    margin-top: 0px;
    padding: 40px 0;
    background-color: #dcdcdc;
    color: #828282;
}
footer ul {
    margin-bottom: 0px;
}
footer .copy {
    font-size: 13px;
}
footer strong {
    color: #505050;
}
/* 메인 페이지 */
#mainCarousel .carousel-inner .item {
    height: 750px;
}
#mainCarousel {
    position: relative;
}
#mainCarousel .item:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.4;
}
/* #mainCarousel .item:after{
	content:'ⓒ blum';
	opacity: 1;
	z-index: 1000;
	position:absolute;
	right:5%;
	bottom:30px;
	font-size:17px;
	color:#fff;

} */
#mainCarousel .item:nth-child(4):after {
    display: none;
}
.root_daum_roughmap {
    width: 100% !important;
    padding: 0 !important;
}

.root_daum_roughmap .map_border {
    display: none !important;
}

.board_box_blog2 .row {
    margin-left: -5px;
    margin-right: -5px;
}

.board_box_blog2 .row > div[class^="col-"] {
    padding-left: 5px;
    padding-right: 5px;
}

.board_box_blog2 .inner {
    margin-top: 0;
    margin-bottom: 0;
}

.board_box_blog2 .inner .bottom {
    padding: 12px 10px;
}

.board_box_blog2 .inner .bottom .title {
    margin-bottom: 0;
}

.board_box_blog2 .inner .bottom .title a {
    font-size: 14px;
}

.board_box_blog2 .inner .bottom .info {
    display: none;
}

.board_box_blog2 .inner .top a .thumb {
    height: 180px;
}

/* member */
.member_wrapper {
    max-width: 1140px;
    margin: 0 auto;
}

.member_wrapper .btn {
    transition: all ease 0.3s;
}

.member_wrapper .table tbody tr th {
    background-color: rgba(0, 0, 0, 0.03);
}

.member_wrapper .table tbody tr th span {
    color: #5dae57;
}
/* personal setting 0.67v */
@media (min-width: 768px) {
    .col-sm-20 {
        width: 20%;
        float: left;
        position: relative;
    }
}
/* img */
.img-bordered {
    border: 1px solid #ddd;
}
.img-caption {
    margin: 10px 0;
    text-align: center;
    font-size: 16px;
    color: #555;
    font-weight: 500;
}
/* align */
.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;
}
/* font */
.numbering {
    margin-right: 10px;
}
.numbering.circle,
.numbering.sqr {
    display: inline-block;
    width: 1.8em;
    height: 1.8em;
    line-height: 1.8em;
    text-align: center;
    font-size: 0.8em;
    font-weight: 600;
    letter-spacing: -0.04em;
    color: #fff;
    border-radius: 0;
    background: #ed6c00;
}
.numbering.circle {
    border-radius: 50%;
}
/*list style*/
.li-none > li {
    list-style: none !important;
    margin-left: 20px;
}
.li-circle > li {
    list-style: circle !important;
    margin-left: 20px;
}
.li-disc > li,
.li-check > li,
.li-dash > li,
.li-dot > li {
    margin-left: 10px;
    padding-left: 20px;
    position: relative;
}
.li-disc > li:before,
.li-check > li:before,
.li-dash > li:before,
.li-dot > li:before {
    content: "-";
    display: block;
    position: absolute;
    left: 5px;
    top: 0;
}
.li-dot > li:before {
    content: "·";
}
.li-disc > li:before {
    content: "";
    display: inline-block;
    width: 0.3em;
    height: 0.3em;
    border-radius: 50%;
    background: #ed6c00;
    top: 0.65em;
}
.li-check > li:before {
    content: "\f00c";
    left: 0;
    font-family: "font awesome 5 free";
    font-weight: 900;
    color: #ed6c00;
}

.partner-li {
    margin: 20px 0;
}
.partner-li:after {
    content: "";
    display: block;
    clear: both;
}
.partner-li > li {
    float: left;
    width: 20%;
    padding: 10px;
}
.partner-li > li img {
    border: 1px solid #ddd;
}
.category-li {
    display: inline-block;
    margin: 20px auto;
}
.category-li:after {
    content: "";
    display: block;
    clear: both;
}
.category-li > li {
    float: left;
    margin: 5px;
    padding: 10px 20px;
    background: #f5f5f5;
    border: 1px solid #ddd;
}
.li-pill li {
    position: relative;
    margin-bottom: 10px;
    padding-left: 85px;
}
.li-pill li a {
    text-decoration: underline;
    color: #f19203;
}
.li-pill li span {
    position: absolute;
    left: 0;
    padding: 3px 0;
    text-align: center;
    color: #000;
    line-height: 1.1;
    font-weight: 600;
    letter-spacing: -0.04em;
}
.trait-dl {
    margin: 40px 0;
}
.trait-dl:after {
    content: "";
    display: block;
    clear: both;
}
.trait-dl dt,
.trait-dl dd {
    float: left;
    margin-bottom: 10px;
    padding: 20px 40px;
    border-top: 2px solid #ddd;
}
.trait-dl dt {
    border-color: #ed6c00;
    font-size: 18px;
}
.stripe-dl {
    margin: 30px 0;
}
.stripe-dl dt {
    padding: 10px 20px;
    font-size: 16px;
    background: #f5f5f5;
}
.stripe-dl dd {
    margin-bottom: 20px;
    padding: 20px;
}
@media (min-width: 768px) {
    .trait-dl dt {
        width: 25%;
    }
    .trait-dl dd {
        width: 75%;
    }
}
@media (max-width: 767px) {
    .partner-li > li {
        width: 50%;
    }
}
/* component */
.card {
    display: block;
    position: relative;
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid #ddd;
    min-height: max-content;
}
.card .card-ttl {
    margin: -15px -15px 15px;
    padding: 10px 0;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    background: #ed6c00;
}
.column-2 {
    column-count: 2;
    column-rule: 1px solid #ddd;
    column-gap: 30px;
}

.more-btn {
    display: block;
    margin: 40px auto 10px;
    width: 200px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    border: 1px solid #ed6c00;
    background: #ed6c00;
}
.more-btn:hover {
    color: #ed6c00;
    background: transparent;
}
.circle-wrap {
    margin: 30px 0;
    text-align: center;
}
.circle-wrap .circle {
    position: relative;
    display: inline-block;
    width: 200px;
    height: 200px;
    margin: 0 15px;
    vertical-align: top;
    border-radius: 50%;
    background: #555;
}
.circle-wrap .circle > div {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.3;
    min-width: 80%;
}
.bull {
    position: relative;
    padding-left: 0.5em;
}
.bull:before {
    content: "";
    display: block;
    width: 3px;
    height: 3px;
    background: #ed6c00;
    position: absolute;
    left: 0;
    top: 0.5em;
    margin-top: -3px;
}
@media (max-width: 767px) {
    .column-2 {
        column-count: 1;
    }
}
.column-2 ul,
.column-2 dl,
.column-2 ol {
    margin: 0;
}

.greet .quote,
p.quote {
    margin: 30px 0;
    font-size: 26px;
    font-weight: 300;
    color: #555;
    line-height: 1.2;
}
p.quote span {
    font-weight: 500;
}
/* custom setting */
ul,
dl,
ol {
    padding: 0;
}
p,
li,
dt,
dd {
    line-height: 1.6;
}
a:hover,
a:focus {
    text-decoration: none;
}
* {
    box-sizing: border-box;
    word-break: keep-all;
}
.table-style {
    margin: 0 0 20px;
    border-top: 2px solid #ed6c00;
}

.table-style tr th,
.table-style tr td {
    padding: 10px 10px !important;
    border-bottom: 1px solid #dedede !important;
    letter-spacing: -0.02em;
    word-break: keep-all;
    vertical-align: middle !important;
}

.table-style tr th {
    color: #333;
    text-align: center;
}

.table-style thead tr th {
    background: #f8f8f8;
}

.table-style tr td {
    color: #666;
}

/* personal setting 0.67v end */
/* navigation setting */
.navbar-header,
.navbar-brand {
    float: none !important;
    text-align: center;
}
.navbar-brand {
    margin: 0;
}
.navbar-inverse .navbar-right {
    display: none;
}
#menu-btn {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 85px;
    border: 5px solid #ff7b0d;
    /* display:flex; */
    /* flex-wrap: wrap; */
    align-items: center;
    padding: 13px 13px;
}
#menu-btn span {
    margin: 8px 0;
    display: block;
    width: 100%;
    height: 5px;
    background: #ff7b0d;
    transition: all 0.2s ease;
}
#menu-btn .n1 {
    width: 90%;
}
#menu-btn .n2 {
    width: 80%;
}
#menu-btn .n3 {
    width: 100%;
}
#left-menu {
    position: fixed;
    left: -280px;
    top: 0;
    padding-top: 85px;
    height: 100vh;
    width: 280px;
    background: #4a4a4a;
    min-width: 280px;
    z-index: 1080;
    box-shadow: 10px 0 10px rgba(0, 0, 0, 0.1);
    transition: all 0.5s cubic-bezier(0.54, -0.005, 0.595, 1.005);
}
#left-menu.on {
    left: 0;
}
#left-menu .close {
    position: absolute;
    right: 20px;
    top: 18px;
    float: none;
    margin: 0;
    color: #fff;
    font-size: 36px;
    opacity: 1;
}
.m-menu {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}
#left-menu .m-menu > li > a {
    display: block;
    padding: 15px 25px;
    color: #fff;
    font-size: 17px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
#left-menu .m-menu > li:hover > a {
    background: #ed6c00;
}
.open-btn i {
    margin-left: 8px;
}
.open-btn.on i:before {
    content: "\f0d8";
}
.s-menu {
    display: none;
    overflow: hidden;
    padding: 20px 0;
    background: #eee;
}

.s-menu > li > a {
    position: relative;
    display: block;
    padding: 5px 10px 5px 40px;
    font-size: 15px;
    color: #333;
}
.s-menu > li > a:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    width: 0;
    height: 5px;
    transition: all 0.3s ease;
    background: #ed6c00;
}
.s-menu > li > a:hover {
    color: #ed6c00;
}
.s-menu > li > a:hover:before {
    width: 15px;
}
#side-login {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background: #ed6c00;
    text-align: center;
    padding: 37px 15px;
    margin: 0;
    font-size: 18px;
}
#side-login a {
    color: #fff;
}
/* mainpage setting */
.carousel-caption h1 {
    font-size: 36px;
    text-align: right;
    font-weight: 500;
}
.carousel-caption h1:before {
    content: "";
    display: block;
    margin: 0 0 15px auto;
    width: 40px;
    height: 2px;
    background: rgba(255, 255, 255, 0.57);
}
/* .carousel-caption{
	top: 71%;
}
.carousel-caption p{
	font-size: 24px;
	line-height: 1.5em;
	letter-spacing: -0.045em;
	font-weight: 300;
	text-align: right;
	position:relative;
}
.carousel-caption p::before {
	content:'';
	display:block;
	position:absolute;
	background: rgba(255, 255, 255, 0.57);
	width: 35px;
	height: 2px;
	top: -20px;
	right: 2px;
}
.carousel-caption span {
	font-weight: 500;
} */
/* .item:nth-child(1) .carousel-caption{
	color:#111;
} */
/* .item:nth-child(2) .carousel-caption{
	text-align:right;
} */
.main-content {
    padding: 30px 0;
}
.main-content .row {
    margin: 0 -10px;
}
.main-content .row > div {
    padding: 0 10px;
}
.main-content .row .clearfix {
    padding: 0 0 20px;
}
.main-content .inner {
    position: relative;
    display: block;
    padding-top: 10vw;
    background: #000;
    overflow: hidden;
    z-index: 1;
}
.main-content div:not(.main-location) .inner:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.7;
    transition: all 0.3s ease;
    z-index: -1;
}
.main-content div:not(.main-location) .inner:hover:before {
    opacity: 0.4;
    transform: scale(1.1);
}
.main-company .inner:before {
    background: url(/public/img/main/m-company.jpg) no-repeat center / cover;
}
.main-product .inner:before {
    background: url(/public/img/main/m-product.jpg) no-repeat center / cover;
}
.main-branch .inner:before {
    background: url(/public/img/main/m-branch.jpg) no-repeat center / cover;
}
.main-showroom .inner:before {
    background: url(/public/img/main/m-showroom.jpg) no-repeat center / cover;
}
.main-branch .inner,
.main-product .inner {
    padding-top: 15vw;
}
.main-content .inner span {
    z-index: 2;
    right: 0;
    bottom: 0;
    text-align: left;
    display: block;
    padding: 10px 70px 10px 19px;
    font-size: 18px;
    color: #fff;
    background: rgba(241, 146, 3, 0.7);
    font-weight: 500;
}
.main-location .inner span {
    text-align: center;
    padding: 10px 0;
    margin-top: -55px;
    padding-bottom: 65px;
}
.main-content .inner span::before {
    content: "";
    display: block;
    position: absolute;
    background-image: url(/public/img/main/main-arrow.png);
    width: 31px;
    height: 9px;
    right: 20px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    bottom: 18px;
    transition: all 0.2s ease;
}
.main-content .inner:hover span::before {
    margin-right: -5px;
}
.col-sm-2.main-location span::before {
    display: none;
}
.main-content .inner i {
    position: absolute;
    left: 50%;
    top: 41%;
    transform: translate(-50%, -50%);
}
.main-location .inner {
    color: #fff;
    background: #f19203;
}
.main-location .inner i {
    font-size: 62px;
    transition: all 0.3s ease;
}
.main-location .inner:hover i {
    margin-top: -10px;
}
/* footer setting */
#site footer li {
    display: inline-block;
    margin-right: 10px;
}

/* subpage setting */
.board_wrapper,
.calendar_wrapper {
    margin-top: 0;
    visibility: hidden;
}
.pagination_wrap,
.search_wrap {
    visibility: hidden;
}
.pageheader {
    height: 250px;
    /* background: #ff7b0d url(/public/img/sub/subtop-bg.jpg) no-repeat center / cover; */
    background: #ff7b0d;
    border-top: 1px solid #fff;
}
.pageheader .container {
    position: relative;
    height: 100%;
}
.pageheader h2 {
    margin: 0;
    left: 15px;
    font-size: 44px;
    color: #fff;
    /* text-shadow: 0 0 10px rgba(0,0,0,0.5); */
    font-weight: 300;
    display: block;
    text-align: center;
    padding-top: 110px;
    letter-spacing: -0.05em;
}
.breadcrumb {
    position: absolute;
    right: 15px;
    bottom: 10px;
    margin: 0;
    padding: 0;
    background: transparent;
    font-size: 13px;
    color: #e4e4e4;
}
.breadcrumb .active {
    color: #fff;
}
.subpage-content {
    padding-top: 65px;
    padding-bottom: 50px;
}
.subpage-content .emp {
    font-weight: 500;
    color: #ed6c00;
}
.subpage-content section {
    padding-bottom: 40px;
}
#about01 .se1 {
    padding-bottom: 90px;
}
.subpage-content section h4 {
    position: relative;
    margin-bottom: 10px;
    font-size: 23px;
    font-weight: 600;
    color: #333;
    letter-spacing: -0.06em;
}
.subpage-content section h5 {
    margin-top: 30px;
    margin-bottom: 5px;
    font-size: 18px;
}
@media (max-width: 767px) {
    .table_default colgroup,
    .table_default .writer,
    .table_default .num,
    .table_default .regdate,
    .table_default .hits {
        display: none;
    }
}

/* subpage about */
.greet .left-con {
    padding-right: 60px;
}
.greet .right-con {
    padding-top: 50px;
}
.greet .right-con p {
    margin-bottom: 25px;
    font-size: 17px;
    letter-spacing: -0.05em;
    line-height: 1.55em;
}
.greet .right-con p:first-child:before {
    content: "";
    display: block;
    width: 40px;
    height: 1px;
    background: #ff7b0d;
    margin-bottom: 30px;
}

.history-wrap {
    display: flex;
    position: relative;
}
.history-wrap .history-box {
    margin-right: 10px;
    flex: 1;
    text-align: center;
}
.history-wrap .history-box:last-child {
    margin-right: 0;
}
.history-wrap h6 {
    position: relative;
    padding: 20px 10px 20px;
    font-size: 36px;
    font-weight: 300;
    color: #ed6c00;
    letter-spacing: -0.03em;
}
.history-wrap .curr h6 {
    color: #f57509;
}
.history-wrap::before {
    content: "";
    display: block;
    position: absolute;
    width: 1140px;
    height: 1px;
    background: #d5d5d5;
    bottom: 62px;
    max-width: 100%;
}
.history-wrap h6:after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    bottom: -9px;
    transform: translateX(-50%);
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 4px solid #ed6c00;
    background: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
.history-wrap .curr h6:after {
    border-color: #ed6c00;
    background: #ffffff;
}
.history-wrap ul {
    display: inline-block;
    margin-top: 15px;
    text-align: left;
}
.history-wrap ul li {
    font-size: 18px;
}
.history-wrap ul li span {
    display: inline-block;
    width: 50px;
    margin-right: 10px;
    font-weight: bold;
    color: #ed6c00;
}

/* subpage branch */
.pagination_wrap,
.search_wrap {
    visibility: hidden;
}
div[id^="branch"] .search_wrap {
    text-align: center !important;
}
[id^="branch"] .table.table_default a {
    color: #ed6c00;
}
[id^="branch"] .table.table_default a:hover {
    color: #ed6c00;
}
div[id^="branch"] #reply,
#board_map_list tbody tr td:last-child,
#board_map_list .more,
.search_wrap .clearfix,
#board_map_wrap,
#board_map_search_wrap {
    display: none;
}
#branch01 .s-title {
    display: none;
}
/* #branch02 .branch-wrap.row{
    margin: 0 !important;
    padding: 0 !important;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 30px;
}
#branch02 .branch-wrap.row::before,
#branch02 .branch-wrap.row::after{
    display: none;
}
#branch02 .branch-wrap .col-sm-6{
    width: 100%;
} */
.search_wrap {
    margin-bottom: 50px;
}
.branch-top {
    display: flex;
    position: relative;
    max-width: 100%;
    margin: 0 auto 70px;
    justify-content: center;
    background-image: url(/public/img/sub/line-background.png);
    width: 1140px;
    height: 200px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 0px 0px;
}
.branch-top::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 1140px;
    height: 200px;
    background: #f3f3f3;
    z-index: -1;
}
.branch-top::after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    width: calc(100% - 16px);
    height: 184px;
    background: #fff;
    z-index: -1;
    top: 8px;
    transform: translateX(-50%);
}
.branch-top .img-box {
    width: 16%;
    padding-top: 37px;
}
.branch-top .txt-box {
    display: flex;
    width: 60%;
    flex-wrap: wrap;
    align-items: flex-end;
    padding-left: 40px;
    align-content: center;
    text-align: left;
    padding-top: 10px;
}
.branch-top .txt-box p {
    width: 100%;
    font-size: 18px;
    margin: 0;
    line-height: 1.35;
    font-weight: 400;
    color: #000;
    letter-spacing: -0.045em;
    margin-bottom: 10px;
    position: relative;
    padding-left: 10px;
}
.branch-top .txt-box p::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 11px;
    background: #333;
    width: 4px;
    height: 1px;
}
.btn.btn-primary:hover,
.btn.btn-primary:focus {
    background-color: #da6c0f;
}
.btn.btn-primary {
    background-color: #ed6c00;
    border: 1px solid #ed6c00;
    color: #fff;
}
.btn.btn-outline-primary:hover,
.btn.btn-outline-primary:focus {
    background-color: #ed6c00;
    color: #fff;
}
.btn.btn-outline-primary {
    background: none;
    border: 1px solid #ed6c00;
    color: #ed6c00;
}
.table.table_default thead th {
    background-color: #fff;
    border-bottom-color: #aaa;
}
#board_map_list thead tr th:nth-child(1) {
    width: 15% !important;
}
#board_map_list thead tr th:nth-child(2) {
    width: 20% !important;
}
#board_map_list thead tr th:nth-child(3) {
    width: 50% !important;
}
#board_map_list thead tr th:nth-child(4) {
    width: 15% !important;
}
div[id^="branch"] .contents_wrap {
    padding-top: 10px;
    text-align: center;
}
#board_map_view .fa-map-marker:before {
    content: "\f3c5";
}
.showroom-wrap {
    display: flex;
}
.showroom-wrap .img-box {
    width: 70%;
    padding-right: 50px;
}
.showroom-wrap .img-box ul {
    margin: 0;
}
.showroom-wrap .txt-box {
    width: 30%;
    padding: 40px 0;
    position: relative;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}
.showroom-wrap .txt-box p {
    font-size: 17px;
    line-height: 1.45;
    margin-bottom: 20px;
    position: relative;
    font-weight: 400;
    color: #000;
}
.showroom-wrap .txt-box p:first-child::before {
    content: "";
    display: block;
    width: 34px;
    height: 1px;
    background: #f58223;
    margin-bottom: 20px;
}
.showroom-wrap .txt-box .text-info {
    margin-top: 40px;
    font-size: 15px;
    color: #ed6c00;
    font-weight: 400;
}
.showroom-wrap .txt-box .time {
    margin-top: 60px;
    padding: 30px;
    color: #555;
    font-size: 15px;
    background: #f1f1f1;
}
.showroom-wrap .txt-box .time small {
    display: block;
    margin-top: 15px;
}
.notice .text-info {
    color: #ed6c00 !important;
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 15px;
}
#showroom .se1 {
    padding-bottom: 50px;
}
.slick-prev,
.slick-next {
    z-index: 100;
    width: 40px;
    height: 40px;
}
.slick-prev {
    left: 20px;
}
.slick-next {
    right: 20px;
}
.slick-prev:before,
.slick-next:before {
    font-size: 32px;
}
.branch-wrap .txt-box {
    position: relative;
    margin: 5px 0 60px;
    padding: 50px 30px 60px;
    display: flex;
    justify-content: space-between;
    background: #f8f8f8;
    min-height: 210px;
}
.branch-wrap .txt-box:after {
    content: "";
    position: absolute;
    width: 50px;
    height: 50px;
    border-bottom: 25px solid #fff;
    border-right: 25px solid #fff;
    border-left: 25px solid #eee;
    border-top: 25px solid #eee;
    right: 0;
    bottom: 0;
}
.branch-wrap p.name {
    width: 40%;
    font-size: 20px;
    font-weight: bold;
    color: #ff7b0d;
    letter-spacing: -0.03em;
    line-height: 1.1;
}
.branch-wrap p.name small {
    display: block;
    margin-top: 15px;
    font-size: 14px;
    font-weight: 400;
    color: #717171;
}
.branch-wrap ul {
    padding-left: 30px;
    flex: 1;
}
/* subpage product */
.prod-wrap {
    display: flex;
    flex-wrap: wrap;
    row-gap: 50px;
    width: 1000px;
    max-width: 100%;
    margin: 0 auto;
}
.prod-wrap .clearfix {
    padding-bottom: 40px;
}
.prod-wrap .inner {
    display: flex;
    flex-direction: column;
    height: 100%;
    margin: 0 auto;
    width: 500px;
    max-width: 100%;
    border: 1px solid #ddd;
    border-top: 3px solid #ed6c00;
}
.prod-wrap .txt-box {
    display: flex;
    flex-direction: column;
    flex: 1;
}
.prod-wrap .inner h5 {
    text-align: left;
    font-size: 25px;
    font-weight: 600;
    color: #333;
    padding-left: 40px;
}
.prod-wrap .inner h5 small {
    display: inline-block;
    font-size: 14px;
    margin-top: 10px;
    color: #777;
}
.prod-wrap .inner p {
    padding: 15px 40px 20px;
    font-size: 16px;
    text-align: left;
    word-break: keep-all;
    letter-spacing: -0.035em;
    color: #555;
    line-height: 1.4em;
}
.prod-wrap .inner ul {
    margin: 0;
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 0px 40px 20px;
    /* margin-top: -20px; */
}
.prod-wrap .inner li {
    padding: 0 0px;
}
.prod-wrap .inner li a {
    display: block;
    text-align: center;
    background: #f3f3f3;
    color: #666;
    line-height: 43px;
    font-size: 19px;
    /* border-top: 2px solid; */
    width: 44px;
    height: 44px;
    border-radius: 50%;
}
.prod-wrap .inner li + li {
    padding-left: 7px;
}

.prod-wrap .inner li.youtube a {
    color: #fff;
    background: #ce2b25;
}
.prod-wrap .inner li.other a {
    padding: 6px 0;
    background: none;
    width: 80px;
    border-radius: 0;
}
.prod-wrap .inner li.link a {
    color: #fff;
    background: #ed6c00;
}
.prod-wrap .inner li.sns a {
    background-color: transparent;
    height: auto;
}
.prod-wrap .inner li.sns img {
    height: 30px;
}
.prod-wrap .inner .more {
    height: 50px;
    margin-top: auto;
    margin-left: 15px;
    margin-bottom: 15px;
    margin-right: 15px;
    border-radius: 5px;
    display: flex;
    gap: 30px;
    padding: 0 30px;
    justify-content: space-between;
    align-items: center;
    background-color: #ff7b0d;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
}

.prod-wrap .inner .more::after {
    content: "";
    display: block;
    background-image: url(/public/img/main/main-arrow.png);
    width: 31px;
    height: 9px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    bottom: 18px;
    transition: all 0.2s ease;
}
.prod-wrap .inner .more:hover {
    background-color: #e46600;
}

/* subpage faq */
.faq-wrap .card {
    position: relative;
    margin-bottom: 40px;
    padding: 40px 30px;
    overflow: hidden;
    border-top: 2px solid #999;
}
.faq-wrap .card .number {
    position: absolute;
    right: 26px;
    bottom: -7px;
    font-size: 86px;
    opacity: 0.2;
    color: #ed6c00;
    font-weight: 200;
    display: none;
}
.faq-wrap h6,
.faq-wrap p {
    position: relative;
    padding-left: 26px;
}
.faq-wrap h6 span,
.faq-wrap p span {
    position: absolute;
    left: 0;
    top: 0;
    font-weight: bold;
    font-size: 18px;
}
.faq-wrap h6 {
    font-size: 19px;
    margin: 0 0 20px;
    font-weight: 400;
    color: #333;
    letter-spacing: -0.045em;
}
.faq-wrap h6 span {
    color: #333;
}
.faq-wrap p {
    margin: 0;
    font-size: 16px;
    letter-spacing: -0.04em;
    color: #555;
    background: #f5f5f5;
    padding: 15px 45px;
}
.faq-wrap p span {
    color: #ed6c00;
    padding: 13px 22px;
}
#faq .se1 {
    padding-bottom: 10px;
}

/* sdubpage location */
.location-li {
    text-align: left;
    background: #616161;
    padding: 25px 15px;
    position: relative;
}
.location-li li {
    display: inline-block;
    margin-bottom: 4px;
    padding: 0 15px;
    font-size: 15px;
    font-weight: 400;
    text-align: initial;
    color: #fff;
    text-align: right;
}
.location-li li.name {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    letter-spacing: -0.04em;
    margin-bottom: 8px;
    position: relative;
    display: inline-block;
    text-align: left;
}
/* .location-li li + li:before{
	content:'';
	display:inline-block;
	width: 5px;
	height: 5px;
	background: #999;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
} */
#location .location-li02 {
    text-align: right;
    display: block;
    margin-top: -40px;
}
.location-li li i {
    margin-right: 8px;
    color: #fff;
    font-size: 14px;
    position: relative;
}
#location .fa-map-marker-alt:before {
    content: "\f3c5";
}
.sns-li {
    text-align: right;
    display: inline-block;
    position: absolute;
    right: 40px;
    bottom: 78px;
}
.sns-li li {
    display: inline-block;
    margin: 0 8px;
}
.sns-li li:nth-child(3) {
    margin-right: 0;
}
.sns-li li a {
    display: block;
    padding: 20px;
    background: #f5f5f5;
    border-radius: 50%;
    overflow: hidden;
    transition: all 0.3s ease;
}
.sns-li li a:hover {
    box-shadow: 0px 6px 5px rgba(0, 0, 0, 0.17);
    transform: translateY(-5px);
}
.sns-li li img {
    width: 30px;
}
@media (max-width: 767px) {
    #site {
        padding-top: 65px;
    }
    .navbar-brand {
        font-size: 22px;
        line-height: 35px;
    }
    .navbar-toggle {
        display: none;
    }
    #menu-btn {
        width: 65px;
        padding: 4px 9px;
    }
    #left-menu .m-menu > li > a {
        padding: 11px 25px;
        font-size: 15px;
    }
    #mainCarousel .carousel-inner .item {
        height: 300px;
    }
    .main-content .inner {
        margin-bottom: 15px;
        padding-top: 50vw;
    }
    .main-content .row .clearfix {
        display: none;
    }
    .carousel-caption {
        bottom: 30px;
    }
    .carousel-caption h1 {
        font-size: 26px;
    }
    #side-login {
        bottom: 120px;
    }
    .pageheader {
        height: 140px;
    }
    .pageheader h2 {
        padding-top: 50px;
        font-size: 36px;
    }
    .greet .left-con {
        padding-right: 15px;
    }
    .history-wrap {
        display: block;
        padding-left: 30px;
        margin-top: 20px;
    }
    .history-wrap:before {
        width: 1px;
        height: 100%;
        bottom: 0;
        left: 14px;
    }
    .history-wrap .history-box {
        text-align: left;
    }
    .history-wrap h6 {
        margin-bottom: 0;
        padding: 0 0 0 10px;
        font-size: 30px;
    }
    .history-wrap h6:after {
        left: -25px;
        top: 50%;
        transform: translateY(-50%);
        bottom: auto;
    }
    .history-wrap ul li {
        padding-left: 10px;
        font-size: 17px;
    }
    #site .branch-top > div,
    .branch-top {
        display: block;
        width: 100%;
        height: auto;
    }
    .branch-top::before {
        display: none;
    }
    .branch-top {
        border: 10px solid #f3f3f3;
    }
    .branch-top .img-box {
        padding-top: 20px;
    }
    #site .branch-top .txt-box {
        padding: 20px;
    }
    .branch-top .txt-box p {
        font-size: 16px;
    }
    .branch-wrap .txt-box {
        display: block;
        min-height: 0;
        margin-bottom: 30px;
        padding: 30px 30px 60px;
    }
    .branch-wrap p.name {
        width: 100%;
    }
    .branch-wrap p.name br {
        display: none;
    }
    .branch-wrap p.name small {
        margin-top: 8px;
        margin-bottom: 22px;
    }
    .branch-wrap ul {
        padding-left: 0;
    }
    .showroom-wrap {
        display: block;
    }
    .showroom-wrap .img-box {
        padding-right: 0;
        width: 100%;
    }
    .showroom-wrap .txt-box {
        padding-bottom: 0;
        width: 100%;
    }
    .prod-wrap .inner {
        width: 100%;
        margin-bottom: 15px;
        min-height: 0;
    }
    .prod-wrap .inner h5 {
        font-size: 21px;
    }
    .prod-wrap .inner p {
        min-height: 0;
    }
    .faq-wrap .card {
        padding: 20px;
    }
    .faq-wrap h6 {
        font-size: 17px;
    }
    .faq-wrap p {
        padding-right: 15px;
    }
    .location-li li {
        text-align: left;
    }
    .sns-li {
        display: block;
        position: static;
    }
    #side-login .dropdown-menu a {
        color: #333;
    }
    .member_wrapper {
        padding: 50px 0;
    }
}
