@charset 'utf-8';
@import url('https://fonts.googleapis.com/earlyaccess/notosanstc.css');

/* ----------RESET---------- */
	*{
		margin:0;
		padding: 0;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
		        box-sizing: border-box;
		font: inherit;
		color:inherit;
	}
	body{
		position: relative;
		font-size: 16px;
		font-weight: 400;
		font-family: 'Noto Sans TC', '微軟正黑體', 'Microsoft JhengHei', sans-serif;
		color:#333;
	}
	ul, li{
		list-style: none;
	}	
	html{
        font-size: 17px;
	}
	
	/*----scroll----*/
	::-webkit-scrollbar {
		-webkit-appearance: none;
	}

	::-webkit-scrollbar:vertical {
		width: 5px;
		background-color: #00000010;
	}

	::-webkit-scrollbar:horizontal {
		height: 2px;
	}

	::-webkit-scrollbar-thumb {
		border-radius: 5px;
		background-color: #00000030;
	}
/* ----------BLOCK---------- */
	body{
		padding-top:70px; 
	}
	.w90{
		position: relative;
		width: 90%;
		margin: 0 auto;
	}
	.w1200{
		width: 90%;
		position: relative;
		max-width: 1200px;
		margin:0 auto;
	}
	.w1300{
		width: 90%;
		position: relative;
		max-width: 1300px;
		margin:0 auto;
	}
	.row{
		width: 100%;
		position: relative;
	}
	.col90,
	.col80,
	.col75,
	.col70,
	.col66,
	.col60,
	.col55,
	.col50,
	.col45,
	.col40,
	.col35,
	.col33,
	.col30,
	.col25,
	.col20,
	.col166,
	.col15,
	.col05{
		display: inline-block;
		vertical-align: top;
		margin-left: -7px;
	}
	.col90, .f90{
		width: 90%;
	}
	.col80, .f80{
		width: 80%;
	}
	.col75, .f75{
		width: 75%;
	}
	.col70, .f70{
		width: 70%;
	}
	.col66, .f66{
		width: 66.6666%;
	}
	.col60, .f60{
		width: 60%;
	}
	.col55, .f55{
		width: 55%;
	}
	.col50, .f50{
		width: 50%;
	}
	.f50{
		float: left;
	}
	.col50:nth-child(odd){
		margin-left: 0px;
	}
	.col45, .f45{
		width: 45%;
	}
	.col40, .f40{
		width: 40%;
	}
	.col35, .f35{
		width: 35%;
	}
	.col30, .f30{
		width: 30%;
	}
	.col33, .f33{
		width: 33.3333%;
	}
	.col25, .f25{
		width: 25%;
	}
	.col20, .f20{
		width: 20%;
	}
	.col166, .f166{
		width: 16.6666667%;
	}
	.col15, .f15{
		width: 15%;
	}
	.flex-nowrap{
		display: flex;
		flex-wrap: nowrap;
	}
	.flex-wrap{
		display: flex;
		flex-wrap: wrap;
	}
	.fleft{
		display: block;
		float:left;
		margin-left: 0;
	}
	.fright{
		display: block;
		float: right;
		margin-left: 0;
	}
	.cf:after{
		content:'';
		display: table;
		clear:both;
	}
	.mobile_close{
    	display: block;
    }
    .pc_close{
    	display: none;
    }
    .block{
    	display: block;
    	width: 100%;
    }
    .inline-block{
    	display: inline-block;
    }
    .on_480,
    .on_620,
    .on_768,
    .on_1023{
    	display: none;	
	}
	/* #region col */
	
	@media screen and (max-width: 1440px) {
		.col100_1440 {
			width: 100%;
		}

		.col90_1440 {
			width: 90%;
		}

		.col85_1440 {
			width: 85%;
		}

		.col80_1440 {
			width: 80%;
		}

		.col75_1440 {
			width: 75%;
		}

		.col70_1440 {
			width: 70%;
		}

		.col66_1440 {
			width: 66.66%;
		}

		.col65_1440 {
			width: 65%;
		}

		.col60_1440 {
			width: 60%;
		}

		.col55_1440 {
			width: 55%;
		}

		.col50_1440 {
			width: 50%;
		}

		.col45_1440 {
			width: 45%;
		}

		.col40_1440 {
			width: 40%;
		}

		.col35_1440 {
			width: 35%;
		}

		.col30_1440 {
			width: 30%;
		}

		.col33_1440 {
			width: 33.33%;
		}

		.col25_1440 {
			width: 25%;
		}

		.col20_1440 {
			width: 20%;
		}

		.col15_1440 {
			width: 15%;
		}

		.col10_1440 {
			width: 10%;
		}
	}

	@media screen and (max-width: 1366px) {
		.col100_1366 {
			width: 100%;
		}

		.col90_1366 {
			width: 90%;
		}

		.col85_1366 {
			width: 85%;
		}

		.col80_1366 {
			width: 80%;
		}

		.col75_1366 {
			width: 75%;
		}

		.col70_1366 {
			width: 70%;
		}

		.col66_1366 {
			width: 66.66%;
		}

		.col65_1366 {
			width: 65%;
		}

		.col60_1366 {
			width: 60%;
		}

		.col55_1366 {
			width: 55%;
		}

		.col50_1366 {
			width: 50%;
		}

		.col45_1366 {
			width: 45%;
		}

		.col40_1366 {
			width: 40%;
		}

		.col35_1366 {
			width: 35%;
		}

		.col30_1366 {
			width: 30%;
		}

		.col33_1366 {
			width: 33.33%;
		}

		.col25_1366 {
			width: 25%;
		}

		.col20_1366 {
			width: 20%;
		}

		.col15_1366 {
			width: 15%;
		}

		.col10_1366 {
			width: 10%;
		}
	}

	@media screen and (max-width: 1280px) {
		.col100_1280 {
			width: 100%;
		}

		.col90_1280 {
			width: 90%;
		}

		.col85_1280 {
			width: 85%;
		}

		.col80_1280 {
			width: 80%;
		}

		.col75_1280 {
			width: 75%;
		}

		.col70_1280 {
			width: 70%;
		}

		.col66_1280 {
			width: 66.66%;
		}

		.col65_1280 {
			width: 65%;
		}

		.col60_1280 {
			width: 60%;
		}

		.col55_1280 {
			width: 55%;
		}

		.col50_1280 {
			width: 50%;
		}

		.col45_1280 {
			width: 45%;
		}

		.col40_1280 {
			width: 40%;
		}

		.col35_1280 {
			width: 35%;
		}

		.col30_1280 {
			width: 30%;
		}

		.col33_1280 {
			width: 33.33%;
		}

		.col25_1280 {
			width: 25%;
		}

		.col20_1280 {
			width: 20%;
		}

		.col15_1280 {
			width: 15%;
		}

		.col10_1280 {
			width: 10%;
		}
	}

	@media screen and (max-width: 1023px) {
		.col100_1023 {
			width: 100%;
		}

		.col90_1023 {
			width: 90%;
		}

		.col85_1023 {
			width: 85%;
		}

		.col80_1023 {
			width: 80%;
		}

		.col75_1023 {
			width: 75%;
		}

		.col70_1023 {
			width: 70%;
		}

		.col66_1023 {
			width: 66.66%;
		}

		.col65_1023 {
			width: 65%;
		}

		.col60_1023 {
			width: 60%;
		}

		.col55_1023 {
			width: 55%;
		}

		.col50_1023 {
			width: 50%;
		}

		.col45_1023 {
			width: 45%;
		}

		.col40_1023 {
			width: 40%;
		}

		.col35_1023 {
			width: 35%;
		}

		.col30_1023 {
			width: 30%;
		}

		.col33_1023 {
			width: 33.33%;
		}

		.col25_1023 {
			width: 25%;
		}

		.col20_1023 {
			width: 20%;
		}

		.col15_1023 {
			width: 15%;
		}

		.col10_1023 {
			width: 10%;
		}
	}

	@media screen and (max-width: 768px) {
		.col100_768 {
			width: 100%;
		}

		.col90_768 {
			width: 90%;
		}

		.col85_768 {
			width: 85%;
		}

		.col80_768 {
			width: 80%;
		}

		.col75_768 {
			width: 75%;
		}

		.col70_768 {
			width: 70%;
		}

		.col66_768 {
			width: 66.66%;
		}

		.col65_768 {
			width: 65%;
		}

		.col60_768 {
			width: 60%;
		}

		.col55_768 {
			width: 55%;
		}

		.col50_768 {
			width: 50%;
		}

		.col45_768 {
			width: 45%;
		}

		.col40_768 {
			width: 40%;
		}

		.col35_768 {
			width: 35%;
		}

		.col30_768 {
			width: 30%;
		}

		.col33_768 {
			width: 33.33%;
		}

		.col25_768 {
			width: 25%;
		}

		.col20_768 {
			width: 20%;
		}

		.col15_768 {
			width: 15%;
		}

		.col10_768 {
			width: 10%;
		}
	}

	@media screen and (max-width: 480px) {
		.col100_480 {
			width: 100%;
		}

		.col90_480 {
			width: 90%;
		}

		.col85_480 {
			width: 85%;
		}

		.col80_480 {
			width: 80%;
		}

		.col75_480 {
			width: 75%;
		}

		.col70_480 {
			width: 70%;
		}

		.col66_480 {
			width: 66.66%;
		}

		.col65_480 {
			width: 65%;
		}

		.col60_480 {
			width: 60%;
		}

		.col55_480 {
			width: 55%;
		}

		.col50_480 {
			width: 50%;
		}

		.col45_480 {
			width: 45%;
		}

		.col40_480 {
			width: 40%;
		}

		.col35_480 {
			width: 35%;
		}

		.col30_480 {
			width: 30%;
		}

		.col33_480 {
			width: 33.33%;
		}

		.col25_480 {
			width: 25%;
		}

		.col20_480 {
			width: 20%;
		}

		.col15_480 {
			width: 15%;
		}

		.col10_480 {
			width: 10%;
		}
	}

	/* #endregion */

