@charset "UTF-8";
@font-face {
    font-family: nimbussanreg;
	src: url("nimbussanreg.eot");
    src: url("nimbussanreg.woff") format("woff"),
		 url("nimbussanreg.otf") format("opentype");
}
@font-face {
    font-family: nimbussanregita;
	src: url("nimbussanregita.eot");
    src: url("nimbussanregita.woff") format("woff"),
		 url("nimbussanregita.otf") format("opentype");
}
@font-face {
    font-family: nimbussanbol;
	src: url("nimbussanbol.eot");
    src: url("nimbussanbol.woff") format("woff"),
		 url("nimbussanbol.otf") format("opentype");
}
body{
	width: 100%;
	height: 0%;
	margin:0;
	padding: 0;
	overflow: scroll;
	overflow-x: hidden;
	float: left;
	background-color: #141414;
	font-size: 0
}

.cls{
    filter: drop-shadow(0px 0px 0.035px rgba(0,0,0,0.65));}
.mobile{
	width: 100vw!important
}
.bf, .mf, .sf, .ssf{
    letter-spacing: -0.05vh;
	font-family: 'nimbussanreg';
	font-weight: 400;
	text-align: left;
    -ms-transform: scaleY(0.95); 
    -webkit-transform: scaleY(0.95);
    transform: scaleY(0.95);
}
.bf{
	font-size: 2.25vh;
	line-height: 3.25vh;
}
.mf{
	font-size: 1.75vh;
	line-height: 1.2vh;
}
.sf{
    font-size: 1.7vh;
    line-height: 1.35;
    }	
.mobile .ssf,
.mobile .ssf a{
    font-size:11.5px
}
.ssf{
    font-size: 1.6vh !important;
}

.mobile .bf{
font-size: 3.2vh;
line-height: 1.35;
letter-spacing: -0.8px;
}
.mobile .ssf{font-size:11.5px !important}
.mobile .title {
	text-align: center;
	padding-bottom: 1vh;
	padding-top: 12vh;
}
.mobile .a_1 .title {
	padding-top: 4vh !important;
}
.mobile .mf {font-size: 2.35vh !important;
line-height: 1.2 !important;
}
.mobile .sf {
font-size: 2.35vh !important;
line-height: 1.45 !important;
letter-spacing: -0.3px;
}
.mobile .mf.title {
	font-size: 4vh !important;
	line-height: 1.2 !important;
	letter-spacing: -0.03vh !important;
}
.mobile .sf.description {padding-left: 10px;
font-size: 1.9vh !important;
line-height: 1.3 !important;
letter-spacing: -0.03vh !important;
padding-right: 10px;
}
@media screen and (min-height: 1080px) {
 	.sf{
    	font-size: 1.684vh;
		line-height: 2.046vh;
	}
  	.mf {
     	font-size: 2.406vh;
		line-height: 3.129vh;
  }
}
@media screen and (max-height: 700px) {
  .sf{
    font-size: 12.25px;
	line-height: 14.875px;
  }
  .mf {
     font-size: 17.5px;
	line-height: 22.75px;
  }
}

/*////topinfo//////////////////////////////////////////////////////////////*/
/*/////////////////////////////////////////////////////////////////////////////*/
/*/////////////////////////////////////////////////////////////////////////////*/
/*/////////////////////////////////////////////////////////////////////////////*/
.topinfo{
    padding-bottom: 0.5vh;
    width: 100%;
    top: 0px;
    height: 2.7vh;
    margin-top: 0;
    background-color: rgba(255,255,255,1);
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 0.5vh;
    /* padding-bottom: calc(2.125vh - 2.5px); */
    box-sizing: border-box;
    left: 0%;
    position: fixed;
    float: left;
    text-align: left;
    overflow: hidden;
    z-index: 30;
    transition: max-height 0.5s ease-in;
    display: flex;
    position: fixed;
    z-index: 100000000;
}
.topinfo div{
	position: relative;
    line-height: 1.35 !important
}
.menu{    cursor: pointer;
    text-transform: uppercase;
    line-height: 1;
    padding-top: 0.4vh;
    padding-left: 0.25vh;
    padding-right: 0.25vh;
    border-radius: 0.2vh;
}
.menu:hover{
	background-color: #999999
}
.selected_menu{
	background-color: black;
	color:white;
}
.contact{
	background-size: contain;
	background-repeat: no-repeat;
	background-position: right;ㄴ}
