@charset "UTF-8";
/* Reset */
* {
  margin: 0;
  padding: 0;
  border: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html,
body {
  width: 100%;
  height: 100%;
  font-size: 100%;
}

html {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  scroll-behavior: smooth;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Malgun Gothic", "맑은 고딕", helvetica, arial, "Apple SD Gothic Neo", sans-serif;
  font-weight: 300;
  /* 글자 두께 */
  font-size: 1em;
  line-height: 1.25;
  /* 줄 간격 */
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  /* 글자 부드럽게 */
  background-size: cover;
  /* 배경 이미지 기본 크기 */
  background-repeat: no-repeat;
  /* 배경 이미지 반복 */
  background-position: center;
  /* 배경 이미지 정렬 위치 */
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-attachment: fixed;
  -moz-osx-font-smoothing: grayscale;
  word-wrap: break-word;
  word-break: keep-all;
	overflow: hidden;
}

/* HTML5 display-role reset for older browsers */
main,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

img {
  width: 100%;
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

img {
  width: 100%;
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

img.videos {
	width: 25%;
	resize: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

ul,
ol,
li {
  list-style: none;
}

ul.menu-sub li:after {
    content: "";
    display: block;
    height: 1px;
    width: 98%;
    margin: 5px 5px 5px 5px;
    background: #E0E0E0;
}

table {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
}

caption,
legend {
  font-size: 1px;
  line-height: 0;
  overflow: hidden;
}

a {
  text-decoration: none;
}

.clear {
  clear: both;
}

.clear::after {
  content: '';
  display: block;
  clear: both;
}

.fleft {
  float: left;
}

.fright {
  float: right;
}

.hide,
.hidden {
  display: none;
  line-height: 0;
  font-size: 0;
  overflow: hidden;
}

* {
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
  font-family: Arial, Helvetica, sans-serif;
}

html {
  font-size: 10px;
}

body {
  font-size: 1.6rem;
  color: #666;
}

#wrap {
  min-width: 1024px;
}

header {
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
}

.header-top {
  width: 90%;
  max-width: 140rem;
  margin: 0 auto;
  background-color: #fff;
  padding: 1.7rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-top #brand {
  width: 12rem;
  margin-right: 3rem;
}

.header-top #home {
  text-align: right;
	margin-left: 85%;
}

.header-top #header__tit {
  margin-right: auto;
  font-size: 2.8rem;
  font-weight: normal;
  color: #004b8d;
}

@media screen and (max-width: 1280px) {
  .header-top {
    padding: 1.3rem 0;
  }
  .header-top #brand {
    width: 10rem;
    margin-right: 1.7rem;
  }
  .header-top #header__tit {
    font-size: 2.2rem;
  }
}

nav {
  border-top: .1rem solid #ddd;
  border-bottom: .1rem solid #ddd;
  background-color: #f7f7f8;
}

