* {
	box-sizing: border-box;
}

html, body {
	margin: 0;
	width: 100%;
	height: 100%;
	
	font-family: Noto Sans TC;
}

.space20 {
	height: 20px;
}
.bold {
	font-weight: bold;
}
div[onclick] {
	cursor: pointer;
}
span[onclick] {
	cursor: pointer;
}
.green {
	color: green;
}

.float_left {
    float: left;
}
.float_right {
    float: right;
}

.o_hidden {
	visibility: hidden;
}

.marker {
    background-color: Yellow;
}

header {
	position: relative;
	z-index: 2;
}

/* table */
.table {
	display: table;
}
.tr {
	display: table-row;
}
.td {
	display: table-cell;
}
/* table end */


/* header */
.header {
    position: relative;
    width: 100%;
    height: 140px;
    margin: auto;
}
.header .placer {
	position: relative;
    width: 680px;
    height: 100%;
    margin: auto;
	
    display: flex;
    align-items: center;
	justify-content: space-between;
}

.header_bg {
	position: absolute;

    display: inline-block;
    width: 100%;
    height: 100%;
    min-width: 680px;
	
	background-image: url(../img/desktop/TopBanner&SubjectLogo.svg);
    background-position: center;
    background-size: auto 100%;
    background-repeat: no-repeat;
	
	background-color: #def1fc;
}

.header_logo {
    position: relative;
	
    display: inline-block;
    width: 297.5px;
    height: 76px;
	
	background-image: url(../img/web_lkg_logo_lkpg2.png);
    background-position: center;
    background-size: auto 100%;
    background-size: contain;
    background-repeat: no-repeat;
	
	cursor: pointer;
}
.header_text {
    position: relative;
    display: inline-block;
	font-size: 22px;
}