.Github{background-image:url('images/github.svg');}
.Instagram{background-image:url('images/instagram.svg');}
.Facebook{background-image:url('images/facebook.svg');}
#arrowdown{
	left: 0px;
	width: 100%;
	padding-left: 10px;
	padding-right: 10px;
	box-sizing: border-box;
	position: absolute;
	/*background-color: white;*/
	z-index: 10;
    bottom: 0;
	height: calc(2.125vh - 2.5px);
}
.topinfo:hover > #arrowdown{
    -ms-transform: scaleY(-1); /* IE 9 */
    -webkit-transform: scaleY(-1); /* Safari 3-8 */
    transform: scaleY(-1);
    transform-origin: 50% 40%;
    -webkit-transform-origin: 50% 40%;
    -ms-transform-origin: 50% 40%;
    bottom: 0;
    top:auto;
}
.contactarrow{
	background-image: url("images/arrowdown.svg");
	background-repeat: no-repeat;
	background-size: contain;
	display: inline-block;
	height: calc(2.125vh - 2.5px);
	width: calc(2.125vh - 2.5px);
	position: absolute;
    -ms-transform: rotate(225deg); /* IE 9 */
    -webkit-transform: rotate(225deg); /* Safari 3-8 */
    transform: rotate(225deg);
    margin-left: -0vh;
    margin-top: -0.3vh

}
.arrowcurved{
	background-image: url("images/arrowcurved.svg");
	background-repeat: no-repeat;
	background-size: contain;
	display: inline-block;
    height: calc(2vh - 5px);
    width: calc(2vh - 5px);
	position: absolute;
    margin-left: 0.2vh;
    margin-top: 0.2vh;
    -webkit-filter: invert(100%); /* Safari 6.0 - 9.0 */
    filter: invert(100%);}
    .arrowcurved_2{
    	transform: scaleY(-1);
    }
.arrowdown_image{
	background-image: url("images/arrowdown.svg");
	background-repeat: no-repeat;
	background-size: contain;
    background-position: right;
}
.col1,
.col2,
.col3{
    -ms-transform: scaleY(0.95); 
    -webkit-transform: scaleY(0.95);
    transform: scaleY(0.95);
    transform-origin: top;
	height: 100%;
	top: 0;
	float: left;
	margin:0;
	padding: 0;
	box-sizing: border-box;
	position: relative;
}
.col1{
	width: 20%;
	left:0%;
	padding-right: 2%;
	pointer-events: none;
	}
.col2{
	width: 60%;
	left:0%;
	/*pointer-events: none;*/
	text-align: center;
}
.col3{
	width: 20%;
    margin-left: 2%;
}
.col1 .contact {
	cursor: pointer;
	pointer-events: all;
	transition: 0.3s;
    display: block;
    /* right: 0; */
    width: 2vh;
    height: 2vh;
    float: left;
    width: 50%;
    left: 0;
    margin-right: 100%
}
.col1 .contact:hover {
	opacity: 0.3
}
.gray{
	color: #d1d1d1
}
.names.gray{
	color: white;
	opacity: 0.5;
    text-shadow:
      /*-1px -1px 0 #000000,  
       1px -1px 0 #000000,
      -1px 1px 0 #000000,
       1px 1px 0 #000000,*/
    0 0 1px #141414,
    0 0 4px #141414, 0 0 4px #141414, 0 0 4px #141414, 0 0 4px #141414, 0 0 4px #141414, 0 0 4px #141414, 0 0 4px #141414, 0 0 4px #141414, 0 0 4px #141414, 0 0 4px #141414, 0 0 4px #141414, 0 0 4px #141414, 0 0 4px #141414, 0 0 4px #141414, 0 0 4px #141414, 0 0 4px #141414, 0 0 4px #141414, 0 0 4px #141414, 0 0 4px #141414, 0 0 4px #141414, 0 0 4px #141414, 0 0 4px #141414, 0 0 4px #141414, 0 0 4px #141414, 0 0 4px #141414, 0 0 4px #141414, 0 0 4px #141414
}
@media screen and (max-height: 700px) {
	#arrowdown{
		height: 12.375px
	}
.contactarrow{
	height: 12.375px;
	width: 12.375px;

}
.arrowcurved{
	height: 12px;
	width: 12px
}
}
@media screen and (min-height: 1080px) {
	#arrowdown{
	height: calc(2.046vh - 2.5px);
	}
