section{
padding-top: var(--section-gap);
}
.policy{
padding-top: calc( var(--section-gap) + var(--sec-en-size) );
}
.banner-title-box h3{ }
.site-footer{
margin-top: var(--section-gap);
}
.policy .template-02{
max-width: unset;
}
.policy .template-02 > div:first-child{
flex: 0 0 45%;
}
.policy .template-02 > div:last-child{
padding-left: var(--pad-space);
}
.policy .template-02>div:nth-child(2)>div{
max-width: 600px;
padding-top: 140px;
}
.policy .template-02 > div:last-child{
align-items: center;
}
.template-02-list-download{
display: grid;
gap:15%;
grid-template-columns: 1fr;
padding: 25px 0;
border-bottom:2px solid #AFAFAF;
padding-bottom: 15px;
}
.template-02-list-download.select-item{
gap:20px;
grid-template-columns: 1fr auto;
align-items: center;
}
.template-02-list-download:last-child{ }
.template-02-list-download>div{
flex: 1;
display: grid;
grid-template-columns: auto 1fr auto;
align-items: center;
}
.fullwidth{
grid-template-columns: 1fr !important;
}
.template-02-list-download span{
font-family: var(--ch-font);
color: #AFAFAF;
font-size: 18px;
padding-right: 13px;
font-weight: 500;
}
.template-02-list-download p{
font-family: var(--ch-font);
color: var(--main-color);
font-size: 18px;
font-weight: 500;
text-decoration: underline;
line-height: 1.6em;
}
.template-02-list-download a{
display: flex;
align-items: center;
justify-content: center;
}
.template-02-list-download svg{
height: 18px;
}
.policy .template-02>div:first-child>h3:nth-child(2){
transform: translateX(65%);
}
.policy .template-02>div:first-child>h3:nth-child(1){
right: 40px;
}
.template-02-list-download>div.fullwidth{
display: flex;
justify-content: stretch;
}
.show-on-mobile{
display: none;
}
.template-02-list-download.select-item .fullwidth>div{
background: var(--main-color);
position: relative;
height: 100%;
}
.template-02-list-download.select-item .fullwidth>div:first-child{
border-radius: 100px 0 0 100px;
}
.template-02-list-download.select-item .fullwidth select{
background: transparent;
border: unset !important;
border: 0.1px solid transparent !important;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
padding: 7px 40px 7px 25px;
text-align: left;
cursor: pointer;
font-family: var(--ch-font);
font-size: var(--xd-16px);
font-weight: 500;
color: white;
position: relative;
z-index: 1;
outline: unset !important;
}
.template-02-list-download.select-item .fullwidth select option{
color: black;
}
.template-02-list-download.select-item .fullwidth>div:nth-child(1) svg{
position: absolute;
top: 50%;
right: 15px;
transform: translateY(-50%);
width: 14px;
transition: all .3s;
}
.template-02-list-download.select-item .fullwidth select option{
line-height: 3em;
height: 50px;
} .template-02-list-download.select-item .fullwidth>div:nth-child(2){
display: flex;
align-items: center;
padding: 10px 15px 10px 13px;
border-radius: 0 100px 100px 0;
border-left: 1px solid white;
}
.template-02-list-download.select-item .fullwidth>div:nth-child(2) svg line{
stroke: white;
}
.goals-header{
margin-bottom: 70px;
}
.goals-header>h3,
.goals-header>h2{
text-align: center;
}
.goals-bar{
padding: 0 var(--pad-space);
margin-bottom: 70px;
}
.goals-bar>div{
width: 100%;
max-width: 1650px;
background: #E8E8E8;
border-radius: 200px;
display: grid;
grid-template-columns: repeat(6,1fr);
align-items: center;
height: 93px;
margin: 0 auto;
position: relative;
}
.goals-bar>div>div{
content:"";
width: 16.666%;
position: absolute;
top:0;
left: 0;
height: 100%;
background: var(--main-color);
z-index: 0;
border-radius: 200px;
transition: all .5s;
}
.goals-bar button{
flex: 1;
padding: 0;
border: unset;
display: flex;
align-items: center;
justify-content: center;
z-index: 2;
}
.goals-bar button:hover,
.goals-bar button:focus,
.goals-bar button:active{
background: transparent;
border:unset;
outline: unset;
}
.goals-bar-btn p{
margin: 0;
font-family: var(--ch-font);
font-size: 15px;
font-weight: 700;
color: var(--main-color);
line-height: 1.3em;
text-wrap: wrap;
padding: 0 10px;
}
.goals-bar-btn.active p{
color: white;
}
.goals-box{
width: 93%;
margin-right: auto;
display: flex;
background: #E8E8E8;
border-radius: 0 var(--box-radius) var(--box-radius) 0;
display: grid;
grid-template-columns: 1fr 1fr; 
}
.goals-img{ min-height: 684px;
border-radius: 0 var(--box-radius) var(--box-radius) 0;
overflow: hidden;
}
.goals-img img{
width: 100%;
height: 100%;
display: block;
object-fit: cover;
object-position: center;
}
.goals-content{
display: flex;
flex-direction: column;
justify-content:center;
align-items: center;
padding: 30px;
}
.goals-content h5{
font-family: var(--en-font);
font-size: var(--xd-48px);
color: var(--main-color);
font-weight: 600;
margin: 0;
line-height: 1em;
margin-bottom: 60px;
}
.goals-content h4{
font-family: var(--ch-font);
font-size: var(--xd-33px);
color: var(--main-color);
font-weight: 500;
margin: 0;
line-height: 1em;
margin-top: 10px;
margin-bottom:60px;
}
.goals-content p{
font-family: var(--ch-font);
font-size: var(--xd-19px);
line-height: 1.8em;
font-weight: 400;
margin: 0;
}
.goals-content>div{
width: 100%;
max-width: 650px;
}
.goals-bar-mobile{
padding: 0 var(--pad-space);
margin-bottom: 70px;
}
.goals-bar-mobile>div{
display: flex;
align-items: center;
gap:10px;
align-items: center;
background: #E8E8E8;
border-radius: 200px;
padding: 10px;
}
.goals-bar-mobile button{
width: 40px;
padding: 0px;
border-radius: 100%;
display: flex;
align-items: center;
justify-content: center;
aspect-ratio: 1 / 1;
background: transparent !important;
outline: unset !important;
border: unset !important;
}
.goals-bar-mobile button svg line {
stroke-width: 1;
}
.goals-bar-mobile button svg {
height: 40px;
width: 13px;
}
.goals-bar-mobile>div>div{
width: calc(100% - 100px);
}
.goals-bar-slick .slick-track{
display: flex;
align-items: center;
}
.goals-bar-slick p{
font-weight: 700;
font-family: var(--ch-font);
font-size: 15px;
text-align: center;
margin: 0;
line-height: 1.3em;
color:#969696;
}
.goals-bar-slick .slick-current p{
color: var(--main-color);
}
.goals-bar-mobile{
display: none;
}
.sdgs-icon-box{
display: flex;
justify-content: flex-end;
gap:15px;
margin-top: 40px;
}
.sdgs-icon-box img{
height: 80px;
}
.action .teamplate-01-header p{
margin-top: 50px;
font-family: var(--en-font);
font-weight: 400;
font-size: var(--xd-25px);
}
.action .teamplate-01-box>div{
display: flex;
height: 85%;
width: 75%;
align-items: flex-end;
}
.action .teamplate-01-box p{
font-size: var(--xd-19px);
color: white;
font-weight: 400;
line-height: 1.5em;
}
@media only screen and (max-width:1650px){
.goals-box{
width: calc(100% - var(--pad-space));
}
}
@media only screen and (max-width:1500px){
.policy .template-02 h3{
font-size: 3.5vw;
}
}
@media only screen and (max-width:1300px){
.goals-content h5{
margin-bottom: 40px;
}
}
@media only screen and (max-width:1200px){
.policy .template-02 h3{
font-size: var(--sec-en-size);
}
.policy .template-02>div:first-child>h3:nth-child(1){
right: 0;
}
.policy .template-02>div:first-child>h3:nth-child(2) {
transform: translateX(0%);
}
.policy .template-02>div:nth-child(2)>div{
max-width: unset;
padding-top: 0;
padding-left: 0;
}
}
@media only screen and (max-width:1150px){
.show-on-mobile{
display: block;
}
.show-on-desk{
display: none;
}
}
@media only screen and (max-width:1024px){
.goals-content h5{
margin-bottom: 30px;
}
.policy .template-02 h3{
font-size: 40px;
}
.goals{
padding: 0 var(--pad-space);
}
.goals-box{
display: flex;
flex-direction: column;
width: 100%;
border-radius: var(--box-radius);
padding: var(--pad-space);
}
.goals-img{
height: 43vh;
min-height: 396px;
border-radius: var(--box-radius);
}
.goals-content h4{
margin-bottom: 30px;
}
.goals-content{
padding: 30px 0 0 0;
}
.goals-content>div{
max-width: unset;
}
.goals-bar{
display: none;
}
.goals-bar-mobile{
display: block;
padding: 0;
}
.sdgs-icon-box{
justify-content: flex-start;
}
.policy{
padding-top: calc( var(--section-gap) + 40px );
}
}
@media only screen and (max-width:600px){
.goals-content h5 {
margin-bottom: 20px;
}
.policy .template-02 h3{
font-size: 25px;
}
.template-02-list-download.select-item .fullwidth select{
padding: 3px 20px 3px 10px;
}
.template-02-list-download.select-item .fullwidth{
background: var(--main-color);
padding: 0;
margin: 15px 10px;
border-radius: 100px;
}
.template-02-list-download.select-item{
align-items: center;
}
.template-02-list-download.select-item .fullwidth>div:nth-child(2){
border-left: unset;
}
.template-02-list-download.select-item .fullwidth>div:nth-child(1){
height: unset;
border-right: 1px solid white;
}
.template-02-list-download.select-item .fullwidth>div:nth-child(1) svg{
right:4px;
width: 12px;
padding-top: 1px;
}
.template-02-list-download.select-item .fullwidth>div:nth-child(2){
padding: 0px 9px 0px 6px;
}
.template-02-list-download.select-item .fullwidth{
margin: 15px 0;
}
.template-02-list-download.select-item{
gap:15px;
}
.template-02-list-download{
flex-direction: column;
padding: 0;
border-bottom:unset;
gap:0px;
}
.template-02-list-download>div{
border-bottom:1px solid #AFAFAF;
padding: 20px 10px;
padding-bottom: 15px;
}
.template-02-list-download p{
font-size: 15px;
}
.template-02-list-download span{
font-size: 15px;
}
.template-02-list-download svg{
height: 13px;
}
.template-02-list-download:last-child>div:last-child{ }
.template-02-list-download.select-item{
flex-direction: unset;
border-bottom: 1px solid #AFAFAF;
}
.template-02-list-download.select-item>div{
border-bottom: unset;
}
.policy .template-02>div:nth-child(2)>div>p{
margin-bottom: 5px;
}
.template-02-list-download{
grid-template-columns: 1fr;
}
.goals-img{
height: 25vh;
min-height: 200px;
}
.goals-content h4{
font-size: 20px;
margin: 3px 0 20px 0;
}
.goals-content p{
line-height: 1.7em;
}
.goals-content{
padding: 20px 0 0 0 ;
}
.goals-bar-mobile>div>div{
width: calc(100% - 78px - 30px);
}
.goals-bar-mobile{
margin-bottom: 20px;
}
.goals-header{
margin-bottom: 20px;
}
.action .teamplate-01-header p{
margin-top: 20px;
}
.policy{
padding-top: calc( var(--section-gap) + 25px );
}
.sdgs-icon-box{
margin-top: 20px;
}
.sdgs-icon-box img{
height: 60px;
}
.goals .sec-en-title{
margin-bottom: 5px;
}
.goals-bar-mobile>div{
padding: 5px 10px;
}
.goals-img{
border-radius: 20px;
}
.goals-content h5{
line-height: 1.1em;
}
.action .sec-en-title{
margin-bottom: 0px;
}
.action .teamplate-01-header p{
font-size: clamp(14px, 4.7vw, 20px);
line-height: 1.4em;
}
}