/* ----------TEXT----------- */
	h1,h2,h3,h4,h5,h6,
	a,p,b,small,li{
		font:inherit;
		color:inherit;
	}
	h1,h2,h3,h4,h5,h6,p,a,li{
		font-family: 'Noto Sans TC', '微軟正黑體', 'Microsoft JhengHei', sans-serif, cursive;
		font-weight: 400;
		line-height: 1.8em;
	}
	h1,h2,h3,h4,h5,h6{
		letter-spacing: .1em;
		line-height: 1.4em;
	}
	h1{	
		font-size: 4rem;	
		font-weight: 400;
		text-shadow: rgba(0,0,0,.5) 0em 0em 0.2em;
	}
	h2{		
		font-size: 1.7rem;	
		letter-spacing: 2px;
	}
	h3{	
		font-size: 1.6rem;	
		line-height: 1.6em;	
	}
	h4{
		font-size: 1.5rem;
	}
	h5{		
		font-size: 1.4rem;
	}
	h6{	
		font-size: 1.2rem;
	}
	p,li{	
		font-size: 1rem;
		line-height: 1.9em;
		letter-spacing: .1em;
		word-break: break-word;
	}
	small{
		font-size: .9rem;
		line-height: 1.8em;
		letter-spacing: .1em;
	}
	b{
		font-weight: 600;
		font-size: 1rem;
		line-height: 2em;
		letter-spacing: .08em;
		display: inline-block;
	}
	a,
	a:active,
	a:hover,
	a:focus{
		outline: none;
	}
	a{
		font-family: 'Noto Sans TC', '微軟正黑體', 'Microsoft JhengHei', sans-serif;
		letter-spacing: 2px;
		font-weight: 400;
		font-size: 1rem;
		display: inline-block;
		text-decoration: none;
	}
	.align-center{
		text-align:center; 
	}
	.align-left{
		text-align: left;
	}
	.align-right{
		text-align: right;
	}
	.txt-heavy{
		font-weight: 600;
	}
	.txt-bold{
		font-weight: 500;
	}
	.txt-regular{
		font-weight: 400;
	}
	.txt-light{
		font-weight: 300;
	}
	.txt-shadow{
		text-shadow: rgba(0,0,0,.5) 0em 0em 0.2em;
	}
	.break-all{
		word-break: break-all;
	}
