@media screen, projection, print {

	* {
		-webkit-box-sizing: border-box;
    	-moz-box-sizing: border-box;
    	box-sizing: border-box;
	}

	*:active,
	*:focus  {
		-webkit-box-shadow: none;
    	box-shadow: none;
    	outline: none;
	}

	html,body {
	    margin:0;
	    height:100%; 
	}

	body {
		padding:0px;
		width: 100%;
		height: 100%;
		min-height: 100%;
		font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
		color: #003E84;
	}

	a {
		color: #003E84;
	}

	h1, h2, h3, h4, h5, h6 {
		margin: 0px;
	}

	ul {
		list-style: none;
		margin: 0px;
		padding: 0px;
	}

	sup {
		vertical-align: super;
        line-height: 0;
        font-size:55%;
	}

	.rt {
		display: table;
		position:relative;
		width: 100%;
		table-layout: fixed;
	}

	.rt > .row {
		position:relative;
		display:table-row;
		width: 100%;
	}

	rt > .row > .col {
		position:relative;
		display:table-cell;
		width: 100%;
		vertical-align:top;
	}

	.rt > .col {
		position:relative;
		display:table-cell;
		width: auto;
		vertical-align:top;
	}

	#app {
		overflow: hidden;
		position: relative;
		width: 100%;
		height: 100%;
		min-height: 100%;
		background: rgba(0,0,0,0.6);
		filter:alpha(opacity: 0);
		opacity: 0;
	}

	#logo {
		position: absolute;
		z-index: 100;
		right: 4.80059084194978%;
		top: 6.99300699300699%;
		width: 15.14032496307238%;
		height: 6.99300699300699%;
		background: url(../m/logo.png) no-repeat;
		background-size: contain;
		text-indent: -99999px;
	}

	#loader {
		position: absolute;
		filter:alpha(opacity: 0);
		opacity: 0;
	}

	#content {
		position: relative;
		overflow: hidden;
		width: 1354px;
		height: 715px;
		background: #ffffff;
	}

	#content > ul,
	#content > ul > li {
		position: absolute;
		z-index: 1;
		left: 0px;
		top: 0px;
		width: 100%;
		height: 100%;
	} 

	#content > ul > li + li {
		left: 100%;
	}

	/* Img */

	#content > ul > li > .img {
		position: absolute;
		left: 0px;
		top: 0px;
		z-index: 20;
		height: 100%;
	}

	#content > ul > li > .img .portrait {
		display: none;
	}

	#content li.start > .img {
		width: 53.397341211226%;
	}

	#content li.question > .img {
		width: 34.63810930576071%;
	}

	#content > ul > li > .img > img {
		position: absolute;
		height: 100%;
		width: 100%;
	}

	/* Header */

	#content > ul > li > .header {
		position: absolute;
		width: 100%;
		height: 20.6993006993007%;
		left: 0px;
		top: 0px;
		background: #83B0E0;	
	}

	#content > ul > li > .header > .rt {
		height: 100%;
	}

	#content > ul > li > .header > .rt > .col {
		display: table-cell;
		vertical-align: middle;
	}

	#content > ul > li > .header h3 {
		display: inline-block;
		margin-left: 4.43131462333826%;
		font-size: 54px;
		line-height: 60px;
		font-family: Verdana, Geneva, sans-serif;
		font-weight: bold;
		text-transform: uppercase;
		letter-spacing: -0.07em;
	}

	#content > ul > li > .header .step {
		margin-left: 36.77991137370753%;
	}

	#content > ul > li > .header.portrait {
		display: none;
	}

	#content > ul > li > .content {
		position: absolute;
	}

	/* Start */

	#content li.start {
		background: #83B0E0;
	}

	#content li.start > .content {	
		right: 0px;
		top: 25.31468531468531%;
		width: 46.602658788774%;
		text-align: center;
	}

	#content li.start > .content h1 {
		margin-bottom: 23px;
		font-size: 53px;
		line-height: 67px;
		font-weight: 800;
		text-transform: uppercase;
	}

	#content li.start > .content h2 {
		margin-bottom: 88px;
		font-size: 39px;
		line-height: 50px;
		color: #ffffff;
	}

	#content li.start > .content a.start {
		display: inline-block;
		position: relative;
		background: #234082;
		line-height: 57px;
		font-size: 26.5px;
		padding: 0px 53px 0px 23px;
		text-transform: uppercase;
		text-decoration: none;
		font-weight: bold;
		color: #ffffff;
		-webkit-border-radius: 11px;
        -moz-border-radius: 11px;
 		border-radius: 11px;
	}

	#content li.start > .content a.start .svg {
		position: absolute;
		top:  27.58620689655172%;
		right: 7.74647887323944%;
		width: 17px;
		height: 23px;
	}

	/* Question */

	#content li.question > .content {
		left: 36.77991137370753%;
		top: 26.01398601398601%;
		width: 58.41949778434269%;
		height: 73.98601398601399%;
	}

	#content li.question h4 {
		font-size: 26.5px;
		line-height: 33px;
	}

	#content li.question h4.portrait {
		display: none;
	}

	#content li.question .answer.radio {
		margin-top: 50px;
		text-align: center;
	}

	#content li.question span.radio {
		position: relative;
		display: inline-block;
		margin: 0;
	}

	#content li.question span.radio input {
		display: none;
	}

	#content li.question span.radio p {
		display: table-cell;
		width: 109px;
		height: 109px;
		vertical-align: middle;
		text-align: center;
		border: 2px solid #003E84;
		font-size: 17px;
		line-height: 21px;
		-webkit-border-radius: 54.5px;
        -moz-border-radius: 54.5px;
 		border-radius: 54.5px;
		 text-transform: uppercase;
		 padding: 0 25px;
	}

	#content li.question span.radio.checked p {
		background: #003E84;
		color: #ffffff;		
	}
	
	#content li.question span.radio a {
		position: absolute;
		z-index: 10;
		left: 0px;
		top: 0px;
		width: 100%;
		height: 100%;
	}
	
	#content li.question span.radio + span.radio {
		margin-left: 69px;
	}

	/* Drag */

	#content li.question .answer.drag {
		width: 900px;
		margin-top: 28px;
	}

	.question1 .select {
		z-index: 11;
	}

	.question1 .select,
	.question1 .target {
		position: relative;		
	}

	.question1 .drag ul {
		width: 259px;
	}

	.question1 .drag ul:after {
		content: '';
	    display: block;
	    clear: both;
	}

	.question1 .drag li {
		float: left;
		cursor: pointer;
		width: 259px;
	}

	.question1 .drag li > div {
		width: 259px;
		height: 62px;	
		border: 2px solid #234082;
		-webkit-border-radius: 5px;
  		-moz-border-radius: 5px;
  		border-radius: 5px;
  		font-size: 14px;
  		line-height: 20px;
  		text-align: center;
  		text-transform: uppercase;
	}

	.question1 .drag li > div > div {
		display: table;
		width: 100%;
		height: 100%;
	}

	.question1 .drag li > div > div > div {
		display: table-cell;
		vertical-align: middle;	
	}

	.question1 .select li {
		height: 72px;
	}

	.question1 .select li.dragging,
	.question1 .select li.dragged {
		filter:alpha(opacity: 50);
		opacity: 0.50;
		cursor: default;
	}

	.question1 .select {
		margin-bottom: 34px;
	}

	.question1 .select:after { 
		content: '';
	    display: block;
	    clear: both;
	 }

	.question1 .select ul {
		float: left;
		height: 62px;
		margin-top: 0px;
	}

	.question1 .select ul + ul {
		margin-left: 5px;
	} 
	
	.question1 .target {
		margin-left: 264px;
	}

	.question1 .target ul.top {
		position: relative;
		z-index: 2;
		height: 72px;		
	}

	.question1 .target ul.bg {
		position: absolute;
		z-index: 1;
		left: 0px;
		top: 0px;
	}

	.question1 .target ul.bg li {
		height: 72px;
	}

	.question1 .target ul li > div {
		background: #F3F2F4;
	}

	.question1 .target ul.bg li > div {
		border-style:dashed;
		filter:alpha(opacity: 50);
		opacity: 0.50;
	}

	.question1 .target .description {
		position: absolute;
		width: 262px;
		margin-left: -262px;
	}

	.question1 .target .description span.label {
		float: left; 
		margin-left: -42px;
		height: 72px;
		width: 262px;
		font-size: 20.3px;
		line-height: 62px;
		text-align: right; 
	}

	.question1 .target .description .arrows {
		position: absolute;
		right: 0px;
		top: 0px;
	}

	.question1 .target .description .arrows img {
		position: absolute;
		left: 0px;
		top: 0px;
		margin-left: -30px;
		height: 210px;
		width: 16px;
	}

	/* result */

	li.finder > .content,
	li.result > .content {
		left: 4.556868537666174%;
		top: 26.01398601398601%;
		width: 91.13737075332349%;
		height: 58.32167832167832%;
	}

	li > .content > .action {
		position: absolute;
		right: 1.1%;
		bottom: -22%;
	} 

	li > .content > .action a {
		position: relative;
		display: inline-block;
		padding: 0px 0px 0px 46px;
		margin-left: 0px;
		font-size: 18.5px;
		line-height: 30px;
		font-weight: bold;
		text-transform: uppercase;
	}

	li > .content > .action a img {
		position: absolute;
		left: 0px;
		top: 0px;
		width: 30px;
		height: 30px;
	}

	li > .content > .action a + a {
		margin-left: 44px;
	}

	li.result .content p {
		margin: 0px;
		font-size: 21px;
		line-height: 25px;
	}

	li.result .content p.description {
		margin-bottom: 25px;
		font-size: 21px;
		line-height: 25px;
	}

	li.result .content p.product {
		margin-bottom: 12px;
	}

	li.result .content a.order {
		position: relative;
		padding: 0px 0px 0px 26px;
		font-size: 18.5px;
		line-height: 19px;
		font-weight: bold;
		text-transform: uppercase;
		text-decoration: underline;
	}

	li.result .content a.order img {
		position: absolute;
		left: 0px;
		top: 0px;
		width: 15px;
		height: 19px;
	}

	li.result .content .rt > .col.img {
		width: 46.63422546634225%;
		text-align: right;
		margin-bottom: 0px;
	}

	li.result .content .rt > .col.img > div {
		margin-right: 52px;
		height: 400px;
	}

	li.result .content .rt > .col.img > div img {
		display: inline-block;
		width: 90%;
	}

	/* Map */

	li.finder > .content > .rt {
		height: 100%;
	}

	li.finder > .content > .rt > .col.map {
		width: 64.91085899513776%;
	}

	li.finder > .content > .rt > .col.map > div {
		position: absolute;
		left: 0px;
		top: 0px;
		width: 100%;
		height: 100%;
	}
	
	li.finder > .content > .rt > .col.map #customMap {
		position: relative;
		left: 0px;
		top: 0px;
		width: 100%;
		height: 100%;
	}

	li.finder > .content > .rt > .col.search > div {
		position: absolute;
		left: 0px;
		top: 0px;
		margin-left: 31px;
		width: 90.0462962962963%;
		height: 100%;
	}

	li.finder > .content > .rt > .col.search > div > .rt {
		height: 100%;
	}

	li.finder > .content > .rt > .col.search label {
		display: block;
		font-size: 19px;
		line-height: 16px;
		margin-bottom: 20px;
		text-align: left;
	}

	li.finder > .content > .rt > .col.search input[type="text"],
	li.finder > .content > .rt > .col.search select {
		height: 37px;
		padding: 0px 0px 0px 9px;
		border: 2px solid #234082;
		font-size: 19px;
		color: #003E84;
	}

	li.finder > .content > .rt > .col.search input[type="text"] {
		width: 100%;
		margin-bottom: 33px;
	}	

	li.finder > .content > .rt > .col.search select {
		float: left;
		width: 168px;
		background: #ffffff;
	}

	li.finder > .content > .rt > .col.search select option {
		padding-left: 0px;
	}

	li.finder > .content > .rt > .col.search a.submit {
		float: right;
		position: relative;
		display: inline-block;
		padding: 0px 0px 0px 50px;
		width: 200px;
		height: 37px;
		background: #234082;
		font-size: 19px;
		line-height: 37px;
		text-decoration: none;
		color: #ffffff;
	}

	.special li.finder > .content > .rt > .col.search a.submit {
		float: left;
	}

	li.finder > .content > .rt > .col.search a.submit img {
		position: absolute;
		left: 0px;
		top: 0px;
		margin-top: 5px;
		margin-left: 7px;
		width: 30px;
		height: 30px;
	}

	li.finder > .content > .rt > .col.search .row:after {
		content: '';
	    display: block;
	    clear: both;
	}

	li.finder > .content > .rt > .col.search .row.result {
		height: 194px;	
	}

	.special li.finder > .content > .rt > .col.search .row.result {
		height: 234px;	
	}

	li.finder .scroller {
		position: absolute;
		left: 0px;
		bottom: 0px;
		margin-bottom: 0px;
		margin-left: 0px;
		width: 389px;
		height: 193px;
		overflow: hidden;
		border-top: 1px solid #8D9CBE;
	}

	.special li.finder .scroller {
		height: 233px;	
	}

	li.finder .scroller .content {
		width: 362px;
	}

	li.finder .scroller .content ol {
		position: relative;
		padding: 0;
		list-style-type: none;
	  	font-size: 18.5px;
	  	line-height: 23px;
	}

	li.finder .scroller .content ol > li {
		position: relative;
	  	margin: 0px 0px 6% 0px; 
	  	list-style-type: none;
	}

	li.finder .scroller .content ol > li .col {
		padding: 6% 0px 0px 0px;
	}

	li.finder .scroller .content ol > li .col.num {
		width: 7.94861878453039%;
		font-weight: bold;
	}

	li.finder .scroller .content ol > li p {
		margin: 0px;
	}

	li.finder .scroller .content ol > li + li .col.text {
		border-top: 1px solid #8D9CBE;
	}

	li.finder .scroller .content ol > li.selected {
		font-weight: bold;
	} 

	li.finder .scroller .content form {
		display: none;
	}

	li.finder .scroller .viewport {
		position: absolute;
		overflow-y:scroll;
		left: 0px;
		top: 0px;
		width: 200%;
		height: 100%;
	}

	li.finder .scroller .bar {
		position: absolute;
		right: 0px;
		top: 0px;
		width: 11px;
		height: 100%;
		margin-top: 10px;
	}	

	li.finder .scroller .bar a {
		position: absolute;
		z-index: 2;
		left: 0px;
		top: 0px;
		width: 11px;
		height: 40px;
		background: #234082;
	}

	li.finder .scroller .bar span {
		position: absolute;
		z-index: 1;
		left: 0px;
		top: 0px;
		width: 1px;
		height: 100%;
		margin-left: 5px;
		background: #8B9ABD;
	}

	/* */

	#navigation {
		position: absolute;
		left: 62.25997045790251%;
		bottom: 5.45454545454545%;
		width: 20%;
	}
	
	#navigation span {
		display: inline-block;
	}

	#navigation a {
		position: relative;
		z-index: 100;
		display: table-cell;
		width: 49px;
		height: 49px;
		text-align: center;
		vertical-align: middle;
	}

	#navigation a img {
		display: inline-block;
		width: 20px;
		height: 29px;
	}

	#navigation a img.portrait {
		display: none;
	}

	#navigation.finished {
		left: 4.056868537666174%;
	}

	#navigation.finished .next {
		display: none;
	}

	/* ------------------------------------------- */

	.portrait #logo {
		right: 7.73333333333333%;
		top: auto;
		bottom: 4.19790104947526%;
		width: 40.13333333333333%;
		height: 5.5472263868066%;
	}

	.portrait #content {
		background: #ffffff;
	}

	.portrait #content > ul > li > .header {
		top: auto;
		bottom: 0px;
		height: 14.3928035982009%;
	}

	.portrait #content > ul > li > .header .step {
		margin-left: 8%;
		font-size: 59px;
		line-height: 70px;
	}

	.portrait #content > ul > li > .header.portrait {
		display: block;
		top: 0px;
		bottom: auto;
	}

	.portrait #content li.start > .img,
	.portrait #content li.question > .img {
		width: 100%;
	}

	.portrait #content li.start > .img {
		height: 41.1544227886057%;
	}

	.portrait #content li.question > .img {
		top: -3%;
		height: 39.35532233883058%;
	}

	.portrait #content > ul > li > .img .default {
		display: none;
	}

	.portrait #content > ul > li > .img .portrait {
		display: block;
		height: auto;
	}

	.portrait #content > ul > li > .content {
		text-align: center;
	}

	/* Start */

	.portrait #content li.start > .content {
		width: 100%;
		top: 41%;
	}

	.portrait #content li.start > .content h1 {
		font-size: 59px;
		line-height: 70px;
	}

	.portrait #content li.start > .content h2 {
		font-size: 43px;
		line-height: 52px;
	}

	.portrait #content li.start > .content a.start {
		font-size: 37px;
		line-height: 82px;
		padding: 0px 75px 0px 33px;
	}

	.portrait #content li.start > .content a.start .svg {
		width: 24px;
		height: 35px;
	}

	/* Question */

	.portrait #content li.question > .content {
		left: 0px;
		top: 37.60419790104948%;
		width: 100%;
	}

	.portrait #content li.question h4.default {
		display: none;
	}

	.portrait #content li.question h4.portrait {
		display: block;
		font-size: 33px;
		line-height: 43px;
	}

	/* */

	.portrait #content li.question .answer.drag {
		display: inline-block;
		width: 268px;
	}

	.portrait .question1 .select,
	.portrait .question1 .target {
		width: 268px;
	}

	.portrait .question1 .drag ul {
		float: none;
		width: 268px;
	}

	.portrait .question1 .drag li {
		width: 268px;
	}

	.portrait .question1 .drag li > div {
		width: 268px;
		height: 64px;
	}

	.portrait .question1 .select {
		margin-bottom: 12px;
	}

	.portrait .question1 .select ul {
		height: 70px;
	}

	.portrait .question1 .select li {
		height: 70px;
	}

	.portrait .question1 .select ul + ul {
		margin-left: inherit;
	}

	.portrait .question1 .select .separator {
		position: absolute;
		display: block;
		bottom: 0px;
		left: 0px;
		margin-left: -47px;
		margin-bottom: -2px;
		width: 363px;
		height: 0px;
		border: 2px solid #234082;
		border-bottom: none;
		border-left: none;
		border-right: none;
	}

	.portrait .question1 .target {
		margin-left: 0px;
	}

	.portrait .question1 .target ul.top {
		height: 70px;
	}

	.portrait .question1 .target ul.bg li {
		height: 70px;
	}

	.portrait .question1 .target ul.bg li > div {
		height: 64px;
	}

	.portrait #content li.question span.radio p {
		width: 126px;
		height: 126px;
		-webkit-border-radius: 63px;
        -moz-border-radius: 63px;
 		border-radius: 63px;
	}

	.portrait #content li.question span.radio + span.radio {
		margin-left: 76px;
	}

	/* result */

	.portrait #content li.finder > .content, 
	.portrait #content li.result > .content {
		left: 3.2%;
		top: 17%;
		width: 93.6%;
		height: 66%;
		text-align: left;
	}

	.portrait #content li.finder > .header h3, 
	.portrait #content li.result > .header h3 {
		display: none;
	} 

	.portrait #content li.finder > .header.portrait h3, 
	.portrait #content li.result > .header.portrait h3 {
		top: 19.72972972972973%;
		display: block;
	}

	.portrait li > .content > .action {
		left: 0px;
		bottom: 0%;
		width: 100%;
		text-align: center;
	}

	.portrait li > .content > .action a {
		padding-left: 59px;
		font-size: 38px;
		line-height: 46px;
	}

	.portrait li > .content > .action a img {
		width: 48px;
		height: 48px;
	}

	/* result */

	.portrait #content li.result > .content {
		text-align: center;
	}

	.portrait li.result .content .rt > .col {
		display: block;
		width: 100%;
	}

	.portrait li.result .content .rt > .col.img {
		text-align: center;
		margin-bottom: 30px;
	}

	.portrait li.result .content .rt > .col.img > div {
		margin-right: 0px;
		height: 200px;
	}

	.portrait li.result .content .rt > .col.img > div img {
		width: auto;
		height: 100%;
	}

	.portrait li.result .content p {
		font-size: 25px;
		line-height: 31px;
	}

	.portrait li.result > .content > .action a.print {
		display: none;
	}

	/* finder */

	.portrait li.finder > .content > .rt > .col {
		display: table-row;
	} 

	.portrait li.finder > .content > .rt > .col.map > div {
		position: relative;
		display: table-cell;
	}

	.portrait li.finder > .content > .rt > .col.search {
		height: 426px;
	} 

	.portrait li.finder > .content > .rt > .col.search > div {
		position: relative;
		display: table-cell;
		margin-left: 0px;
		height: auto;
	}

	.portrait li.finder > .content > .rt > .col.search .row.form {
		display: none;
	}

	.portrait li.finder > .content > .rt > .col.search label {
		line-height: 70px;
		font-size: 25px;
		margin-bottom: 0px;
	}

	.portrait li.finder > .content > .rt > .col.search input[type="text"],
	.portrait li.finder > .content > .rt > .col.search select {
		height: 54px;
		font-size: 32px;
	}

	.portrait li.finder > .content > .rt > .col.search input[type="text"] {
		margin-bottom: 0px;
	}

	.portrait li.finder > .content > .rt > .col.search select {
		width: 244px;
	}

	.portrait li.finder > .content > .rt > .col.search a.submit {
		width: 244px;
		height: 54px;
		margin-top: 0px;
		padding: 0px 0px 0px 65px;
		font-size: 32px;
		line-height: 54px;
	}

	.special .portrait li.finder > .content > .rt > .col.search a.submit {
		margin-top: 24px;
	}

	.portrait li.finder > .content > .rt > .col.search a.submit img {
		margin-left: 12px;
		width: 44px;
		height: 44px;
	}

	.portrait li.finder .scroller {
		height: 290px;
		width: 632px;
		margin-bottom: 105px;
		margin-left: 49px;
	}

	.portrait li.finder .scroller .content {
		width: 583px;
	}

	.portrait li.finder .scroller .content ol {
		font-size: 31px;
		line-height: 34px;
	}

	.portrait li.finder .scroller .content ol > li .col.num {
		width: 8.94861878453039%;
	}

	.portrait  li.finder .scroller .content form {
		display: block;
		margin-top: 9px;
	}

	.portrait li.finder .scroller .bar {
		width: 19px;
	}	

	.portrait li.finder .scroller .bar a {
		width: 19px;
	}

	.portrait li.finder .scroller .bar span {
		margin-left: 9px;
	}

	/* navi */

	.portrait #navigation {
		left: 0px;
		bottom: 40%;
		width: 100%;
	}

	.portrait #navigation a img.default {
		display: none;
	}

	.portrait #navigation a img.portrait {
		display: inline-block;
		width: 24px;
		height: 105px;
	}

	.portrait #navigation .previous {
		float: left;
	}

	.portrait #navigation .next {
		float: right;
	}
	
}