.contactarrow{
	height: calc(2.046vh - 2.5px);
	width: calc(2.046vh - 2.5px);
}
.arrowcurved{
	height: calc(1.95vh - 2.5px);
	width: calc(1.95vh - 2.5px)}
}
@media screen and (min-height: 1440px) {
  .topinfo {
	max-height: 8.185vh;
    padding-bottom: 19.6px
  }
	#arrowdown{
		height: 19.6px
	}
}
.onlymobile{
	display: none;
}
.mobile .onlymobile{
	display: block;!important
}
.exdis{
    line-height: 1.2;
    top: 95.625vh;
    position: absolute;
    transform: translateY(-100%);
    color: white;
    left: 10px;}
.listview{    
    pointer-events: all;
    right: 10px;
    position: absolute;
    top: 6.375vh;
    color: white;
}
.dis{
	opacity: 0;
	position: absolute;
	color: black;
    text-shadow: 0 0 4px #141414, 0 0 4px #141414, 0 0 4px #141414, 0 0 4px #141414, 0 0 4px #141414, 0 0 4px #141414, 0 0 4px #141414, 0 0 4px #141414, 0 0 4px #141414, 0 0 4px #141414, 0 0 4px #141414, 0 0 4px #141414, 0 0 4px #141414, 0 0 4px #141414, 0 0 4px #141414, 0 0 4px #141414, 0 0 4px #141414, 0 0 4px #141414, 0 0 4px #141414, 0 0 4px #141414, 0 0 4px #141414, 0 0 4px #141414, 0 0 4px #141414, 0 0 4px #141414, 0 0 4px #141414, 0 0 4px #141414, 0 0 4px #141414, 0 0 4px #141414;
}
polygon{
	cursor: pointer;
}
iframe{
	pointer-events: none;
}
#credit{
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    text-align: center;
}
/*////subpagebody//////////////////////////////////////////////////////////////*/
/*/////////////////////////////////////////////////////////////////////////////*/
/*/////////////////////////////////////////////////////////////////////////////*/
/*/////////////////////////////////////////////////////////////////////////////*/


.contents{
	clear: both;
	top:0;
	/*position: relative;*/
	overflow: hidden;
	width: 100%;
	float: left;
	padding: 0;
	margin:0 auto;
	height: auto;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  /*max-width: 2560px;*/
}
.columnleft img{
	padding: 0;
	margin:0;
}
.columnleft video{
	padding: 0;
	margin:0;
}
.columnleft div{
	padding: 0;
	margin:0;}
.columnright div{
	padding: 0;
	margin:0;}
.columnleft{
	position: relative;
	padding: 0;
	margin: 0 auto;
	left: 0;
	top: 0;
		padding-right: 2.5px;
		padding-left: 2.5px;
	width: 50%;
	height: auto;
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
    box-sizing: border-box;
	float:left;
	text-align: center;
	}
.columnright{
	position: relative;
	padding: 0;
	margin: 0 auto;
	right: 0;
	top: 0;
		padding-right: 2.5px;
		padding-left: 2.5px;
	width: 50%;
	height: auto;
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
    box-sizing: border-box;
	float:left;
	text-align: center;
	}

.image{position: relative;
		margin:0;
		top: 0;
		max-width: 100%;
		height: auto
	}
.subdiscription{
	text-align: left;
	left: 50%;
	position: relative;
	width: 50%
	}
.subdiscription_2{
    left: 5px;
    width: calc(100% - 10px);
}
.description {
	text-align: center;
}
/*////indexbody//////////////////////////////////////////////////////////////*/
/*/////////////////////////////////////////////////////////////////////////////*/
/*/////////////////////////////////////////////////////////////////////////////*/
/*/////////////////////////////////////////////////////////////////////////////*/
#indexbody{
	position: relative;
	/*top: 95.625vh;*/
	margin:0;
	padding: 0;
	padding-top: 5px
}
/*@media (max-aspect-ratio: 113/80){
	#indexbody{	top: calc( 61.90vw + 6.375vh);}
}*/
@media (min-aspect-ratio: 144/60){
  	#indexbody{top: 6.375vh;}
}
.indexthumnail{
	top:0;
	position: relative;
	overflow: hidden;
	overflow: visible;
	width: 100%;
	float: left;
}
.indexthumnail img,
.indexthumnail video{
    pointer-events: none;
    position: relative;
    padding: 0;
    margin: 0;
    left: 0;
    top: 0;
    display: block;
    -webkit-transition: opacity 0.2s ease-in-out;
    -moz-transition: opacity 0.2s ease-in-out;
    -ms-transition: opacity 0.2s ease-in-out;
    -o-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
    z-index: 10;
    /*width: 50%;*/
    height: auto;
    float: left;}