nav .nav-list {
  width: 90%;
  max-width: 140rem;
  min-width: 96rem;
  margin: 0 auto;
  border-left: 1px solid #ddd;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

nav .nav-list > li {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 23.5rem;
          flex: 1 1 23.5rem;
}

nav .nav-list > li a {
  display: block;
  border-right: .1rem solid #ddd;
  position: relative;
}

nav .nav-list > li a:hover {
  border-right: 0;
}

nav .nav-list > li a:hover .menu-main {
  background-color: #00afe0;
  color: #fff;
}

nav .nav-list > li a:hover .menu-sub {
  display: initial;
}

nav .nav-list > li a.active {
  border-right: 0;
}

nav .nav-list > li a.active .menu-main {
  background-color: #0079c1;
  color: #fff;
}

nav .nav-list > li a.active:hover .menu-main {
  background-color: #00afe0;
  color: #fff;
}

nav .nav-list > li a .menu-main {
	padding: 10px 0 0 0;
  vertical-align: middle;
  background-color: #f7f7f8;
  font-size: 1.7rem;
  color: #666;
  text-align: center;
  max-height: 6.2rem;
 height: 6.2rem;
}

nav .nav-list > li a .menu-sub {
  display: none;
  padding: 1.7rem 2.2rem;
  background-color: #fff;
  border: 0.1rem solid #00afe0;
  border-top: none;
  border-radius: 0 0 1rem 1rem;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 100;
  opacity: 0.9;
}

nav .nav-list > li a .menu-sub li {
  padding: .4rem 0;
  font-size: 1.6rem;
  color: #666;
}

@media screen and (max-width: 1280px) {
  nav .nav-list > li a .menu-main {
    padding: 1.7rem 0;
    font-size: 1.5rem;
  }
  nav .nav-list > li a .menu-sub {
    padding: 1.5rem 2rem;
  }
}

section {
  height: 72vh;
  min-height: 45rem;
  padding: 1rem 0 3rem;
}

.ratio-wrap__21x9 {
  width: 90%;
  max-width: 140rem;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.ratio-wrap__21x9 .ratio-container {
  width: 100%;
  padding-top: calc((9/21)*100%);
  overflow: hidden;
  position: relative;
}

.ratio-wrap__21x9 .ratio-container::before {
  content: '';
  display: block;
}

.ratio-wrap__21x9 .ratio-container .ratio-inner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.ratio-wrap__4x3 {
  width: 90%;
  max-width: 140rem;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.ratio-wrap__4x3 .ratio-container {
  width: 100%;
  padding-top: calc((3/4)*100%);
  overflow: hidden;
  position: relative;
}

.ratio-wrap__4x3 .ratio-container::before {
  content: '';
  display: block;
}

.ratio-wrap__4x3 .ratio-container .ratio-inner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.bigship {
  width: 100%;
  height: 100%;
  position: relative;
}

.bigship img {
  width: 100%;
}

.bigship .plusicon {
  width: 1.9rem;
  height: 1.9rem;
  border-radius: 50%;
  background-image: url("../img/plus-icon.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
}

.bigship .plusicon:hover {
  -webkit-box-shadow: 0 0 0.3rem 0.5rem rgba(255, 255, 255, 0.8);
          box-shadow: 0 0 0.3rem 0.5rem rgba(255, 255, 255, 0.8);
}

.bigship .plusicon:hover .info {
  display: block;
}

.bigship .plusicon2 {
  width: 1.9rem;
  height: 1.9rem;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
}

.bigship .plusicon2:hover {
  -webkit-box-shadow: 0 0 0.3rem 0.5rem rgba(255, 255, 255, 0.8);
          box-shadow: 0 0 0.3rem 0.5rem rgba(255, 255, 255, 0.8);
}

.bigship .plusicon2:hover .info {
  display: block;
}

.bigship .plusicon3 {
  width: 5.2rem;
  height: 5.2rem;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
}

.bigship .plusicon3:hover {
  -webkit-box-shadow: 0 0 0.3rem 0.5rem rgba(255, 255, 255, 0.8);
          box-shadow: 0 0 0.3rem 0.5rem rgba(255, 255, 255, 0.8);
}

.bigship .plusicon3:hover .info {
  display: block;
}

.bigship .plusicon4 {
  width: 3.2rem;
  height: 3.2rem;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
}

.bigship .plusicon4:hover {
  -webkit-box-shadow: 0 0 0.3rem 0.5rem rgba(255, 255, 255, 0.8);
          box-shadow: 0 0 0.3rem 0.5rem rgba(255, 255, 255, 0.8);
}

.bigship .plusicon4:hover .info {
  display: block;
}

@media screen and (max-width: 1280px) {
  .bigship .plusicon {
    width: 1.6rem;
    height: 1.6rem;
  }
}

.bigship .plusicon .info {
  display: none;
  width: 18rem;
  padding: 0.5rem 0.5rem;
  border: 0.2rem solid #ffa634;
  border-radius: 1rem;
  background-color: rgba(255, 255, 255, 0.9);
  font-size: 1.4rem;
  color: #333;
  position: relative;
  left: 140%;
  z-index: 1000;
}

.bigship .mapicon {
  width: 1.9rem;
  height: 1.9rem;
  border-radius: 50%;
  background-image: url("../img/plus-icon.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
}

.bigship .mapicon:hover {
  -webkit-box-shadow: 0 0 0.3rem 0.5rem rgba(255, 255, 255, 0.8);
          box-shadow: 0 0 0.3rem 0.5rem rgba(255, 255, 255, 0.8);
}

.bigship .mapicon:hover .info {
  display: block;
}

.bigship .mapiconself {
  width: 1.9rem;
  height: 1.9rem;
  border-radius: 50%;
  background-image: url("../img/plus-icon.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
}

.bigship .mapiconself:hover {
  -webkit-box-shadow: 0 0 0.3rem 0.5rem rgba(255, 255, 255, 0.8);
          box-shadow: 0 0 0.3rem 0.5rem rgba(255, 255, 255, 0.8);
}

.bigship .mapiconself:hover .info {
  display: block;
}

.bigship .mapiconself2 {
  width: 1.9rem;
  height: 1.9rem;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
}


.bigship .mapiconself2:hover {
  -webkit-box-shadow: 0 0 0.3rem 0.5rem rgba(255, 255, 255, 0.8);
          box-shadow: 0 0 0.3rem 0.5rem rgba(255, 255, 255, 0.8);
}

.bigship .mapiconself2:hover .info {
  display: block;
}


@media screen and (max-width: 1280px) {
  .bigship .mapiconself {
    width: 1.6rem;
    height: 1.6rem;
  }
}

.bigship .mapiconself .info {
  display: none;
  width: 18rem;
  padding: 0.5rem 0.5rem;
  border: 0.2rem solid #ffa634;
  border-radius: 1rem;
  background-color: rgba(255, 255, 255, 0.9);
  font-size: 1.4rem;
  color: #333;
  position: relative;
  left: 140%;
  z-index: 1000;
}

.bigship .mapiconself2 .info {
  display: none;
  width: 18rem;
  padding: 0.5rem 0.5rem;
  border: 0.2rem solid #ffa634;
  border-radius: 1rem;
  background-color: rgba(255, 255, 255, 0.9);
  font-size: 1.4rem;
  color: #333;
  position: relative;
  left: 140%;
  z-index: 1000;
}

@media screen and (max-width: 1280px) {
  .bigship .mapicon {
    width: 1.6rem;
    height: 1.6rem;
  }
}

.bigship .mapicon .info {
  display: none;
  width: 15rem;
  padding: .8rem 1.5rem;
  border: 0.2rem solid #ffa634;
  border-radius: 1rem;
  background-color: rgba(255, 255, 255, 0.9);
  font-size: 1.4rem;
  color: #333;
  position: absolute;
  left: 140%;
  z-index: 1000;
}

#BRC4 {
  top: 66%;
  left: 57.5%;
}

#BRC3 {
  top: 67%;
  left: 51.7%;
}

#RESI2 {
  top: 79.5%;
  left: 20.7%;
}

#HIGH3 {
  top: 79.5%;
  left: 22.7%;
}

#BRC2 {
  top: 68.5%;
  left: 45.6%;
}

#MAS2600 {
  top: 70%;
  left: 38.6%;
}