/* ----------FORM----------- */
	input[type=text],
	input[type=email],
	input[type=password],
	select{
		font: inherit;
	    font-size: 1rem;
		width: 100%;
		margin: 5px 0 6px;
		border:0;
		border-bottom: 1px solid #d9c090;
		padding:4px 8px;
		letter-spacing: 1px;
		border-radius: 0;
		background-color: transparent;
		-webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
	}
	input[type=text]:focus,
	input[type=email]:focus,
	input[type=password]:focus{
		border-color: #999;
	}
	select{
		border-radius: 0;
		background: url(../img/icon/form_arrow-01.png) no-repeat right center transparent;
	}
	input, textarea, keygen, select, a, a:active, a:hover, a:focus {
    	outline: none; 
	}

	select{
		-webkit-appearance:none;
		-moz-appearance:none;
		appearance:none;
	}
	label.select{
		display: inline-block;
		width: 100%;
		height: 100%;
		position: relative;
	}
	label.select:before {
		content:'';
		display:block;
		width:50px;
		height:27px;
		background:#ffffff;
		position:absolute;
		top:2px;
		bottom:2px;
		right:2px;
		margin:auto 0;
		pointer-events:none;
	}
	label.select:after {
		content:'';
		display:block;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 10px 7px 0 7px;
		border-color: #003979 transparent transparent transparent;
		position:absolute;
		top:0;
		bottom:0;
		right:20px;
		margin:auto 0;
		pointer-events:none;
	}
	label h4{
		margin:10px 0 11px;
	}
	::-webkit-input-placeholder { /* WebKit, Blink, Edge */
	    color:    #cccccc;
	}
	:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	   color:    #cccccc;
	   opacity:  1;
	}
	::-moz-placeholder { /* Mozilla Firefox 19+ */
	   color:    #cccccc;
	   opacity:  1;
	}
	:-ms-input-placeholder { /* Internet Explorer 10-11 */
	   color:    #cccccc;
	}
	::-ms-input-placeholder { /* Microsoft Edge */
	   color:    #cccccc;
	}

	/*radio&checkbox樣式覆蓋*/
		input[type=radio   ]:not(old),
		input[type=checkbox]:not(old){
			width     : 0;
			margin    : 0;
			font-size : 0;
			opacity   : 0;
			pointer-events: none;
            display: none;
		}
		input[type=radio   ]:not(old) + label,
		input[type=checkbox]:not(old) + label{
			display      : inline-block;
			vertical-align: middle;
			line-height  : 24px;
			margin-right : 17px;
			font-size: 18px;
			cursor       : pointer;
    		letter-spacing: 0;
		}
		input[type=radio   ]:not(old) + label > span,
		input[type=checkbox]:not(old) + label > span{
			display          : inline-block;
			width            : 18px;
			height           : 18px;
			padding          : 0;
			margin           : -1px 8px 3px 5px;
			position         : relative;
			border-radius    : 0;
			background       : rgba(255,255,255,.8);
			border			 : 2px solid #cccccc;
			vertical-align   : middle;
			cursor           : pointer;
		}
		input[type=radio]:not(old):checked +  label > span:before{
			display          : block;
			width            : 10px;
			height           : 10px;
			margin           : auto;
			top: 0;right: 0;bottom: 0;left: 0;
			position         : absolute;
			border-radius    : 0;
			background       : #336194;
		}
		input[type=checkbox]:not(old):checked + label > span:before{
			content     : '';
			display          : block;
			width            : 10px;
			height           : 10px;
			margin           : auto;
			top: 0;right: 0;bottom: 0;left: 0;
			position         : absolute;
			border-radius    : 0;
			background       : #336194;
		}
/* ----------BTN------------ */
	.btnBox{
		padding-top: 30px;
	}
	.btn{
		position: relative;
		text-align: center;
		padding: 15px 30px;
		margin: 0 20px;
		color: #fff;
	    -webkit-transition: all .25s ease;
	       -moz-transition: all .25s ease;
	        -ms-transition: all .25s ease;
	         -o-transition: all .25s ease;
	            transition: all .25s ease;
	            background-image: url(../img/btn_bg-primary02.png);
	            background-size: 100% 100%;
	}
	.btn:hover{
	     color: #601980;
	     background-image: url(../img/btn_bg-white02.png);
	}
	.btn:before,
	.btn:after{
		content: "";
		position: absolute;
		height: 100%;
		width: 18px;
		top: 0;
		background-image: url(../img/btn_bg-primary.png);
		background-size: 100% 100%;
		-webkit-transition: all .25s ease;
	       -moz-transition: all .25s ease;
	        -ms-transition: all .25s ease;
	         -o-transition: all .25s ease;
	            transition: all .25s ease;
	}
	.btn:hover:before,
	.btn:hover:after{
		background-image: url(../img/btn_bg-white.png);
	}
	.btn:before{
		left: -18px;
	}
	.btn:after{
		right: -18px;
		-moz-transform:rotate(180deg);
		-webkit-transform:rotate(180deg);
		-o-transform:rotate(180deg);
		-ms-transform:rotate(180deg);
		transform:rotate(180deg);
	}
	/*btn-white*/
		.btn.btn-white{
			color: #601980;
			background-image: url(../img/btn_bg-white02.png);
		}
		.btn.btn-white:hover{
			color: #fff;
			background-image: url(../img/btn_bg-primary02.png);
		}
		.btn.btn-white:before,
		.btn.btn-white:after{
			background-image: url(../img/btn_bg-white.png);
		}
		.btn.btn-white:hover:before,
		.btn.btn-white:hover:after{
			background-image: url(../img/btn_bg-primary.png);
		}
	/*btn-gold*/	
		.btn.btn-gold{
			color: #fff;
			background-image: url(../img/btn_bg-gold02.png);
		}
		.btn.btn-gold:hover{
			background-image: url(../img/btn_bg-gold02-h.png);
		}
		.btn.btn-gold:before,
		.btn.btn-gold:after{
			background-image: url(../img/btn_bg-gold.png);
		}
		.btn.btn-gold:hover:before,
		.btn.btn-gold:hover:after{
			background-image: url(../img/btn_bg-gold-h.png);
		}
	.btn-basic{
		display: inline-block;
		background-color: #601980;
		color: #fff;
		border: 0;
		outline: none;
		padding: 3px 25px;
		cursor: pointer;
		font-weight: 300;
		font-size: 1rem;
		letter-spacing: .08em;
		-webkit-transition: all .25s ease;
		   -moz-transition: all .25s ease;
		    -ms-transition: all .25s ease;
		     -o-transition: all .25s ease;
		        transition: all .25s ease;
	}
	.btn-basic:hover{
		-moz-transform:translateY(-3px);
		-webkit-transform:translateY(-3px);
		-o-transform:translateY(-3px);
		-ms-transform:translateY(-3px);
		transform:translateY(-3px);
	}
	.btn-basic-light{
		background-color: #8f899d;
	}
/* ----------ICON----------- */
	.icon-xxs{
		display: inline-block;
		vertical-align: middle;
		width: 18px;
	}
	.icon-xs{
		display: inline-block;
		vertical-align: middle;
		width: 22px;
	}
	.icon-s{
		display: inline-block;
		vertical-align: middle;
		width: 26px;
	}
	.icon-m{
		display: inline-block;
		vertical-align: middle;
		width: 30px;
	}
	.icon-l{
		display: inline-block;
		vertical-align: middle;
		width: 36px;
	}	
	.icon-description{
		display: inline-block;
		vertical-align: text-bottom;
		width: 18px;
		opacity: .7;
	}
	.icon-description:hover{
		opacity: 1;
	}
/*---------- COLOR ----------*/
	.color-primary{
		color: #601981;
	}
	.color-primary-light{
		color: #f1e9f5;
	}
	.color-primary-dark{
		color: #2d2738;
	}
	.color-gold{
		color: #d9c090;
	}
	.color-white{
		color: #fff;
	}
	.color-grey{
		color: #808080;
	}
	.color-black{
		color: #333;
	}
	.bg-primary{
		background-color: #601980;
		color: #fff;
	}
	.bg-primary-light{
		background-color: #f1e9f5;
		color: #333;
	}
	.bg-primary-dark{
		background-color: #2d2738;
		color: #fff;
	}
	.shadow-basic{
		box-shadow: 5px 5px 15px rgba(0,0,0,.15);
	}
	.shadow-complex{
		box-shadow: 0 2px 7px rgba(0,0,0,.9), 0 3px 15px rgba(0,0,0,.05);
	}
/* ----------MAIN----------- */
	img{
		max-width: 100%;
	}
	hr{
		opacity: .4;
	}
	.safety span{
		display: inline-block;
		width: 35px;
		height: 5px;
		background-color: #ccc;
		margin-right: 7px;
	}
	li{
		font-size: 1rem;
	}
	img.title_icon{
		margin-bottom: 15px;
	}
