html {
	height: 100%;
}
a{
	text-decoration: none;
}
body {
	margin: 0;
	padding: 0;
	min-height: 100%;
}
.talk-container {
	width: 100vw;
	height: 100vh;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	overflow-x: hidden;
}
.ieOnly {display: none;}
_:-ms-lang(x)::-ms-backdrop, .ieOnly {display: block;}
_:-ms-lang(x)::-ms-backdrop, .otherIEonly {display: none;}
header {
	flex: 0 0 60px;
	position: relative;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 20px;
	box-sizing: border-box;
	background-color: #fff;
	border-bottom: 1px solid #ccc;
}
header .header-left {
	flex: 1 0 1px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
header .header-left .header-link {
	text-decoration: none;
}
header .header-left .menu-item {
	color: #006837;
	font-size: 14pt;
	font-weight: 700;
	margin-left: 30px;
}
header .header-left .menu-item.home {
	color: #ED9303;
}
header .header-left .menu-item.talk {
	color: #ED9303;
}
header .header-left .menu-item.qa {
	color: #ED9303;
}
header .header-left .menu-item.mypage {
	color: #ED9303;
}
header .header-left .menu-item .icon {
	margin-right: 10px;
}

header .header-right {
	flex: 0 0 auto;
}
header .header-right .control-button {
	position: relative;
	color: #fff;
	font-size: 13pt;
	border: none;
	cursor: pointer;
	border-radius: 7px;
	padding: 0.25em 2.5em;
	background-color: #006837;
}
header .header-right .control-button .icon {
	position: absolute;
	top: 50%;
	left: 0.75em;
	transform: translate(0, -50%);
}
header .header-right .mobile-controls { display: none; }

header .header-back {
	position: absolute;
	top: 50%;
	left: 10px;
	transform: translate(0, -50%);
}

header .header-back a {
	text-decoration: none;
	color: rgba(0,0,0,0.7);
}

header .header-center {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 45px;
}
header .header-burger {
	z-index: 3;
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translate(0, -50%);
}
header .header-burger .burger-icon {
	z-index: 3;
	position: relative;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: flex-start;
	text-decoration: none;
	-webkit-tap-highlight-color: transparent;
}
header .header-burger .burger-icon .icon {
	color: #006837;
	font-size: 18pt;
}
header .mobile-controls .burger-icon .icon:before,
header .header-burger .burger-icon .icon:before {
	content: "\f0c9";
}
header .mobile-controls .burger-icon.open .icon:before,
header .header-burger .burger-icon.open .icon:before {
	content: "\f00d";
}
header .header-burger .burger-icon .label {
	color: #006837;
	font-size: 7pt;
	font-weight: 500;
	margin-top: 3px;
}
header .burger-menu-dropdown {
	display: none;
	width: 210px;
	position: absolute;
	top: 40px;
	right: -4px;
	border-radius: 5px;
	border: 1px solid #ccc;
	background-color: #fff;
	box-shadow: 0 3px 13px -3px rgba(0,0,0,0.3);
	transition: opacity 0.3s;
}
header .burger-menu-dropdown .burger-menu {
	margin: 0;
	padding: 0;
}
header .burger-menu-dropdown .burger-menu .burger-menu-item {
	display: block;
	border-bottom: 1px solid #c2d9ce;
}
header .burger-menu-dropdown .burger-menu .burger-menu-item:last-child {
	border-bottom: none;
}
header .burger-menu-dropdown .burger-menu .burger-menu-item:hover {
	background-color: #c2d9ce;
}
header .burger-menu-dropdown .burger-menu .burger-menu-link {
	display: block;
	color: #777;
	font-size: 16px;
	font-weight: 500;
	padding: 0.5em;
}
header .burger-menu-dropdown.open {
	display: block;
	opacity: 1.0;
}
header .burger-menu-dropdown.opening {
	opacity: 0.0;
}

.talk-container .talk-body {
	flex: 1 0 1px;
	position: relative;
	width: 100%;
	padding: 0;
	background-color: #daead3;
	overflow: hidden;
}
.talk-container .talk-body.light-bkgd {
	background-color: #f3f6f1;
}

.talk-body .fixed-control {
	z-index: 2;
	position: absolute;
	top: 40%;
	right: 15px;
	cursor: pointer;
	padding: 30px 3px 30px 7px;
	background-color: #006837;
}
.talk-body .fixed-control .label {
	color: #fff;
	font-size: 10pt;
	text-align: center;
	margin: 8px 0 0 0;
}
.talk-body .fixed-control .icon-wrapper {
	position: relative;
}
.talk-body .fixed-control .control-icon {
	display: block;
	width: 22pt;
	color: #fff;
	font-size: 30pt;
	margin: 0 auto;
}
.talk-body .fixed-control .control-icon.qa {
	width: 30pt;
}
.talk-body .fixed-control .plus-icon {
	position: absolute;
	left: -2px;
	bottom: -14px;
}
.talk-body .fixed-control .plus-icon.qa {
	left: -7px;
	bottom: 22px;
}
.talk-body .fixed-control .plus {
	color: #006837;
	font-size: 10pt;
}
.talk-body .fixed-control .circle {
	color: #fff;
	font-size: 12pt;
}

.talk-body .talk-lists {
	height: 100%;
	display: flex;
	flex-direction: column;
}
.talk-body .talk-lists .list-heading {
	padding-top: 30px;
	background-color: #f4f4f4;
	border-bottom: 4px solid #006837;
}
.talk-body .talk-lists .list-tabs {
	max-width: 580px;
	display: flex;
	align-items: center;
	justify-content: space-around;
	margin: 0 auto;
}
.talk-body .talk-lists .list-tabs .list-tab {
	flex: 0 0 49%;
	color: #006837;
	font-size: 12px;
	line-height: 1em;
	text-align: center;
	padding: 1em 0;
	user-select: none;
	cursor: pointer;
	border: 1px solid #d8d8d8;
	border-bottom: none;
	background-color: #efefef;
	border-top-left-radius: 1em;
	border-top-right-radius: 1em;
}
.talk-body .talk-lists .list-tabs .list-tab.active {
	color: #fff;
	background-color: #006837;
}
.talk-body .talk-lists .list-tabs .list-tab .tab-title .icon {
	margin-right: 0.5em;
}

.talk-body .qa-lists {
	height: 100%;
	display: flex;
	flex-direction: column;
}
.talk-body .qa-lists .list-heading {
	padding-top: 15px;
	background-color: #fff;
	border-bottom: 4px solid #006837;
}
.talk-body .qa-lists .list-search {
	width: 100%;
	max-width: 580px;
	padding: 0 10px;
	margin: 0 auto 20px auto;
	box-sizing: border-box;
}
.talk-body .qa-lists .list-search .search-wrapper {
	width: 100%;
	position: relative;
}
.talk-body .qa-lists .list-search .search-wrapper .search-input {
	width: 100%;
	color: #999;
	font-size: 13pt;
	line-height: 14pt;
	font-weight: 500;
	outline: none;
	border-radius: 9px;
	border: 1px solid #eee;
	padding: 0.5em 0.5em 0.5em 2em;
	background-color: #fcfcfc;
}
.talk-body .qa-lists .list-search .search-wrapper .search-icon {
	position: absolute;
	top: 50%;
	left: 0.5em;
	color: #989898;
	font-size: 14pt;
	line-height: 14pt;
	cursor: pointer;
	transform: translate(0, -50%);
}
.talk-body .qa-lists .list-tabs {
	max-width: 580px;
	display: flex;
	align-items: center;
	justify-content: space-around;
	margin: 0 auto;
}
.talk-body .qa-lists .list-tabs .list-tab {
	flex: 0 0 33%;
	color: #006837;
	font-size: 12pt;
	line-height: 1em;
	text-align: center;
	padding: 1em 0;
	user-select: none;
	cursor: pointer;
	background-color: #fff;
	border-top-left-radius: 1em;
	border-top-right-radius: 1em;
}
.talk-body .qa-lists .list-tabs .list-tab.active {
	color: #fff;
	background-color: #006837;
}
.talk-body .qa-lists .list-tabs .list-tab .tab-title .icon {
	margin-right: 0.5em;
}

.talk-body .talk-lists .lists-outer {
	flex: 1 1 1px;
	width: 100%;
	max-width: 580px;
	overflow-x: hidden;
	margin: 0 auto;
}
.talk-body .talk-lists .lists-outer .lists-inner {
	width: 200%;
	display: flex;
	overflow-y: hidden;
	flex-wrap: nowrap;
	align-items: flex-start;
	justify-content: flex-start;
	transition: transform 0.3s;
}
.talk-body .talk-lists .lists-outer .lists-inner.closed {
	transform: translate(-50%, 0);
}
.talk-body .talk-lists .lists-outer .lists-inner .talk-list {
	width: 50%;
	display: flex;
	flex-direction: column;
	align-items: stretch;
	justify-content: flex-start;
	box-sizing: border-box;
	padding: 5px;
}
.talk-body .talk-lists .lists-inner .talk-list .talk-card {
	padding: 7px 12px;
	margin: 0 0 10px 0;
	border-radius: 5px;
	background-color: #fff;
	box-shadow: 1px 1px 3px 0 rgba(0,0,0,0.16);
}
.talk-body .talk-lists .lists-inner .talk-list .talk-card:hover {
	background-color: #f2f2f2;
}
.talk-body .talk-lists .lists-inner .talk-list .talk-card:active {
	background-color: #e4e4e4;
}
.talk-body .talk-lists .lists-inner .talk-list .talk-card .title {
	height: 1.3em;
	color: #006837;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.3em;
	margin: 0 0 7px 0;
	overflow-y: hidden;
}
.talk-body .talk-lists .lists-inner .talk-list .talk-card .title .icon {
	color: #ED9303;
	font-size: 13pt;
	line-height: 15pt;
	margin-right: 0.25em;
	vertical-align: text-bottom;
}
.talk-body .talk-lists .lists-inner .talk-list .talk-card .description {
	height: 2.6em;
	color: #585858;
	font-size: 15px;
	font-weight: 500;
	line-height: 1.3em;
	margin: 0 0 7px 0;
	overflow-y: hidden;
}
.talk-body .talk-lists .lists-inner .talk-list .talk-card .timestamp {
	color: #006837;
	font-size: 13px;
	font-weight: 500;
	text-align: right;
	margin: 0;
}
.talk-body .talk-lists .lists-inner .talk-list .talk-card .timestamp .icon {
	margin-right: 0.5em;
}


.talk-body .qa-lists .lists-outer {
	flex: 1 1 1px;
	width: 100%;
	max-width: 580px;
	overflow-x: hidden;
	margin: 0 auto;
}
.talk-body .qa-lists .lists-outer .lists-inner {
	width: 300%;
	display: flex;
	overflow-y: hidden;
	flex-wrap: nowrap;
	align-items: flex-start;
	justify-content: flex-start;
	transition: transform 0.3s;
}
.talk-body .qa-lists .lists-outer .lists-inner.accepted {
	transform: translate(-33.3333%, 0);
}
.talk-body .qa-lists .lists-outer .lists-inner.open {
	/*transform: translate(-66.6666%, 0);*/
}
.talk-body .qa-lists .lists-outer .lists-inner.solved {
	transform: translate(-66.6666%, 0);
}
.talk-body .qa-lists .lists-outer .lists-inner .qa-list {
	width: 33.3333%;
	display: flex;
	flex-direction: column;
	align-items: stretch;
	justify-content: flex-start;
	box-sizing: border-box;
	padding: 5px;
	overflow: hidden;
}
.talk-body .qa-lists .lists-inner .qa-list .qa-card {
	padding: 0;
	margin: 10px 0 0 0;
	border-radius: 5px;
	background-color: #fff;
	box-shadow: 1px 1px 3px 0 rgba(0,0,0,0.16);
}
.talk-body .qa-lists .lists-inner .qa-list .qa-card:hover{
	background-color: #f2f2f2;
}
.talk-body .qa-lists .lists-inner .qa-list .qa-card:active{
	background-color: #e4e4e4;
}
.talk-body .qa-lists .lists-inner .qa-list .qa-card .heading {
	display: flex;
	align-items: stretch;
	justify-content: flex-start;
}
.talk-body .qa-lists .lists-inner .qa-list .qa-card .heading .heading-left {
	flex: 1 0 10px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	padding: 10px 0 10px 15px;
}
.talk-body .qa-lists .lists-inner .qa-list .qa-card .heading .heading-left .avatar {
	width: 40px;
	height: 40px;
	margin: 5px 15px 0 0;
	border-radius: 50%;
	background-color: #F0DFF4;
}
.talk-body .qa-lists .lists-inner .qa-list .qa-card .heading .heading-left .avatar img,
.talk-body .qa-lists .lists-inner .qa-list .qa-card .heading .heading-left .avatar svg {
	width: 40px;
	height: 40px;
}
.talk-body .qa-lists .lists-inner .qa-list .qa-card .heading .heading-left .name {
	color: #333;
	font-size: 13pt;
	font-weight: 500;
	line-height: 1em;
	margin: 5px 0 0 0;
}
.talk-body .qa-lists .lists-inner .qa-list .qa-card .heading .heading-right {
	flex: 0 0 auto;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	padding: 10px 15px 10px 20px;
	border-bottom-left-radius: 23px;
}
.talk-body .qa-lists .lists-inner .qa-list .qa-card .heading .heading-right.solved {
	background-color: #BFE4C4;
    color: #006837;
}
.talk-body .qa-lists .lists-inner .qa-list .qa-card .heading .heading-right.accepting {
	background-color: #FBE4BF;
	color: #ED9303;
}
.talk-body .qa-lists .lists-inner .qa-list .qa-card .content {
	height: 6em;
	color: #333;
	font-size: 12pt;
	font-weight: 500;
	line-height: 1.5em;
	margin: 10px 0 10px 0;
	padding: 0 15px;
	overflow: hidden;
}
.talk-body .qa-lists .lists-inner .qa-list .qa-card .footing {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	padding: 0 15px 15px 15px;
}
.talk-body .qa-lists .lists-inner .qa-list .qa-card .footing .tstamp {
	color: #333;
	font-size: 9pt;
	font-weight: 500;
	line-height: 11pt;
}
.talk-body .qa-lists .lists-inner .qa-list .qa-card .footing .count {
	color: #006837;
	font-size: 11pt;
	font-weight: 500;
	line-height: 11pt;
}

.talk-body .question-body {
	height: 100%;
	max-width: 580px;
	margin: 0 auto;
	overflow-y: auto;
}
.talk-body .question-section {
	background-color: #fff;
	padding: 0;
}
.talk-body .question-section .question-heading {
	display: flex;
	align-items: stretch;
	justify-content: space-between;
}
.talk-body .question-section .question-heading .heading-left {
	flex: 1 0 10px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	padding: 10px 0 0 10px;
}
.talk-body .question-section .question-heading .heading-right {
	flex: 0 0 auto;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	padding: 10px 15px 10px 20px;
	border-bottom-left-radius: 23px;
}
.talk-body .question-section .question-heading .heading-right.solved{
	background-color: #BFE4C4;
	color: #006837;
}
.talk-body .question-section .question-heading .heading-right.accepting{
	background-color: #FBE4BF;
	color: #ED9303;
}
.talk-body .question-section .question-content {
	background-color: #fff;
	padding: 20px;
}
.talk-body .question-section .question-footing {
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	padding: 0 20px 20px 20px;
}
.talk-body .question-section .question-footing .tstamp {
	font-size: 9pt;
	font-weight: 500;
	line-height: 11pt;
}
.talk-body .question-section .question-footing .count {
	font-size: 11pt;
	font-weight: 500;
	line-height: 11pt;
}

.talk-body .answer-section {
	padding: 0 20px 20px 20px;
}
.talk-body .answer-section .answer-count {
	color: #006837;
	font-size: 12pt;
	font-weight: 500;
}
.talk-body .answer-section .answer-count .icon {
	margin-right: 5px;
}
.talk-body .answer-section .favorite-card {
	overflow: hidden;
	border-radius: 9px;
	background-color: #fff;
	border: 2px solid #ED9303;
}
.talk-body .answer-section .favorite-card .favorite-heading {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.talk-body .answer-section .favorite-card .favorite-heading .heading-left {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	padding: 20px 0 0 20px;
}
.talk-body .answer-section .favorite-card .favorite-heading .heading-left .avatar {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background-color: #F0DFF4;
}
.talk-body .answer-section .favorite-card .favorite-heading .heading-left .avatar img,
.talk-body .answer-section .favorite-card .favorite-heading .heading-left .avatar svg {
	width: 40px;
	height: 40px;
}
.talk-body .answer-section .favorite-card .favorite-heading .heading-left .name {
	color: #333;
	font-size: 12pt;
	font-weight: 500;
	line-height: 1.4em;
	text-align: left;
}
.talk-body .answer-section .favorite-card .favorite-heading .heading-right {
	flex: 0 0 auto;
	align-items: flex-start;
	justify-content: flex-start;
}
.talk-body .answer-section .favorite-card .favorite-heading .heading-right .favorite-corner {
	flex: 0 0 auto;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	color: #fff;
	padding: 10px 20px;
	background-color: #ED9303;
	border-bottom-left-radius: 23px;
}
.answer-card .answer-heading .heading-right .favorite-corner {
	flex: 0 0 auto;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	color: #fff;
	padding: 10px 20px;
	background-color: #ED9303;
	border-bottom-left-radius: 23px;
	border-top-right-radius: 6px;
}
.talk-body .answer-section .favorite-card .favorite-heading .heading-right .favorite-corner .icon {
	margin-right: 5px;
}
.talk-body .answer-section .favorite-card .favorite-content {
	color: #333;
	font-size: 12pt;
	font-weight: 500;
	line-height: 1.5em;
	margin: 0;
	padding: 20px;
}
.talk-body .answer-section .favorite-card .favorite-footing {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 20px 20px 20px;
}
.talk-body .answer-section .favorite-card .favorite-footing .reply-link {
	text-decoration: none;
}
.talk-body .answer-section .favorite-card .favorite-footing .reply-button {
	color: #fff;
	font-size: 11pt;
	font-weight: 500;
	padding: 0.25em 1em;
	margin-right: 30px;
	border: none;
	outline: none;
	border-radius: 7px;
	background-color: #006837;
}
.talk-body .answer-section .favorite-card .favorite-footing .tstamp {
	color: #333;
	font-size: 9pt;
	font-weight: 500;
}
.talk-body .answer-section .all-answers {
	margin-top: 10px;
	padding: 0 10px;
	border-radius: 9px;
	background-color: #fff;
}
.talk-body .answer-section .all-answers .answer-card {
	border-bottom: 1px solid #ccc;
}
.talk-body .answer-section .all-answers .answer-card .answer-heading {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.talk-body .answer-section .all-answers .answer-card .answer-heading .heading-left {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	padding: 20px 0 0 20px;
}
.talk-body .answer-section .all-answers .answer-card .answer-heading .heading-left .avatar {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background-color: #F0DFF4;
}
.talk-body .answer-section .all-answers .answer-card .answer-heading .heading-left .avatar img,
.talk-body .answer-section .all-answers .answer-card .answer-heading .heading-left .avatar svg {
	width: 40px;
	height: 40px;
}
.talk-body .answer-section .all-answers .answer-card .answer-heading .heading-left .name {
	color: #333;
	font-size: 12pt;
	font-weight: 500;
	line-height: 1.4em;
	text-align: left;
}
.talk-body .answer-section .all-answers .answer-card .answer-heading .heading-right {
	flex: 0 0 auto;
	align-items: flex-start;
	justify-content: flex-start;
	padding: 10px 10px 0 0;
}
.talk-body .answer-section .all-answers .answer-card .answer-heading .heading-right .answer-status {
	color: #006837;
	font-size: 11pt;
	line-height: 1em;
	padding: 0.25em 0.75em;
}
.talk-body .answer-section .all-answers .answer-card .answer-heading .heading-right .answer-status.favorite {
	border-radius: 2em;
	border: 1px solid #006837;
}
.talk-body .answer-section .all-answers .answer-card .answer-heading .heading-right .answer-status .icon {
	margin-right: 5px;
}
.talk-body .answer-section .all-answers .answer-card .answer-content {
	color: #333;
	font-size: 12pt;
	font-weight: 500;
	line-height: 1.5em;
	margin: 0;
	padding: 20px;
}
.talk-body .answer-section .all-answers .answer-card .answer-footing {
	display: flex;
    align-items: center;	
	justify-content: space-between;
	padding: 0 20px 20px 20px;
}
.talk-body .answer-section .all-answers .answer-card .answer-footing.noanswer{
	justify-content: flex-end;	
}
.talk-body .answer-section .all-answers .answer-card .answer-footing .reply-link {
	text-decoration: none;
}
.talk-body .answer-section .all-answers .answer-card .answer-footing .reply-button {
	color: #fff;
	font-size: 11pt;
	font-weight: 500;
	padding: 0.25em 1em;
	margin-right: 30px;
	border: none;
	outline: none;
	border-radius: 7px;
	background-color: #006837;
	cursor: pointer;
}
.talk-body .answer-section .all-answers .answer-card .favorite-footing .tstamp {
	color: #333;
	font-size: 9pt;
	font-weight: 500;
}
.talk-container .header-title {
	height: 2.6em;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 15px;
	line-height: 1.3em;
	margin: 0;
	overflow: hidden;
}
.talk-container .header-title .icon {
	margin-right: 5px;
	vertical-align: text-top;
	line-height: 1.3em;
}
.talk-body .conversation-body {
	height: 95%;
	max-width: 580px;
	overflow-y: auto;
	margin: 0 auto;
	-webkit-overflow-scrolling: touch;
}
.talk-body .conversation-desc {
	margin: 10px 10px 0 10px;
	border-radius: 9px;
	background-color: #fff;
	box-shadow: 0 5px 11px -5px rgb(0 0 0 / 20%);
}
.talk-body .conversation-desc .heading {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 10px 20px 10px 20px;
}
.talk-body .conversation-desc .heading .icon {
	flex: 0 0 auto;
	color: #006837;
	font-size: 21px;
}
.talk-body .conversation-desc .heading .icon.icon-inner {
	font-size: 0.6em;
}
.talk-body .conversation-desc .heading .icon.icon-control {
	color: #777;
	opacity: 0.5;
	cursor: pointer;
}
.talk-body .conversation-desc .heading .icon.icon-control:before {
	content: "\f107";
}
.talk-body .conversation-desc.open .heading .icon.icon-control:before {
	content: "\f106";
}
.talk-body .conversation-desc .heading .icon.icon-control:hover {
	opacity: 1.0;
}
.talk-body .conversation-desc .heading .title {
	flex: 1 0 10px;
	margin: 0;
	color: #006837;
	font-size: 13px;
	font-weight: 700;
}
.talk-body .conversation-desc .content {
	display: none;
	color: #006837;
	font-size: 14px;
	font-weight: 700;
	padding: 0 20px 20px 20px;
}
.talk-body .conversation-desc .content .description {
	margin: 0;
}
.talk-body .conversation-cards {
	margin-bottom: 40px;
}
.talk-body .conversation-cards .conversation-card {
	width: 80%;
	display: flex;
	align-items: flex-end;
	justify-content: flex-start;
	margin-top: 20px;
	margin-left: 20px;
}
.talk-body .conversation-cards .conversation-card .avatar {
	flex: 0 0 auto;
	width: 40px;
	height: 40px;
	margin-right: 10px;
	border-radius: 50%;
	overflow: hidden;
}
.talk-body .conversation-cards .conversation-card .avatar img,
.talk-body .conversation-cards .conversation-card .avatar svg {
	width: 40px;
	height: 40px;
}
.talk-body .conversation-cards .conversation-card .avatar.grey {
	background-color: #ccc;
}
.talk-body .conversation-cards .conversation-card .avatar.lavender {
	background-color: #f0dff4;
}
.talk-body .conversation-cards .conversation-card .avatar.yellow {
	background-color: #fcee21;
}
.talk-body .conversation-cards .conversation-card .conversation {
	flex: 1 0 10px;
}
.talk-body .conversation-cards .conversation-card .conversation .heading {
}
.talk-body .conversation-cards .conversation-card .conversation .heading .name {
	color: #333;
	font-size: 11pt;
	font-weight: 700;
	line-height: 1em;
	margin-right: 0.5em;
}
.talk-body .conversation-cards .conversation-card .conversation .heading .tstamp {
	color: #333;
	font-size: 9pt;
	font-weight: 500;
	line-height: 11pt;
}
.talk-body .conversation-cards .conversation-card .conversation .content {
	padding: 10px;
	border-top-left-radius: 9px;
	border-top-right-radius: 9px;
	border-bottom-right-radius: 9px;
	background-color: #fff;
}
.talk-body .conversation-cards .conversation-card .conversation .content .content-text {
	color: #333;
	font-size: 12pt;
	font-weight: 500;
	line-height: 1.3em;
	margin: 0;
}
.talk-container .conversation-inputs-wrapper {
	flex: 0 0 auto;
	width: 100%;
	padding: 10px;
	box-sizing: border-box;
	border-top: 1px solid #707070;
}
.talk-container .conversation-inputs-wrapper .conversation-inputs {
	width: 100%;
	max-width: 580px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin: 0 auto;
}
.talk-container .conversation-inputs .attach-icon {
	flex: 0 0 auto;
	color: #006837;
	font-size: 21pt;
	margin-right: 15px;
	cursor: pointer;
}
.talk-container .conversation-inputs .attach-icon:hover {
	opacity: 0.7;
}
.talk-container .conversation-inputs .text-input {
	flex: 1 0 10px;
	color: #777;
	font-size: 15pt;
	font-weight: 500;
	border: none;
	outline: none;
	border-bottom: 1px solid #ccc;
	padding: 0.5em 0.5em 0.3em 0.5em;
}
.talk-container .conversation-inputs .send-button {
	flex: 0 0 auto;
	color: #fff;
	font-size: 11pt;
	line-height: 1em;
	margin-left: 15px;
	padding: 0.75em 1em;
	border: none;
	outline: none;
	cursor: pointer;
	border-radius: 9px;
	background-color: #006837;
}
.talk-container .conversation-inputs .send-button.disabled {
	background-color: #999;
}
.talk-container .conversation-inputs .send-button:hover {
	opacity: 0.7;
}

.talk-container .pagination {
	flex: 0 0 auto;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 10pt;
	padding: 7px 0 0 0;
	background-color: #daead3;
}
.talk-container .pagination .page-numbers {
	margin: 0 20px;
}
.talk-container .pagination .page-numbers .page-number {
	line-height: 14pt;
	vertical-align: baseline;
}
.talk-container .pagination .page-numbers .page-seper {
	font-size: 7pt;
	vertical-align: text-bottom;
}
.talk-container .pagination .pagination-arrow{
	font-size: 2rem;
	color: black;
}
.talk-container .pagination .left-arrow {
	margin-right: 14px;
}
.talk-container .pagination .right-arrow {
	margin-left: 14px;
}
.talk-container .pagination .page-number.page-current {
	font-size: 14pt;
	font-weight: 700;
}

footer {
	flex: 0 0 60px;
	width: 100%;
	height: 60px;
	background-color: #fff;
	border-top: 1px solid #ccc;
}
footer .top-line {
	color: #333;
	font-size: 12pt;
	text-align: center;
	margin: 7px 0 7px 0;
}
footer .top-line {
	padding: 10px;
}
footer .top-line a{
	text-decoration: none;
	color: rgba(0,0,0,0.7);
}
footer .bottom-line {
	color: #999;
	font-size: 10pt;
	text-align: center;
	margin: 0 0 0 0;
}
footer .desktop-footer .footer-link{
	padding: 10px;
}
footer .mobile-footer { display: none; }

/* Top Page CSS */
.head-banner-wrap {
    background-color: #FFF7DB;
    border-radius: 1rem;
    margin: 10px 5px;
    padding: 10px 30px 10px;
}
.head-contents {
    line-height: 1.75;
    font-weight: 500;
    font-size: 0.95rem;
}

.head-contents .catch-strong {
    font-weight: bold;
    font-size: 26px;
    color: #ED9303;
	vertical-align: middle;

}

.top-section-header {
    padding: 5px 10px;
    background-color: #006837;
    color: white;
    font-size: 1rem;
}
button.control-button.read-more {
    background-color: #006837;
    padding: 5px 10px;
    color: white;
    border: none;
    margin: 0 auto;
    min-width: 150px;
}
.top-button-wrap {
    text-align: center;
    margin-bottom: 10px;
}
.talk-body .qa-lists .lists-inner .qa-list .qa-card{
	margin-bottom: 10px;
}
.head-howto-nav {
    text-align: right;
}
.head-howto-nav a span {
    color: black;
    text-decoration: underline;
}

.sign-body{
    height: 60%;
    max-width: 400px;
    overflow-y: auto;
    margin: 0 auto;
    background-color: #fff;
    margin-top: 50px;
}
.sign-body .sign-title{
	text-align: center;
	font-size: 15pt;
	line-height: 1em;
	padding: 1em 0;
	color: #006837;
}
.fld-group{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
	align-items: center;
	padding: 0.9em 2em;
}
.fld-group > label {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
}
.fld-group input[type='text'] {
    width: 100%;
    line-height: 2;
}
.fld-group input[type='password'] {
    width: 100%;
    line-height: 2;
}
.sign-body .fld-group button {
    width: 100%;
	padding: 0.25em 1em;
    color: #fff;
    font-size: 14pt;
    font-weight: 500;
    border: none;
    outline: none;
    background-color: #006837;
}
.fld-group button:hover{
	cursor: pointer;
}
.fld-group p {
	font-size: 10pt;
    color: #006837;
}
.mypage-body{
    max-width: 400px;
    overflow-y: scroll;
    margin: 0 auto;
    background-color: #fff;
	text-align: center;
	height: 100%;
}
.mypage-body .sign-title{
	margin-top: 20px;
	text-align: center;
	font-size: 15pt;
	line-height: 1em;
	padding: 1em 0;
	color: #006837;
}
.author-thumb {
    left: 0px;
    top: 0px;
    height: 80px;
    width: 80px;
    border-radius: 50%;
    margin-bottom: 10px;
    overflow: hidden;
}
.download{
	padding: 0.25em 1em;
}
.download img{
	width: 100%;
}
.mypage-body .fld-group button {
	padding: 0.25em 1em;
    color: #fff;
    font-size: 14pt;
    font-weight: 500;
    border: none;
    outline: none;
	background-color: #006837;
	border-radius: 25px;
}

.talk-body .conversation-cards {
    margin-bottom: 80px;
    padding-bottom: 100px;
}

.pages-banner{
    padding: 1em;
    flex-wrap: wrap;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 1em;
}

.pages-banner.container {
    max-width: unset;
}

.pages-banner .page-banner {
    flex: 0 0 48%;
    margin-bottom: 1em;
    background-size: cover;
    background-position: center;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-box-shadow: 0px 0px 8px 0px rgb(50 50 50 / 20%);
    -moz-box-shadow: 0px 0px 8px 0px rgba(50, 50, 50, 0.2);
    box-shadow: 0px 0px 8px 0px rgb(50 50 50 / 20%);
}

.pages-banner .page-banner:after {
    content: '';
    display: block;
    padding-bottom: 50%;
}

.medal-list img{
	width: 100%;
}

.video-list table {
	display: block;
	overflow-x: scroll;
	white-space: nowrap;
} 

@media screen and (max-width: 768px) {
	.talk-container header .header-left .menu-item {
		font-size: 12pt;
		margin-left: 20px;
	}
	.talk-container header .header-right .control-button {
		font-size: 12pt;
		padding: 0.25em 2em;
	}
	.talk-container header .header-right .control-button .icon {
		left: 0.5em;
	}
}

@media screen and (max-width: 767px) {
	.talk-body .talk-lists .lists-inner .talk-list .talk-card .title {
		font-size: 15px;	
	}
	.talk-body .talk-lists .lists-inner .talk-list .talk-card .description {
		font-size: 11px;
	}
	.talk-body .talk-lists .lists-inner .talk-list .talk-card .timestamp {
		font-size: 9px;
	}
	.talk-body .conversation-cards .conversation-card .conversation .content .content-text {
		font-size: 12px;
	}
	.talk-body .conversation-cards .conversation-card .conversation .heading .tstamp {
		font-size: 9px;
	}
	.talk-body .conversation-cards .conversation-card .conversation .heading .name {
		font-size: 11px;
	}
	.talk-container .header-title {
		font-size: 14px;
	}
	.talk-body .qa-lists .list-tabs .list-tab {
		font-size: 12px;
	}
	.talk-body .qa-lists .lists-inner .qa-list .qa-card .heading .heading-left .name {
		font-size: 11px;
	}
	.talk-body .qa-lists .list-search .search-wrapper .search-icon {
		font-size: 13px;	
	}
	.talk-body .qa-lists .list-search .search-wrapper .search-input {
		font-size: 13px;
	}
	.talk-body .qa-lists .lists-inner .qa-list .qa-card .content {
		font-size: 12px;
	}
	.talk-body .qa-lists .lists-inner .qa-list .qa-card .footing .tstamp {
		font-size: 9px;
	}
	.talk-body .qa-lists .lists-inner .qa-list .qa-card .footing .count {
		font-size: 11px;
	}
	.talk-body .qa-lists .lists-inner .qa-list .qa-card .heading .heading-right {
		font-size: 12px;
		height: 2rem;
	}

	.talk-body .fixed-control .label {
		font-size: 10px;
	}
	.question-body .heading-right .corner {
		font-size: 12px;
	}
	.talk-body .answer-section .favorite-card .favorite-heading .heading-left .name {
		font-size: 11px;
	}
	.question-body  .question-heading .name {
		font-size: 11px;
	}
	.talk-body .answer-section .all-answers .answer-card .answer-heading .heading-left .name {
		font-size: 11px;
	}
	.question-body .question-content {
		font-size: 14px;
	}
	.talk-body .answer-section .favorite-card .favorite-content {
		font-size: 14px;
		padding: 10px;
	}
	.talk-body .answer-section {
		padding: 0 10px 20px 10px;
	}
	.talk-body .answer-section .all-answers .answer-card .answer-heading .heading-left {
		padding: 10px 0 0 10px;
	}
	.talk-body .answer-section .favorite-card .favorite-heading .heading-left {
		padding: 10px 0 0 10px;
	}
	.talk-body .answer-section .all-answers {
		padding: 0;
	}
	.talk-body .answer-section .all-answers .answer-card .answer-content {
		font-size: 14px;
		padding: 10px;
	}
	.talk-body .tstamp {
		font-size: 11px;
	}
	.talk-body .answer-section .favorite-card .favorite-heading .heading-right .favorite-corner {
		font-size: 9px;
	}
	.talk-body .answer-section .all-answers .answer-card .answer-heading .heading-right .answer-status {
		font-size: 11px;
	}
	.talk-container header .header-left {
		flex: 1 0 100%;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.talk-container header .header-left .menu-item {
		display: none;
	}
	.talk-container header .header-right {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.talk-container header .header-right .control-button { display: none; }
	.talk-container header .header-right .mobile-controls {
		z-index: 3;
		position: relative;
		display: flex;
		margin-right: 10px;
	}
	.talk-container header .header-right .mobile-controls .mobile-control {
		position: relative;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: flex-start;
		color: #006837;
		text-decoration: none;
		margin-right: 10px;
		-webkit-tap-highlight-color: transparent;
	}
	.talk-container header .header-right .mobile-controls .mobile-control:last-child {
		margin-right: 0;
	}
	.talk-container header .header-right .mobile-controls .mobile-control .icon {
		color: #006837;
		font-size: 14pt;
		line-height: 1em;
		text-align: center;
	}
	.talk-container header .header-right .mobile-controls .mobile-control .label {
		color: #006837;
		font-size: 7pt;
		font-weight: 500;
		line-height: 1em;
		text-align: center;
		margin: 3px 0 0 0;
	}

	.talk-body .talk-lists .list-heading { padding-top: 10px; }

	.talk-body .fixed-control {
		position: absolute;
		width: 50px;
		height: 50px;
		top: unset;
		right: 10px;
		bottom: 0;
		padding: 20px;
		background-color: #006837;
		border-radius: 50%;
	}
	.talk-body .fixed-control .file-document {
		display: block;
		width: 21pt;
		color: #fff;
		font-size: 27pt;
		margin: 0 auto;
	}
	.talk-body .fixed-control .file-icon {
		position: absolute;
		left: 2px;
		bottom: -14px;
	}

	footer .desktop-footer { display: none; }
	footer .mobile-footer { display: flex; }

	footer .top-line { font-size: 10pt; }
	footer .bottom-line { font-size: 9pt; }

	footer .mobile-footer {
		width: 100%;
		height: 100%;
		display: flex;
		align-items: center;
		justify-content: space-between;
		box-sizing: border-box;
		padding: 0 20px;
	}
	footer .mobile-footer .footer-link {
		text-decoration: none;
	}
	footer .mobile-footer .menu-item {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: flex-end;
		color: #006837;
		font-size: 10pt;
		font-weight: 500;
	}
	footer .mobile-footer .menu-item.talk {
		color: #ED9303;
	}
	footer .mobile-footer .menu-item.qa {
		color: #ED9303;
	}
	footer .mobile-footer .menu-item.mypage {
		color: #ED9303;
	}
	footer .mobile-footer .menu-item .icon {
		font-size: 18pt;
	}
	footer .mobile-footer .menu-item .label {
		font-size: 10pt;
	}
	.sign-body {
		height: auto;
		max-width: 330px;
	}
	.sign-body .sign-title {
		font-size: 14pt;
		line-height: 1em;
		padding: 0;
	}
	.fld-group{
		padding: 0.5em 2em;
	}
}