#BRC {
  top: 67.5%;
  left: 32.5%;
}

#LD80 {
  top: 51.5%;
  left: 93.5%;
}

#SVC {
  top: 60.8%;
  left: 28.8%;
}

#OCA52 {
  top: 61.5%;
  left: 24.2%;
}

#SCU {
  top: 61.8%;
  left: 22.5%;
}

#LDCabinet {
  top: 73%;
  left: 24%;
}

#AccumulatorRack {
	top: 73.5%;
  left: 21.2%;
}

#Workstation {
  top: 45%;
  left: 28%;
}

#LNG_BRIDGE {
  top: 38%;
  left: 32%;
}

#LNG_ACC {
  top: 44%;
  left: 30%;
}

#IOB {
  top: 50.5%;
  left: 28.8%;
}

#Inclinometer {
  top: 50.5%;
  left: 26%;
}

#TGU53 {
  top: 38%;
  left: 70.8%;
}

#OTG51 {
  top: 40%;
  left: 67.8%;
}

#AEV {
  top: 46.2%;
  left: 51.2%;
}

#RESI {
   top: 72.5%;
  left: 50.7%;
}

#VANESSA2 {
   top: 72.5%;
  left: 52.7%;
}

#HIGH {
  top: 46.2%;
  left: 63.2%;
}