/*-----------ANIMATION-------*/
	@keyframes fadeIn_bottom {
	    0% {
	    	opacity: 0;
	    	-moz-transform:translateY(15px);
			-webkit-transform:translateY(15px);
			-o-transform:translateY(15px);
			-ms-transform:translateY(15px);
			transform:translateY(15px);
	    }
	    100% {
	    	opacity: 1;
	    	-moz-transform:translateY(0);
			-webkit-transform:translateY(0);
			-o-transform:translateY(0);
			-ms-transform:translateY(0);
			transform:translateY(0);
	    }
	}
/* ----------PAGE------------*/
	.page_h2{
		font-size: 3.8rem;
		font-weight: 500;
		text-shadow: rgba(0,0,0,.5) 0em 0em 0.2em;
		margin-bottom: 10px;
	}
	.page_h3{
		font-size: 2.7rem;
	}
	.page_kv{
		padding: 17vh 0 24vh;
		background-position: center;
		background-size: cover;
	}
/* ----------SLIDER----------*/
	.owl-dots{
		text-align: center;
		margin-top: 30px;
	}
	.owl-dot{
		width: 12px;
		height: 12px;
		border-radius: 100%;
		background-color: #ccc;
		display: inline-block;
		margin: 0 6px; 
	}
	.owl-dot.active{
		background-color: #601981;
		border: 2px solid #601981;
	}	
	.owl-prev,
	.owl-next{
		position: absolute;
		width: 30px;
		height: 30px;
		border: 1px solid #ddd;
		background-color: #601981;
		top: 0;
		bottom: 0;
		margin: auto 0;
		background-size: 70% auto;
		background-position: center;
		background-repeat: no-repeat;
	}
	.owl-prev{
		background-image: url(../img/icon/icon_l.png);
		left: -50px;
	}
	.owl-next{
		background-image: url(../img/icon/icon_r.png);
		right: -50px;
	}
/*-----------SCROLLBAR-------*/
	.mCSB_scrollTools {
	    right: -6px;
	}
	.mCSB_inside>.mCSB_container {
	    margin-right: 0;
	}
	.mCS-dark.mCSB_scrollTools .mCSB_draggerRail {
	    background-color: rgba(0,0,0,0);
	}
	.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	    background-color: rgba(0,0,0,.4);
	}
/*-----------PAGINATION------*/
	ul.pagination {
	    text-align: center;
	    padding-top: 25px;
	}
	ul.pagination li {
	    display: inline-block;
	    color: #808080;
	    vertical-align: top;
	}
	ul.pagination li a {
	    font-size: 1.125em;
	    color: #601981;
	    width: 35px;
    	height: 35px;
    	/*padding-bottom: 40px;*/
	    border: 1px solid #601981;
	    background-color: #fff;
	}
	ul.pagination li a.active, 
	ul.pagination li a:hover {
	    color: #fff;
	    font-weight: 500;
	    background-color: #601981;
	}
	ul.pagination li.page_pre a,
	ul.pagination li.page_next a{
	    background-color: #601981;
	    top: 0;
	    bottom: 0;
	    margin: auto 0;
	    background-size: 70% auto;
	    background-position: center;
	    background-repeat: no-repeat;
	}
	ul.pagination li.page_pre a{
		background-image: url(../img/icon/L_icon.svg);
	}
	ul.pagination li.page_next a{
		background-image: url(../img/icon/R_icon.svg);
	}	
/*-----------ICON_TAB--------*/
	.iconTab ul.tab_list{
		display: flex;
		flex-wrap: wrap;
		text-align: center;
	}
	.iconTab ul.tab_list > li{
		position: relative;
		background-color: #392a5e;
		padding: 50px 6px;
		color: #817a91;
		cursor: pointer;
		-webkit-transition: all .25s ease;
		   -moz-transition: all .25s ease;
		    -ms-transition: all .25s ease;
		     -o-transition: all .25s ease;
		        transition: all .25s ease;
	}
	.iconTab ul.tab_list > li:hover{
		background-color: #302648;
		/*background-color: #2b0a7b;*/
	}
	.iconTab ul.tab_list > li.active{
		background-color: #2a0942;
		color: #fff;
	}
	.iconTab ul.tab_list > li:after{
		content: "";
		position: absolute;
		width: 22px;
		height: 18px;
		background-image: url(../img/icon/triangle-01.png);
		background-size: 100% 100%;
		background-position: center;
		bottom: 0;
		left: 0;
		right: 0;
		margin: 0 auto;
		display: none;
	}
	.iconTab ul.tab_list > li.active:after{
		display: block;
	}
	.iconTab ul.tab_list > li > img{
		width: 43%;
		max-width: 80px;
		-webkit-filter: grayscale(100%);
	    -moz-filter: grayscale(100%);
	    -ms-filter: grayscale(100%);
	    -o-filter: grayscale(100%);
	    filter: grayscale(100%);
	    filter: gray;
	    opacity: .5;
	}
	.iconTab ul.tab_list > li.active > img{
		-webkit-filter: grayscale(0);
	    -moz-filter: grayscale(0);
	    -ms-filter: grayscale(0);
	    -o-filter: grayscale(0);
	    filter: grayscale(0);
	    opacity: 1;
	}
	.iconTab ul.tab_list > li > p{
		position: relative;
		/*display: inline-block;*/
	}
	.iconTab ul.tab_list > li.active > p:after{
		content: "";
		position: absolute;
		width: 35%;
		height: 1px;
		background-color: #d9c090;
		bottom: -2px;
		left: 0;
		right: 0;
		margin: 0 auto;
	}
	.iconTab .content_block{
		background-color: #eeedeb;
		padding: 70px 0;
	}
	.iconTab ul.content_list > li{
		display: none;
	}
	.iconTab ul.content_list > li.active{
		display: block;
	}
/*-----------BASIIC_TAB------*/
	.EXbasicTab h4,
	.basicTab h4{
		margin-bottom: 20px;
	}
	.EXbasicTab ul.tab_list > li,
	.basicTab ul.tab_list > li{
		position: relative;
		display: inline-block;
		background-color: #bcb8c4;
		padding: 5px 35px;
		font-weight: 500;
		color: #555;
		margin-right: 3px;
		cursor: pointer;
		font-size: 1.15rem;
		-webkit-transition: all .25s ease;
		   -moz-transition: all .25s ease;
		    -ms-transition: all .25s ease;
		     -o-transition: all .25s ease;
		        transition: all .25s ease;
	}
	.EXbasicTab ul.tab_list > li:hover,
	.basicTab ul.tab_list > li:hover{
		background-color: #e4e0ea;
	}
	.EXbasicTab ul.tab_list > li.active,
	.basicTab ul.tab_list > li.active{
		color: #601981;
		background-color: #fff;
	}
	.EXbasicTab ul.tab_list > li.active:before,
	.basicTab ul.tab_list > li.active:before{
		content: "";
		position: absolute;
		width: 100%;
		height: 3px;
		top: 0;
		left: 0;
		background-color: #d9c090;
	}
	.EXbasicTab ul.content_list,
	.basicTab ul.content_list{
		background-color: #fff;
		padding: 50px 40px;
		border: 1px solid #eee;
	}
	.EXbasicTab ul.content_list > li,
	.basicTab ul.content_list > li{
		display: none;
	}
	.EXbasicTab ul.content_list > li.active,
	.basicTab ul.content_list > li.active{
		display: block;
	}