.indexthumnail a:hover iframe,
.indexthumnail a:hover img{
    -webkit-filter: alpha(opacity=0);
    filter: alpha(opacity=0);
    opacity: 0.8;}
.indexthumnail>a{    
	padding-bottom: 70px;
	display: inline-block;
    vertical-align: top;
	position: relative;
	float: left;
	width: 50%;
	padding: 0;
	margin: 0;
	left: 0;
	top: 0;
	padding-right: 2.5px;
	padding-left: 2.5px;
	box-sizing: border-box;
}

.mobile .indexthumnail>a{
	padding-right:0px;
padding-left: 0px;
}
.indexthumnail iframe{
    width: 100%;
    position: relative;
    z-index: 15;
    -webkit-transition: opacity 0.2s ease-in-out;
    -moz-transition: opacity 0.2s ease-in-out;
    -ms-transition: opacity 0.2s ease-in-out;
    -o-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
    pointer-events: none;
}
.hovertext{
    position: relative;
    left: 0;
    z-index: 2;
    color: white;
    background-color: #141414;
    top: 0px;
    left: 2.5px;
    right: 2.5px;
    bottom: 0px;
    overflow: hidden;
    width: 100%;
    display: block;
    float: left;
}
.hovertext a{
	display: table;
	width: auto;
}
.hovertext a:hover{
	opacity: 0.3
}
.title{
	text-align: center;
    width: calc(100% - 10px);
}
.mobile .title{
    width: calc(100% - 20px);
    margin-left: 10px}



#arrow1{height: 6.5vh; 
	width: 6.5vh; 
	position: fixed; 
	top: 50%; 
	left: 50%; 
	margin-top: -3.25vh;
	z-index: 103; 
	margin-left: -3.25vh; 
	opacity: 1;
	pointer-events: none;}
#plate1{height: 13vh; 
	width: 13vh; 
	position: fixed; 
	top: 50%; 
	left: 50%; 
	margin-top: -6.5vh;
	z-index: 102; 
	margin-left: -6.5vh; 
	opacity: 1;
	pointer-events: none;}
	.mobile #arrow1,.mobile #plate1{
		display: none;
	}
/*/////////////////////////////////////////////////////////////////////////////*/
/*/////////////////////////////////////////////////////////////////////////////*/
/*////extra//////////////////////////////////////////////////////////////*/
/*/////////////////////////////////////////////////////////////////////////////*/
/*/////////////////////////////////////////////////////////////////////////////*/
/*/////////////////////////////////////////////////////////////////////////////*/
.trancy{opacity: 0}
.italic{font-family: nimbussanregita}

a{
	color: black;
	text-decoration: none; }
img:hover{
	cursor: pointer; 
}
.dot{
    width: 1.75vh;
    height: 1.75vh;
    position: relative;
    display: inline-block;
    background-image: url("images/dot.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
	}
.dotblack{
    width: 13px;
    height: 13px;
    position: relative;
    display: inline-block;
    background-image: url("images/dotblack.svg");
    background-repeat: no-repeat;
	}
.plus{  
    width: 13px;
    height: 13px;
    position: relative;
    display: inline-block;
    background-image: url("images/plus.svg");
	}
.arrow{  
    width: 13px;
    height: 13px;
    position: relative;
    display: inline-block;
    background-image: url("images/arrow_3.svg");
    background-repeat: no-repeat;
	}
#arrowleft{ 
	height: 2.25vh;
	width: 2.25vh;
	display: inline-block;
    -ms-transform: rotate(180deg); /* IE 9 */
    -webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
    transform: rotate(180deg);
	position: relative;
	bottom: -2px;}

#arrowright{ 
	height: 2.25vh;
	width: 2.25vh;
	display: inline-block;
	position: relative;
	bottom: -2px;}
.shadow {
  box-shadow: 0 3px 3px rgba(0,0,0,.5);
}
.shadow_b {
  box-shadow: 0 3px 3px rgba(0,0,0,.4);
}
.underline{
    background-image: url("images/underline.svg");
    background-repeat: repeat-x;
    top: -2px;
    height: 22px;
    position: relative;
    background-size: auto 100%;
	}
