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

/* setting */
:root {
    --theme-fontSize: 16px;
    --lqd-color-primary: #7f2300;
    --f-Family400: 'Pretendard-Regular';
    --f-Family600: 'Pretendard-SemiBold';
    --f-Family700: 'Pretendard-Bold';
}

/* common */
html, body {
    font-size: var(--theme-fontSize);
}
html,
body,
.visual .item h1 {
    font-family: var(--f-Family400), sans-serif;
}
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: var(--f-Family700), sans-serif;
}
ul, ol {
    padding-left: 0;
}
ul.type_basic li {
    padding-left: 20px;
    text-indent: -20px;
}
ul.type_basic li:before {
    content: '';
    display: inline-block;
    width: 4px;
    height: 4px;
    background: var(--lqd-color-primary);
    border-radius: 4px;
    margin: 0 calc((20px - 4px) / 2);
    margin-top: 10px;
    vertical-align: top;
}

legend,
caption,
.sr_only,
.blind {
	overflow: hidden;
	visibility: hidden;
	width: 0 !important;
	height: 0 !important;
	padding: 0 !important;
	margin: 0 !important;
	font-size: 0;
	line-height: 0;
	z-index: 0;
}

/* page */
.navbar-brand img {
    height: 4rem;
}

.bot_logo img {
    height: 4rem;
}
.bot_companyInfo > * {
    margin-bottom: 0;
}
.bot_companyInfo > p em {
    vertical-align: top;
    font-style: normal;
}
.copyright {
    text-align: center;
}

.visual {
    height: 640px;
/*     display: flex;
    align-items: center; */
}
.visual .item {
    padding: 2rem;
    background: rgba(0,0,0,0.5);
}
.visual .item,
.visual .item h1 {
    color: #fff;
	font-size: 40px;
}
.visual .swiper-slide {
	display: flex;
	align-items: center;
}

.visual .subTitle > p span {
    text-indent: 0.25rem;
}

.sect1 h6 {
	text-transform: none;
}
.sect1 .closingRemarks {
    flex-wrap: wrap;
	align-items: center;
}
.sect1 .closingRemarks h3 {
	margin-bottom: 0;
}
.sect1 .service-plans .btn_bx button,
.sect1 .closingRemarks h3 + button {
    padding: 0 calc(0.5rem + 1px) 0 0.5rem;
    margin-top: -1px;	
    margin-left: 0.5rem;
    font-size: calc(1rem - 1px);
    line-height: 1.5rem;
    vertical-align: top;

    border: 1px solid rgba(0,0,0,0.1);
	border-radius: 0.25rem;
/*
    color: #7f2300;
    background: transparent;
	border: 1px solid #7f2300;
*/
}
.sect1 .closingRemarks p {
    width: 100%;
	margin-bottom: 0;
}
.sect1 .service-plans {
	height: 0;
	overflow: hidden;
	transition: height 1s;
}
.sect1 .service-plans .btn_bx {
	font-size: 0;
	text-align: center;
	line-height: 0;
}
.sect1 .closingRemarks h3 + button:focus,
.sect1 .closingRemarks h3 + button:hover,
.sect1.on .closingRemarks h3 + button,
.sect1 .service-plans .btn_bx button {
    color: #fff;
    background-color: #7f2300;
	border-color: #7f2300;
}

.sect1.on .service-plans {
	height: auto;
	padding-top: 30px;
	padding-bottom: 40px;
	transition: height 1s;
}

.sect3 img {
    height: 1em;
}

.sect6 .item_l .actUrl {
    font-size: 0;
    margin-left: -0.5rem;
}
.sect6 .item_l .actUrl a {
    display: inline-block;
    width: calc(100% / 2 - 0.5rem);
    height: 2.5rem;
    margin-left: 0.5rem;
    font-size: 1rem;
    line-height: 2.5;
    text-align: center;
    border: 1px solid rgba(0,0,0,0.1);
}

.sect6 .item_r .bx_way p + h3 {
    margin-top: 3rem
}
.sect6 .item_r .bx_way p em {
    color: var(--lqd-color-primary);
    font-family: var(--f-Family600);
    font-style: normal;
}

.main-footer button.type_accordion {
	background: transparent;
	border: 0 none;
	position: relative;
	padding-bottom: 0.25em;
	color: #fff;
	border-bottom: 1px solid rgba(255, 255, 255, 0.6);
}
.main-footer button.type_accordion:hover,
.main-footer button.type_accordion:focus {
	border-color: rgba(255, 255, 255, 1);
}
.main-footer button.type_accordion:after {
	content: '';
	display: inline-block;
	border: 4px solid transparent;
	border-left-color: #fff;
	position: absolute;
	top: 6px;
	left: 100%;
	margin-left: 0.5em;
}
.main-footer .ld-fancy-heading + p {
	height: 0;
	overflow: hidden;
	margin-bottom: 0;
	transition: height 1s;
}
.main-footer .ld-fancy-heading.on + p {
	height: auto;
	padding-bottom: 35px;
	transition: height 1s;
}

@media screen and (max-width:959px) {
/* page */
    .bx_title {
        margin-bottom: 2rem;
    }

    .bot_logo figure {
        justify-content: center;
    }

    .sect2 .bx {
        flex-wrap: wrap;
    }

/* max-width:959px */
}
@media screen and (max-width:767px) {
/* page */
    .navbar-brand img {
        height: 3rem;
    }
    .mapCont {
        max-height: 320px;
    }

/* max-width:767px */
}
@media screen and (max-width:499px) {
    /* page */
    .bx_title {
        margin-bottom: 1.5rem;
    }
    .sect1 .ld-fancy-heading h3,
    .bx_title h2 {
        font-size: 2rem;
    }

/* max-width:959px */
}