/*-----------TABLE-----------*/
	table{
		width: 100%;
		border-collapse: collapse;
		font-size: .9rem;
	}
	table th{
		color: #808080;
		border-bottom: 1px solid #d9c090;
		padding: 5px;
	}
	table td{
		border-bottom: 1px solid #eee;
		padding: 6px 5px;
	}
/*-----------LIGHTBOX--------*/
	.lightBox {
	    position: fixed;
	    width: 100%;
	    height: 100%;
	    top: 0;
	    left: 0;
	    z-index: 100;
	    overflow-y: scroll;
	    display: none;
	}
	.lightBox .bg {
	    position: fixed;
	    width: 100%;
	    height: 100%;
	    top: 0;
	    left: 0;
	    background-color: rgba(0, 0, 0, 0.5);
	}
	.lightBox .box {
	    position: relative;
	    width: 90%;
	    max-width: 1400px;
	    background-color: #ffffff;
	    margin: 10vh auto;
	    position: relative;
	    cursor: default;
	     min-height: 70vh; 
	    display: none;
	}
	.lightBox .box img.closeBox {
	    position: absolute;
	    z-index: 5;
	    padding: 5px;
	    width: 40px;
	    top: 7px;
	    right: 7px;
	    cursor: pointer;
	    opacity: .6;
	    -webkit-transition: all .25s ease;
	       -moz-transition: all .25s ease;
	        -ms-transition: all .25s ease;
	         -o-transition: all .25s ease;
	            transition: all .25s ease;
	}
	.lightBox .box img.closeBox:hover{
		opacity: 1;
	}
	.lightBox .box h5{
		padding: 13px 10px;
		background-color: #f6f6f6;
		font-size: 1.3rem;
		font-weight: 500;
	}
	.lightBox .box_content{
		padding: 30px;
	}
	.lightBox_table th{
		background-color: #f6f6f6;
		border: 1px solid #ddd;
		border-bottom: 1px solid  #d9c090;
		border-top: 0;
		padding: 10px 5px;
	}
	.lightBox_table th:first-child{
		border-left: 0;
	}
	.lightBox_table th:last-child{
		border-right: 0;
	}
	.lightBox_table td{
		border: 1px solid #eee;
	}
	.mCustomScrollBox{
		z-index: 0;
	}
/* ----------NAVBAR--------- */
	#navbar{
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		z-index: 4;
		background-color: #fff;
		-webkit-box-shadow: 0 5px 10px 0 rgba(0,0,0,0.25);
		box-shadow: 0 5px 10px 0 rgba(0,0,0,0.25);
	}
	#navbar a.logoBox{
		position: absolute;
		left: 0;
		top: 0;
		bottom: 0;
		height: 60%;
		margin: auto 0;
	}
	#navbar a.logoBox img{
		height: 100%;
		width: auto;
	}
	#navbar a.logoBox img.logo-white{
		display: none;
	}
	#navbar ul.mainMemu{
		display: inline-block;
		margin-left: -115px;
	}
	#navbar ul.mainMemu >li{
		position: relative;
		display: inline-block;
		margin-left: -4px;
	}
	#navbar ul.mainMemu >li.w400_block{
		display: none;
	}
	#navbar ul.mainMemu >li > a{
		padding: 30px 15px;
	}
	#navbar ul.mainMemu >li:hover > a{
		/*background-color: #f1e9f5;*/
		color: #601981;
	}
	#navbar ul.mainMemu >li > a.active{
		color: #601981;
		font-weight: 500;
	}
	#navbar ul.subMemu{
		position: absolute;
		text-align: left;
		background-color: #453c5b;
		width: 300px;
		display: none;
		color: #fff;
	}
	#navbar ul.right > li.ure_language:hover ul.subMemu,
	#navbar ul.mainMemu >li:hover ul.subMemu{
		display: block;
	}
	#navbar ul.subMemu > li > a{
		display: block;
		padding: 7px 10px 7px 25px; 
		letter-spacing: .15em;
	}
	#navbar ul.subMemu > li > a:hover{
		background-color: #2c2442;
		color: #d9c090;
	}
	#navbar ul.right{
		position: absolute;
		top: 15px;
		right: 0;
		/*left: 75%;*/
	}
	#navbar ul.right > li{
		display: inline-block;
	}
	#navbar ul.right > li > a{
		padding: 16px 12px;
		cursor: pointer;
	}
	#navbar ul.right > li > a:hover{
		color: #601981;
	}
	#navbar ul.right > li.search-item{
		/*border-right: 1px solid #ddd;*/
		display: none;
	}
	#navbar ul.right > li.search-item .seach_w{
		display: none;
	} 
	.hamburger{
		display: none;
	}

	#navbar ul.right > li.search-item input{
		border: 0;
	}
	#navbar ul.right > li.search-item button{
		background: transparent;
    	border: 0;
	}
	#navbar ul.right > li.search-item form{
		/*display: inline-flex;*/
		display: inline-block;
		margin-right: 10px;
	}
	#navbar ul.right > li.search-item form .top-searchtest,
	#navbar ul.right > li.search-item form #top-search-img{
		display: inline-block;
		vertical-align: middle;
	}
	#navbar ul.right > li.search-item .top-searchtest{
		width: 75px;
		margin-right: 10px;
		/*color: #fff;*/
		color: #424242;
		/*float: right;*/
		background-color: transparent;
		height: 0;
		max-width: 0;
		overflow: hidden;
		-webkit-transition: max-width .25s ease;
		-moz-transition: max-width .25s ease;
		-ms-transition: max-width .25s ease;
		-o-transition: max-width .25s ease;
		transition: max-width .25s ease;
	}
	#navbar ul.right > li.search-item .top-searchtest input{
		width: 100%;
		background-color: transparent;
		border:none;
		border-bottom: 1px solid #424242;
	}
	#navbar ul.right > li.search-item .top-search.active .top-searchtest{
		max-width: 100%;
		height: auto;
	}
	#navbar ul.mainMemu >li.w480_block{
		display: none;
	}
	/*flat*/
		#navbar.flat ul.mainMemu >li > a{
			padding: 16px 15px;
		}
		#navbar.flat {
			background-color: #fff;
			box-shadow: 0px 0px 12px rgba(0,0,0,.3);
		}
		#navbar.flat a.logoBox{
			height: 76%;
		}
		#navbar.flat ul.right{
			top: 0;
		}
		#navbar.flat ul.right > li.search-item {
		    border-right: 0;
		}
	#navbar,
	#navbar ul.mainMemu >li > a,
	#navbar ul.subMemu > li > a,
	#navbar ul.mainMemu >li > a,
	#navbar a.logoBox,
	#navbar ul.right,
	#navbar ul.right > li > a{
		-webkit-transition: all .25s ease;
		   -moz-transition: all .25s ease;
		    -ms-transition: all .25s ease;
		     -o-transition: all .25s ease;
		        transition: all .25s ease;
	}
	#navbar .subMemu li.URE_ES_LIST{
		position: relative;
	}
	#navbar ul.URE_es{
		display: none;
	}
	#navbar .subMemu li.URE_ES_LIST:hover ul.URE_es{
		display: block;
	}
	#navbar .subMemu li.URE_ES_LIST ul.URE_es {
	    position: absolute;
	    top: 0;
	    left: 100%;
	    width: 200px;
	}
	#navbar ul.URE_es li a{
		background-color: #453c5b;
	    padding: 7px 10px 7px 25px;
	    color: #fff;
	    width: 100%;
	}
	#navbar ul.URE_es li:hover a{
		background-color: #2c2442;
    	color: #d9c090;
	}