.underline_w{
    background-image: url("images/underlinein.svg");
    background-repeat: repeat-x;
    top: -2px;
    height: 22px;
    position: relative;
    background-size: auto 100%;
	}
#detail *{
	color: white
}
#detail iframe{
	pointer-events: all !important;
}
#detail a{
    background-image: url("images/underlinein.svg");
    background-repeat: repeat-x;
    position: relative;
    background-size: auto 100%;
}
#detail{
    min-height: 100vh !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
    max-width: 100vw !important;
    margin-left: 50% !important;
    transform: translateX(-50%) !important;
    }
.white{background-color: white;}
.whiteblock{background-color: white;
display: inline-block;}
.red{background-color: red}
.zindex105{z-index: 105;
position: relative;}
.spacedf{
	height: 5.5vh;
	margin: 0;
	padding: 0;
	position: relative;
	background-color: red;
	opacity: 0;
	width: 100%;
	display: inline-block;
}
@media (max-aspect-ratio: 13/8){
.spacedf{
	height: 3.38vw;}
}


/*//////screensize/////////////////////////////////////////////////////////////////*/
/*/////////////////////////////////////////////////////////////////////////////*/
/*/////////////////////////////////////////////////////////////////////////////*/
/*/////////////////////////////////////////////////////////////////////////////*/
/*/////////////////////////////////////////////////////////////////////////////*/
.mobile #indexbody{
	position: relative !important;
}
.mobile .svgwhole {
height: 64vw !important;
top: 0 !important
}
.mobile .textwhole {
height: 61.90vw !important;
}
.mobile #indexbody {
padding-top: 0px !important;
}
.mobile .topinfo{background: dimgray;
color: white;
display: block;
height: auto;
margin-bottom: 7vh;
position: relative !important;
padding-bottom: 0;
}
.mobile .topinfo a{
filter: invert(1);
}
.mobile #arrowdown{
	display: none
}
.mobile .col1{
	transform: scaleY(1);
}
.mobile .col2{
font-size: 10.5px !important;
column-count: 2;}
.mobile .topinfo div{

display: block;
width: 100%;
position: relative;
text-align: left;
}
.mobile .col3 {
width: 15%;
margin-left: 5%;
margin-right: 5%;
width: 90% !important;
text-align: center;
}
.mobile .topinfo div{
	display: block;
	width: 100%;
}
.mobile .topinfo img{
	filter: invert(1)
}
.mobile .col3{
	left: 0 !important
}
.mobile .col2{
    /*column-count: 2;*/
}
.mobile .a_2 div{
	margin-top: -0vw
}
.mobile #arrow1 {
height: 30px;
width: 30px;
position: fixed;
margin-top: -15px;
margin-left: -15px;
}
.mobile #plate1 {
height: 65px;
width: 65px;
position: fixed;
margin-top: -32.5px;
margin-left: -32.5px;
}
.mobileimage{box-shadow:0vh 0vh 1vh rgb(119, 119, 119);
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
	width: 50vw;
	height: 40vw;
	margin-top: 20vw;
}
.mobile#detail .detailimage,
.mobile#detail iframe{
	position: relative;
	z-index: 1000
}
.mobile#detail .detailimage{
width: 100vw;
background-size: contain;
height: 100vw;
background-position: center;
background-repeat: no-repeat;
background-color: white;
margin-bottom: 30px
}
.mobile .dis_wrapper{
	overflow: visible;
	z-index: 10;
position: fixed;
height: 100% !important;
pointer-events: none !important;
}
.mobile .topinfo a{
margin-top: 7px;
margin-bottom: 7px;
line-height: 1 !important;
height: 2vw !important;
padding-top: 1vh;
}
.mobile .dis{
	pointer-events: all !important;
	opacity: 1;
box-shadow: 0vh 0vh 1vh rgb(198, 198, 198);
float: right;
width: 50%;
background: rgb(242,242,242);
font-size: 2vh !important;
text-align: center;
/* width: 100vw; */
top: 100%;
line-height: 6vh !important;
text-transform: uppercase;
right: 0;
top: 100%;
transform: translateY(-100%);
position: absolute;
}
.mobile .dis>a{
position: relative;
float: right;
text-align: left;
font-size: 2vh !important;
line-height: 1.5;
/* color: white !important; */
line-height: 1.5;
/* padding-left: 7.5px; */
/* padding-left: 0; */
text-shadow: none;
width: calc(50% - 0px);
display: block;
text-align: left;
text-transform: none;
line-height: 3 !important;
top: 0;
right: 0;
text-align: center;
border-right: 1px solid white;
padding-top: 0.5vh;
margin-right: -1px;
color: black !important
}
.mobile .exdis{
	display: none
}
.feelfreecontact:hover{font-family: nimbussanregita}
/*/////////////////////////////////////////////////////////////////////////////*/
/*/////////////////////////////////////////////////////////////////////////////*/
/*/////////////////////////////////////////////////////////////////////////////*/
/*/////////////////////////////////////////////////////////////////////////////*/