#HIGH1 {
   top: 72.5%;
  left: 48.7%;
}
#VANESSA {
  top: 46.2%;
  left: 61.2%;
}

#LNG_ER {
  top: 76.8%;
  left: 14.2%;
}

#HPU {
  top: 80.8%;
  left: 17.2%;
}

#MAP_CONTAINER {
    top: 87.1%;
    left: 50.7%;    
}

#MAP_TANKER {
    top: 7.1%;
    left: 43.2%;    
}

#MAP_LNGC {
    top: 66.9%;
    left: 21.8%;    
}

#MAP_GAS {
    top: 62.9%;
    left: 13.8%;    
}

#MAP_GAS_2 {
    top: 22.9%;
    left: 34.8%;    
}

#MAP_GAS_3 {
    top: 26.9%;
    left: 80.8%;    
}

#MAP_GAS_4 {
    top: 66.9%;
    left: 20.8%;    
}

#MAP_GAS_5 {
    top: 87.9%;
    left: 48.8%;    
}

#MAP_GAS_6 {
    top: 64.9%;
    left: 16.8%;      
}

#MAP_GAS_7 {
    top: 54.9%;
    left: 76.8%;    
}

#MAP_GAS_8 {
    top: 30.9%;
    left: 74.8%;     
}

#MAP_GAS_9 {
    top: 92.9%;
    left: 39.8%;   
}

#MAP_GAS_10 {
    top: 94.9%;
    left: 57.8%;     
}

#MAP_GAS_11 {
    top: 92.9%;
    left: 85.8%;   
}

#MAP_GAS_ALT_1 {
    top: 92.9%;
    left: 84.3%;   
}

#MAP_GAS_ALT_2 {
    top: 92.9%;
    left: 82.8%;   
}

#MAP_GAS_ALT_3 {
    top: 93.6%;
    left: 59.2%;   
}

#MAP_GAS_12 {
   top: 45.9%;
    left: 55.8%;     
}

#MAP_GAS_13 {
    top: 91.9%;
    left: 43.8%;      
}

#MAP_GAS_14 {
    top: 5.9%;
    left: 40.8%;   
}

#LNG_FuelConsumption {
    top: 72%;
    left: 29%;     
}
#LNG_BunkerMeasurement {
    top: 56%;
    left: 34.5%;     
}

#CRUISE_FuelConsumption {
    top: 73.6%;  
	left: 37.2%;    
}

#CRUISE_BunkerMeasurement {
    top: 73.6%;  
	left: 42.2%;    
}

#CRUISE_ER {
    top: 72.6%;  
	left: 57.2%;    
}

#CRUISE_ACC {
    top: 68.6%;  
	left: 18.2%;  
}

#CRUISE_workstation {
    top: 25.6%;  
	left: 85.2%;    
}

#CRUISE_workstation2 {
    top: 68.6%;  
	left: 57.2%; 
}

#CRUISE_VISCOSITY {
    top: 78.6%;  
	left: 36.2%;    
}

#CRUISE_LD80 {
    top: 74.8%;
    left: 29.7%;    
}
#CRUISE_LDCabinet {
    top: 65.1%;
    left: 40.7%;    
}

#CRUISE_MAS2600 {
    top: 70.1%;
    left: 35.7%;   
}
#CRUISE_IOCabinet {
    top: 64.1%;
    left: 44.7%;    
}
#CRUISE_BRC1 {
    top: 69.8%;
    left: 62.7%;   
}
#CRUISE_BRC2 {
    top: 71.8%;
    left: 53.2%;     
}
#CRUISE_BRCF {
     top: 69.8%;
    left: 72.7%;    
}
#CRUISE_KFR {
   top: 64.8%;
   left: 79.2%;   
}

#CONTAINER_ER {
    top: 69.5%;
    left: 38.5%;  
}

#CONTAINER_ACC {
    top: 34.5%;
    left: 43.5%;   
}

#CONTAINER_workstation {
    top: 24.5%;
    left: 43.5%;   
}

