/* ver. 3.6.4 */

/*//////////////////////////////////////////////////////////////////
[ REBOOT ]*/
*, *:before, *:after {
	margin: 0px; 
	padding: 0px; 
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body, html {
	font-family: Arial, sans-serif;
	font-size: 14px;
	color: #666666;

	height: 100%;
	background-color: #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/*---------------------------------------------*/
a:focus {outline: none;}
a:hover {text-decoration: none;}

/*---------------------------------------------*/
h1,h2,h3,h4,h5,h6,p {margin: 0px;}

ul, li {
	margin: 0px;
	list-style-type: none;
}


/*---------------------------------------------*/
input, textarea, label {
	display: block;
	outline: none;
	border: none;
}

/*---------------------------------------------*/
button {
	outline: none;
	border: none;
	background: transparent;
	cursor: pointer;
}

button:focus {outline: none;}

iframe {border: none;}

/*//////////////////////////////////////////////////////////////////
[ FONT SIZE ]*/
.fs-16 {font-size: 16px;}
.fs-35 {font-size: 35px;}
/*//////////////////////////////////////////////////////////////////
[ PADDING ]*/
.p-t-0, .p-tb-0, .p-all-0 {padding-top: 0px;}
.p-t-5, .p-tb-5, .p-all-5 {padding-top: 5px;}
.p-t-7, .p-tb-7, .p-all-7 {padding-top: 7px;}
.p-t-10, .p-tb-10, .p-all-10 {padding-top: 10px;}
.p-t-11, .p-tb-11, .p-all-11 {padding-top: 11px;}
.p-t-15, .p-tb-15, .p-all-15 {padding-top: 15px;}
.p-t-20, .p-tb-20, .p-all-20 {padding-top: 20px;}
.p-t-25, .p-tb-25, .p-all-25 {padding-top: 25px;}
.p-t-28, .p-tb-28, .p-all-28 {padding-top: 28px;}
.p-t-30, .p-tb-30, .p-all-30 {padding-top: 30px;}
.p-t-50, .p-tb-50, .p-all-50 {padding-top: 50px;}
.p-t-66, .p-tb-66, .p-all-66 {padding-top: 66px;}

.p-b-0, .p-tb-0, .p-all-0 {padding-bottom: 0px;}
.p-b-5, .p-tb-5, .p-all-5 {padding-bottom: 5px;}
.p-b-7, .p-tb-7, .p-all-7 {padding-bottom: 7px;}
.p-b-10, .p-tb-10, .p-all-10 {padding-bottom: 10px;}
.p-b-11, .p-tb-11, .p-all-11 {padding-bottom: 11px;}
.p-b-15, .p-tb-15, .p-all-15 {padding-bottom: 15px;}
.p-b-20, .p-tb-20, .p-all-20 {padding-bottom: 20px;}
.p-b-25, .p-tb-25, .p-all-25 {padding-bottom: 25px;}
.p-b-28, .p-tb-28, .p-all-28 {padding-bottom: 28px;}
.p-b-30, .p-tb-30, .p-all-30 {padding-bottom: 30px;}
.p-b-50, .p-tb-50, .p-all-50 {padding-bottom: 50px;}

.p-l-0, .p-lr-0, .p-all-0 {padding-left: 0px;}
.p-l-5, .p-lr-5, .p-all-5 {padding-left: 5px;}
.p-l-7, .p-lr-7, .p-all-7 {padding-left: 7px;}
.p-l-10, .p-lr-10, .p-all-10 {padding-left: 10px;}
.p-l-11, .p-lr-11, .p-all-11 {padding-left: 11px;}
.p-l-15, .p-lr-15, .p-all-15 {padding-left: 15px;}
.p-l-20, .p-lr-20, .p-all-20 {padding-left: 20px;}
.p-l-25, .p-lr-25, .p-all-25 {padding-left: 25px;}
.p-l-28, .p-lr-28, .p-all-28 {padding-left: 28px;}
.p-l-30, .p-lr-30, .p-all-30 {padding-left: 30px;}
.p-l-50, .p-lr-50, .p-all-50 {padding-left: 50px;}

.p-r-0, .p-lr-0, .p-all-0 {padding-right: 0px;}
.p-r-5, .p-lr-5, .p-all-5 {padding-right: 5px;}
.p-r-7, .p-lr-7, .p-all-7 {padding-right: 7px;}
.p-r-10, .p-lr-10, .p-all-10 {padding-right: 10px;}
.p-r-11, .p-lr-11, .p-all-11 {padding-right: 11px;}
.p-r-15, .p-lr-15, .p-all-15 {padding-right: 15px;}
.p-r-20, .p-lr-20, .p-all-20 {padding-right: 20px;}
.p-r-25, .p-lr-25, .p-all-25 {padding-right: 25px;}
.p-r-28, .p-lr-28, .p-all-28 {padding-right: 28px;}
.p-r-30, .p-lr-30, .p-all-30 {padding-right: 30px;}
.p-r-50, .p-lr-50, .p-all-50 {padding-right: 50px;}

/*//////////////////////////////////////////////////////////////////
[ MARGIN ]*/
.m-t-2, .m-tb-2, .m-all-2 {margin-top: 2px;}
.m-t-5, .m-tb-5, .m-all-5 {margin-top: 5px;}
.m-t-9, .m-tb-9, .m-all-9 {margin-top: 9px;}
.m-t-10, .m-tb-10, .m-all-10 {margin-top: 10px;}
.m-t-15, .m-tb-15, .m-all-15 {margin-top: 15px;}
.m-t-20, .m-tb-20, .m-all-20 {margin-top: 20px;}

.m-b-2, .m-tb-2, .m-all-2 {margin-bottom: 2px;}
.m-b-5, .m-tb-5, .m-all-5 {margin-bottom: 5px;}
.m-b-9, .m-tb-9, .m-all-9 {margin-bottom: 9px;}
.m-b-10, .m-tb-10, .m-all-10 {margin-bottom: 10px;}
.m-b-15, .m-tb-15, .m-all-15 {margin-bottom: 15px;}
.m-b-20, .m-tb-20, .m-all-20 {margin-bottom: 20px;}

.m-l-2, .m-lr-2, .m-all-2 {margin-left: 2px;}
.m-l-5, .m-lr-5, .m-all-5 {margin-left: 5px;}
.m-l-9, .m-lr-9, .m-all-9 {margin-left:9px;}
.m-l-10, .m-lr-10, .m-all-10 {margin-left: 10px;}
.m-l-15, .m-lr-15, .m-all-15 {margin-left: 15px;}
.m-l-20, .m-lr-20, .m-all-20 {margin-left: 20px;}

.m-r-2, .m-lr-2, .m-all-2 {margin-right: 2px;}
.m-r-5, .m-lr-5, .m-all-5 {margin-right: 5px;}
.m-r-9, .m-lr-9, .m-all-9 {margin-right: 9px;}
.m-r-10, .m-lr-10, .m-all-10 {margin-right: 10px;}
.m-r-15, .m-lr-15, .m-all-15 {margin-right: 15px;}
.m-r-20, .m-lr-20, .m-all-20 {margin-right: 20px;}

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

.m-l-auto {margin-left: auto;}
.m-r-auto {margin-right: auto;}
.m-lr-auto {margin-left: auto; margin-right: auto;}


/*//////////////////////////////////////////////////////////////////
[ TEXT ]*/
.clwhite {color: white;}
.clblack {color: black;}

/*------------------------------------------------------------------
[ Line height ]*/
.lh-10 {line-height: 1.0;}
.lh-11 {line-height: 1.1;}
.lh-12 {line-height: 1.2;}
.lh-13 {line-height: 1.3;}
.lh-14 {line-height: 1.4;}
.lh-15 {line-height: 1.5;}
.lh-16 {line-height: 1.6;}
.lh-17 {line-height: 1.7;}
.lh-18 {line-height: 1.8;}
.lh-19 {line-height: 1.9;}
.lh-20 {line-height: 2.0;}
.lh-21 {line-height: 2.1;}
.lh-22 {line-height: 2.2;}
.lh-23 {line-height: 2.3;}
.lh-24 {line-height: 2.4;}
.lh-25 {line-height: 2.5;}
.lh-26 {line-height: 2.6;}
.lh-27 {line-height: 2.7;}
.lh-28 {line-height: 2.8;}
.lh-29 {line-height: 2.9;}
.lh-30 {line-height: 3.0;}

/* ------------------------------------ */
.txt-center {text-align: center;}
.txt-left {text-align: left;}
.txt-right {text-align: right;}
.txt-middle {vertical-align: middle;}



/*//////////////////////////////////////////////////////////////////
[ SIZE ]*/

.s-full {width: 100%; height: 100%;}
.w-full {width: 100%;}
.h-full {height: 100%;}
.max-s-full {max-width: 100%; max-height: 100%;}
.max-w-full {max-width: 100%;}
.max-h-full {max-height: 100%;}
.min-w-full {min-width: 100%;}
.min-h-full {min-height: 100%;}



/*//////////////////////////////////////////////////////////////////
[ BACKGROUND ]*/
.bgwhite {background-color: white;}
.bgblack {background-color: black;}


/*//////////////////////////////////////////////////////////////////
[ EFFECT ]*/

/*------------------------------------------------------------------
[ Opacity ]*/
.op-00 {opacity: 0;}
.op-01 {opacity: 0.1;}
.op-02 {opacity: 0.2;}
.op-03 {opacity: 0.3;}
.op-04 {opacity: 0.4;}
.op-05 {opacity: 0.5;}
.op-06 {opacity: 0.6;}
.op-07 {opacity: 0.7;}
.op-08 {opacity: 0.8;}
.op-09 {opacity: 0.9;}
.op-10 {opacity: 1;}


/*------------------------------------------------------------------
[ Wrap Picture ]*/

.wrap-pic-s,
.wrap-pic-max-s,
.wrap-pic-w,
.wrap-pic-max-w,
.wrap-pic-h,
.wrap-pic-max-h {
	display: block;
}

.wrap-pic-w img {width: 100%;}
.wrap-pic-max-w img {max-width: 100%;}

.wrap-pic-h img {height: 100%;}
.wrap-pic-max-h img {max-height: 100%;}

.wrap-pic-s img {width: 100%; height: 100%;}
.wrap-pic-max-s img {max-width: 100%; max-height: 100%;}


/*---------------------------------------------*/
.pointer {cursor: pointer;}
.of-hidden {overflow: hidden;}
.visible-false {visibility: hidden;}
.visible-true {visibility: visible;}


/*------------------------------------------------------------------
[ Transition ]*/
.trans-01 {
	-webkit-transition: all 0.1s;
    -o-transition: all 0.1s;
    -moz-transition: all 0.1s;
    transition: all 0.1s;
}
.trans-02 {
	-webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
}
.trans-03 {
	-webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.trans-04 {
	-webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}
.trans-05 {
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.trans-06 {
	-webkit-transition: all 0.6s;
    -o-transition: all 0.6s;
    -moz-transition: all 0.6s;
    transition: all 0.6s;
}
.trans-07 {
	-webkit-transition: all 0.7s;
    -o-transition: all 0.7s;
    -moz-transition: all 0.7s;
    transition: all 0.7s;
}
.trans-08 {
	-webkit-transition: all 0.8s;
    -o-transition: all 0.8s;
    -moz-transition: all 0.8s;
    transition: all 0.8s;
}
.trans-09 {
	-webkit-transition: all 0.9s;
    -o-transition: all 0.9s;
    -moz-transition: all 0.9s;
    transition: all 0.9s;
}
.trans-10 {
	-webkit-transition: all 1s;
    -o-transition: all 1s;
    -moz-transition: all 1s;
    transition: all 1s;
}



/*//////////////////////////////////////////////////////////////////
[ POSITION ]*/

/*------------------------------------------------------------------
[ Display ]*/
.dis-none {display: none;}
.dis-block {display: block;}
.dis-inline {display: inline;}
.dis-inline-block {display: inline-block;}

.flex-w,
.flex-l,
.flex-r,
.flex-c,
.flex-sa,
.flex-sb,
.flex-t,
.flex-b,
.flex-m,
.flex-str,
.flex-c-m,
.flex-c-t,
.flex-c-b,
.flex-c-str,
.flex-l-m,
.flex-r-m,
.flex-sa-m,
.flex-sb-m,
.flex-col-l,
.flex-col-r,
.flex-col-c,
.flex-col-str,
.flex-col-t,
.flex-col-b,
.flex-col-m,
.flex-col-sb,
.flex-col-sa,
.flex-col-c-m,
.flex-col-l-m,
.flex-col-r-m,
.flex-col-str-m,
.flex-col-c-t,
.flex-col-c-b,
.flex-col-c-sb,
.flex-col-c-sa,
.flex-col-l-sb,
.flex-col-r-sb,
.flex-row,
.flex-row-rev,
.flex-col,
.flex-col-rev,
.dis-flex {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
}

/*------------------------------------------------------------------
[ Position ]*/
.pos-relative {position: relative;}
.pos-absolute {position: absolute;}
.pos-fixed {position: fixed;}

/*------------------------------------------------------------------
[ Float ]*/
.float-l {float: left;}
.float-r {float: right;}


/*------------------------------------------------------------------
[ Top Bottom Left Right ]*/
.top-0 {top: 0;}
.bottom-0 {bottom: 0;}
.left-0 {left: 0;}
.right-0 {right: 0;}

.top-auto {top: auto;}
.bottom-auto {bottom: auto;}
.left-auto {left: auto;}
.right-auto {right: auto;}


/*------------------------------------------------------------------
[ Flex ]*/
.flex-w {
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}

/* ------------------------------------ */
.flex-l {
	justify-content: flex-start;
}

.flex-r {
	justify-content: flex-end;
}

.flex-c {
	justify-content: center;
}

.flex-sa {
	justify-content: space-around;
}

.flex-sb {
	justify-content: space-between;
}

/* ------------------------------------ */
.flex-t {
	-ms-align-items: flex-start;
	align-items: flex-start;
}

.flex-b {
	-ms-align-items: flex-end;
	align-items: flex-end;
}

.flex-m {
	-ms-align-items: center;
	align-items: center;
}

.flex-str {
	-ms-align-items: stretch;
	align-items: stretch;
}


/* ------------------------------------ */
.flex-c-m {
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
}

.flex-c-t {
	justify-content: center;
	-ms-align-items: flex-start;
	align-items: flex-start;
}

.flex-c-b {
	justify-content: center;
	-ms-align-items: flex-end;
	align-items: flex-end;
}

.flex-c-str {
	justify-content: center;
	-ms-align-items: stretch;
	align-items: stretch;
}

.flex-l-m {
	justify-content: flex-start;
	-ms-align-items: center;
	align-items: center;
}

.flex-r-m {
	justify-content: flex-end;
	-ms-align-items: center;
	align-items: center;
}

.flex-sa-m {
	justify-content: space-around;
	-ms-align-items: center;
	align-items: center;
}

.flex-sb-m {
	justify-content: space-between;
	-ms-align-items: center;
	align-items: center;
}

/* ------------------------------------ */
.flex-col-l {
	-ms-align-items: flex-start;
	align-items: flex-start;
}

.flex-col-r {
	-ms-align-items: flex-end;
	align-items: flex-end;
}

.flex-col-c {
	-ms-align-items: center;
	align-items: center;
}

.flex-col-str {
	-ms-align-items: stretch;
	align-items: stretch;
}

/*---------------------------------------------*/
.flex-col-t {
	justify-content: flex-start;
}

.flex-col-b {
	justify-content: flex-end;
}

.flex-col-m {
	justify-content: center;
}

.flex-col-sb {
	justify-content: space-between;
}

.flex-col-sa {
	justify-content: space-around;
}

/*---------------------------------------------*/
.flex-col-c-m {
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
}

.flex-col-l-m {
	-ms-align-items: flex-start;
	align-items: flex-start;
	justify-content: center;
}

.flex-col-r-m {
	-ms-align-items: flex-end;
	align-items: flex-end;
	justify-content: center;
}

.flex-col-str-m {
	-ms-align-items: stretch;
	align-items: stretch;
	justify-content: center;
}


.flex-col-c-t {
	justify-content: flex-start;
	-ms-align-items: center;
	align-items: center;
}

.flex-col-c-b {
	justify-content: flex-end;
	-ms-align-items: center;
	align-items: center;
}

.flex-col-c-sb {
	justify-content: space-between;
	-ms-align-items: center;
	align-items: center;
}

.flex-col-c-sa {
	justify-content: space-around;
	-ms-align-items: center;
	align-items: center;
}


.flex-col-l-sb {
	justify-content: space-between;
	-ms-align-items: center;
	align-items: flex-start;
}

.flex-col-r-sb {
	justify-content: space-between;
	-ms-align-items: center;
	align-items: flex-end;
}


/* ------------------------------------ */
.flex-row {
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	-o-flex-direction: row;
	flex-direction: row;
}

.flex-row-rev {
	-webkit-flex-direction: row-reverse;
	-moz-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	-o-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.flex-col-l,
.flex-col-r,
.flex-col-c,
.flex-col-str,
.flex-col-t,
.flex-col-b,
.flex-col-m,
.flex-col-sb,
.flex-col-sa,
.flex-col-c-m,
.flex-col-l-m,
.flex-col-r-m,
.flex-col-str-m,
.flex-col-c-t,
.flex-col-c-b,
.flex-col-c-sb,
.flex-col-c-sa,
.flex-col-l-sb,
.flex-col-r-sb,
.flex-col {
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
}

.flex-col-rev {
	-webkit-flex-direction: column-reverse;
	-moz-flex-direction: column-reverse;
	-ms-flex-direction: column-reverse;
	-o-flex-direction: column-reverse;
	flex-direction: column-reverse;
}


/*------------------------------------------------------------------
[ Absolute ]*/
.ab-c-m {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
  	-moz-transform: translate(-50%, -50%);
  	-ms-transform: translate(-50%, -50%);
  	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.ab-c-t {
	position: absolute;
	top: 0px;
	left: 50%;
	-webkit-transform: translateX(-50%);
  	-moz-transform: translateX(-50%);
  	-ms-transform: translateX(-50%);
  	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}

.ab-c-b {
	position: absolute;
	bottom: 0px;
	left: 50%;
	-webkit-transform: translateX(-50%);
  	-moz-transform: translateX(-50%);
  	-ms-transform: translateX(-50%);
  	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}

.ab-l-m {
	position: absolute;
	left: 0px;
	top: 50%;
	-webkit-transform: translateY(-50%);
  	-moz-transform: translateY(-50%);
  	-ms-transform: translateY(-50%);
  	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.ab-r-m {
	position: absolute;
	right: 0px;
	top: 50%;
	-webkit-transform: translateY(-50%);
  	-moz-transform: translateY(-50%);
  	-ms-transform: translateY(-50%);
  	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.ab-t-l {
	position: absolute;
	left: 0px;
	top: 0px;
}

.ab-t-r {
	position: absolute;
	right: 0px;
	top: 0px;
}

.ab-b-l {
	position: absolute;
	left: 0px;
	bottom: 0px;
}

.ab-b-r {
	position: absolute;
	right: 0px;
	bottom: 0px;
}



/*//////////////////////////////////////////////////////////////////
[ Other ]*/

.parallax100 {
  background-attachment: fixed;
  background-position: center 0;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (max-width: 992px) {
  .parallax100 {
    background-attachment: inherit;
  }
}


/*---------------------------------------------*/
.hidden-scroll {
	-ms-overflow-style: none;
	overflow: -moz-scrollbars-none;
}

.hidden-scroll::-webkit-scrollbar {
	display: none;
}

/*---------------------------------------------*/
.pointer-none {
	pointer-events: none;
}