/* ----------FOOTER--------- */
	.footer{
		position: relative;
    	z-index: 3;
	}
	.footer .copy-right{
		padding: 20px 0;
		opacity: .8;
	}
	.footer .copy-right .detail{
		font-size: 12px;
	}
	.footer .link{
		padding: 50px 0 80px;
	}
	.footer ul.contact_list{
		margin-top: 30px;
		display: inline-block;
	}
	.footer ul.contact_list li{
		padding: 5px 0;
	}
	.footer ul.contact_list img{
		vertical-align: bottom;
	}
	.footer ul.contact_list small{
		display: inline-block;
		opacity: .7;
		font-size: .85rem;
		font-weight: 300;
		margin-left: 5px;
		-webkit-transition: all .25s ease;
		   -moz-transition: all .25s ease;
		    -ms-transition: all .25s ease;
		     -o-transition: all .25s ease;
		        transition: all .25s ease;
	}
	.footer ul.contact_list a:hover small{
		opacity: 1;
	}
	.footer ul.contact_list .logo_img{
		margin-top: 20px;
	}
	.footer ul.contact_list .logo_img a:nth-child(1){
		/*margin-right: 45px;*/
		vertical-align: sub;
	}
	.footer ul.contact_list .logo_img a img{
		width: 150px;
	}
	.footer ul.footer_map{
		margin-top: 30px;
	}
	.footer ul.footer_map > li{
		display: inline-block;
		margin-left: 70px;
		vertical-align: top;
	}
	.footer ul.footer_map > li:first-child{
		margin-left: 0;
	}
	.footer ul.footer_map a{
		display: block;
		opacity: .5;
		font-weight: 300;
		margin-bottom: 5px;
		padding: 5px 0;
		font-size: .9rem;
		-webkit-transition: all .25s ease;
		   -moz-transition: all .25s ease;
		    -ms-transition: all .25s ease;
		     -o-transition: all .25s ease;
		        transition: all .25s ease;
	}
	.footer ul.footer_map a:hover{
		opacity: 1;
	}
/* ----------CSR_Questionnaire------------ */
	#CSR_Questionnaire .lightBoxScrollbar{
		max-height: 650px;
	}
	#CSR_Questionnaire .theme{
		margin-bottom: 35px;
	}
	#CSR_Questionnaire .theme h5{
		color: #601980;
		margin-bottom: 15px;
		background-color: transparent;
		padding: 0;
	}
	#CSR_Questionnaire .theme h5,
	#CSR_Questionnaire .theme p{
		font-size: 0.95rem;
	}
	.col_red{
		color: #ff0000;
	}
	#CSR_Questionnaire .container {
	  display: inline-block;
	  position: relative;
	  margin-bottom: 12px;
	  cursor: pointer;
	  font-size: 22px;
	  -webkit-user-select: none;
	  -moz-user-select: none;
	  -ms-user-select: none;
	  user-select: none;
	}
	#CSR_Questionnaire .container input {
	  position: absolute;
	  opacity: 0;
	  cursor: pointer;
	  height: 0;
	  width: 0;
	}
	#CSR_Questionnaire .container .Square_checkmark,
	#CSR_Questionnaire .container .radiomark {
	  height: 20px;
	  width: 20px;
	  background-color: transparent;
	  border: 1px solid #aaa;
	  -webkit-transition: all .25s ease;
		   -moz-transition: all .25s ease;
		    -ms-transition: all .25s ease;
		     -o-transition: all .25s ease;
		        transition: all .25s ease;
	}
	#CSR_Questionnaire .container .radiomark{
		border-radius: 50%;
	}
	#CSR_Questionnaire .container:hover input ~ .Square_checkmark,
	#CSR_Questionnaire .container:hover input ~ .radiomark {
	  background-color: #c6ad80;
	}
	#CSR_Questionnaire .container input:checked ~ .Square_checkmark,
	#CSR_Questionnaire .container input:checked ~ .radiomark {
	  background-color: #c6ad80;
	}
	#CSR_Questionnaire .Square_checkmark:after,
	#CSR_Questionnaire .radiomark:after {
	  content: "";
	  position: absolute;
	  display: none;
	}
	#CSR_Questionnaire .container input:checked ~ .Square_checkmark:after,
	#CSR_Questionnaire .container input:checked ~ .radiomark:after {
	  display: block;
	}
	#CSR_Questionnaire .container .Square_checkmark:after,
	#CSR_Questionnaire .container .radiomark:after {
	  left: 6px;
      top: 12px;
      width: 5px;
      height: 10px;
	  border: solid white;
	  border-width: 0 3px 3px 0;
	  -webkit-transform: rotate(45deg);
	  -ms-transform: rotate(45deg);
	  transform: rotate(45deg);
	}
	#CSR_Questionnaire .container p{
		margin-right: 25px;
	}
	#CSR_Questionnaire .container .Square_checkmark,
	#CSR_Questionnaire .container label,
	#CSR_Questionnaire .container .radiomark,
	#CSR_Questionnaire .container p{
		display: inline-block;
		vertical-align: middle;
	}


	#CSR_Questionnaire .container .checkmark{
		color: #dfdfdf;
	}
	#CSR_Questionnaire .container input:checked ~ .checkmark {
	    color: #c6ad80;
	}
	#CSR_Questionnaire .container.star{
		display: block;
	}
	#CSR_Questionnaire .container.star p{
		width: 125px;
	}
	#CSR_Questionnaire .max,
	#CSR_Questionnaire .max textarea{
		width: 100%;
	}
	#CSR_Questionnaire .max textarea{
		height: 125px;
		padding: 10px;
	}

	#CSR_Questionnaire .CSR_optional{
		border-top: 1px solid #aaa;
	    margin: 25px 0;
	    padding-top: 25px;
	}

	#CSR_Questionnaire form input[type=submit] {
		position: relative;
	    text-align: center;
	    padding: 15px 60px;
	    color: #fff;
	    background-color: #601980;
	    border-radius: 10px;
	    cursor: pointer;
	}
	#CSR_Questionnaire form input[type=submit]:hover {
		background: #d9c090;
		-webkit-transition: all .25s ease;
	    -moz-transition: all .25s ease;
	    -ms-transition: all .25s ease;
	    -o-transition: all .25s ease;
	    transition: all .25s ease;
	}

	#CSR_Questionnaire form label.col50:nth-child(odd){
		padding-left: 15px;
	}
	#CSR_Questionnaire form label.col50:nth-child(even){
		padding-right: 15px;
		padding-left: 5px;
	}

	#CSR_Questionnaire form input[type=email],
	#CSR_Questionnaire form input[type=text]{
		border: 1px solid #aaa;
	}
	/*CSR問卷-右側固定*/
	.csr_survey{
		position: fixed;
	    bottom: 7.25%;
	    right: 0;
	    z-index: 2;
	    cursor: pointer;
	    width: max-content;
	    border-bottom-left-radius: 15px;
	    border-top-left-radius: 15px;
	    padding: 10px 1%;
	    color: #fff;
	    background-color: #392b5c;
	}
	.csr_survey a img {
    	width: 25%;
	}
	.csr_survey:hover{
		background-color: #290f3f;
	}
	.csr_survey a{
		text-align: center;
	}
	.csr_survey a p,
	.csr_survey a img{
		display: inline-block;
		vertical-align: middle;
	}