#CONTAINER_workstation2 {
    top: 58.5%;
    left: 37.5%;   
}

#CONTAINER_BRC2 {
    top: 60.5%;
    left: 15%;   
}

#CONTAINER_IO {
    top: 60.5%;
    left: 27%;   
}

#CONTAINER_KFR {
    top: 72.5%;
    left: 29.5%;   
}

#CONTAINER_BRCF {
    top: 52.5%;
    left: 72.5%;   
}

#CONTAINER_FuelConsumption {
    top: 58.5%;
    left: 54.5%;   
}

#CONTAINER_BunkerMeasurement {
    top: 50.5%;
    left: 48.5%;   
}

#CONTAINER_LDCabinet {
    top: 59.5%;
    left: 31%;   
}

#CONTAINER_520 {
    top: 61.5%;
    left: 48%;   
}

#CONTAINER_LD80 {
    top: 44.5%;
    left: 88%;   
}

#TANKER_Bridge {
    top: 28%;
    left: 37%;    
}
#TANKER_CCR {
    top: 51%;
    left: 37%;  
}
#TANKER_MULTI_LEVEL_FLANGE {
    top: 53%;
    left: 70%;  
}
#TANKER_VISCOSITY {
    top: 88%;
    left: 26%;  
}
#CONTAINER_VISCOSITY {
    top: 64%;
    left: 53%;  
}
#BULK_VISCOSITY {
    top: 74%;
    left: 30%;  
}
#LNG_ENERGY {
    top: 70%;
    left: 70%;  
}

#TANKER_EngineRoom {
    top: 64.5%;
    left: 23.5%;   
}
#TANKER_Accommodation {
    top: 50%;
    left: 28%;    
}
#TANKER_LD80 {
    top: 44%;
    left: 89%;  
}
#TANKER_LDCabinet {
    top: 74%;
    left: 19.6%;        
}
#TANKER_SCU {
    top: 74%;
    left: 22.6%;    
}
#TANKER_SCUs {
    top: 360px;
    left: 180px;    
}
#TANKER_SVC {
    top: 74%;
    left: 29.6%; 
}
#TANKER_MAS2600 {
    top: 81%;
    left: 38.6%;     
}
#TANKER_OperatorPanel {
    top: 53%;
    left: 25.5%;  
}
#TANKER_BRC {
    top: 56%;
    left: 42%;  
}
#TANKER_BRC2 {
    top: 51.5%;
    left: 59.1%; 
}
#TANKER_BRC3 {
     top: 47%;
    left: 74%; 
}
#VIDEO_1 {
     top: 3.2%;
     left: 17.5%;    
}
#VIDEO_2 {
     top: 3.2%;
    left: 37.5%;    
}
#VIDEO_3 {
     top: 3.2%;
    left: 57.6%;    
}
#VIDEO_4 {
     top: 3.2%;
    left: 77.7%;    
}
#VIDEO_5 {
      top: 3.2%;
    left: 97.5%;  
}
#VIDEO_6 {
     top: 23%;
     left: 17.5%;    
}
#VIDEO_7 {
     top: 23%;
    left: 37.5%;    
}
#VIDEO_8 {
     top: 23%;
    left: 57.6%;    
}
#VIDEO_9 {
     top: 23%;
    left: 77.7%;    
}
#VIDEO_10 {
      top: 23%;
    left: 97.5%;  
}
#VIDEO_11 {
     top: 41.1%;
     left: 17.5%;    
}
#VIDEO_12 {
     top: 41.1%;
    left: 37.5%;    
}
#VIDEO_13 {
     top: 41.1%;
    left: 57.6%;    
}
#BROCHURE_1 {
     top: 55%;
    left: 1.6%;    
}
#BROCHURE_2 {
     top: 55%;
    left: 15.6%;    
}
#BROCHURE_3 {
     top: 55%;
    left: 29.6%;    
}
#BROCHURE_4 {
     top: 55%;
    left: 44%;    
}
#BROCHURE_5 {
     top: 55%;
    left: 58%;    
}
#BROCHURE_6 {
     top: 55%;
    left: 72.5%;    
}
#BROCHURE_7 {
     top: 55%;
    left: 86.3%;    
}
#TANKER_BRC4 {
     top: 47%;
    left: 70.6%;    
}
#TANKER_Workstation{
    top: 31%;
    left: 30.5%;    
}
#TANKER_Workstation2{
    top: 53%;
    left: 19.5%;   
}
#TANKER_TGU55{
    top: 60%;
    left: 49.5%;  
}
#TANKER_TMU51{
    top: 60%;
    left: 51.2%;    
}
#TANKER_TGU58{
    top: 56.2%;
    left: 63.6%;    
}
#TANKER_R2051{
    top: 48.1%;
    left: 64.3%;   
}
#TANKER_KFR{
    top: 56.5%;
    left: 86.1%;     
}
#TANKER_HPU{
    top: 75%;
    left: 26.5%;    
}
#TANKER_OCA51{
    top: 205px;
    left: 225px;    
}
#TANKER_Handpump{
    top: 46.5%;
    left: 84.6%;     
}
#TANKER_FuelConsumption {
    top: 86%;
    left: 29.5%;     
}
#TANKER_BunkerMeasurement {
    top: 59%;
    left: 36.5%;     
}
#TANKER_Div1 {
    top: 58%;
    left: 53.1%;    
}
#TANKER_Div2 {
    top: 56.5%;
    left: 55.1%;    
}
#TANKER_Div3 {
    top: 56%;
    left: 33.5%;     
}