.header .float_right {
	text-align: right;
	width: 350px
}
.header .float_right .div {
	margin: 6px;
}
.header .float_right .div:last-child div:last-child {
	border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.header .facebook {
	position: relative;
	display : inline-block;
	width: 30px;
	height: 30px;
	
	background-image: url(../img/web_lkg_img07.png);
    background-position: center;
    background-size: 90% 90%;
    background-repeat: no-repeat;
	
	cursor: pointer;
}
.header .instagram {
	position: relative;
	display : inline-block;
	width: 30px;
	height: 30px;
	
	background-image: url(../img/ls_web_img09.png);
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
	
	cursor: pointer;
}

.header .contactus {
	color: #666666;
	margin: 6px;
    font-size: 16px;
	
	cursor: pointer;
	
	vertical-align: bottom;
	
	display: none;
}
.header .login {
	position: relative;
	
	display: inline-block;
	
	background-color: #87C13F;
	
	font-size: 18px;
	color: white;
	
    padding: 6px 6px;
    box-sizing: border-box;
	
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	
	cursor: pointer;
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	
	visibility: hidden;
	
	-webkit-border-top-right-radius: 0;
	-webkit-border-bottom-right-radius: 0;
	-moz-border-top-right-radius: 0;
	-moz-border-bottom-right-radius: 0;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
.header .login:before {
	content: "";
    position: relative;
	
    display: inline-block;
    width: 30px;
    height: 30px;
	
	background-image: url(../img/ls_web_img05.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
	
	vertical-align: middle;
}
.header .logout {
	position: relative;
	
	display: inline-block;
	
	background-color: #87C13F;
	
	font-size: 18px;
	color: white;
	
    padding: 6px 6px;
    box-sizing: border-box;
	
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	
	cursor: pointer;
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	
	visibility: hidden;
}
.header .logout:before {
	content: "";
    position: relative;
	
    display: inline-block;
    width: 30px;
    height: 30px;
	
	background-image: url(../img/ls_web_img05.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
	
	vertical-align: middle;
}
.header .logout.o_hidden {
	display: none;
}
.header .register {
	position: relative;
	
	display: inline-block;
	
	background-color: #93C753;
	
	font-size: 18px;
	color: white;
	
    padding: 6px 6px;
    box-sizing: border-box;
	
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	
	cursor: pointer;
	
	/*display: none;*/
}
.header .register:hover {
	
}
.header .register:before {
	content: "";
    position: relative;
	
    display: inline-block;
    width: 30px;
    height: 30px;
	
	background-image: url(../img/ls_web_img06.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
	
	vertical-align: middle;
}
/* header end */

/* button_list */
.button_list {
    position: relative;
    width: 100%;
    height: 57px;
    margin: auto;
}
.button_list .placer {
	position: relative;
    width: 680px;
    height: 100%;
    margin: auto;
	
    display: flex;
	flex-wrap: nowrap;
	flex-direction: row;
	justify-content: flex-start;
}
.button_list_bg {
	position: absolute;

    display: inline-block;
    width: 100%;
    height: 100%;
    min-width: 680px;

	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+85,cccccc+100 */
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(255,255,255,1) 65%, rgba(204,204,204,0.2) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 65%,rgba(204,204,204,0.2) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 65%,rgba(204,204,204,0.2) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */
	
	background-image: url(../img/ls_web_img03.png);
	background-image: url(../img/desktop/MenuButtonBar.jpg);
    background-position: center;
    background-size: auto 100%;
    background-repeat: repeat-x;
}
.item_button {
    position: relative;
	
    display: flexbox;
    display: -ms-flexbox;
    display: inline-flex;
    align-items: center;
    justify-content: center;
	
    width: 120px;
	width: fit-content;
	width: max-content;
	padding: 0 30px;
	
	/*border-left: 0.5px solid #e2d8c7;*/
	
	box-sizing: border-box;
	
    font-size: 18px;
    color: white;
	
	cursor: pointer;
	
}
.item_button.selected {
	background-color: rgba(0,0,0,0.05);
}
.item_button:hover {
	background-color: rgba(0,0,0,0.05);
}
.item_button:last-child {
	/*border-right: 0.5px solid #e2d8c7;*/
}
.item_button.c0 {
	width: 50px;
	background-image: url(../img/ls_web_img04.png);
    background-position: center;
    background-size: auto 50%;
    background-repeat: no-repeat;
	
	padding: 0;
}
.item_button.c1 {
}
.item_button.c2 {
}
.item_button.c3 {
}
.item_button.c4 {
	display: none;
}
.item_button > div:not(.sub_item_area) {
}

.sub_item_area {
	position: absolute;
    left: 0;
    top: 57px;
	
    display: flex;
	align-items: stretch;
    justify-content: center;
	flex-direction: column;
	
	width: fit-content;
	width: max-content;
    height: fit-content;
    height: max-content;
	
    color: #a1ca26;
    background-color: #f1f1f1;
	
    z-index: 100;
}
.sub_item_area.c1 {
}
.sub_item_area.c2 {
	width: 222px;
}
.item_sub_button {
	width: 100%;
    white-space: nowrap;
    text-align: center;
	
	padding: 10px 30px;
}
@media(hover: hover) and (pointer: fine) {
	.item_sub_button:hover {
		background-color: #e5e5e7;
	}
}
.sub_item_area > .item_sub_button:not(:last-child) {
	border-bottom: 1px solid #e0e0e0;
}
/* button_list end */

/* button_list_bottom_line */
.button_list_bottom_line {
    position: relative;
    width: 100%;
    height: 10px;
    margin: auto;
	
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#a38651+0,876927+50,724d00+100 */
	background: rgb(163,134,81); /* Old browsers */
	background: -moz-linear-gradient(left,  rgba(163,134,81,1) 0%, rgba(135,105,39,1) 50%, rgba(114,77,0,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  rgba(163,134,81,1) 0%,rgba(135,105,39,1) 50%,rgba(114,77,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  rgba(163,134,81,1) 0%,rgba(135,105,39,1) 50%,rgba(114,77,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a38651', endColorstr='#724d00',GradientType=1 ); /* IE6-9 */
}
/* button_list_bottom_line end */

/* body */
.body {
	position: relative;
	text-align: center;
	min-height: calc(100% - 166px - 40px - 10px - 148px - 20px);
	min-height: calc(100vh - 197px - 20px - 142px);
}
.body .placer {
	position: relative;
    width: 680px;
    /*height: 100%;*/
    margin: auto;
	
	display: flex;
	align-items: flex-start;
	
	padding-top: 10px;
}
.body .placer.home {
	padding-top: inherit;
	flex-direction: column;
}
.body .placer.main {
	text-align: left;
    flex-direction: row;
}
/* body end */

/* index home */
.slide_banner {
	position: relative;
	
    display: block;
    width: 680px;
    height: 370px;
	
    margin: auto;
	
	background-color: #ededed;
}
#jssor_1 {
	position: relative;
	margin: 0 auto;
	top: 0px;
	left: 0px;
	width: 680px;
	height: 370px;
	overflow: hidden;
	visibility: hidden;
}
#jssor_1 [data-u="slides"] {
	cursor: default;
	position: relative;
	top: 0px;
	left: 0px;
	width: 680px;
	height: 370px;
	overflow: hidden;
}
#jssor_1 [data-u="navigator"] {
	bottom: 4px;
	right: 16px;
}
#jssor_1 [data-u="prototype"] {
	width: 16px;
	height: 16px;
}
#jssor_1 [data-u="arrowleft"]  {
	top: 0px;
	left: 12px;
	width: 40px;
	height: 58px;
}
#jssor_1 [data-u="arrowright"]  {
	top: 0px;
	right: 12px;
	width: 40px;
	height:58px;
}
.app_lkg_img02 {
	position: relative;
	
    display: inline-block;
    width: 680px;
    height: 360px;
	
	padding: 10px;
	
	/*background-image: url(../img/web_lkg_img01.png);*/
    background-position: center;
    background-size: auto 100%;
    background-repeat: no-repeat;
}
.app_lkg_img02 img {
	width: 100%;
}

.app_lkg_img02_textbox {
	position: absolute;
    right: 0;
    bottom: 5%;
	
    display: inline-block;
    width: 40%;
	
    box-sizing: border-box;
    padding: 18px 12px;
    text-align: justify;
	color: white;
	
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#a38651+0,866927+50,724d00+100&0.7+0,0.7+100 */
	background: -moz-linear-gradient(left,  rgba(163,134,81,0.7) 0%, rgba(134,105,39,0.7) 50%, rgba(114,77,0,0.7) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  rgba(163,134,81,0.7) 0%,rgba(134,105,39,0.7) 50%,rgba(114,77,0,0.7) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  rgba(163,134,81,0.7) 0%,rgba(134,105,39,0.7) 50%,rgba(114,77,0,0.7) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3a38651', endColorstr='#b3724d00',GradientType=1 ); /* IE6-9 */
}

.home_bottom_company {
	position: relative;
	
    display: flex;
	justify-content: space-between;
	
    width: 100%;
	
    margin: 20px auto auto;
}
.home_company_btn {
	position: relative;
    display: inline-block;
    width: 184px;
	
	color: #896239;
	
    box-sizing: border-box;
	padding: 12px 0;
	
	cursor: pointer;
}
.home_bottom_company .home_company_btn:nth-child(odd) {
	background-color: #F6F3EC;
}
.home_bottom_company .home_company_btn:nth-child(even) {
	background-color: #FBFAF4;
}
.home_company_btn .logo {
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
	
    display: inline-block;
    width: 160px;
    height: 140px;
}
.home_company_btn .logo.logo1 {
	background-image: url(../img/web_lkg_logo01.png);
    background-size: auto 75%;
}
.home_company_btn .logo.logo2 {
	background-image: url(../img/web_lkg_logo02.png);
    background-size: auto 75%;
}
.home_company_btn .logo.logo3 {
	background-image: url(../img/web_lkg_logo03.png);
    background-size: auto 65%;
}
.home_company_btn .logo.logo4 {
	background-image: url(../img/web_lkg_logo04.png);
    background-size: auto 75%;
}
.home_company_btn .logo.logo5 {
	background-image: url(../img/web_lkg_logo05.png);
    background-size: 65% auto;
}
.home_company_btn .logo.logo6 {
	background-image: url(../img/app_lkg_img04.png);
    background-size: 65% auto;
}
.home_company_btn .text {
    width: 100%;
}

.home_bottom_company .home_company_btn:nth-child(6) {
	display: none;
}

.news {
	display: flex;
	flex-direction: column;
    width: 100%;
    height: 300px;
	
	padding: 12px 0 0;
}

.news .title {
	flex: 0 0 auto;
	display: flex;
	align-items: center;
	width: 680px;
	height: 36px;
	
	background-image: url(../img/desktop/News_bar.svg);
	background-size: 100% 100%;
	
	margin-bottom: -17px;
	
	z-index: 1;
}
.news .content {
	width: 100%;
	background-color: #f9f9e0;
	padding: 0 12px;
	
	border-top: 20px solid #f9f9e0;
	
	overflow: auto;
}

.news .news_item {
    display: flex;
	padding: 12px 0;
	
	border-bottom: 1.5px dashed #b8d300;
}

.news .news_icon {
	position: relative;
    display: inline-block;
    width: 30px;
    height: 30px;
    background-image: url(../img/desktop/News_icon.svg);
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
	
	margin-right: 12px;
}

.news  .news_content {
    display: flex;
    flex-direction: column;
	
	width: 90%;
	line-height: 1.5em;
	
	color: #666666;
}
.news .news_title {
	display: inline-block;
}
.news .news_subTitle {
	display: inline-block;
}

.news .news_subTitle p {
	margin: 0;
	
	overflow-wrap: break-word;
    word-wrap: break-word;
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
}

/* index home end */


/* footer */
.footer {
	position: relative;
    width: 100%;
    margin: auto;
	
	font-size: 14px;
	line-height: 2em;
	color: #949494;
	
	background-color: #edf8fe;
	
	margin-top: 20px;
    box-sizing: border-box;
	
	min-width: 680px;
}
.footer .placer {
    position: relative;
    width: 680px;
    margin: auto;
    display: flex;
	flex-direction: column;
}
.footer .footer_address {
	display: -ms-flexbox;
	display: flexbox;
	display: flex;
    align-items: stretch;
    justify-content: space-between;
	
    box-sizing: border-box;
	
	padding: 18px 12px;
}
.footer .footer_part2 {
	display: inline-block;
    box-sizing: border-box;
	
	padding: 18px 12px;
	text-align: right;
}
.footer_part2 span {
	margin-left: 24px;
	cursor: pointer;
}
.footer .logo {
	position: relative;
	display : inline-block;
	width: 240px;
	height: 62px;
	
	background-image: url(../img/desktop/footer_img.svg);
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
	
	cursor: pointer;
}
.footer .footer_item_button {
	position: relative;
	display : inline-block;
    padding: 0 6px;
}
.footer .footer_item_button:not(:first-child) {
	border-left: 1px solid lightgray;
}
/* footer end */

/* page_01 ~ page_05 */
.left_column {
	position: relative;
	
	display: inline-block;
    width: 25%;
    border: 1px solid lightgray;
	
	box-sizing: border-box;
	background-color: white;
	
	font-size: 14px;
	color: #666666;
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	
	text-align: left;
	
	padding: 6px 6px 18px;
	
	margin-top: 20px;
}
.left_column:before {
	content: "";
	
    position: absolute;
	top: -10px;
    left: 0;
	
	z-index: -1;
	
    width: 80%;
    height: 15px;
    margin: auto;
	
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#a38651+0,876927+50,724d00+100 */
	background: rgb(163,134,81); /* Old browsers */
	background: -moz-linear-gradient(left,  rgba(163,134,81,1) 0%, rgba(135,105,39,1) 50%, rgba(114,77,0,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  rgba(163,134,81,1) 0%,rgba(135,105,39,1) 50%,rgba(114,77,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  rgba(163,134,81,1) 0%,rgba(135,105,39,1) 50%,rgba(114,77,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a38651', endColorstr='#724d00',GradientType=1 ); /* IE6-9 */
	
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.left_column > hr {
	margin: 0;
	border-bottom: 1px solid lightgray;
}

.left_column .info .table {
	box-sizing: border-box;
}
.left_column .info .table .tr .td {
	padding: 6px;
	border-bottom: 1px solid lightgray;
}
.left_column .info .table .tr .td:nth-child(1) {
	width: 20%;
}

.left_column .info .table .tr .td:nth-child(2) {
	border-left: 1px dotted lightgray;
}


.left_column .logo {
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
	
    display: inline-block;
    width: 160px;
    height: 140px;
}
.left_column .logo.logo1 {
	background-image: url(../img/web_lkg_logo01.png);
    background-size: auto 75%;
}
.left_column .logo.logo2 {
	background-image: url(../img/web_lkg_logo02.png);
    background-size: auto 75%;
}
.left_column .logo.logo3 {
	background-image: url(../img/web_lkg_logo03.png);
    background-size: auto 80%;
}
.left_column .logo.logo4 {
	background-image: url(../img/web_lkg_logo04.png);
    background-size: auto 75%;
}
.left_column .logo.logo5 {
	background-image: url(../img/web_lkg_logo05.png);
    background-size: 65% auto;
}

.left_column .info .bold {
	padding: 6px;
}

.left_column .info .title_text {
	font-size: 16px;
	font-weight: bold;

	margin: 6px 0 0;
	padding: 6px;
}


.right_column {
	display: inline-block;
    width: 75%;
    /*border: 1px solid lightgray;*/
	
	box-sizing: border-box;
	
	padding: 12px 36px;
	
	text-align: left;
}
.right_column .title_text {
	color: #896239;
	font-size: 24px;

}
.right_column hr {
	margin: 6px 0 12px;
	border: 2px solid #896239;
	
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.right_column .p {
	color: #666666;
	line-height: 2em;
	margin-bottom: 20px;
	font-size: 16px;
	
    text-align: justify;
}
/* page_01 ~ page_05 end */

/* one_column */
.one_column {
	display: inline-block;
    width: 100%;
    /*border: 1px solid lightgray;*/
	
	box-sizing: border-box;
	
	padding: 12px 36px;
	
	text-align: left;
}
.one_column .title_text {
	color: #ff9b11;
	font-size: 24px;

}
.one_column hr {
	margin: 6px 0 12px;
	border: 2px solid #ff9b11;
	
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.one_column .p {
	color: #666666;
	line-height: 2em;
	margin-bottom: 20px;
	font-size: 16px;
	
    text-align: justify;
}
/* one_column end */

/* resource item */
.res_container {
    padding: 12px;
    box-sizing: border-box;
}
.llistContentTileRes {
    position: relative;
    min-height: 12vh;
    display: -webkit-flex;
    -webkit-align-items: stretch;
    -webkit-justify-content: flex-start;
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
	
    box-sizing: border-box;
    padding: 12px;
}
.llistContentTileResMessageNum {
    position: relative;
    top: 0px;
    left: 0px;
	
    text-align: left;
    font-family: MHeiHK, "Yuanti SC Regular", 微軟正黑體, "Microsoft JhengHei", MingLiU, sans-serif;
    display: inline-block;
    font-size: 2.5vh;
    box-sizing: border-box;
    /*border-right: 1px solid lightgrey;*/
	
    display: flex;
    /*align-items: center;*/
}
.llistContentTileResMessageThumb {
    display: flex;
    align-items: flex-start;
	
	width: 250px;
	height: 187.5px;
	
    overflow: hidden;
}
.llistContentTileResMessageThumb img {
	width: 100%;
}
.llistContentTileResMessage {
    position: relative;
    margin-left: 2.1%;
    text-align: left;
    font-family: MHeiHK, "Yuanti SC Regular", 微軟正黑體, "Microsoft JhengHei", MingLiU, sans-serif;
    display: inline-block;
    box-sizing: border-box;
    font-size: 20px;
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-word;
	
	width: 100%;
	padding-bottom: 20px;
}
.llistContentTileResMessage .desc {
    text-align: justify;
}
.llistContentTileResMessage .title {
    font-weight: bold;
}
.llistContentTileResMessage .readall {
    text-align: right;
	
    position: absolute;
    bottom: 0;
    right: 0;
}
.readall_btn {
    display: inline-block;
    cursor: pointer;
}


.backtoprev {
    text-align: right;
	width: 719px;
}
.backtoprev_btn {
    display: inline-block;
    cursor: pointer;
	margin: 6px;
	font-size: 20px;
}

.detail_box {
    display: flex;
    flex-direction: column;
}


.sp {
	position: relative;
    text-align: right;
    padding: 12px;
}
.prev_btn {
    position: relative;
    margin: 3px;
    height: 24px;
    padding: 3px;
	
    box-sizing: border-box;
    display: inline-block;
    top: 0;
	
	cursor: pointer;
    vertical-align: top;
	
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.next_btn {
    position: relative;
    margin: 3px;
    height: 24px;
    padding: 3px;
	
    box-sizing: border-box;
    display: inline-block;
    top: 0;
	
	cursor: pointer;
    vertical-align: top;
	
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.page_item {
	position: relative;
	
	padding: 3px;
	color: #666666;
	margin: 3px;
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	
    display: inline-block;
    width: 24px;
    height: 24px;
    text-align: center;
	
	cursor: pointer;
    vertical-align: top;
	
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.spacer {
    display: inline-block;
}
/* resource item end */

/* self_study_article template */
.self_study_article{
	width:80%;
	margin:0px auto;
}

.self_study_article_pic{
	text-align:center;
	height:250px;
	margin:15px;
}

.self_study_article_title{
	font-weight:bold;
	font-size:20px;
	text-align:left;
}

.self_study_article_content{
	font-size:18px;
	text-align:left;
}
.self_study_article_content img {
	width: 100%;
}
.self_study_article_content p:last-child {
	margin: 0;
}

.body_left{
	position: relative;
	display:inline-block;
	width: 760px;
	vertical-align: top;
}
.body_right{
	position: relative;
	display:inline-block;
	width: 235px;
	vertical-align: top;
}
.body_one{
	position: relative;
	display:inline-block;
	width: 680px;
	vertical-align: top;
}
.contents{
	position: relative;
	width:100%;
	height: auto;
}
/* self_study_article template end */


/* self_study_article */
.self_learn .self_study_article_head{
	background-image:url('../img/ls_web_img36t.png');
}
.self_learn .self_study_article_md{
	background-image:url('../img/ls_web_img36m.png');
}
.self_learn .self_study_article_btm{
	background-image:url('../img/ls_web_img36b.png');
}

.self_learn .llistContentTileRes {
	background-color: #f2ede9;
}
.self_learn .llistContentTileResMessage {
	color: #333333;
}
.self_learn .title {
	color: #9d7c51;
	margin-bottom: 6px;
}

.self_learn  .self_study_article_title{
	color:#866239;
}
.self_learn  .self_study_article_content{
	color:#595757;
}

.self_learn  .self_study_article_head{
	width:719px;
	height:22px;
}
.self_learn  .self_study_article_md{
	width:719px;
}
.self_learn  .self_study_article_btm{
	width:719px;
	height:22px;
}

.self_learn .page_item.selected {
	background-color: #eae3db;
}

.self_learn .tips {
    display: flex;
    width: 100%;
	
	padding: 12px;
}
.self_learn .tips_icon {
	display: inline-block;
	width: 103px;
	height: 85px;
	
	background-image: url('../img/self_learn/tips_icon.png');
	background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
	
	box-shadow: 1px 1px 1px 1px #888888;
	z-index: 1;
}
.self_learn .tips_body {
	background-color: #f2ede9;
	color: #333333;
	flex: 1;
	padding: 12px;
	text-align: center;
}
.self_learn .tips_input_bar {
    display: flex;
    align-items: center;
    justify-content: center;
	
	margin-top: 6px;
}
.self_learn .tips_search_button {
	display: inline-block;
	width: 54px;
	height: 28px;
	
	background-image: url('../img/self_learn/tips_search_button.png');
	background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.self_learn .tips_search_input {
	border: 0;
	
	width: 400px;
	height: 28px;
	
	outline: none;
	padding: 0 6px;
	
	font-size: 20px;
}
.self_learn .tips_search_icon {
	display: inline-block;
	width: 28px;
	height: 28px;
	
	background-color: white;
	
	background-image: url('../img/self_learn/tips_search_icon.png');
	background-position: center;
    background-repeat: no-repeat;
	
	cursor: pointer;
}

.self_learn_icon_group {
	padding: 12px;
}
.self_learn_icon {
	position: relative;
	
	display: inline-block;
	width: 240px;
	height: 142px;
	
    background-position: 5px 5px;
    background-repeat: no-repeat;
    background-color: white;
    box-shadow: 1px 1px 1px 1px #888888;
    margin-right: 2px;
    margin-bottom: 12px;
	
    vertical-align: top;
	
	cursor: pointer;
}
.self_learn_icon.unit1 {
	background-image:url('../img/self_learn/unit1.png');
}
.self_learn_icon.unit2 {
	background-image:url('../img/self_learn/unit2.png');
}
.self_learn_icon.unit3 {
	background-image:url('../img/self_learn/unit3.png');
}
.self_learn_icon.unit4 {
	background-image:url('../img/self_learn/unit4.png');
}
.self_learn_icon.unit5 {
	background-image:url('../img/self_learn/unit5.png');
}
.self_learn_icon.unit6 {
	background-image:url('../img/self_learn/unit6.png');
}

.self_learn_j .self_learn_icon.unit1 {
	background-image:url('../img/self_learn/unit1_p.png');
}
.self_learn_j .self_learn_icon.unit2 {
	background-image:url('../img/self_learn/unit2_p.png');
}
.self_learn_j .self_learn_icon.unit3 {
	background-image:url('../img/self_learn/unit3_p.png');
}
.self_learn_j .self_learn_icon.unit4 {
	background-image:url('../img/self_learn/unit4_p.png');
}
.self_learn_j .self_learn_icon.unit5 {
	background-image:url('../img/self_learn/unit5_p.png');
}
.self_learn_j .self_learn_icon.unit6 {
	background-image:url('../img/self_learn/unit6_p.png');
}

.self_learn_icon:hover {
	font-size: 0;
}
.self_learn_icon.unit1:hover {
	background-image:url('../img/self_learn/unit1s.png');
}
.self_learn_icon.unit2:hover {
	background-image:url('../img/self_learn/unit2s.png');
}
.self_learn_icon.unit3:hover {
	background-image:url('../img/self_learn/unit3s.png');
}
.self_learn_icon.unit4:hover {
	background-image:url('../img/self_learn/unit4s.png');
}
.self_learn_icon.unit5:hover {
	background-image:url('../img/self_learn/unit5s.png');
}
.self_learn_icon.unit6:hover {
	background-image:url('../img/self_learn/unit6s.png');
}

.self_learn_icon .text {
	display: inline-block;
	
	position: absolute;
    bottom: 5px;
	
	font-weight: bold;
}
.self_learn_icon .text.left {
    left: 5px;
	color: #666464;
}
.self_learn_icon .text.right {
    right: 5px;
}
.self_learn_icon.unit1 .text.right {
	color: #519ecb;
}
.self_learn_icon.unit2 .text.right {
	color: #746aaf;
}
.self_learn_icon.unit3 .text.right {
	color: #f4413c;
}
.self_learn_icon.unit4 .text.right {
	color: #39b04a;
}
.self_learn_icon.unit5 .text.right {
	color: #f2952c;
}
.self_learn_icon.unit6 .text.right {
	color: #1796a6;
}
/* self_study_article end */


/* self_learn_s_1 */
.self_learn .list {
	padding: 12px;
	margin-bottom: 12px;
}
.self_learn .unit_header {
	border: 12px solid white;
	box-shadow: 1px 1px 1px 1px #888888;
	
	color: white;
	padding: 2px 6px;
	
	position: relative;
}
.unit1 .unit_header {
	background-color: #519ecb;
}
.unit2 .unit_header {
	background-color: #746aaf;
}
.unit3 .unit_header {
	background-color: #f4413c;
}
.unit4 .unit_header {
	background-color: #39b04a;
}
.unit5 .unit_header {
	background-color: #f2952c;
}
.unit6 .unit_header {
	background-color: #1796a6;
}
.self_learn .unit_body {
	margin-top: 12px;
	padding: 12px;
	box-shadow: 1px 1px 1px 1px #888888;
}
.self_learn .unit_body .row {
	padding: 2px 6px;
	padding-left: 10px;
	
	margin-bottom: 4px;
	
	cursor: pointer;
}
.self_learn .unit_body .row.subtopic {
	padding-left: 30px;
}
.unit1 .row {
	background-color: #ebf3f6;
}
.unit2 .row {
	background-color: #ececf1;
}
.unit3 .row {
	background-color: #f8e9e9;
}
.unit4 .row {
	background-color: #e9f2e6;
}
.unit5 .row {
	background-color: #f7efe4;
}
.unit6 .row {
	background-color: #def0f1;
}

.self_learn .link:link {
    color: inherit;
	text-decoration: none;
}
.self_learn .link:visited {
    color: inherit;
	text-decoration: none;
}
.self_learn .link:hover {
    color: inherit;
	text-decoration: none;
}
.self_learn .link:active {
    color: inherit;
	text-decoration: none;
}
/* self_learn_s_1 end */

/* self_learn_j_1 */
.subtopic_part_place {
	height: 84px;
}
.subtopic_part {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 84px;
    background-color: white;
	
    display: flex;
    align-items: flex-end;
	justify-content: space-between;
}
.subtopic_item {
    display: inline-block;
	width: 340px;
	height: 76px;
    background-position: center;
    background-repeat: no-repeat;
    background-color: white;
	
	cursor: pointer;
}
.subtopic_item.subtopic1 {
	background-image: url('../img/self_learn/week.png');
}
.subtopic_item.subtopic2 {
	background-image: url('../img/self_learn/pic.png');
}
.subtopic_item.dim.subtopic1 {
	background-image: url('../img/self_learn/week_dim.png');
}
.subtopic_item.dim.subtopic2 {
	background-image: url('../img/self_learn/pic_dim.png');
}
/* self_learn_j_1 end */


/* writing */
.writing .self_study_article_head{
	background-image:url('../img/ls_web_img36t_writing.png');
}
.writing .self_study_article_md{
	background-image:url('../img/ls_web_img36m_writing.png');
}
.writing .self_study_article_btm{
	background-image:url('../img/ls_web_img36b_writing.png');
}
.writing .llistContentTileRes {
	background-color: #eeedf5;
}
.writing .llistContentTileResMessage {
	color: #333333;
}
.writing .title {
	color: #4c4394;
	margin-bottom: 6px;
}

.writing  .self_study_article_title{
	color:#4c4394;
}
.writing  .self_study_article_content{
	color:#595757;
}

.writing  .self_study_article_head{
	width:719px;
	height:17px;
}
.writing  .self_study_article_md{
	width:719px;
}
.writing  .self_study_article_btm{
	width:719px;
	height:15px;
}

.writing .page_item.selected {
	background-color: #eeedf5;
}
/* writing end */

/* revision */
.revision .res_container {
	padding: 0 24px;
}
.revision .llistContentTileResMessageNum {
	width: 15%;
	font-size: 18px;
	font-weight: bold;
}
.revision .llistContentTileResMessage {
	padding-bottom: 0;
	font-size: 18px;
	margin-left: 0;
}
.revision .llistContentTileRes {
	min-height: inherit;
	padding: 12px;
}
.revision .res_container:nth-child(odd) .llistContentTileRes {
	background-color: #f5f7f6;
}

.revision .icon_dl {
	position: relative;
	
	display: inline-block;
	width: 18px;
	height: 19px;
	
	vertical-align: middle;
	
	background-image: url(../img/icon_dl_revision.png);
    background-repeat: no-repeat;
    background-size: contain;
	
	float: right;
}

.revision .page_item.selected {
	background-color: #d7eeda;
}
/* revision end */

/* channel */
.channel .llistContentTileRes {
	background-color: #f6fcfc;
}
.channel .llistContentTileResMessage {
	color: #333333;
}
.channel .title {
	color: #333333;
	margin-bottom: 6px;
}

.channel  .self_study_article_title{
	color:#866239;
}
.channel  .self_study_article_content{
	color:#595757;
}

.channel  .self_study_article_head{
	width:719px;
	height:22px;
}
.channel  .self_study_article_md{
	width:719px;
}
.channel  .self_study_article_btm{
	width:719px;
	height:22px;
}

.channel .page_item.selected {
	background-color: #f6fcfc;
}

.channel_catalog_bar {
    margin: 12px;
    padding: 0 12px;
	
	display: flex;
    justify-content: space-between;
}
.channel_catalog {
	display: inline-block;
    width: 107px;
    height: 52px;
	
	cursor: pointer;
}
.channel_catalog.c1 {
	background-image: url(../img/channel_catalog_c1.png);
}
.channel_catalog.c2 {
	background-image: url(../img/channel_catalog_c2.png);
}
.channel_catalog.c3 {
	background-image: url(../img/channel_catalog_c3.png);
}
.channel_catalog.c4 {
	background-image: url(../img/channel_catalog_c4.png);
}
.channel_catalog.c5 {
	background-image: url(../img/channel_catalog_c5.png);
}
.channel_catalog.c6 {
	background-image: url(../img/channel_catalog_c6.png);
}
/* channel end */

/* dictionary */
.dictionary .mainItemContentWrap {
    position: relative;
    width: 100%;
    height: 100%;
	
	padding: 12px 24px;

	box-sizing: border-box;
}
.dictionary .ui-widget {
    display: flex;
	justify-content: center;
}
.dictionary label.fieldText {
	font-family: Noto Sans TC;

	background-color: #ed4e2e;
	color: white;
	padding: 6px;
	
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}
.dictionary input#automplete-1 {
	border-top: 5px solid #fef0ef;
	border-bottom: 5px solid #fef0ef;
	border-left: 5px solid #fef0ef;
	border-right: 0px solid #fef0ef;
	
	padding-right: 0;
    margin: 0;
	
	width: 80%;
}
.dictionary input#automplete-1:focus {
	outline-width: 0;
}
.dictionary input#searchBtn {
	display: inline-block;
    width: 40px;
    height: 40px;
	
	cursor: pointer;
    background-image: url(../img/icon_search.png);
    background-color: transparent;
    border: 0px;
    background-repeat: no-repeat;
    background-position: center;
    color: transparent;
    padding: 0;
    margin: 0;
	
	box-sizing: border-box;
	
	border-top: 5px solid #fef0ef;
	border-bottom: 5px solid #fef0ef;
	border-left: 0px solid #fef0ef;
	border-right: 5px solid #fef0ef;
}
.dictionary input#searchBtn:focus {
	outline-width: 0;
}
ul#ui-id-1.ui-autocomplete {
	width: 600px !important;
    max-height: 50%;
    overflow: auto;
}

.dictionary .explan {
    padding: 12px 36px;
    box-sizing: border-box;
}
/* dictionary end */

/* register start */
#register_form {
	margin-top: 55px;
}

#register_form > div {
	margin-bottom: 15px;
}

#register_form .registerFormText {
	display: inline-block;
	width: 100px;
	text-align: right;
	margin-right: 10px;
}

#register_form .registerFormText.remark {
	width: auto;
	text-align: left;
	font-size: 90%;
}

#register_form .registerFormInput {
	width: 300px;
	border: 1px solid lightgray;
	border-radius: 5px;
}

#register_form .errorMsg {
	color: red;
	font-size: 80%;
	margin-left: 115px;
}

#register_form input[type='checkbox'] {
	border-radius: 50%;
}

#agreement {
	color: blue;
	cursor: pointer;
}

#register_btn {
	width: 30%;
	padding: 3px;
	margin: 35px auto 0;
	background-color: #87c13f;
	color: white;
	text-align: center;
	border-radius: 5px;
	cursor: pointer;
}
/* register end */

/* banner */
.banner_ad {
	background-image: url(../upload/Flash-banner_18_300x250.gif);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;

	display: inline-block;
	width: 235px;
	height: 196px;

	position: relative;
}
/* banner end */

/* newsfeed_ad */
.newsfeed_ad {
	background-image: url(../upload/lk_news_feed.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;

	display: inline-block;
	width: 235px;
	height: 78px;

	position: relative;
}
/* newsfeed_ad end */

/* menu_btn */
.header .menu_btn {
	
}
/* menu_btn end */

/* jssor slider */
.jssorb05 div {
	background: url('../img/desktop/dot_white.svg') no-repeat;
	background-position: 3.5px 3.5px;
}
.jssorb05 div:hover, .jssorb05 .av:hover {
	background: url('../img/desktop/dot.svg') no-repeat;
	background-position: 3.5px 3.5px;
}
.jssorb05 .av {
	background: url('../img/desktop/dot.svg') no-repeat;
	background-position: 3.5px 3.5px;
}
.jssorb05 .dn, .jssorb05 .dn:hover {
	background: url('../img/desktop/dot_white.svg') no-repeat;
	background-position: 3.5px 3.5px;
}
/* jssor slider end */

/* mobile view */
@media screen and (max-width: 767px) {
	.header {
		height: calc(100vw / 480 * 100);
	}
	.header_bg {
		background-image: url(../img/mobile/TopBanner&SubjectLogo_M.svg);
		max-width: 100%;
		min-width: 100%;
	}
	.header .placer {
		width: 100%;
	}
	.header .menu_btn {
		position: absolute;
		top: calc(100vw / 480 * 30);
		right: calc(100vw / 480 * 30);
		
		display: inline-block;
		width: calc(100vw / 480 * 40);
		height: calc(100vw / 480 * 40);
		
		background-image: url(../img/mobile/Menu_ButtonA_M.svg);
		background-position: center;
		background-repeat: no-repeat;
		
		cursor: pointer;
	}
	.header .menu_btn.openmenu {
		background-image: url(../img/mobile/Menu_ButtonB_M.svg);
	}
	
	.button_list {
		display: none;
	}
	.button_list.openmenu {
		position: absolute;
		position: relative;
		top: 100%;
		
		display: inline-block;
		height: fit-content;
		height: max-content;
		
		z-index: 2;
	}
	.button_list_bg {
		/*
		background-color: #8fc320;
		background-image: inherit;
		background-image: url();
		
		min-width: 100%;
		*/
		display: none;
	}
	.button_list .placer {
		display: inline-block;
		flex-direction: column;
		align-items: stretch;
		
		width: 100%;
		padding: 0 20px;
		
		background-color: #8fc320;
	}
	.item_button {
		display: inline-block;
		flex-direction: column;
		justify-content: flex-start;
		
		width: 100%;
		padding: 10px 0;
	}
	.item_button:hover {
		background-color: inherit;
	}
	.item_button:not(:last-child) {
		border-bottom: 1px solid white;
	}
	.item_button.c0 {
		display: none;
	}
	.item_button.c4 {
		display: inline-block;
		width: 32px;
		height: 32px;
		
		padding: 0;
		margin: 10px 0;
		
		background-image: url(../img/mobile/Home_icon_M.svg);
		background-position: center;
		background-size: 100% 100%;
		background-repeat: no-repeat;
	}
	.sub_item_area {
		position: relative;
		left: 0;
		top: 0;
		
		align-items: flex-start;
		width: 100%;
		
		background-color: #8fc320;
		color: white;
		
		margin-top: 5px;
	}
	.sub_item_area.o_hidden {
		display: none;
	}
	.sub_item_area.c2 {
		width: inherit;
	}
	.item_button > div:not(.sub_item_area) {
		
	}
	.item_button > div.has_sub_item_area:not(.sub_item_area) {
		display: flex;
		justify-content: space-between;
	}
	.item_button > div.has_sub_item_area:not(.sub_item_area):after {
		content: '▲';
		
		display: inline-block;
		width: 28px;
		height: 28px;
		text-align: center;
	}
	.item_button > div.has_sub_item_area.opened:not(.sub_item_area):after {
		content: '▼';
	}
	.item_sub_button {
		width: 100%;
		text-align: left;
		
		padding: 10px 0 10px 30px;
	}
	.item_sub_button:active {
		background-color: rgba(0,0,0,0.05);
	}
	.sub_item_area > .item_sub_button:not(:last-child) {
		border-bottom: 1px solid #8fc320;
	}
	
	.body {
		min-height: calc(100vh - (100vw / 480 * 100) - 180px);
	}
	
	.body .placer {
		width: 100%;
		
		padding-top: 0;
	}
	.body_one {
		width: 100%;
	}
	.slide_banner {
		/* display: none; */
		width: 100%;
		height: calc(100vw / 680 * 370);
	}
	.app_lkg_img02 {
		padding: 0;
	}
	
	/* jssor slider */
	/*
	.jssorb05 div {
		background: url('../img/mobile/Dot_M_white.svg') no-repeat;
		background-position: 3.5px 3.5px;
	}
	.jssorb05 div:hover, .jssorb05 .av:hover {
		background: url('../img/mobile/Dot_M.svg') no-repeat;
		background-position: 3.5px 3.5px;
	}
	.jssorb05 .av {
		background: url('../img/mobile/Dot_M.svg') no-repeat;
		background-position: 3.5px 3.5px;
	}
	.jssorb05 .dn, .jssorb05 .dn:hover {
		background: url('../img/mobile/Dot_M_white.svg') no-repeat;
		background-position: 3.5px 3.5px;
	}
	*/
	/* jssor slider end */
	
	.news {
		padding: 0;
		height: auto;
	}
	.news .title {
		width: 100%;
		height: calc(100vw / 480 * 36);
		
		background-image: url(../img/mobile/News_bar_M.svg);
		margin-bottom: 0;
	}
	.news .content {
		border-top: 0;
	}
	
	.footer {
		min-width: 100%;
		
		margin-top: 0;
	}
	.footer .placer {
		width: 100%;
	}
	.footer .footer_part2 {
		text-align: center;
	}
	.footer .logo {
		width: 300px;
		height: 59px;
		max-width: 100%;
		
		background-image: url(../img/mobile/footer_img.svg);
	}
}
/* mobile view end */