/*////////////////////////////////////////map//////////////////////////////////////////*/



#svg{
    margin: 0 auto;
    display: block;
    width: 100%;
    height: 100%;
    padding:0;
}
.svgwhole, .index_whole{
    display: block;
    width: 100%;
    height: 89.25vh;
    top: 0vh;
    left: 0px;
    margin: 0;
    padding: 0;
    position: relative;
    pointer-events: none;
}
.index_whole{
    height: auto;
    /* display: flex; */
    padding-left: 10px;
    padding-right: calc(10% + 10px);
    /*background: #f3f3f3;*/
    pointer-events: all;
    box-sizing: border-box;
    z-index: 10000;
    transform: scale(1) !important;
    margin-top: 2.7vh;
    color:white;
    /*display: none;*/
}
.index_item_title{
    text-align: center;
    display: inline-block;
    width: auto;
    clear: both;
    margin-left: 50%;
    margin-right: 50%;
    white-space: nowrap;
    box-sizing: border-box;
    transform: translateX(-50%);
    text-transform: uppercase;
    line-height: 1;
    padding-top: 0.5vh;
}
.index_item_dis{
	padding-left: 25%;
	padding-right: 25%
}
.index_item_dis_big{
	padding-left: 0 !important;
	padding-right: 0 !important
}
.index_col{
	width: 100%;
}
.index_item{
    display: block;
    padding-top: 0.25vh;
    left: 50%;
    position: relative;
    border-top: 1px solid #999999;
    width:50%;
}
.index_item:hover{
	filter: invert();
	background-color: white
}
.svgwhole_original{
    background-color: #1a1a1a;
  pointer-events: auto;
}
.names_wrap{
	position: absolute;
}
.textwhole{
  pointer-events: none;
  display: block;
  width: 100%;
  height: 100vh;
  top: 0vh;
  left: 0px;
    display: flex;
    align-items: center;
  position: absolute;
	margin:0;
	padding:0
 /*z-index:200;*/
}

.text{ 
    width: 100vw; 
    height: 64.704vw; /* 100/64.704 =1.5455 */
    max-height: 100vh;
    max-width: 154.55vh; /* 71/45.9383 = 1.5455 */
    margin: auto;
    position: absolute;
	  padding:0;
    top:0;bottom:0; /* vertical center */
    left:0;right:0; /* horizontal center */
    /*background-color: yellow;*/
    opacity: 1;
}
.textin{ 
    width: 100%; 
    height: 89.25%;
	top:6.375vh;
	position:absolute;
    /*background-color:red;*/
	margin:0;
	padding:0
}

@media screen and (min-height: 1080px) {
.svgwhole{
  height: 87.44vh;
  top: 8.185vh;}
.text{ 
    width: 100vw; 
    height: 66.041vw; /* 100/66.041 = 1.5142 */
    max-height: 100vh;
    max-width: 151.42vh;/* 71/46.8893 = 1.5142 */}
.textin{ 
    height: 87.44%;
  top:8.185vh;}
}