#BULK_workstation2 {
    top: 32.5%;
    left: 34%;   
}

#BULK_bridge {
    top: 22.5%;
    left: 34%;   
}

#BULK_accommodation {
    top: 46.5%;
    left: 30%;   
}

#BULK_engine {
    top: 72.5%;
    left: 49%;   
}

#BULK_LDCabinet {
    top: 54.5%;
    left: 26%;   
}

#BULK_SVC {
    top: 58.5%;
    left: 22%;   
}

#BULK_BRC3 {
    top: 58.5%;
    left: 55%;   
}

#BULK_BRCF {
    top: 58.5%;
    left: 68%;   
}

#BULK_KFR {
    top: 58.5%;
    left: 81%;   
}

#BULK_HPU {
    top: 68.5%;
    left: 27%;   
}

#BULK_LD80 {
    top: 44.5%;
    left: 89%;   
}

#BULK_520 {
    top: 62.5%;
    left: 40%;   
}

#BULK_FuelConsumption {
    top: 66.5%;
    left: 30.5%;   
}

#BULK_BunkerMeasurement {
    top: 50.5%;
    left: 32.5%;   
}

#RELIA_Z0 {
	top: 58.8%;
    left: 93.6%; 
}

#RELIA_Z1 {
	top: 58.8%;
    left: 95.9%; 
}

#RELIA_Z2 {
	top: 58.8%;
    left: 98.2%; 
}

#RELIA_Z3 {
	top: 58.8%;
    left: 97.8%; 
}

#TEST_Z1 {
	top: 56.5%;
    left: 98.5%; 
}
#TEST_Z2 {
	top: 58.9%;
    left: 98.1%; 
}

#TEST_Z3 {
	top: 56.1%;
    left: 97.5%; 
}

#TEST_Z4 {
	top: 59.4%;
    left: 98.1%; 
}

#TEST_Z5 {
	top: 2.4%;
    left: 97.4%; 
}

#TEST_Z6 {
	top: 58.8%;
    left: 98.2%; 
}

#TEST_Z7 {
	top: 58.8%;
    left: 95.9%; 
}

#DOCUMENT_1 {
     top: 1.8%;
    left: 8.8%;    
}

#DOCUMENT_2 {
     top: 1.8%;
    left: 18.8%;    
}

#DOCUMENT_3 {
     top: 1.8%;
    left: 28.7%;    
}

#DOCUMENT_4 {
     top: 1.8%;
    left: 38.6%;    
}

#DOCUMENT_5 {
     top: 1.8%;
    left: 48.4%;    
}

#DOCUMENT_6 {
     top: 1.8%;
    left: 58.3%;    
}

#DOCUMENT_7 {
     top: 1.8%;
    left: 68.1%;    
}