/* ----------RWD------------ */
	@media screen and (max-width: 1600px){
		#navbar ul.mainMemu >li > a {
    		padding: 30px 7.5px;
		}
		#navbar ul.right > li > a {
    		padding: 16px 7.5px;
		}
		#navbar ul.right > li.search-item .top-searchtest{
			width: 60px;
		}
	}
	@media screen and (max-width: 1440px){
		/*#navbar ul.right{
			left: 72.5%;
		}*/
		html{
	        font-size: 16px;
	    }
	    .w1200,.w1300{
	    	max-width: 900px;
	    }
	    .btn{
			padding: 12px 20px;
		}
		img.title_icon{
			width: 35px;
			margin-bottom: 10px;
		}
		/*iconTab*/
			.iconTab ul.tab_list > li {
			    padding: 40px 6px;	
			}
			.iconTab .content_block {
			    padding: 50px 0;
			}
		/*basicTab*/
			.basicTab ul.content_list {
			    padding: 40px 30px;
			}
			.basicTab h4 {
			    margin-bottom: 10px;
			    font-size: 1.4rem;
			}
	    /*nav*/
	    	#navbar .w90{
	    		text-align: left;
	    	}
	    	#navbar ul.mainMemu{
	    		margin-left: 160px;
	    	}
	    	#navbar ul.mainMemu >li > a {
			    padding: 25px 10px;
			}
			#navbar ul.right > li > a{
				padding: 17px 7.5px;
			}
			#navbar ul.right {
			    top: 8px;
			}
		/*foot*/
			.footer .link {
			    padding: 40px 0 50px;
			}
			.footer ul.contact_list,
			.footer ul.footer_map {
			    margin-top: 20px;
			}
			.footer .copy-right {
			    padding: 15px 0;
			}
			.footer ul.footer_map > li {
			    margin-left: 50px;
			}
		/*page*/
			.page_h2 {
			    font-size: 3rem;
			}
			.page_h3 {
			    font-size: 2.2rem;
			}
	}
	@media screen and (max-width: 1280px){
		html{
	        font-size: 15px;
	    }
	    body{
			padding-top:60px; 
		}
		.btnBox {
		    padding-top: 25px;
		}
		/*lightBox*/
		.lightBox .box_content {
		    padding: 25px 20px;
		}
	    /*nav*/
			#navbar ul.mainMemu{
	    		margin-left: 120px;
	    	}
	    	#navbar ul.mainMemu >li > a {
			    padding: 20px 5px;
			    font-size: .85em;
			}
			#navbar ul.right > li > a {
			    padding: 12px 5px;
			    font-size: .85em;
			}
			#navbar.flat ul.mainMemu >li > a {
			    padding: 12px 10px;
			}
		#navbar ul.right > li.search-item .top-searchtest{
			margin-right: 0px;
		}
		#navbar ul.right > li.search-item .top-searchtest {
    		width: 50px;
		}
	}
	@media screen and (max-width: 1023px){
		html{
            font-size: 14px;
        }
	    body{
			padding-top:45px; 
		}
		.btnBox {
		    padding-top: 20px;
		}
		.owl-dots {
		    margin-top: 20px;
		}
		.off_1023{
	    	display: none;	
	    }
	    .on_1023{
	    	display: block;	
	    }
	    /*lightBox*/
			.lightBox_tableBox{
				overflow-x:scroll; 
			}
	    /*iconTab*/
		    .iconTab ul.tab_list > li {
			    padding: 30px 6px;	
			}
			.iconTab .content_block {
			    padding: 40px 0;
			}
		/*basicTab*/
			.basicTab ul.content_list {
			    padding: 30px 20px;
			}	
        /*nav*/
	        #navbar{
	        	box-shadow: 0px 0px 12px rgba(0,0,0,.3);
	        }
        	#navbar ul.mainMemu{
        		position: fixed;
        		width: 300px;
        		height: 100vh;
        		top: 0;
        		right: -300px;
        		margin-left: 0;
        		background-color: #fff;
        		padding: 50px 0 30px; 
        		z-index: 4;
        		background-color: #f5f5f5;
        		text-align: left;
        		overflow: scroll;
        		-webkit-transition: all .25s ease;
        		   -moz-transition: all .25s ease;
        		    -ms-transition: all .25s ease;
        		     -o-transition: all .25s ease;
        		        transition: all .25s ease;
        	}
        	#navbar.active ul.mainMemu{
        		right: 0;
        	}
        	#navbar ul.mainMemu > li{
        		display: block;
        		margin-left: 0;
        	}
        	#navbar ul.mainMemu >li > a,
        	#navbar.flat ul.mainMemu >li > a{
        		display: block;
        		padding: 10px 30px 10px 20px;
        	}
        	#navbar ul.subMemu{
        		position: relative;
        		width: auto;
        	}
        	#navbar ul.right > li.ure_language:hover ul.subMemu,
        	#navbar ul.mainMemu >li:hover ul.subMemu{
				display: none;
			}
        	#navbar ul.right{
        		display: inline-block;
        		position: relative;
        		top: 0;
        		left: auto;
    			right: 0;
        		margin-right: 30px;
        	}
        	#navbar .w90{
        		text-align: right;
        	}
        	#navbar a.logoBox{
        		height: 76%;
        	}
        	.hamburger{
				display: block;
			}
			#navbar .hamburger{
				display: block;
				position: fixed;
				z-index: 5;
				right: 0;
				top: 2px;
				padding-top: 10px;
				outline: none;
			}
			#navbar .hamburger-inner, 
			#navbar .hamburger-inner::before, 
			#navbar .hamburger-inner::after{
				background-color: #601981;
				width: 28px;
				height: 3px;
				border-radius: 1px;
			}
			.hamburger-box{
				width: 28px;
			}
    	/*foot*/
    		.footer ul.footer_map > li {
			    margin-left: 25px;
			}
			.footer .link {
			    padding: 30px 0;
			}
			.footer ul.contact_list,
			.footer ul.footer_map {
			    margin-top: 15px;
			}
			.footer .foot_logo{
				max-width: 305px;
			}
			ul.pagination li a {
    			font-size: 1.35em;
			}
		#navbar ul.right > li.ure_language ul.subMemu{
			position: absolute;
			width: auto;
		}
		#navbar ul.right > li.ure_language ul.subMemu li a{
			padding: 7px 10px 7px;
		}
		.csr_survey {
    		padding: 7.5px .5%;
		}
		#navbar ul.right > li.search-item .top-searchtest {
    		width: 75px;
		}
		#navbar .subMemu li.URE_ES_LIST ul.URE_es {
	    	position: relative;
	    	top: 0;
	    	left: 0;
	    	width: 100%;
	    	display: none;
		}
		#navbar .subMemu li.URE_ES_LIST:hover ul.URE_es{
			display: none;
		}
	}
	@media screen and (max-width: 768px){
		html{
            font-size: 13px;
        }
		.btnBox {
		    padding-top: 15px;
		}
		.btn {
		    padding: 10px 20px;
		}
		.owl-dots {
		    margin-top: 15px;
		}
		.owl-dot {
		    width: 9px;
		    height: 9px;
		    margin: 0 4px;
		}
	    .off_768{
	    	display: none;	
	    }
	    .on_768{
	    	display: block;	
	    }
		img.title_icon{
			width: 28px;
			margin-bottom: 6px;
		}
		/*lightBox*/
			.lightBox .box_content {
			    padding: 20px 15px;
			}
			.lightBox .box {
			    margin: 4vh auto;
			}
			.lightBox .box h5{
				padding: 8px 5px;
			}
			.lightBox .box img.closeBox {
			    top: 0px;
			    right: 0px;
			}
	    /*iconTab*/
		    .iconTab ul.tab_list > li {
			    padding: 20px 6px 30px;
			}
			.iconTab .content_block {
			    padding: 30px 0;
			}
		/*foot*/
			.footer ul.footer_map{
				position: relative;
				float: none;
				margin-top: 15px;
				padding-top: 15px;
				border-top: 1px solid rgba(255,255,255,.1);
			}
			.footer ul.footer_map:before{
				content: "";
				position: absolute;
				width: 40px;
				height: 3px;
				background-color: rgba(255,255,255,.6);
				top: -2px;
				left: 0;
			}
			.footer .copy-right {
			    padding: 10px 0;
			}
		/*page*/
			.page_kv .col45{
				width: 80%;
			}
			ul.pagination li a {
    			padding: 1.5px;
			}
		#CSR_Questionnaire .theme {
    		margin-bottom: 20px;
		}
		#CSR_Questionnaire .theme h5 {
    		margin-bottom: 10px;
    	}
    	#CSR_Questionnaire .container{
    		margin-bottom: 6px;
    	}
		.csr_survey a img {
    		width: 22.5%;
		}
	}
	@media screen and (max-width: 620px){
		.off_620{
	    	display: none;	
	    }
	    .on_620{
	    	display: block;	
	    }
	    #CSR_Questionnaire .container.star p {
    		width: 100px;
		}
		#CSR_Questionnaire .lightBoxScrollbar{
			max-height: 65vh;
		}
	}
	@media screen and (max-width: 480px){
		html{
            font-size: 12px;
        }
        .footer ul.contact_list .logo_img a:nth-child(1){
			margin-right: 25px;
		}
		.footer .copy-right .detail{
			font-size: 10px;
			margin-top: 5px;
			line-height: 15px;
			opacity: .5;
		}
		.csr_survey,
		#navbar ul.right > li.w480_none,
		.off_480{
	    	display: none;	
	    }
	    .on_480{
	    	display: block;	
	    }
	    /*lightBox*/
			.lightBox .box_content {
			    padding: 15px 10px;
			}
	    /*iconTab*/
		    .iconTab .content_block {
			    padding: 20px 0;
			}
		/*page*/
			.page_kv .col45{
				width: 100%;
			}

		#CSR_Questionnaire .container.star p {
    		width: 75px;
		}
		#CSR_Questionnaire form label.col50{
			width: 100%;
		}
		#CSR_Questionnaire form label.col50:nth-child(even) {
    		padding-right: 0;
    	}	
    	#CSR_Questionnaire form label.col50:nth-child(odd) {
			padding-left: 0;
			padding-right: 5px;
    	}	
		#navbar ul.mainMemu >li.w480_block{
			display: block;
		}
	}
	@media screen and (max-width: 400px){
		/*foot*/
			.footer .foot_logo {
			    max-width: 250px;
			}
			.footer ul.contact_list img {
			    display: none;
			}
			.footer ul.contact_list .logo_img img {
			    display: block;
			}
			.footer .link {
			    padding: 30px 0 10px;
			}
		/*nav*/
        	/*#navbar{
        		padding: 12.5px 0;
        	}*/
			#navbar ul.right > li.w400_none{
				display: none;
			}
		#CSR_Questionnaire .container p {
    		margin-right: 0;
		}	
	}
	
