@charset 'UTF-8';

/*  newsDetail
--------------------------------------- */

.newsDetail {
padding: 0 0 120px;
}

.newsDetail .bgBox {
padding: 90px 0 55px;
background: #d8eaf8;
}

.newsDetail h1 {
max-width: 1330px;
margin: 0 auto;
padding: 0 20px;
font-size: 4.8em;
line-height: 1.25;
box-sizing: border-box;
}

.newsDetail h1 span {
display: block;
margin: 0 0 6px;
font-size: 0.5em;
}

.newsDetail .inner {
max-width: 1330px;
margin: 0 auto;
padding: 0 20px;
box-sizing: border-box;
}

.newsDetail .right {
padding: 40px 0 35px;
text-align: right;
}

.newsDetail .right p {
font-size: 2em;
line-height: 1.6;
}

.newsDetail .right p a {
padding: 0 24px 0 0;
text-decoration: underline;
background: url("/en/glopac/assets/img/ico_blank_01.png") no-repeat right center;
}

.newsDetail .right p a:hover {
opacity: 1;
text-decoration: none;
}

.newsDetail .txtList, .newsDetail .txtArea {
padding: 0 0 40px;
}

.newsDetail .txtArea p {
margin: 0 0 20px;
font-size: 2em;
line-height: 1.6;
}

.newsDetail .txtList li {
position: relative;
margin: 0 0 32px;
padding: 0 0 0 30px;
font-size: 2em;
line-height: 1.6;
}

.newsDetail .txtList li span {
position: absolute;
top: 0;
left: 0;
}

.newsDetail .txtBoxL {
padding: 0 0 40px;
}

.newsDetail .txtBoxL p {
margin: 0 0 32px;
font-size: 2em;
line-height: 1.6;
}

.newsDetail .txtBoxL .img {
float: left;
width: 500px;
margin: 0 70px 30px 0;
}

.newsDetail .txtBoxL .img span {
display: block;
margin: 12px 0 0;
font-size: 0.7em;
text-align: center;
}

.newsDetail .txtBoxL .pdf a {
display: inline-block;
padding: 8px 0 8px 35px;
font-size: 1.2em;
text-decoration: underline;
background: url("/en/glopac/assets/img/ico_pdf_01.png") no-repeat left center;
background-size: auto 30px;
}

.newsDetail .contactBox {
border: 1px solid #111;
}

.newsDetail .contactBox h2 {
padding: 22px 40px;
font-size: 2.4em;
font-weight: 700;
background: #e7e7e7;
}

.newsDetail .contactBox p {
padding: 30px 40px 40px;
font-size: 2.4em;
}

.newsDetail .contactBox p span {
font-weight: 700;
}

.newsDetail .btn {
width: 285px;
margin: 75px auto 0;
}

.newsDetail .btn a {
display: block;
padding: 17px 0;
color: #fff;
font-size: 1.6em;
text-align: center;
border: 1px solid #0a3c8c;
background: #0a3c8c;
}

.newsDetail .btn a:hover {
color: #0a3c8c;
background: #fff;
opacity: 1;
}

.newsDetail > h2 a {
display: block;
margin: 150px 0 0;
padding: 143px 0;
background: url("/en/glopac/assets/img/news/bg_release_01.jpg") no-repeat center;
background-size: cover;
}

.newsDetail > h2 span {
display: block;
width: 600px;
padding: 15px 48px 15px 0;
color: #fff;
font-size: 6em;
font-weight: 100;
text-align: right;
background: #0a3c8c;
box-sizing: border-box;
}

.newsDetail > h2 a:hover {
opacity: 1;
}

.newsDetail > h2 a:hover span {
color: #0a3c8c;
background: #fff;
}