#DOCUMENT_8 {
     top: 1.8%;
    left: 78.1%;    
}

#DOCUMENT_9 {
     top: 1.8%;
    left: 88%;    
}

#DOCUMENT_10 {
     top: 1.8%;
    left: 97.8%;    
}

#DOCUMENT_11 {
     top: 23.2%;
    left: 8.8%;    
}

#DOCUMENT_12 {
     top: 23.2%;
    left: 18.8%;    
}

#DOCUMENT_13 {
    top: 23.2%;
    left: 28.7%;    
}

#DOCUMENT_14 {
    top: 23.2%;
    left: 38.6%;    
}

#DOCUMENT_15 {
    top: 23.2%;
    left: 48.4%;    
}

#DOCUMENT_16 {
    top: 23.2%;
    left: 58.3%;    
}

#DOCUMENT_17 {
    top: 23.2%;
    left: 68.1%;    
}

#DOCUMENT_18 {
    top: 23.2%;
    left: 78.1%;    
}

#DOCUMENT_19 {
    top: 23.2%;
    left: 88%;    
}

#DOCUMENT_20 {
    top: 23.2%;
    left: 97.8%;    
}

#DOCUMENT_21 {
     top: 44.2%;
    left: 8.8%;    
}

#DOCUMENT_22 {
     top: 44.2%;
    left: 18.8%;    
}

#DOCUMENT_23 {
    top: 44.2%;
    left: 28.7%;    
}

#DOCUMENT_24 {
    top: 44.2%;
    left: 38.6%;    
}

#DOCUMENT_25 {
    top: 44.2%;
    left: 48.4%;    
}

#DOCUMENT_26 {
    top: 44.2%;
    left: 58.3%;    
}

#DOCUMENT_27 {
    top: 44.2%;
    left: 68.1%;    
}

#DOCUMENT_28 {
    top: 44.2%;
    left: 78.1%;    
}

#DOCUMENT_29 {
    top: 44.2%;
    left: 88%;    
}

#DOCUMENT_30 {
    top: 44.2%;
    left: 97.8%;    
}

#DOCUMENT_31 {
     top: 1.8%;
    left: 8.8%;    
}

#DOCUMENT_32 {
     top: 1.8%;
    left: 18.8%;    
}

#DOCUMENT_33 {
     top: 1.8%;
    left: 28.7%;    
}

#DOCUMENT_34 {
     top: 1.8%;
    left: 38.6%;    
}

#DOCUMENT_35 {
     top: 1.8%;
    left: 48.4%;    
}

#DOCUMENT_36 {
     top: 1.8%;
    left: 58.3%;    
}

#DOCUMENT_51 {
     top: 1.8%;
    left: 68.1%;    
}

#DOCUMENT_52 {
     top: 1.8%;
    left: 78%;    
}

#DOCUMENT_53 {
     top: 1.8%;
    left: 88%;    
}

#DOCUMENT_37 {
     top: 23.2%;
    left: 8.8%;    
}

#DOCUMENT_38 {
     top: 23.2%;
    left: 18.8%;   
}

#DOCUMENT_39 {
     top: 23.2%;
     left: 28.7%;   
}

#DOCUMENT_40 {
     top: 23.2%;
      left: 38.6%;   
}

#DOCUMENT_41 {
     top: 23.2%;
      left: 48.4%;  
}

#DOCUMENT_42 {
     top: 23.2%;
      left: 58.3%;   
}

#DOCUMENT_43 {
     top: 23.1%;
      left: 68.0%;   
}

#DOCUMENT_44 {
     top: 23.1%;
      left: 78.1%;   
}

#DOCUMENT_45 {
     top: 51%;
      left: 13.65%;  
}

#DOCUMENT_46 {
     top: 51%;
      left: 28.55%;  
}

#DOCUMENT_47 {
     top: 51%;
      left: 43.45%;  
}

#DOCUMENT_48 {
     top: 51%;
      left: 58.35%;  
}

#DOCUMENT_49 {
     top: 51%;
      left: 73%;  
}

#DOCUMENT_50 {
     top: 50.9%;
      left: 87.8%;  
}

#LNG_VISCOSITY {
    top: 76%;
    left: 27%;  
}

