@charset "utf-8";
/*------------------------------------------------------------
contactSec
------------------------------------------------------------*/
.fontM{
	font-family: 'Montserrat', sans-serif;
}
.contactSec .pageTitle{
	padding-bottom: 80px;
}
.contactSec .contactCnt{
	padding-bottom: 77px;
	border-bottom: 1px solid #e6e6e6;
}
.contactSec .dotArea{
	width: 100%;
	max-width: 340px;
	height: auto;
	margin: 90px auto 80px;
	display: flex;
	justify-content: space-between;
}
.contactSec .dot{
	position: relative;
	width: 12px;
	height: 12px;
	background: rgba(195,195,195,1);
	border-radius: 50%;
	margin: 0 auto;
}
.contactSec .blinking{
	position: relative;
	animation: blink 1.2s ease-in-out infinite alternate;
}
.contactSec .blinking::before{
	content: "";
	width: 12px;
	height: 12px;
	display: inline-block;
	background: rgba(232,7,0,1);
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	z-index: 2;
}

.contactSec .blinking::after{
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	width: 24px;
	height: 24px;
	background: rgba(232,7,0,.2);
	border-radius: 50%;
	z-index: 1;
}

@keyframes blink {
	0% {opacity: .6;}
    100% {opacity: 1;}
}
.contactSec .border{
	position: relative;
}

.contactSec .border::before{
	position: absolute;
    content: "";
    width: 175px;
    height: 2px;
    display: inline-block;
    background: #e6e6e6;
    top: 5px;
    right: 0;
	z-index: -1;
}
.contactSec .border::after{
	position: absolute;
    content: "";
    width: 175px;
    height: 2px;
    display: inline-block;
    background: #e6e6e6;
    top: 5px;
	z-index: -1;
}
.contactSec .dotText{
	font-size: 1.4rem;
	margin-top: 10px;
	color: #c3c3c3;
}
.contactSec .addColor{
	color: #232323;
}
.contactSec .contact_h2{
	font-size: 3.2rem;
	font-weight: 700;
	text-align: center;
	margin-bottom: 40px;
}
.contactSec .intro-txt{
	margin-bottom: 60px;
	text-align: justify;
	letter-spacing: .025em;
}
.contactSec .intro-txt02{
	text-align: center;
	margin-bottom: 60px;
}
.contactSec .bnrCnt{
	width: 49%;
	height: auto;
}
.contactSec .bnr-ttl{
	text-align: center;
	font-weight: 700;
	color: #1a2543;
	margin-bottom: 20px;
}
.contactSec .bnr-ttl02{
	text-align: center;
	font-weight: 700;
	color: #232323;
	margin-bottom: 20px;
}
.contactSec .bnr-txt{
	width: 100%;
	height: 100%;
	border: 1px solid #1a2543;
	border-radius: 5px;
	max-height: 115px;
}
.contactSec .bnr-txt a{
	display: inline-block;
	width: 100%;
	height: auto;
	padding: 25px 0;
	text-align: center;
}
.contactSec .bnr-txt a:hover{
	opacity: .7;
}
.contactSec .bnr-txt img{
	width: 100%;
	max-width: 188px;
    height: 66px;
}
.contactSec .upper{
	font-size: 2rem;
	color: #1a2543;
	font-weight: 700;

}
.contactSec .upper02 {
	font-size: 3.2rem;
	color: #1a2543;
	font-weight: 700;
}
.contactSec .under{
	font-size: 1.2rem;
	font-weight: 700;
	color: #1a2543;
}
.contact-btn-back{
	width: 100%;
	margin: 0 0 240px 0;
	text-align: center;
}
.contact-btn-back a{
	display: inline-block;
	width: 100%;
	max-width: 320px;
	height: auto;
	margin: 0 auto;
	background: #e6e6e6 url(../img/contact/contact-arrow.svg) no-repeat right 68px center;
    background-size: 14px auto;
    box-sizing: border-box;
	padding: 22px 12px;
	font-weight: 700;
	border-radius: 3px;
}
.contact-btn-back a:hover{
	opacity: .7;
    background: #e6e6e6 url(../img/contact/contact-arrow.svg) no-repeat right 60px center;
	background-size: 14px auto;
}
.contact-btn-back a:hover +.contact-btn-back a:hover::after{
	opacity: 0;
}
@media all and (max-width: 960px) {
.contactSec .contactSec .pageTitle {
    padding-bottom: 37px;
}
.contactSec .contactSec  p{
	font-size: 1.4rem;
}
.contactSec .dotArea{
	width: 100%;
	max-width: 220px;
	height: auto;
	margin: 40px auto;
	display: flex;
	justify-content: space-between;
}
.contactSec .border::before{
	position: absolute;
    content: "";
    width: 110px;
    height: 2px;
    display: inline-block;
    background: #e6e6e6;
    z-index: -1;
}
.contactSec .border::after{
	position: absolute;
    content: "";
    width: 110px;
    height: 2px;
    display: inline-block;
    background: #e6e6e6;
	z-index: -1;
}
.contactSec .contact_h2{
	font-size: 2.4rem;
	font-weight: 700;
	text-align: left;
	margin-bottom: 40px;
}
.contactSec .intro-txt{
	margin-bottom: 30px;
	text-align: justify;
	letter-spacing: .025em;
}
.contactSec .intro-txt02{
	font-size: 1.6rem;
	margin-bottom: 50px;
	text-align: justify;
	letter-spacing: .025em;
}
.contactSec .bnrCnt{
	width: 100%;
	height: auto;
	margin-bottom: 35px;
}
.contactSec .bnr-txt a{
	display: inline-block;
	width: 100%;
	height: auto;
	padding: 25px 0;
	text-align: center;
}
.contactSec .contactCnt{
	padding-bottom: 40px;
	border-bottom: 1px solid #e6e6e6;
}
.contactSec .upper{
	font-size: 2rem;
	color: #1a2543;
	font-weight: 700;
}
.contactSec .upper02{
	font-size: 3.2rem;
	color: #1a2543;
	font-weight: 700;
}
.contactSec .under{
	font-size: 1.2rem;
	font-weight: 700;
	color: #1a2543;
}
.contact-btn-back{
	margin: 0 0 160px 0;
	padding-top:40px;
	border-top:1px solid #e6e6e6;
}
}
@media all and (max-width: 374px) {
    #main .topBox p {
        font-size: 1.3rem;
    }
}
