@charset "UTF-8";
/* CSS Document */

.cate_under ul{
  max-width: 1280px;
}

.info{
  max-width: 1050px;
  margin: 0 auto;
  padding: 60px 0;
}

.info p{
  font-size: 18px;
  line-height: 1.8;
}

.map{
  margin-bottom: 120px;
  position: relative;
}

.map div{
  text-align: center;
  position: absolute;
  cursor: pointer
}

.map div .p_txt{
  width: auto;
  height: 1.4vw !important;
  margin-bottom: .3vw;
  position: relative;
  z-index: 1;
}

.map div .icon_map{
  width: 3.6vw !important;
  display: block;
  margin: 0 auto;
  animation: puyon 3s linear 0s infinite;
}

@keyframes puyon {
  0%   { transform: scale(1.0, 1.0) translate(0%, 0%); }
  70%   { transform: scale(1.0, 1.0) translate(0%, 0%); }
  75%  { transform: scale(0.95, 1.2) translate(0%, -10%); }
  80%  { transform: scale(1.1, 0.9) translate(0%, 5%); }
  85%  { transform: scale(0.95, 1.05) translate(0%, -3%); }
  90%  { transform: scale(1.05, 0.95) translate(0%, 3%); }
  95%  { transform: scale(1.0, 1.0) translate(0%, 0%); }
  100% { transform: scale(1.0, 1.0) translate(0%, 0%); }
}

.map .map01{
  top: 56%;
  left: 2%;
}

.map .map01 .icon_map{
  margin-left: 15%;
}

.map .map02{
  top: 56%;
  right: 21%;
}

.map .map03{
  top: 49%;
  right: 7%;
}

.map .map04{
  top: 4.5%;
  left: 40%;
}

.map .map05{
  top: 53%;
  left: 46.5%;
}

.map .map06{
  top: 20%;
  right: 24%;
}

.map .map07{
  top: 19%;
  right: 39.5%;
}

.map .map08{
  top: 76.5%;
  right: 31%;
}

.popup_box{
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.7);
  z-index: 999999999;
  position: fixed;
  top: 0;
  left: 0;
  display: none;
}

.popup_box .popup{
  width: 100%;
  background: #FFF;
  border-radius: 10px;
  padding: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  display: none;
}

.popup_box .popup::after{
  content: "";
  width: 25px;
  height: 25px;
  background: url("/~/Media/phchd_g/sustainability/integratedreport2024/overview/materiality/close.png") no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: -30px;
  right: -30px;
  cursor: pointer;
}

.popup_box .popup h2{
  font-size: 26px;
  line-height: 1;
  color: #FFF;
  text-align: center;
  margin-bottom: 40px;
}

.popup_box .popup h2 span{
  min-width: 330px;
  display: inline-block;
  padding: 6px 30px;
  background: #003584;
  border-radius: 20px;
}

.popup_box .c2{
  display: flex;
  justify-content: space-between;
}

.popup_box .c2 img{
  align-self: flex-start;
}

.popup_box .logo{
  text-align: center;
  margin: 10px 0;
}

.popup_box .logo.left{
  text-align: left;
}

.popup_box .logo img{
  width: auto !important;
  height: 50px !important;
}

.popup_box .logo img + img{
  margin-left: 15px;
}

.popup_box p{
  font-size: 15px;
  line-height: 1.6;
}

.popup_box p + p{
  margin-top: 10px;
}

.popup_box .note{
  font-size: 13px;
  line-height: 1.4;
  margin-top: 10px;
}

.popup_box p.note,
.popup_box ul.note li{
  padding-left: 1.8em;
}

.popup_box .note span{
  width: 1.8em;
  margin-left: -1.8em;
  display: inline-block;
}

.popup_box .ct{
  display: block;
  margin: 0 auto;
}

.popup_box .map01{
  max-width: 1100px;
}

.popup_box .map01 > .c2 > div{
  width: 48%;
}

.popup_box .map01 .c2 .c2 > div{
  width: 38%;
  position: relative;
}

.popup_box .map01 .c2 .c2 > div + div{
  width: 60%;
}

.popup_box .map01 .c2 .c2.wd2{
  flex-direction: row-reverse;
  margin-top: 40px;
}

.popup_box .map01 .c2 .c2.wd2 > div{
  width: 40%;
}

.popup_box .map01 .c2 .c2.wd2 > div + div{
  width: 58%;
}

.popup_box .map01 .inpic{
  margin-bottom: 15px;
}

.popup_box .map01 .inpic img{
  width: auto !important;
  height: 60px !important;
}

.popup_box .map01 .inpic span img{
  width: auto !important;
  height: 90px !important;
}

.popup_box .map01 .inpic span{
  position: absolute;
  bottom: -7%;
  right: -35%;
}

.popup_box .map02{
  max-width: 1100px;
}

.popup_box .map02 .c2 > div{
  width: 48%;
  display: flex;
  flex-direction: column; 
}

.popup_box .map02 .c2 > div > img{
  width: 80% !important;
}

.popup_box .map02 .pic_p{
  padding-left: 120px;
  position: relative;
  flex-grow: 1;
}

.popup_box .map02 .pic_p > img{
  width: 90px !important;
  height: auto!important;
  position: absolute;
  bottom: 0 ;
  left: 0;
}