#LINK_1 {
    top: 3.8%;
    left: 3.6%;    
}

#LINK_2 {
    top: 3.8%;
    left: 8%;    
}

#LINK_3 {
    top: 3.8%;
    left: 12.4%;    
}

#LINK_4 {
    top: 3.8%;
    left: 16.8%;    
}

#LINK_34 {
    top: 3.8%;
    left: 3.6%;    
}

#LINK_35 {
    top: 3.8%;
    left: 8%;    
}

#LINK_33 {
    top: 3.8%;
    left: 3.6%;    
}

footer {
  padding: 2rem 0;
}

footer p {
  font-size: 1.4rem;
  color: #666;
  text-align: center;
}

.modal-container {
  margin-top: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
}

@media screen and (min-height: 400px) {
  .modal-container {
    margin-top: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.modal-container .modal-overlay {
  background: rgba(255, 255, 255, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.modal-container .modal-inner {
  width: 85rem;
  min-height: 50rem;
  opacity: 0;
  background: #fff;
  border-radius: 1rem;
  padding: 4.5rem 1.8rem 4.5rem 4rem;
  -webkit-box-shadow: 0 0 0.8rem 0.6rem rgba(0, 0, 0, 0.14);
          box-shadow: 0 0 0.8rem 0.6rem rgba(0, 0, 0, 0.14);
  position: relative;
  -webkit-animation: modalAni 0.35s ease-in forwards;
          animation: modalAni 0.35s ease-in forwards;
}

.modal-container .modal-inner.iframe {
  height: 58%;
}

.modal-container .modal-inner.iframe50 {
  height: 50rem;
}

.modal-container .modal-inner.iframe55 {
  height: 55rem;
}

.modal-container .modal-inner.iframe60 {
  height: 60rem;
}

.modal-container .modal-inner.iframepdf {
  height: 80rem;
  width: 95rem;
}

.modal-container .modal-inner .btn__modal-close {
  width: 2rem;
  height: 2rem;
  background-color: transparent;
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  cursor: pointer;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.modal-container .modal-inner .btn__modal-close:hover {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.modal-container .modal-inner .btn__modal-close img {
  width: 100%;
}

.modal-container .modal-inner .modal-content {
  width: 100%;
  height: 100%;
}

@-webkit-keyframes modalAni {
  0% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    opacity: 0;
  }
  40% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    opacity: 0;
  }
  100% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    opacity: 1;
  }
}

@keyframes modalAni {
  0% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    opacity: 0;
  }
  40% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    opacity: 0;
  }
  100% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    opacity: 1;
  }
}
/*# sourceMappingURL=main.css.map */
.modal-container2 {
  margin-top: 0rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
}

@media screen and (min-height: 400px) {
  .modal-container2 {
    margin-top: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.modal-container2 .modal-overlay {
  background: rgba(255, 255, 255, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.modal-container2 .modal-inner {
  width: 120rem;
  min-height: 50rem;
  opacity: 0;
  background: #fff;
  border-radius: 1rem;
  padding: 0rem;
  -webkit-box-shadow: 0 0 0.8rem 0.6rem rgba(0, 0, 0, 0.14);
          box-shadow: 0 0 0.8rem 0.6rem rgba(0, 0, 0, 0.14);
  position: relative;
  -webkit-animation: modalAni 0.35s ease-in forwards;
          animation: modalAni 0.35s ease-in forwards;
}

.modal-container2 .modal-inner.iframe {
  height: 55.3rem;
}

.modal-container2 .modal-inner.iframe50 {
  height: 50rem;
}

.modal-container2 .modal-inner.iframe55 {
  height: 55rem;
}

.modal-container2 .modal-inner.iframe60 {
  height: 60rem;
}

.modal-container2 .modal-inner .btn__modal-close {
  width: 2rem;
  height: 2rem;
  background-color: transparent;
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  cursor: pointer;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.modal-container2 .modal-inner .btn__modal-close:hover {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.modal-container2 .modal-inner .btn__modal-close img {
  width: 100%;
}

.modal-container2 .modal-inner .modal-content {
  width: 100%;
  height: 100%;
}
