html{
    box-sizing: border-box;
    font-size: 1vw;
}
*, *::before, *::before{
    box-sizing: border-box;
}
body{
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    /* width: 100vw;
    overflow-x: hidden; */
}

h1,h2,h3,h4,h5,span,p{
    margin: 0;
    padding: 0;
}

a{
    text-decoration: none;
}
.link-to{
	color: inherit;
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    line-height: inherit;
}
.link-to span{
	border-bottom: 1px solid #6A6A6A;
}
button{
    cursor: pointer;
}
button:hover {
    color: inherit;
    background-color: transparent;
	text-decoration: none;
}
button>a, h2>a, h3>a, h4>a, h5>a, span>a {
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    line-height: inherit;
}
a:hover{
	color: inherit;
}
button>a, span>a{
    width: 100%;
    height: 100%;
}
.box-container{
    width: 74.4rem;
    margin: 0 auto;
}
.section-title{
    font-size: 2.5rem;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; /* 3rem */
    letter-spacing: -0.075rem;
}
.section-title strong{
	font-weight: inherit;
}
.link-global{
    font-size: 0.9375rem;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; /* 1.125rem */
}
.link-global a{
    display: flex;
    align-items: center;
/*     text-decoration: underline; */
}
.link-global svg{
    width: 0.83333rem;
    height: auto;
    margin-left: 0.83rem;
}
.detail-global-btn{
    background-image: url('../icons/btnDetailBg.svg');
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    color: #000;
    font-size: 0.72917rem;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; /* 0.875rem */
    text-transform: uppercase;
    padding: 1.04rem;
    width: 15rem;
    border: 0px;
    background-color: transparent;
}
.detail-global-btn>a{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.detail-global-btn img{
    width: 0.83333rem;
    height: auto;
    display: block;
}
@media only screen and (max-width: 1023px) {
	.section-title{
        font-size: 3rem;
    }
	.link-global{
		font-size: 1.125rem;
	}
}

@media only screen and (max-width: 767px) {
    .box-container{
        width: 91.46667rem;
    }
    .section-title{
        font-size: 6.4rem;
    }
    .link-global{
        font-size: 3.7333rem;
    }
    .link-global svg{
        width: 3.37rem;
        margin-left: 2.66rem;
    }
    .detail-global-btn{
        width: 76.2rem;
        background-image: url('../icons/Excludemb.svg');
        padding: 5.33rem;
        font-size: 3.73333rem;
        color: #fff;
    }
    .detail-global-btn img{
        width: 4.2666rem;
        filter: invert(1);
    }
    .detail-global-btn svg path{
        stroke: white;
    }
}