.popup_box .map03,
.popup_box .map04,
.popup_box .map05{
  max-width: 730px;
}

.popup_box .map03 > img,
.popup_box .map04 > img,
.popup_box .map05 > img{
  width: 80% !important;
}

.popup_box .map06,
.popup_box .map07,
.popup_box .map08{
  max-width: 680px;
}

.popup_box .map06 > img,
.popup_box .map07 > img,
.popup_box .map08 > img{
  width: 80% !important;
}



@media screen and (max-width: 767px) {
  
  .info{
    padding: 8vw 5vw;
  }

  .info p{
    font-size: 3.8vw;
    line-height: 1.8;
  }

  .map{
    margin-bottom: 5vw;
    position: relative;
  }

  .map div .p_txt{
    height: 3vw !important;
  }

  .map div .icon_map{
    width: 4vw !important;
  }

  .map .map01{
    top: 53%;
    left: 1%;
  }

  .map .map01 .icon_map{
    margin-left: 8%;
  }

  .map .map02{
    top: 53%;
    right: 20%;
  }

  .map .map03{
    top: 45%;
    right: 3%;
  }

  .map .map04{
    top: 1%;
    left: 36%;
  }

  .map .map05{
    top: 50%;
    left: 43%;
  }

  .map .map06{
    top: 12%;
    right: 17.5%;
  }

  .map .map07{
    top: 17%;
    right: 36%;
  }

  .map .map08{
    top: 72%;
    right: 24.5%;
  }

  .popup_box{
    width: auto;
    height: auto;
    background: none;
    position: static;
    top: auto;
    left: auto;
    display: block;
    margin-bottom: 20vw
  }

  .popup_box .popup{
    width: 100%;
    background: #FFF;
    border-radius: 0;
    padding: 10vw 5vw 0;
    position: static;
    top: auto;
    left: auto;
    transform: translate(0,0);
    display: block;
  }

  .popup_box .popup::after{
    display: none;
  }
  
  .popup_box .popup + .popup{
    margin-top: 10vw;
    border-top: 1px dotted #ccc;
  }

  .popup_box .popup h2{
    font-size: 5vw;
    margin-bottom: 5vw;
  }

  .popup_box .popup h2 span{
    min-width: 80%;
    display: inline-block;
    padding: 1vw 8vw;
    background: #003584;
    border-radius: 10vw;
  }

  .popup_box .c2{
    display: block;
  }
  
  .popup_box .popup > .c2 > div + div{
    margin-top: 10vw;
  }

  .popup_box .logo{
    text-align: center;
    margin: 2vw 0;
  }
  
  .popup_box .logo.left{
    text-align: center;
  }

  .popup_box .logo img{
    width: auto !important;
    height: 10vw !important;
  }

  .popup_box .logo img + img{
    margin-left: 5vw;
  }

  .popup_box p{
    font-size: 3.8vw;
    line-height: 1.6;
  }

  .popup_box p + p{
    margin-top: 4vw;
  }

  .popup_box .note{
    font-size: 3.3vw;
    line-height: 1.4;
    margin-top: 1vw;
  }

  .popup_box .map01 > .c2 > div{
    width: 100%;
  }

  .popup_box .map01 .c2 .c2 > div{
    width: 100%;
  }

  .popup_box .map01 .c2 .c2 > div + div{
    width: 100%;
  }
  
  .popup_box .map01 .c2 .c2 > div > img{
    width: 80%;
    display: block;
    margin: 0 auto;
  }

  .popup_box .map01 .c2 .c2.wd2{
    margin-top: 10vw;
  }

  .popup_box .map01 .c2 .c2.wd2 > div{
    width: 100%;
  }

  .popup_box .map01 .c2 .c2.wd2 > div + div{
    width: 100%;
  }

  .popup_box .map01 .inpic{
    margin-bottom: 3vw;
    position: relative;
  }

  .popup_box .map01 .inpic img{
    width: auto !important;
    height: 12vw !important;
  }

  .popup_box .map01 .inpic span img{
    width: auto !important;
    height: 20vw !important;
  }

  .popup_box .map01 .inpic span{
    bottom: 0;
    right: 0;
  }
  
  .popup_box .map02 .c2 > div{
    width: 100%;
    display: block;
  }

  .popup_box .map02 .c2 > div > img{
    width: 80% !important;
  }

  .popup_box .map02 .pic_p{
    padding-left: 18vw;
    position: relative;
    flex-grow: 1;
  }
  
  .popup_box .map02 .pic_p h3{
    padding-right: 18vw;
  }

  .popup_box .map02 .pic_p > img{
    width: 15vw !important;
    height: auto !important;
    bottom: auto;
    top: 12vw;
  }

  .popup_box .map03,
  .popup_box .map04,
  .popup_box .map05{
    max-width: 100%;
  }

  .popup_box .map03 > img,
  .popup_box .map04 > img,
  .popup_box .map05 > img{
    width: 80% !important;
  }

  .popup_box .map06,
  .popup_box .map07,
  .popup_box .map08{
    max-width: 100%;
  }

  .popup_box .map06 > img,
  .popup_box .map07 > img,
  .popup_box .map08 > img{
    width: 80% !important;
  }  
}