.dots{
    text-align: center;
    display: inline-block;
    position:absolute;
    opacity: 1;
    -ms-transform: translate(-50%, -50%); 
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: url("images/dot.svg");
    background-repeat: no-repeat;
    width: 1.9vh;
    height: 1.9vh;
    background-size: contain;
	 cursor:pointer;

 /*z-index:300;*/
}
.names{
    line-height: 1;
    text-align: center;
    display: inline-block;
    position:relative;
    opacity: 1;
    text-transform: uppercase;
	/*z-index:105;*/
    font-family: 'nimbussanreg';
    -ms-transform: translate(-50%, -50%); 
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: white;
    text-shadow:
      /*-1px -1px 0 #000000,  
       1px -1px 0 #000000,
      -1px 1px 0 #000000,
       1px 1px 0 #000000,*/
    0 0 1px #F3F3F3,
    0 0 4px #141414, 0 0 4px #141414, 0 0 4px #141414, 0 0 4px #141414, 0 0 4px #141414, 0 0 4px #141414, 0 0 4px #141414, 0 0 4px #141414, 0 0 4px #141414, 0 0 4px #141414, 0 0 4px #141414, 0 0 4px #141414, 0 0 4px #141414, 0 0 4px #141414, 0 0 4px #141414, 0 0 4px #141414, 0 0 4px #141414, 0 0 4px #141414, 0 0 4px #141414, 0 0 4px #141414, 0 0 4px #141414, 0 0 4px #141414, 0 0 4px #141414, 0 0 4px #141414, 0 0 4px #141414, 0 0 4px #141414, 0 0 4px #141414
    /*0 0 4px #F3F3F3,0 0 4px #F3F3F3,0 0 4px #F3F3F3,0 0 4px #F3F3F3,
    0 0 4px #141414,0 0 4px #F3F3F3,0 0 4px #F3F3F3,0 0 4px #F3F3F3,
    0 0 4px #141414,0 0 4px #F3F3F3,0 0 4px #F3F3F3,0 0 4px #F3F3F3,
    0 0 4px #141414,0 0 4px #F3F3F3,0 0 4px #F3F3F3,0 0 4px #F3F3F3,
    0 0 4px #141414,0 0 4px #F3F3F3,0 0 4px #F3F3F3,0 0 4px #F3F3F3,
    0 0 4px #141414,0 0 4px #F3F3F3,0 0 4px #F3F3F3,0 0 4px #F3F3F3,
    0 0 4px #141414,0 0 4px #F3F3F3,0 0 4px #F3F3F3,0 0 4px #141414*/
}
#boundary{    transform: translateY(-2vh);}
@media screen and (max-height: 700px) {
    .dots{width: 13.3px;
    height: 13.3px;}
  .names {
    text-shadow:
     -0.02vh -0.02vh 0 #F3F3F3,  
      0.02vh -0.02vh 0 #F3F3F3,
      -0.02vh 0.02vh 0 #F3F3F3,
       0.02vh 0.02vh 0 #F3F3F3;
  }
}
@media screen and (min-height: 1080px) {
    .dots{width: 1.83vh;
    height: 1.83vh;}
  .names {
}
}
.textwhole .text a:hover 
	{
	background-image: url("images/dotblack.svg");
    background-repeat: no-repeat;}
 .textwhole .text a:hover  + .dis{opacity: 1}
/*//////////////////////////////////////////////////////////////////////////////////*/




.title1{border-bottom: solid;
border-bottom-width: 1px;
border-top: solid;
border-top-width: 1px;}
.title4_left{border-bottom: dotted;
border-width: 1px}
.title4_right{border-bottom: dotted;
border-width: 1px}
.title2{
    font-family: 'nimbussanreg';
    font-weight: 500;
    font-size: 21px;
    line-height: 24px;
    text-align: left;
    vertical-align:middle;


    position: fixed;
    height: 176px;
    width: 124px;
    left: 75%;
    bottom: 0px;
    z-index: 200;
    background-image: url("images/menuback_map.svg");
    display: block;
    box-sizing:border-box;

    }
/*//////////////////////////////////////////////////////////////////////////////////*/

#names_1{
left:56.35%;
top:12.2%;
}
#names_2{
    left: 13.68%;
    top: 65.7%;
}
#names_3{
left:31.69%;
top:23.17%;
}
#names_4{
left:14.08%;
top:19.61%;
}
#names_5{
left:88.73%;
top:19.51%;
}
#names_6{
    left: 17.08%;
    top: 56.78%;
}
#names_7{
left:56.34%;
top:68.42%;
}
#names_8 { 
    left: 58.8%;
    top: 36%;
    transform: rotate(90deg);
    background: #ff5454;
    text-shadow: 0 0 black;
    color: white;
    display: block;
    float: left;
    line-height: 1.3;
    height: 1.8vh;
    transform-origin: left top;
}
#names_9{
left:69.75%;
top:61.1%;
}
#names_10{
    width: 8vh;
    left: 51.75%;
    top: 3%;
    background: #ff5454;
    text-shadow: 0 0 black;
    color: white;
    display: block;
    float: left;
    line-height: 1.3;
    height: 1.8vh;
}
#names_11{
left:30.56%;
top:8.54%;
}
#names_12{
    width: 8vh;
    left: 61%;
    top: 3%;
    background: #ff5454;
    text-shadow: 0 0 black;
    color: white;
    display: block;
    float: left;
    line-height: 1.3;
    height: 1.8vh;
}
#names_13{
    transform-origin: left top;
    transform: rotate(-90deg);
    left: 50.25%;
    top: 27%;}

