

@import url("layout.css");
@import url("typho.css");
@import url("animation.css");


* {margin: 0; padding: 0; outline: none;  }
a {cursor: pointer;  }
/* li {list-style: none; } */

body {  }

/*body>header {display: none;  }*/

h1 small {display: block; }

#countdown{
	font-size: inherit !important;
	width: 30px;
    display: inline-block;
    text-align: center;
}

/*	=Header
----------------------*/
	body {background: url(../img/bg/bg.jpg) center no-repeat; background-size: cover; background-attachment: fixed; position: relative;}

	body>header {max-width: 1200px; margin: auto; overflow: hidden; padding: 0 20px;  position: relative; }

	#logo {height: 62px; width: 265px; float: left; margin: 20px 30px 0 0; }
	#logo a {background: url(../img/logo.png) no-repeat; display: block; height: 100%; width: 100%; }

	#main-navigation {padding: 45px 0 0; float: left; }
	#main-navigation li {display: inline; list-style: none; }
	#main-navigation li a {padding: 20px; }

	#main-navigation .social-icn {position: absolute; right: 20px; top: 40px; }
	#main-navigation .social-icn li {float: left; margin-left: 10px; list-style: none; }
	#main-navigation .social-icn a {background-size: 100%;  display: block; text-indent: -9999px; overflow: hidden;}
	#main-navigation .facebook {background: url(../img/icn/facebook.png) no-repeat;  }
	#main-navigation .line {background: url(../img/icn/line.png) no-repeat; }
	#main-navigation .youtube {background: url(../img/icn/youtube.png) no-repeat;  }


	.menu {display: none;  }

	/* header.fixed,
	header.fixed-in {background: #fff; position: fixed; }
	header.fixed-in {z-index: 10; -webkit-box-shadow: 0 8px 6px -6px #ddd; -moz-box-shadow: 0 8px 6px -6px #ddd; box-shadow: 0 8px 6px -6px #ddd; }

	header.fixed #logo,
	header.fixed-in #logo {height: 80px; width: 100px; }

	header.fixed #main-navigation,
	header.fixed-in #main-navigation {padding: 35px 240px 20px 0; }

	header.fixed #main-navigation .social-icn,
	header.fixed-in #main-navigation .social-icn {top: 30px; } */


	/* header.fixed #main-navigation,
	header.fixed-in #main-navigation {display: none; } */

	.menu,
	header.fixed .menu,
	header.fixed-in .menu,
	.menu-close,
	header.fixed .menu-close,
	header.fixed-in .menu-close {position: absolute; right: 20px; top: 35px; width: 30px; height: 20px; font-size: 0; z-index: 1001;}
	.menu:before {border-bottom: 2px solid #fff; border-top: 2px solid #fff; content: ''; position: absolute; width: 30px; height: 7px; top: 0;transform: rotate(0deg); }
	.menu:after {border-bottom: 2px solid #fff; content: ''; position: absolute; width: 30px; height: 0; bottom: 0;transform: rotate(0deg); }

	.menu-close,
	header.fixed .menu-close,
	header.fixed-in .menu-close {position: absolute; right: 20px; top: 35px; width: 30px; height: 20px; font-size: 0; z-index: 1001; display: none;}

	.menu-close:before {border: 0; border-top: 1px solid #fff; border-right: 1px solid #fff; content: ''; width: 13px; height: 13px; left: -1px; top: -5px; position: absolute; }
	.menu-close:after {border: 0; border-top: 1px solid #fff; border-left: 1px solid #fff; content: ''; width: 13px; height: 13px; right: -1px; top: -5px; position: absolute;}

	.menu:hover:before,
	.menu:hover:after {border-color: #fd9e00; }

	#main-navigation.expand,
	header.fixed #main-navigation.expand,
	header.fixed-in #main-navigation.expand {background: #0038ae; position: fixed; z-index: 1000; top: 0; right: 0; height: 100%; border: 0; width: 100%; display: block; padding: 60px 0 0; }
	/*#main-navigation.expand ul {transform: translateY(-50%); margin-top: 20%; }*/

	#main-navigation.expand li,
	header.fixed #main-navigation.expand li,
	header.fixed-in #main-navigation.expand li {display: block; overflow: hidden; margin-bottom: 20px; padding: 0; }


	/*#main-navigation.expand {background: #DEE8F5; position: fixed; z-index: 1000; top: 0; right: 0; height: 100%; border: 0; width: 250px; display: block; padding: 0; }*/
	/*#main-navigation.expand ul {transform: translateY(-50%); margin-top: 20%; }*/
	/*#main-navigation.expand li {display: block; overflow: hidden; padding: 10px 0; }*/

	#main-navigation.expand .social-icn,
	header.fixed #main-navigation.expand .social-icn,
	header.fixed-in #main-navigation.expand .social-icn {width: 180px; margin: 0 auto; top: auto; position: relative; right: auto; }

	#main-navigation.expand .social-icn li,
	header.fixed #main-navigation.expand .social-icn li,
	header.fixed-in #main-navigation.expand .social-icn li {padding: 0 5px;  }

	header.fixed-in #main-navigation.not-ex {display: none; }



/*	=Intro
----------------------*/
	#introduction {position: relative; z-index: 5; max-width: 1200px; min-height: 600px; margin: 30px auto;}
	/* #introduction:before {background: url(../img/bg/bg.jpg) center no-repeat; background-size: cover; content: ''; width: 100%; height: 100%; position: absolute; } */
	#introduction h1 {background: url(../img/banner.png) no-repeat; background-size: 100%; overflow: hidden; position: absolute; left: 0; top: 0; height: 100%; width: 50%; }
	#introduction article {overflow: hidden; height: 100%; width: 63%; position: absolute; top: 50px; right: 0;  }
	/*#introduction iframe {height: 50%; width: 50%;}*/

	.iframe-container {overflow: hidden; padding-top: 56.25%; position: relative; }
 	.iframe-container iframe {
 	border: 0;
 	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%; }

	#introduction article p {position: absolute; right: 20px; top: 78%; }
	#introduction .regis-btn  {border-radius: 30px; border: 1px solid #fff; margin: -10px 0 0 20px; float: right; overflow: hidden; }
	#introduction .regis-btn a {background-color: #0038ae; display: block; padding: 10px 40px; }

/*	=Howto
----------------------*/
	#howto {position: relative; text-align: center; margin: 0 15px 30px; }
	#howto div {background: #fff; max-width: 1120px; border-radius: 10px; margin: 0 auto; overflow: hidden; padding: 40px; }

	#howto ul {max-width: 960px; margin: 0 auto; padding: 30px 0; overflow: hidden; }
	#howto li {width: 33.33%; float: left; list-style: none; }
	#howto li span {display: block; padding: 250px 30px 0; }
	#howto .vdo {background: url(../img/icn/view.png) top center no-repeat; }
	#howto .regis {background: url(../img/icn/regis.png) top center no-repeat; }
	#howto .reward {background: url(../img/icn/reward.png) top center no-repeat; }


/*	=Information
----------------------*/

	.reward {position: relative; text-align: center; max-width: 1200px; margin: auto;}
	.reward h1 {margin-bottom: 20px; }
	.reward .brush-img {background: url(../img/bg/ionic.png) top no-repeat; height: 500px; display: block;  overflow: hidden; margin: auto; background-position: center 15%;}

	.condition {max-width: 960px; margin: auto; padding: 100px 0 0;}
	.condition li {margin-bottom: 10px; }
	.condition a {color:#0038AE};


	/* =nanelist
----------------------*/
 	#namelist {margin: 30px 15px;}
	#namelist div {background: #fff; max-width: 1120px; border-radius: 10px; margin: 0 auto; overflow: hidden; padding: 40px; text-align: center; font-size: 20px;}
 	#namelist .blue {color: #0038AE}
 	#namelist .red {color: #FF1D00}
 	#namelist .strong {color: #0038AE; font-weight: bold;}
	#namelist p {padding: 22px; text-align: center; }
	#namelist h1 {font-size: 40px; font-weight: bold;	color: #0038AE; line-height: 45px; text-align: center;}
 	#namelist ul {margin: 10px auto;  overflow: hidden;}
	#namelist li {width: 50px; display: inline-block; list-style: none; }
	#namelist .link-website {display: inherit;  text-indent: inherit; overflow: hidden; color:#0038AE;}
	#namelist .facebook {background: url(../img/face.png) top center no-repeat; background-size: 25%;}
	#namelist .line {background: url(../img/ig.png) top center no-repeat; background-size: 50%;}
	#namelist .youtube {background: url(../img/line.png) top center no-repeat; background-size: 50%;}
	#namelist a {background-size: 100%; display: block;  text-indent: -9999px; overflow: hidden; }
	#namelist article {width: 100%; max-width: 760px; margin: 0 auto; color: #0038AE;}
	#namelist article ul {margin: 0;}
	#namelist article li {width: 100%; float: inherit; line-height: 35px; text-align: left;}
	#namelist .left { width: 40%; float: left; padding-left: 50px;}
	#namelist .right {width: 40%; float: left; padding-left: 50px;}
	#namelist .no-name {text-align: center; padding-top: 30px;  display:none;}
	#namelist .no-name h1 {font-size: 30px; color:#FF1D00; padding-top: 30px;}
	#namelist .no-name p  {font-size: 16px; color:#666;}
	#namelist .no-name a {font-size: 14px; color:#0038AE; cursor: pointer; text-indent: unset; display: inherit;}
	#namelist ul.page  {clear: both; padding-top: 50px; display: inline-block;width: 100%;}
	#namelist .page li { list-style: none; width: fit-content; line-height: 25px; padding: 5px 15px; border: 1px solid #0038AE; margin: 5px; border-radius: 10px; font-size: 14px; cursor: pointer;}
	#namelist .page li.active { list-style: none; width: fit-content; line-height: 25px; padding: 5px 15px; background: #0038AE; color: #fff;  border: 1px solid #0038AE; margin: 5px; border-radius: 10px; font-size: 14px; cursor: pointer;}
	#namelist .page li.dot {border:none; margin: 0; padding: 20px 0 0 0;}

	.search {font-family: 'Kanit', sans-serif; color: #6DA0CC; padding: 10px;	width: 100%; box-sizing: border-box; border: 1px solid #e5f0fa;	 border-radius: 10px; font-size: 16px; background: url(../img/search.png) #E5F0FA 10px center no-repeat;	padding-left: 45px;  background-size: 25px; margin: 10px auto;}
	#namelist .result {font-size: 16px; color: #999; position: absolute; right:0; top:0;  }
	#namelist .job-search {position: relative; width: 80%; display: block; margin: 0 auto;}

/*	=Footer
	----------------------*/

	body>footer ul {float: right; }
	body>footer ul li {float: left; margin-left: 10px; list-style: none; }
	body>footer .social-icn {padding: 20px 0; }
	body>footer .social-icn li {float: left; margin-left: 10px;	list-style: none;}
	body>footer .social-icn a {background-size: 100%;  display: block; text-indent: -9999px; overflow: hidden; width: 40px; height: 40px;}
	body>footer .facebook {background: url(../img/icn/facebook.png) no-repeat;  }
	body>footer .line {background: url(../img/icn/line.png) no-repeat; }
	body>footer .youtube {background: url(../img/icn/youtube.png) no-repeat;  }

/*	=Model
----------------------*/

	#model {position: fixed; z-index: 1006; width: 100%; height: 100%; background: rgba(0,0,0,.6); top: 0; }
	/*#model:before {content: ''; position: fixed; background: #f00; width: 100%; height: 100%; }*/


	.model-entry {/*background: #000;*/ color: #fff; position: absolute; width: 100%; max-width: 1000px; top: 10%; left: 50%; transform: translateX(-50%); }
	/*.model-entry iframe {width: 100%; height: 100%;  }*/

	.model-entry .close {position: absolute; z-index: 2; right: 0; font-size: 0; width: 45px; height: 45px; }
	.model-entry .close:before {background: #fff;  content: ''; width: 2px; height: 25px; position: absolute; left: 20px; top: 10px; transform: rotate(45deg); }
	.model-entry .close:after {background: #fff; content: ''; width: 2px; height: 25px; position: absolute; left: 20px; top: 10px; transform: rotate(135deg); }



	.resp-iframe {
    position: relative;
    overflow: hidden;
    padding-top: 56.25%; }

    .resp-iframe iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }

	.blur {filter: blur(8px); -webkit-filter: blur(8px);}



	/*	=popup-form
	----------------------*/


	.popup-form {
	background: #fff;
	margin-left: -250px;
	position: absolute;
	left: 50%;
	top: -35px;
	margin-bottom: 30px;
	padding-bottom: 30px;
	width: 500px; }

	.pop-mid {margin-left: -290px; width: 580px; }

	.popup-order .close ,
	.popup-form .close {
	background-image: url(../img/icn/close2.png);
	cursor: pointer;
	background-repeat: no-repeat;
	background-size: 100%;
	position: absolute;
	right: 0;
	width: 45px;
	height: 45px;
	top: 0;
	text-indent: -9999px;
	overflow: hidden; }

	.popup-form .banner {
	background: url(../img/logo.png ) #1955a6 no-repeat;
	background-size: 50%;
	display: block;
	padding: 30px 0;
	background-position: center;
	}



	/*	=form-field
	----------------------*/
	.pop-mid .form-field {padding: 30px 30px 0; }

	.form-field .browse-img {background: #f5f5f5; padding: 20px 0; text-align: center; position: relative; width: 100%; }
	.form-field .browse-img input {position: absolute; top: 0; left: 0; bottom: 0; padding: 0; width: 100%; cursor: pointer; opacity: 0; }
	.form-field .browse-img strong {display: block; font-size: 16px; font-weight: bold; color: #1955A6; text-decoration: underline; }
	.form-field .browse-img .hint {font-size: 14px; color: #838383; line-height: 14px; }
	.form-field .browse-img .hint span {display: block; }

	.form-field .browse-img.brw-left {float: left; width: 50%; box-sizing: border-box; padding: 20px; }
	.form-field .browse-img.brw-right {float: right; width: 50%; box-sizing: border-box; padding: 20px; border-left: 1px solid #ddd;  }


	.form-field .col-full {clear: both; width: 100%; box-sizing: border-box; padding: 30px 90px 15px; }
	.form-field .col-full article {padding: 10px 0; text-align: center;}


	/*	=data-field
	----------------------*/
	.pop-mid .data-field input[type="search"] {margin: 0 10px; width: 500px;
    background: url(../img/icn/search.png) #fff 10px center no-repeat;
    padding-left: 40px; }

	.data-field {margin: 0 0 10px;  }
	.data-field label {color: #000; display: block; font-size: 16px; }
	.data-field input,
	.data-field select,
	.data-field textarea {
	background: #fff;
	color: #000;
	font-size: 16px;
	width: 318px;
	height: 40px;
	border: 1px solid #0038AE;
	border-radius: 5px;
	padding: 5px 10px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	box-sizing: border-box; }

	.data-field select {background-image: url(../img/icn/select.png); background-position: 285px center; background-repeat: no-repeat; background-size: 20px; }
	.data-field input[type="date"] {background-image: url(../img/icn/timetable.png) ; background-position: 285px center; background-repeat: no-repeat; background-size: 25px;}

	.data-field .checkbox {float: left; position: relative; overflow: hidden; height: 40px; width: 22%; text-align: center; padding: 10px; margin: 0 10px 10px 0; box-sizing: border-box; }
	.data-field .checkbox label {position: absolute; z-index: 2; left: 20px; right: 20px; height: 0;  }
	.data-field input[type="checkbox"] {background: transparent;  position: absolute; left: 0; right: 0; top: 0; width: 100%; color: #000; z-index: 1; }
	.data-field input[type="checkbox"]:checked {background: #fd0; }

	/*	=btn-action
	----------------------*/
	.popup-form .btn-action {clear: both; overflow: hidden; }
	.popup-form .btn-action input[type="submit"] {
	background: #0038AE;
	border-radius: 20px;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	padding: 5px;
	cursor: pointer;
	width: 300px;
	height: 40px;
	margin: 0 auto;
	display: block; }

	.error-msg {margin-bottom: 20px;  }





@media (min-width: 1600px) {



}

@media (min-width: 1400px) {



}

@media (max-width: 1024px) {
	/*body>header {padding-left: 10px; padding-right: 10px;}*/
	#introduction article {right: 10px;}
	#introduction article p {top:70%; right: 0; width: 100%; text-align: center; }

	#introduction .regis-btn {
    margin: 10px auto 0;
    float: none;
    width: 180px;
    display: block; }

	.condition {padding: 100px 60px 0; }
	/*.popup-order .close, .popup-form .close {right: -160px;}*/

}

@media (min-width: 1000px) {
}



@media (max-width: 960px) {

	body>footer ul {float: right; margin-bottom: 10px; }
	#main-navigation {display: none; text-align: center; float: none}
	#namelist .job-search  {width: 90%;}
}


@media (max-width: 900px) {
	#introduction {min-height: 500px; }

}

@media (max-width: 768px) {

	.menu {display: block;}

	#logo {width: 180px; margin: 20px -30px 0 10px;}
	#logo a {background-size: 100%;}
	#main-navigation {padding: 30px 0 0 50px;}
	#main-navigation li a {padding: 20px 15px;}
	#main-navigation .social-icn {top: 0.6%;}
	#main-navigation {display: none; text-align: center; float: none}

	#introduction {margin: 0;}
	#introduction h1 {padding-top: 70%; width: 100%; position: relative; top: -25px; line-height: 0; z-index: 2; }
	#introduction article {width: 100%; position: relative; right: 0; /*margin-top: -28%;*/ z-index: 1; margin-bottom: 30px; text-align: center; top: -25px; }
	#introduction article p {position: relative;  margin-top: 5%;  right: 0;}
	#introduction article p strong {display: block;}
	/*#introduction .regis-btn {margin: 15px 0 0 20px; float: left; transform: translateX(160%);}*/
	.popup-form {left:56%;}
	/*.popup-order .close, .popup-form .close {right: -50px;}*/

	.model-entry #contact>h1 {margin-bottom: 0; }
	.reward .brush-img {background-size: 100%;}

	#namelist article li {font-size: 18px;   line-height: 33px;}
	#namelist .left {padding-left: 20px;}
	#namelist .right {padding-left: 20px;}
    }




@media (max-width: 685px) {
	#namelist .left {width: 100%; padding-left: 50px;}
	#namelist .right {width: 100%; padding-left: 50px;}
}





@media (max-width: 580px)  {

	header.fixed-in {display: none;}
	#logo {width: 150px; margin: 20px -30px 0 10px;}


	.menu {display: block;  }
	#main-navigation {display: none; text-align: center; padding: 50px 188px 20px 34px; float: none;}
	#main-navigation .social-icn {right: 0;}
	#main-navigation .social-icn a {padding: 20px;}

	/*#introduction article {margin-top: -125%;}
	#introduction .regis-btn {transform: translateX(50%);}*/

	.reward p {padding: 0 50px;}
	.reward .brush-img {background: url(../img/bg/ionic-mobile.png) top no-repeat; height: 400px;}
	.reward .remark { font-size: 15px;}
	.condition h1 {font-size: 31px;}


	#howto li {width: 100%; float: none; margin-bottom: 35px;}

	/*#model {position: absolute;  }*/
	#model {overflow-y: scroll; }
	.model-entry {top: 0; bottom: 0; height: 100%; }

	.popup-form {left: 68%; width: 360px; top: 11px; }
	.form-field .col-full {padding: 30px 20px 15px;}
	/*.popup-order .close, .popup-form .close {top: -5px; right: -13px;}*/
	body>footer>div {background-size: 50%;}
	body>footer .social-icn {padding: 0;}



	#namelist .left {padding-left: 20px;}
	#namelist .right {padding-left: 20px;}

	#namelist .result {position: relative; padding: 0;}





}



@media (max-width: 375px) and (orientation: portrait) {
	/*#track-content {display: none;  }*/
	/*#model {position: absolute;  }*/
	/*#introduction article {margin-top: -140%;}*/


}




@media (max-height: 500px) and (orientation: landscape) {
	/*#track-content {display: none;  }*/
	/*#model {position: absolute;  }*/




}


/* Page Slide */
.slick-track{
	max-width: initial !important;
}

.slick-slide{
	text-align: center !important;
}

.slick-list{
	margin: auto;
    float: left;
	padding: 0 !important;
}

.slick-track{
	padding: 0 !important;
}

.slick-prev{
	float: left;
    width: fit-content;
    line-height: 25px;
    padding: 5px 15px;
    background: #0038AE;
    color: #fff;
    border: 1px solid #0038AE;
    margin: 5px;
    border-radius: 10px;
    font-size: 14px;
    cursor: pointer;
}

.slick-next{
	float: right;
    width: fit-content;
    line-height: 25px;
    padding: 5px 15px;
    background: #0038AE;
    color: #fff;
    border: 1px solid #0038AE;
    margin: 5px;
    border-radius: 10px;
    font-size: 14px;
    cursor: pointer;
}



