/* Common  */
body {
	background-color:  #EEF0F8;
}
.container {
	margin: 0 auto;
	width: 1020px;
}
a {
	text-decoration: none;
}
/* Button  */
.btn_add {
	display: inline-block;
	position: relative;
	margin-right: 5px;
	width: 17px;
	height: 17px;
	vertical-align: bottom;
	background-color: #B350FF;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.btn_add img {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 8px;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.btn_more {
	margin-right: 5px;
	vertical-align: middle;
}
.btn_more img {
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
	width: 17px;
}
.btn_code {
	width: 86px;
	height: 33px;
	border-radius: 5px;
	box-shadow: 0 5px 12px 0 rgba(0, 0, 0, 0.05);
	background-color: #B350FF;
	font-size: 12px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 33px;
	letter-spacing: normal;
	text-align: center;
	color: #ffffff;
	display: inline-block;
	margin-right: 5px;
}
.btn_code_modify {
	display: inline-block;
	width: 17px;
	vertical-align: sub;
	margin-right: 5px;
}
.btn_code_modify img {
	width: 100%;
}
.btn_plus {
	display: inline-block;
	width: 17px;
	vertical-align: sub;
	margin-right: 5px;
}
.btn_plus img {
	width: 100%;
}
.btn_question {
	width: 86px;
	height: 33px;
	border-radius: 5px;
	box-shadow: 0 5px 12px 0 rgba(0, 0, 0, 0.05);
	background-color: #B350FF;
	font-size: 12px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 33px;
	letter-spacing: normal;
	text-align: center;
	color: #ffffff;
	display: inline-block;
	margin-right: 5px;
}
.btn_date {
	display: inline-block;
	position: relative;
	margin-right: 5px;
	width: 17px;
	height: 17px;
	vertical-align: bottom;
	background-color: #B350FF;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.btn_date img {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 8px;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.btn_period {
	display: inline-block;
	width: 150px;
	vertical-align: middle;
	margin-right: 5px;
}
.btn_period img {
	width: 100%;
}
.btn_chk {
	display: inline-block;
	width: 17px;
	height: 17px;
	border: 1px solid #bdbdbd;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	vertical-align: sub;
	margin-right: 5px;
}
.btn_return {
	display: inline-block;
	position: relative;
	margin-right: 5px;
	width: 17px;
	height: 17px;
	vertical-align: bottom;
	background-color: #B350FF;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.btn_return img {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 8px;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.btn_data_modify {
	height: 33px;
	border-radius: 5px;
	box-shadow: 0 5px 12px 0 rgba(0, 0, 0, 0.05);
	background-color: #B350FF;
	font-size: 12px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 33px;
	letter-spacing: normal;
	text-align: center;
	color: #ffffff;
	display: inline-block;
	margin-right: 5px;
	padding: 0 10px;
}
/* Header  */
header .header_top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding:  15px;
}
header .header_top img {
	height:  25px;
}
header .header_top span {
	padding:  5px 0 0 10px;
	font-weight: 700;
	vertical-align: super;
}
header .gnb {
	background-color: #B350FF;
}
header .gnb ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
header .gnb ul li a {
	display: block;
	height: 70px;
	padding: 0 17px;
	font-size: 13px;
	line-height: 70px;
	color: #fff;
	background-color: #B350FF;
}
header .gnb ul li.on a {
	background-color: #9835e4;
}
/* Content */
.content {
	position: relative;
	padding: 25px 0 75px 250px;
}
.content .lnb {
	position: absolute;
	top: 25px;
	left: 0;
	width:  220px;
}
.content .lnb.fixed {
	position: fixed;
	top:  25px;
	left:  0;
}
.content .lnb h3 {
	margin-bottom:  20px;
	color: #9835e4;
	font-size: 15px;
	font-weight: 700;
}
.content .lnb li {
	margin-bottom: 7px;
}
.content .lnb li a {
	padding: 11px 20px;
	display: block;
	color: #333;
	font-size: 14px;
	font-weight: 400;
	border-radius: 4px;
}
.content .lnb li.on a,
.content .lnb li:hover a {
	background-color: #B350FF;
	color: #fff;
}
.section_inner {
	margin-bottom:  50px;
}
.section_title {
	margin-bottom: 25px;
	font-size: 24px;
	font-weight: 800;
}
.section_inner figure {
	width: 350px;
	-webkit-box-shadow: 0px 0px 30px 0px rgb(82 63 105 / 5%);
	box-shadow: 0px 0px 30px 0px rgb(82 63 105 / 5%);
	border: 0;
	border-radius: 0.42rem;
	overflow: hidden;
}
.section_inner figure img {
	width: 100%;
}
.txt_wrap {
	margin-top: 35px;
}
.txt_wrap li {
	margin-bottom: 30px;
}
.txt_wrap li:last-child {
	margin-bottom: 0;
}
.txt_wrap h5 {
	margin-bottom: 15px;
	font-size:  18px;
	font-weight: 600;
}
.txt_wrap .sub_img {
	margin: 15px 0;
}
.txt_wrap p {
	margin-bottom: 5px;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 1.5;
}

@media screen and (max-width: 414px) {
	.container {
		width: 100%;
	}
	header .gnb ul li {
		width: 25%;
	}
	header .gnb ul li a {
		height: 40px;
		line-height: 40px;
		text-align: center;
	}
	.content {
		padding: 20px;
	}
	.content .lnb {
		display: none;
		position: relative;
		top: inherit;
		width: 100%;
	}
	.content .lnb.fixed {
		top: 0;
		background-color: #fff;
		z-index: 99;
	}
	.section_inner figure {
		width: 100%;
	}
	.txt_wrap p {
		letter-spacing: 1px;
		line-height: 1.5;
		word-break: initial;
	}
}