/*lightboxModel*/

.lightboxBlack {
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	width: 100vw;
	height: 100vh;
	background-color: #00000080;
	z-index: 20;
}

.lightboxBlack.active {
	display: block;
}

.lightboxBlack .lightboxModel {
	display: none;
	position: absolute;
	/* left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 90%; */
	padding: 30px;
	background-color: #ffffff;
	border-radius: 5px;

	left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
	height: fit-content;
    max-height: 90%;
    width: 70%;

    overflow: scroll;
}

.lightboxBlack .lightboxModel.active {
	display: block;
}

.lightboxBlack .lightboxModel .headTitle {
	color: #43B14E;
	text-align: center;
	margin-bottom: 40px;
	font-weight: 500;
}

.lightboxBlack .lightboxModel .closebtn {
	position: fixed;
	right: 0px;
	top: 0px;
	width: 30px;
	height: 30px;
	background-size: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background: url("../img/icon/close-01.png") #fff;
	cursor: pointer;
}

@media screen and (max-width: 1280px) {
	.lightboxBlack .lightboxModel {
		width: 800px;
	}
}

@media screen and (max-width: 1023px) {
	.lightboxBlack .lightboxModel {
		width: 90%;
	}
}

@media screen and (max-width: 768px) {
	.lightboxBlack .lightboxModel {
		padding: 30px;
	}
}

@media screen and (max-width: 480px) {
	.lightboxBlack .lightboxModel {
		padding: 20px;
	}

	.lightboxBlack .lightboxModel .closebtn {
		right: 20px;
		top: 20px;
	}
}

.lightboxBtnContain .lightboxBtn {
	width: 200px;
	height: 30px;
	border: 1px solid #3F2C88;
	margin-top: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	cursor: pointer;
}

.lightboxBtnContain .lightboxBtn:hover {
	border: 0px;
	background-color: #3F2C88;
	color: #fff;
}