#names_14{
    left: 56.5%;
    top: 79%;
}
#names_15{
    left: 7%;
    top: 14.5%;
    transform-origin: left top;
    transform: rotate(-90deg);
}
.subtitle{    color: white;
    background: gray;
    padding-left: 10px;
    margin-bottom: 35px;
    line-height: 1.2;
    padding-top: 5px;
}
.nav-arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	background-image: url('arrow.png');
	background-size: 30%;
	background-position: center;
	background-repeat: no-repeat;
	background-color: rgba(0,0,0,0.3);
	width: 50px;
	height: 50px;
	cursor: pointer;
	border-radius: 50%;
	z-index: 10;
	text-indent: -9999px; /* Hide the text */
}

.nav-arrow-left {
	left: 2px;
}

.nav-arrow-right {
	right: 2px;
	transform: translateY(-50%) scaleX(-1); /* Flip horizontally for left arrow */
}

.nav-arrow:hover {
	background-color: rgba(0,0,0,0.5);
}

/* Mobile adjustments */
.mobile .nav-arrow {
	width: 40px;
	height: 40px;
}
.image-container {
	position: relative;
	display: block;
	width: 100%;
	overflow: hidden;
	box-sizing: border-box;
}

.main-image, .loaded-image {
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.loaded-media {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
}

.loaded-media.loaded-image {
	display: block;
}

iframe.loaded-media {
	display: block;
}
.media-placeholder {
	background: #f0f0f0;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
}

.media-placeholder::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 50px;
	height: 50px;
	margin: -25px 0 0 -25px;
	border: 5px solid #ddd;
	border-top-color: #333;
	border-radius: 50%;
	animation: spin 0.8s linear infinite;
}

@keyframes spin {
	to { transform: rotate(360deg); }
}
.index-row {
	width: 100%;
	display: flex;
	clear: both;
	float: left;
}

.index-row > a {
	flex: 1;
	max-width: 50%;
}
/* Mobile Layout Updates */
.mobile .index-row {
	flex-direction: column;
}

.mobile .index-row > a {
	max-width: 100%;
	width: 100%;
}

.mobile .indexthumnail>a {
	width: 100%;
	padding-bottom: 20px;
}

.mobile .image-container {
	width: 100%;
}

.mobile .hovertext {
	left: 0;
	right: 0;
	width: 100%;
}

.mobile .subdiscription_2 {
	left: 0;
	width: 100%;
	padding-left: 10px;
	padding-right: 10px;
	box-sizing: border-box;
}

.mobile .nav-arrow-left {
	left: 5px;
}

.mobile .nav-arrow-right {
	right: 5px;
}

.mobile .spacedf {
	height: 20px;
}

.mobile .subtitle {
margin-bottom: 0px;
padding-bottom: 1px;
}
/*//////////////////////////////////////////////////////////////////////////////////*/
@media screen and (min-height: 1080px) {
}
.space102{
  height: 10.2px;
  margin: 0;
  padding: 0;
  position: relative;
  opacity: 0;
}
@media (max-aspect-ratio: 113/80){
.svgwhole{
  height: 61.90vw;}
.textwhole{
  height: 70.79vw;
}
/*.text>div{ opacity: 0}
        #posterdesign{ opacity: 0}
        #illust{ opacity: 0}
        #logo{ opacity: 0}
        #editrial{ opacity: 0}
        #graphicbook{ opacity: 0}
        #installationposter{ opacity: 0}
        #installation{ opacity: 0}
        #motionposter{ opacity: 0}
        #animation{ opacity: 0}
        #interactive{ opacity: 0}
        #interactiveposter{ opacity: 0}
        #web{ opacity: 0}
        #others{ opacity: 0}
  }*/
@media (max-aspect-ratio: 95/80){
/*.textwhole{ opacity: 0}*/
}
@media (min-aspect-ratio: 144/60){
.textwhole{ display: none}
.svgwhole{display: none}

}
.feelfreecontact:hover{font-family: nimbussanregita}