@media screen and (max-width: 1200px) {

.newsDetail {
padding: 0 0 90px;
}

.newsDetail .bgBox {
padding: 60px 0 40px;
}

.newsDetail h1 {
font-size: 3.2em;
}

.newsDetail h1 span {
margin: 0 0 4px;
}

.newsDetail .right {
padding: 28px 0 24px;
text-align: right;
}

.newsDetail .right p {
font-size: 1.6em;
}

.newsDetail .right p a {
padding: 0 20px 0 0;
text-decoration: underline;
background: url("/en/glopac/assets/img/ico_blank_01.png") no-repeat right center;
background-size: 15px auto;
}

.newsDetail .txtList {
padding: 0 0 30px;
}

.newsDetail .txtList li {
margin: 0 0 21px;
padding: 0 0 0 20px;
font-size: 1.6em;
}

.newsDetail .txtBoxL {
padding: 0 0 40px;
}

.newsDetail .txtBoxL p {
margin: 0 0 26px;
font-size: 1.6em;
}

.newsDetail .txtBoxL .img {
float: left;
width: 350px;
margin: 0 50px 20px 0;
}

.newsDetail .txtBoxL .img span {
display: block;
margin: 8px 0 0;
font-size: 0.75em;
text-align: center;
}

.newsDetail .contactBox h2 {
padding: 15px 25px;
font-size: 1.5em;
}

.newsDetail .contactBox p {
padding: 20px 25px 25px;
font-size: 2em;
}

.newsDetail .btn {
width: 200px;
margin: 50px auto 0;
}

.newsDetail .btn a {
padding: 12px 0;
font-size: 1.4em;
}

.newsDetail > h2 a {
margin: 100px 0 0;
padding: 100px 0;
background: url("/en/glopac/assets/img/news/bg_release_01.jpg") no-repeat center;
background-size: cover;
}

.newsDetail > h2 span {
width: 400px;
padding: 10px 32px 10px 0;
font-size: 4.8em;
}

}



@media screen and (max-width: 750px) {

.newsDetail {
padding: 0 0 16vw;
}

.newsDetail .bgBox {
padding: 8vw 0;
}

.newsDetail h1 {
width: 92vw;
max-width: inherit;
margin: 0 auto;
padding: 0;
font-size: 6.4vw;
line-height: 1.25;
}

.newsDetail h1 span {
margin: 0 0 1vw;
font-size: 3.2vw;
}

.newsDetail .inner {
width: 92vw;
max-width: inherit;
margin: 0 auto;
padding: 0;
}

.newsDetail .right {
padding: 4.8vw 0;
}

.newsDetail .right p {
font-size: 3.73vw;
}

.newsDetail .right p a {
padding: 0 4.8vw 0 0;
background: url("/en/glopac/assets/img/ico_blank_01.png") no-repeat right center;
background-size: 3.2vw auto;
}

.newsDetail .txtList {
padding: 0 0 5.33vw;
}

.newsDetail .txtList li {
position: relative;
margin: 0 0 6vw;
padding: 0 0 0 4.8vw;
font-size: 3.73vw;
line-height: 1.6;
}

.newsDetail .txtBoxL {
padding: 0 0 5.33vw;
}

.newsDetail .txtBoxL p {
margin: 0 0 6vw;
font-size: 3.73vw;
line-height: 1.6;
}

.newsDetail .txtBoxL .img {
float: none;
width: 75vw;
margin: 0 auto 6vw;
}

.newsDetail .txtBoxL .img span {
margin: 2vw 0 0;
font-size: 2.66vw;
}

.newsDetail .contactBox h2 {
padding: 2.66vw 3.2vw;
font-size: 4vw;
}

.newsDetail .contactBox p {
padding: 2.66vw 3.2vw 3.2vw;
font-size: 4vw;
}

.newsDetail .btn {
width: 52vw;
margin: 9.6vw auto 0;
}

.newsDetail .btn a {
padding: 4vw 0;
font-size: 2.66vw;
}

.newsDetail .btn a:hover {
color: #0a3c8c;
background: #fff;
opacity: 1;
}

.newsDetail > h2 a {
margin: 16vw 0 0;
padding: 20vw 0;
}

.newsDetail > h2 span {
width: 75vw;
padding: 2vw 6.4vw 2vw 0;
font-size: 8vw;
}

}



