@charset "utf-8";
/* CSS Document */

/* *******************************************************

	* ProjectName : e-NeuroAnatomy Contents Page
	* FileName : neuA_con_2410.css
	* Description : Contents Common
	* First Date : 2024.10.23.
	* Name : 김희선

*********************************************************/

/* -------------------------------- 

Contents Top Style

-------------------------------- */
.conTop_inner {
	position: relative;
	display: block;
	width: 100%;
	transition: all .3s;
}
.conTop_inner::before {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-color: #1b1b1b;
	border-bottom: 1px rgba(255, 255, 255, .2) solid;
	content: "";
}
.conTop_box {
	position: relative;
	width: 100%;
	padding: 50px 85px;
	box-sizing: border-box;
}
.conTop_tit {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
}
.conTop_tit > h2 {
	font-size: 40px;
	font-weight: 600;
	color: #ffffff;
	margin-bottom: 15px;
}
.conTop_tit > p {
	font-size: 18px;
	font-weight: 300;
	color: rgba(255, 255, 255, 0.6);
}
.conTop_util {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 0 30px;
	position: absolute;
	right: 85px;
	top: 50%;
	transform: translateY(-50%);
}
@media (max-width: 1300px) {
	.conTop_box {
		padding: 40px 3%;
	}
	.conTop_tit > h2 {
    font-size: 36px;
    margin-bottom: 10px;
	}
	.conTop_tit > p {
    font-size: 16px;
	}
	.conTop_util {
		right: 3%;
	}
}
@media (max-width: 1024px) {
	.conTop_tit > h2 {
    font-size: 30px;
	}
	.conTop_tit > p {
    font-size: 14px;
		line-height: 18px;
	}
}
@media (max-width: 768px) {
	.conTop_box {
		padding: 35px 5%;
	}
	.conTop_tit > h2 {
    font-size: 24px;
	}
	.conTop_tit > p {
    font-size: 13px;
	}
	.conTop_util {
		right: 5%;
		gap: 0 25px;
	}
}
@media (max-width: 576px) {
	.conTop_box {
		padding: 30px 5%;
	}
	.conTop_tit {
    display: flex;
    justify-content: center;
    align-items: center;
	}
	.conTop_util {
    position: relative;
    right: 0;
    top: 0;
    transform: translateY(0);
		margin-top: 20px;
	}
}
/* -------------------------------- 

Top Utility Style

-------------------------------- */
.conTop_util > button {
	display: inline-flex;
	width: 24px;
	height: 24px;	
	font-size: 0;
	opacity: .6;
}
.conTop_util > button:hover {
	opacity: 1;
}
/** Utility **/
.icon_list {
	background: url(../../images/icon/icon_list.png) no-repeat;
	background-size: 100%;
}
.icon_modify {
	background: url(../../images/icon/icon_modify.png) no-repeat;
	background-size: 100%;
}
.icon_scrap {
	background: url(../../images/icon/icon_scrap.png) no-repeat;
	background-size: 100%;
}
.icon_scrap.on {
	background: url(../../images/icon/icon_scrap_on.png) no-repeat;
	background-size: 100%;
	opacity: 1;
}
@media (max-width: 1024px) {
	/** Utility **/
	.icon_list {
		background: url(../../images/icon/icon_list_m.png) no-repeat;
		background-size: 100%;
	}
	.icon_modify {
		background: url(../../images/icon/icon_modify_m.png) no-repeat;
		background-size: 100%;
	}
	.icon_scrap {
		background: url(../../images/icon/icon_scrap_m.png) no-repeat;
		background-size: 100%;
	}
	.icon_scrap.on {
		background: url(../../images/icon/icon_scrap_on_m.png) no-repeat;
		background-size: 100%;
		opacity: 1;
	}
}
@media (max-width: 768px) {
	.conTop_util > button {
		width: 22px;
		height: 22px;	
	}
}
@media (max-width: 576px) {
	.conTop_util > button {
		width: 20px;
		height: 20px;	
	}
}
/* -------------------------------- 

Contents Body Style

-------------------------------- */
.conBody {
	display: block;
	position: relative;
	width: 100%;
	background-color: #ffffff;
	padding: 100px 0 130px;
	box-sizing: border-box;
	transition: all 0.3s;
}
.conBody_inner {
	display: block;
	width: 100%;
	max-width: 1310px;
	margin: 0 auto;
	text-align: center;
	box-sizing: border-box;
}
.conBody_tit_box {
	width: 100%;
	margin-bottom: 50px;
}
.conBody_tit_box > h3 {
	font-size: 36px;
	font-weight: 600;
	color: #004397;
	line-height: 40px;
	margin-bottom: 20px;
}
.conBody_tit_box > p {
	font-size: 18px;
	line-height: 28px;
	color: #666666;
}
@media (max-width: 1600px) {
	.conBody_inner {
		max-width: 100%;
		padding: 0 85px;
	}
}
@media (max-width: 1300px) {
	.conBody {
    padding: 80px 0 110px;
	}
	.conBody_inner {
		padding: 0 3%;
	}
}
@media (max-width: 1024px) {
	.conBody {
    padding: 60px 0 90px;
	}
	.conBody_tit_box > h3 {
		font-size: 26px;
		line-height: 30px;
		margin-bottom: 15px;
	}
	.conBody_tit_box > p {
		font-size: 15px;
		line-height: 22px;
	}
}
@media (max-width: 768px) {
	.conBody_inner {
		padding: 0 5%;
	}
	.conBody_tit_box {
    margin-bottom: 40px;
	}
	.conBody_tit_box > h3 {
		font-size: 20px;
		line-height: 24px;
		margin-bottom: 15px;
	}
	.conBody_tit_box > p {
		font-size: 14px;
		line-height: 20px;
	}
}
@media (max-width: 576px) {
	.conBody {
    padding: 50px 0 70px;
	}
}
/* -------------------------------- 

Video Style

-------------------------------- */
.video_inner {
	display: block;
	width: 100%;
	background-color: #000000;
}
.video_box {
	position: relative;
	width: 100%;
	max-width: 1240px;
	margin: 0 auto;
	box-sizing: border-box;
}
.video {
	position: relative;
	padding-bottom: 56.25%;
	max-width: 100%;
	height: 0;
	overflow: hidden;
	margin: 0 auto;
}
.video video,
.video iframe,
.video object,
.video embed,
.video div {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/* -------------------------------- 

Video Tap Style

-------------------------------- */
.vTap_inner {
	display: block;
	width: 100%;
	margin-top: 25px;
}
.vTap_box {
	position: relative;
	width: 100%;
	max-width: 1310px;
	height: 65px;
	margin: 0 auto;
	box-sizing: border-box;
}
.vTap_box > ul {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 0 25px;
	height: 100%;
	border-bottom: 1px rgba(0, 0, 0, .15) solid;
	box-sizing: border-box;
}
.vTap_box > ul > li a {
	display: block;
	width: 100%;
	height: 100%;
	font-size: 18px;
	font-weight: 600;
	color: #888888;
	line-height: 62px;
	padding: 0 10px;
	box-sizing: border-box;
}
.vTap_box > ul > li a.active {
	border-bottom: 3px #003b8d solid;
	color: #003b8d;
}
.progress {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
}
.progress_bar {
	display: inline-block;
	position: relative;
	overflow: hidden;
	width: 450px;
	height: 15px;
	background-color: #dddddd;
	border-radius: 20px;
	box-sizing: border-box;
	vertical-align: middle;
}
.progress_bar span {
	position: absolute;
	height: 15px;
	background: linear-gradient(80deg,#c0c0c0,#bbbbbb);
	line-height: 16px;
	text-indent: -55555px;
}
.progress_txt {
	display: inline-block;
	font-size: 16px;
	color: #888888;
	line-height: 18px;
	text-align: right;
	margin-left: 10px;
}
@media (max-width: 1600px) {
	.vTap_box {
		max-width: 100%;
		padding: 0 85px;
	}
	.progress {
		right: 85px;
	}
}
@media (max-width: 1300px) {
	.vTap_inner {
		margin-top: 20px;
	}
	.vTap_box {
		padding: 0 3%;
	}
	.vTap_box > ul {
    gap: 0 20px;
	}
	.progress {
		right: 3%;
	}
}
@media (max-width: 1024px) {
	.vTap_box {
    height: 50px;
	}
	.vTap_box > ul > li a {
    font-size: 16px;
    line-height: 47px;
	}
	.progress_bar {
		width: 300px;
		height: 10px;
	}
	.progress_bar span {
    height: 10px;
	}
	.progress_txt {
    font-size: 14px;
	}
}
@media (max-width: 768px) {
	.vTap_box {
		padding: 0 5%;
	}
	.progress {
		right: 5%;
	}
	.progress_bar {
		width: 180px;
	}
}
@media (max-width: 576px) {
	.vTap_inner {
		margin-top: 15px;
	}
	.vTap_box {
		padding: 0;
	}
	.vTap_box > ul {
		justify-content: center;
	}
	.progress {
		display: none;
	}
}
/* -------------------------------- 

Video Contents Style

-------------------------------- */
.vCon_inner {
	display: block;
	width: 100%;
	height: 100%;
	background-color: #ffffff;
	padding-bottom: 90px;
}
.vCon_box {
	position: relative;
	width: 100%;
	max-width: 1310px;
	height: 100%;
	margin: 0 auto;
	padding-top: 45px;
	box-sizing: border-box;
}
@media (max-width: 1600px) {
	.vCon_box {
		max-width: 100%;
		padding: 45px 85px 0;
	}
}
@media (max-width: 1300px) {
	.vCon_box {
		padding: 45px 3% 0;
	}
}
@media (max-width: 1024px) {
	.vCon_box {
		padding: 40px 3% 0;
	}
}
@media (max-width: 768px) {
	.vCon_box {
		padding: 40px 5% 0;
	}
}
/* -------------------------------- 

Description Style

-------------------------------- */
.description {
	margin-bottom: 40px;
}
.description_tit {
	font-size: 20px;
	color: #000000;
	font-weight: 600;
	margin-bottom: 10px;
}
.description_txt {
	font-size: 15px;
	color: #777777;
	line-height: 26px;
}
.description_txt > span.sub1_txt {
	font-size: 18px;
	color: #5d90ec;
}
.description_txt > span.sub2_txt {
	font-size: 16px;
	color: #010101;
}
@media (max-width: 1024px) {
	.description_tit {
		font-size: 18px;
		margin-bottom: 8px;
	}
	.description_txt {
		font-size: 14px;
		line-height: 24px;
	}
	.description_txt > span.sub1_txt {
		font-size: 16px;
	}
	.description_txt > span.sub2_txt {
		font-size: 15px;
	}
}
@media (max-width: 768px) {
	.description_tit {
		font-size: 16px;
	}
	.description_txt {
		font-size: 13px;
		line-height: 24px;
	}
	.description_txt > span.sub1_txt {
		font-size: 15px;
	}
	.description_txt > span.sub2_txt {
		font-size: 14px;
	}
}
/* -------------------------------- 

Transcript Style

-------------------------------- */
.transcript_box {
	display: flex !important;
	margin-bottom: 30px;
}
.transcript_time {
	float: left;
	height: 100% !important;
	vertical-align: top;
	margin-right: 30px;
}
.transcript_time > a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 60px;
	height: 30px;
	background-color: #f5f5f5;
	border-radius: 10px;
	font-size: 16px;
	color: #888888;
	text-align: center;
	transition: all 0.2s;
}
.transcript_time > a:hover {
	background-color: #e0e0e0;
	transition: all 0.2s;
}
.transcript_time > a.reading {
	background-color: #4194e9;
	color: #ffffff;
}
.transcript_txt {
	float: left;
	height: 100% !important;
}
.transcript_txt > span {
	font-size: 16px;
	color: #888888;
	line-height: 24px;
}
.transcript_txt > span.reading {
    color: #4194e9;
}
@media (max-width: 568px) {
	.transcript_time {
		margin-right: 15px;
	}
	.transcript_time > a {
		width: 45px;
		height: 25px;
		line-height: 24px;
		border-radius: 3px;
		font-size: 13px;
	}
	.transcript_txt > span {
		font-size: 13px;
		line-height: 20px;
	}
}
/* --------------------------------

List Page Style

-------------------------------- */
.list_page_box {
	position: relative;
	display: block;
	width: 100%;
	max-width: 1310px;
	height: 100%;
	margin: 0 auto;
	box-sizing: border-box;
}
.list_page {
	display: flex;
	justify-content: space-between;
	width: 100%;
	margin-top: 45px;
	padding-top: 30px;
	border-top: 1px #e5e5e5 solid;
}
.list_page > .mover_prev {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.list_page > .mover_prev > a {
	display: flex;
	align-items: center;
	height: 30px;
	font-size: 14px;
	color: rgba(0, 0, 0, 0.5);
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	letter-spacing: -0.5px;
	padding-left: 25px;
	background: url(../../images/icon/icon_cprev.png) no-repeat left center / cover;
	background-size: 14px 14px;
}
.list_page > .mover_next {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.list_page > .mover_next > a {
	display: flex;
	align-items: center;
	font-size: 14px;
	color: rgba(0, 0, 0, 0.5);
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	letter-spacing: -0.5px;
	padding-right: 25px;
	background: url(../../images/icon/icon_cnext.png) no-repeat right center / cover;
	background-size: 14px 14px;
}

.list_page .mover_prev > a:hover,
.list_page .mover_next > a:hover {
	color: rgba(0, 0, 0, 0.9);
}
@media (max-width: 1600px) {
	.list_page_box {
		max-width: 100%;
		padding: 0 85px;
	}
}
@media (max-width: 1300px) {
	.list_page_box {
		padding: 0 3%;
	}
}
@media (max-width: 768px) {
	.list_page_box {
		padding: 0 5%;
	}
	.list_page {
    margin-top: 40px;
    padding-top: 20px;
	}
	.list_page > .mover_prev > a {
		font-size: 12px;
		padding-left: 20px;
		background: url(../../images/icon/icon_cprev_m.png) no-repeat left center / cover;
		background-size: 13px 13px;
	}
	.list_page > .mover_next > a {
		font-size: 12px;
		padding-right: 20px;
		background: url(../../images/icon/icon_cnext_m.png) no-repeat right center / cover;
		background-size: 13px 13px;
	}
}
/* -------------------------------- 

Layer List Style

-------------------------------- */
#layer_list {
	display: none;
	position: fixed;
	top: 0;
	width: 100%;
	height: 100vh;
	background-color: rgba(0, 0, 0, 0.85);
	padding-top: 90px;
	box-sizing: border-box;
	z-index: 200;
}
#layer_list.open {
	display: block;
}
.layer_list_inner {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	width: 100%;
	height: 100%;
	opacity: 0;
	overflow-y: auto;
	box-sizing: border-box;
}
#layer_list.open .layer_list_inner {
	opacity: 1;
	transition-delay: 0.13s;
}
.layer_list_box {
	max-width: 100%;
	max-height: 100%;
	margin: 0 auto;
	border-radius: 20px;
	padding: 45px;
	background-color: #ffffff;
	box-sizing: border-box;
	transition: all .3s;
}
.layer_list_box > h1 {
	display: block;
	font-size: 44px;
	color: #005fe3;
	margin-bottom: 40px;
}
ul.layer_sub_list {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
}
ul.layer_sub_list li {
	display: table;
	position: static;
	margin: 10px 0;
}
ul.layer_sub_list li a {
	display: inline-block;
	font-size: 18px;
	line-height: 24px;
	color: #000000;
}
ul.layer_sub_list li a span.eng {
	display: inline-block;
	padding-left: 4px;
	font-size: 14px;
	font-weight: 400;
	color: #666666;
}
.btn_list_close {
	position: absolute;
	width: 25px;
	height: 25px;
	top: 10px;
	right: 10px;
	padding: 30px;
	background: url(../../images/icon/icon_close.png) no-repeat center;
	z-index: 50;
}
@media (max-width: 1300px) {
	#layer_list {
		padding-top: 75px;
	}
}
@media (max-width: 1024px) {
	#layer_list {
		padding-top: 65px;
	}
	.layer_list_box {
		padding: 35px;
	}
	.layer_list_box > h1 {
    font-size: 36px;
    margin-bottom: 40px;
	}
	ul.layer_sub_list li a {
    font-size: 16px;
	}
	ul.layer_sub_list li a span.eng {
    font-size: 13px;
	}
	.btn_list_close {
		background: url(../../images/icon/icon_close_m.png) no-repeat center;
		background-size: 24px 24px;
	}
}
@media (max-width: 990px) {
	#layer_list {
		background-color: rgba(0, 0, 0, 0.95);
	}
	.layer_list_box {
		max-width: 100%;
    max-height: 100%;
    margin: 0 auto;
		background-color: transparent;
		border-radius: 0;
	}
	.layer_list_box > h1 {
    color: #029bfc;
	}
	ul.layer_sub_list li a {
		color: #ffffff;
	}
	ul.layer_sub_list > li:last-child {
		padding-bottom: 40px;
	}
	ul.layer_sub_list li a span.eng {
		color: #aaaaaa;
	}
}
@media (max-width: 860px) {
	.layer_list_box > h1 {
    margin-bottom: 30px;
	}
	ul.layer_sub_list li {
		margin: 6px 0;
	}
	ul.layer_sub_list li a span.eng {
		display: none;
	}
	.btn_list_close {
		background-size: 22px 22px;
	}
}
@media (max-width: 768px) {
	#layer_list {
		padding-top: 55px;
	}
}
@media (max-width: 576px) {
	#layer_list {
		padding-top: 40px;
	}
	.layer_list_box {
		padding: 25px;
	}
	.layer_list_box > h1 {
    font-size: 30px;
    margin-bottom: 20px;
	}
	ul.layer_sub_list li a {
    font-size: 14px;
	}
	.btn_list_close {
		top: 5px;
		right: 5px;
		padding: 22px;
		background-size: 20px 20px;
	}
}
/* --------------------------------

Modify Style

-------------------------------- */
#modify_wrap {
	position: relative;
	width: 100%;
	height: 100%;
}
.modify_inner {
	display: block;
	overflow: hidden;
	width: 1000px;
	margin: 0 auto;
	padding-bottom: 100px;
	box-sizing: border-box;
}
.modify_top {
	display: block;
	overflow: hidden;
	position: relative;
	width: 100%;
	height: 100px;
}
.modify_top_logo {
	position: absolute;
	width: 177px;
	height: 21px;
	left: 0;
	top: 35px;
	text-indent: -555555px;
	background: url("../../images/bi/bi_na_pc.png") no-repeat left center / cover;
	background-size: 100%;
}
.modify_close {
	position: absolute;
	right: 25px;
	top: 35px;
}
.modify_close > a {
	display: block;
	width: 28px;
	height: 28px;
	text-indent: -555555px;
	background: url(../../images/icon/icon_close2.png) no-repeat right center / cover;
	background-size: 100%;
}
.modify_tit_area {
	display: block;
	margin-top: 60px;
	text-align: center;
}
.modify_tit_area > h1 {
	font-size: 48px;
	font-weight: 600;
	color: #3092d0;
	margin-bottom: 20px;
}
.modify_tit_area > h2 {
	font-size: 24px;
	font-weight: 400;	
	color: #888888;
	margin-bottom: 40px;
}
.modify_tit_area > p {
	font-size: 17px;
	line-height: 30px;
	color: #888888;
}
.modify_input_area {
	display: block;
	overflow: hidden;
}
@media (max-width: 1300px) {
	.modify_inner {
		padding: 0 3%;
	}
}
@media (max-width: 1024px) {
	.modify_inner {
		display: block;
		overflow: hidden;
		width: 100%;
		padding: 0 5% 50px 5%;
		box-sizing: border-box;
	}
	.modify_top {
		display: block;
		overflow: hidden;
		position: relative;
		width: 100%;
		height: 100px;
	}
	.modify_top_logo {
		top: 25px;
		background: url("../../images/bi/bi_na_m.png") no-repeat left center / cover;
		background-size: 100%;
   }
	.modify_close {
		position: absolute;
		right: 3%;
		top: 25px;
	}
	.modify_close > a {
		width: 25px;
		height: 25px;
		background: url(../../images/icon/icon_close2_m.png) no-repeat right center / cover;
		background-size: 100%;
	}
	.modify_tit_area {
		display: block;
		margin-top: 40px;
		text-align: center;
	}
	.modify_tit_area > h1 {
		font-size: 38px;
	}
	.modify_tit_area > h2 {
		font-size: 20px;
	}
	.modify_tit_area > p {
		font-size: 14px;
		line-height: 24px;
	}
}
@media (max-width: 768px) {
	.modify_tit_area > h1 {
		font-size: 30px;
	}
	.modify_tit_area > h2 {
		font-size: 18px;
		margin-bottom: 30px;
	}
}
/* Modify Table */
table.modify_type {
	width: 100%;
	table-layout: fixed;
	border-top: 1px #404040 solid;
	margin-top: 55px;
	text-align: left;
	line-height: 24px;
}
table.modify_type th {
	font-size: 14px;
	font-weight: 600;
	color: #666666;
}
table.modify_type td {
	font-size: 14px;
	color: #666666;
	padding-right: 80px;
	box-sizing: border-box;
}
table.modify_type th {
	vertical-align: middle;
	padding: 15px 10px 15px 30px;
	border-bottom: 1px #dfdfdf solid;
}
table.modify_type td {
	vertical-align: middle;
	padding: 15px 95px 15px 0;
	border-bottom: 1px #dfdfdf solid;
}
@media (max-width: 1024px) {
	table.modify_type {
		line-height: 18px;
	}
	table.modify_type {
		margin-top: 20px;
	}
}
@media (max-width: 768px) {
	table.modify_type td {
		padding: 15px 0 15px 0;
	}
}

.m_con_b {
	display: none;
}
.t_m_title {
	font-weight: 600;
	color: #666666;
	margin-bottom: 10px;
}
@media (max-width: 768px) {
	.m_only_b {
		display: none;
	}
	.m_con_b {
		display: block;
	}
}
/* Modify Input */
.modify_txtField1 {
	width: 300px;
	height: 37px;
	background: #eeeeee;
	padding: 0 15px;
	color: #404040;
	border: 0;
	box-sizing: border-box;
}
.modify_txtField2 {
	width: 100%;
	height: 37px;
	background: #eeeeee;
	padding: 0 15px;
	color: #404040;
	border: 0;
	box-sizing: border-box;
}
.modify_txtArea > textarea {
	width: 100%;
	height: 200px;
	background: #eeeeee;
	padding: 15px;
	font-size: 14px;
	color: #404040;
	border: none;
	box-sizing: border-box;
}
.modify_btn_done {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 0 15px;
	margin-top: 15px;
}
.modify_btn_done > a {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 125px;
	height: 35px;
	font-size: 14px;
	color: #ffffff;
	font-weight: 600;
	line-height: 35px;
	border-radius: 10px;
}
@media (max-width: 768px) {
	.modify_btn_done > a {
		width: 100px;
		height: 15px;
		padding: 9px 5px;
		font-size: 13px;
		line-height: 15px;	
	}
}
/* -------------------------------- 

Input Form Style

-------------------------------- */
.inputForm_box {
	display: block;
	width: 100%;
	max-width: 500px;
	margin: 0 auto;
}
.inputForm {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	row-gap: 20px;
}
.input_style {
	position: relative;
	display: block;
	overflow: hidden;
	width: 100%;
	height: 60px;
}
input[type="checkbox"] {
	display: none;
}
.input_style > input {
	display: flex;
	align-items: center;
	width: 100%;
	height: 100%;
	border-radius: 10px;
	border: 1px #cccccc solid;
	background-color: #ffffff;
	padding: 0 25px;
	font-size: 16px;
	font-weight: 700;
	box-sizing: border-box;
}
.input_style > input:focus {
	border: 2px #004397 solid;
	color: #004397;
}
.input_style > input::placeholder {
	font-size: 16px;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.3);
}
.checkBox_style {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	margin: 0 auto;
	text-align: left;
}
label.check {
	cursor: pointer;
}
label.check > input + span.tit::before {
	content: "";
	display: block;
	background: url("../../images/icon/check.svg") no-repeat center;
	width: 25px;
	height: 25px;
	border-radius: 5px;
	border: 1px #cccccc solid;
	margin-right: 7px;
	margin-bottom: -1px;
	background-size: 13px;
	opacity: .75;
	box-sizing: border-box;
}
label.check > input:checked + span.tit::before {
	content: "";
	display: block;
	background: url("../../images/icon/check_on.svg") no-repeat center;
	width: 25px;
	height: 25px;
	border-radius: 5px;
	border: 1px #004397 solid;
	background-size: 13px;
	box-sizing: border-box;
}
label.check > span.tit {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	font-size: 14px;
	font-weight: 400;
}
.agree_ex {
	display: block;
	width: 100%;
	text-align: left;
	font-size: 13px;
	color: #888888;
	line-height: 20px;
	margin-top: 5px;
	padding-left: 32px;
	box-sizing: border-box;
}
.input_ex {
	display: block;
	width: 100%;
	font-size: 14px;
	color: #666666;
	line-height: 22px;
	margin-top: 30px;
}
.input_txt_p {
	display: block;
}
.input_txt_m {
	display: none;
}
@media (max-width: 1024px) {
	.inputForm_box {
    max-width: 450px;
	}
	.inputForm {
    row-gap: 15px;
	}
	.input_style {
    height: 50px;
	}
	.input_style > input,
	.input_style > input::placeholder {
    font-size: 15px;
	}
}
@media (max-width: 768px) {
	.inputForm_box {
    max-width: 400px;
	}
	.input_style > input,
	.input_style > input::placeholder {
    font-size: 14px;
	}
}
@media (max-width: 576px) {
	.input_style {
    height: 45px;
	}
	label.check > input + span.tit::before {
		width: 20px;
		height: 20px;
		margin-right: 7px;
		margin-bottom: -1px;
		background-size: 10px;
	}
	label.check > input:checked + span.tit::before {
		width: 20px;
		height: 20px;
		background-size: 10px;
	}
	label.check > span.tit {
		font-size: 13px;
	}
	.input_txt_p {
		display: none;
	}
	.input_txt_m {
		display: block;
	}
}
@media (max-width: 480px) {
	.input_style > input {
		padding: 0 18px;
	}
	.input_ex {
    font-size: 13px;
	}
}
/* -------------------------------- 

Button Style

-------------------------------- */
.btn_form {
	display: flex;
	margin-top: 40px;
	justify-content: center;
}
.btn_form > .btn_style {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	max-width: 500px;
	height: 60px;
	border-radius: 10px;
	background-color: #004397;
	font-size: 18px;
	font-weight: 700;
	color: #ffffff;
	box-sizing: border-box;
	transition: all .3s;
}
.btn_form > .btn_style2 {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	max-width: 450px;
	height: 60px;
	border-radius: 10px;
	background-color: #004397;
	font-size: 18px;
	font-weight: 700;
	color: #ffffff;
	box-sizing: border-box;
	transition: all .3s;
}
@media (max-width: 1024px) {
	.btn_form > .btn_style {
    height: 50px;
		font-size: 16px;
		font-weight: 500;
	}
	.btn_form > .btn_style2 {
		max-width: 450px;
    height: 50px;
		font-size: 16px;
		font-weight: 500;
	}
}
@media (max-width: 768px) {
	.btn_form {
    margin-top: 30px;
	}
	.btn_form > .btn_style2 {
    max-width: 400px;
	}
}
/* -------------------------------- 

Security Style

-------------------------------- */
.security_style {
	width: 340px;
	height: 78px;
	margin: 20px auto 0;
}
.security_style > .char_img {
	float: left;
	width: 230px;
}
.security_style > .char_img > img {
	width: 100%;
	height: 78px;
}
.security_style > ul {
	float: left;
	width: 110px;
	background-color: #ffffff;
}
.security_style > ul li.refresh > a {
	display: block;
	position: relative;
	border: 1px solid #c0c0c0;
	padding: 9px 7px 10px 7px;
	box-sizing: border-box;
}
.security_style > ul li.refresh > a em {
	display: inline-block;
	width: 15px;
	height: 15px;
	vertical-align: middle;
	margin-right: 4px;
	background: url("../../images/icon/icon_refresh.svg") no-repeat;
	background-size: 100%;
	text-indent: -555555px;
	font-size: 1px;
	opacity: .5;
}
.security_style > ul li.sound > a {
	display: block;
	border: 1px solid #c0c0c0;
	padding: 9px 7px 11px 7px;
	box-sizing: border-box;
	margin-top: -1px;
}
.security_style > ul li.sound > a em {
	display: inline-block;
	width: 15px;
	height: 15px;
	vertical-align: middle;
	margin-right: 4px;
	background: url("../../images/icon/icon_voice.svg") no-repeat;
	background-size: 100%;
	text-indent: -555555px;
	font-size: 1px;
	opacity: .5;
}
.security_style > ul li span {
	display: inline-block;
	font-size: 12px;
	color: #666666;
}
.security_style > ul li img {
	vertical-align: middle;
	margin-right: 5px;
}
.security_input {
	display: block;
	position: relative;
	width: 340px;
	height: 60px;
	margin: 5px auto 0;
	background-color: #ffffff;
}
.security_input > input {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	border: 1px #c0c0c0 solid;
	background-color: #ffffff;
	padding: 0 25px;
	font-size: 16px;
	font-weight: 700;
	text-align: center;
	box-sizing: border-box;
}
.security_input > input:focus {
	border: 2px #000000 solid;
	color: #000000;
}
.security_input > input::placeholder {
	font-size: 16px;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.3);
}
.security_input > input:focus::placeholder{
	color:transparent;
}
/*
.security_input > input:focus::-ms-input-placeholder{
	color:transparent;
}*/
@media (max-width: 576px) {
	.security_style {
    width: 70%;
    height: auto;
	}
	.security_style > .char_img {
    float: none;
    width: 100%;
    margin: 0 auto;
	}
	.security_style > .char_img > img {
    width: 100%;
    height: auto;
	}
	.security_style > ul {
		float: none;
		width: 100%;
		margin: 0 auto;
	}
	.security_style > ul li.refresh > a {
		text-align: center;
    padding: 13px 7px;
	}
	.security_input {
		width: 70%;
		margin: 7px auto 0;
	}
	.security_input > input,
	.security_input > input::placeholder {
		font-size: 15px;
	}
}
@media (max-width: 480px) {
	.security_style {
    width: 100%;
    height: auto;
	}
	.security_input {
    width: 100%;
	}
}
/* -------------------------------- 

Captcha Style

-------------------------------- */
.captcha {
	display: block;
	width: 100%;
	/*max-width: 340px;*/
	margin: 20px auto 0;
}
.captcha canvas {
	width: 100%;
	max-width: 340px;
	height: 80px;
	margin: 0 auto;
	background-color: #dddddd;
}
.input_captcha {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	max-width: 340px;
	margin: 10px auto 0;
	column-gap: 5px;
	box-sizing: border-box;
}
.input_captcha > input {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	width: 100%;
	max-width: 255px;
	height: 45px;
	border-radius: 10px;
	border: 1px #cccccc solid;
	background-color: #ffffff;
	padding: 0 10px;
	font-size: 15px;
	font-weight: 400;
	box-sizing: border-box;
}
.input_captcha > input:focus {
	border: 1px #000000 solid;
	color: #000000;
}
.input_captcha > input::placeholder {
	font-size: 15px;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.3);
}
.input_captcha > button {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 80px;
	height: 45px;
	font-size: 15px;
	font-weight: 400;
	color: #ffffff;
	box-sizing: border-box;
	border-radius: 10px;
	background-color: #888888;
}
@media (max-width: 768px) {
	.input_captcha > input {
		max-width: 80%;
		font-size: 14px;
	}
	.input_captcha > input::placeholder,
	.input_captcha > button {
		font-size: 14px;
	}
}
@media (max-width: 576px) {
	.input_captcha > input,
	.input_captcha > input::placeholder,
	.input_captcha > button {
		height: 40px;
		font-size: 13px;
	}
}
/* -------------------------------- 

Account Style

-------------------------------- */
.account_box {
	display: block;
	width: 100%;
	height: 100%;
}
.account {
	display: inline-block;
	position: relative;
	width: 44%;
	height: 640px;
	margin: 60px auto;
	border-left: 1px rgba(0, 0, 0, 0.15) solid;
	padding: 0 2%;
	vertical-align: top;
	box-sizing: border-box;
}
.account:first-child {
	border-left: 0;
}
.account:last-child {
	margin-left: -4px;
}
.account_w_division {
	display: none;
}
@media (max-width: 1200px) {
	.account {
		height: 660px;
	}
}
@media (max-width: 1024px) {
	.account {
		width: 100%;
		border-left: 0;
		display: block;
		height: inherit;
		margin: 0 auto;
		padding: 5% 2%;
	}
	.account:last-child {
		margin-left: 0;
	}
	.account_w_division {
		display: block;
		width: 100%;
		margin-top: 20px;
		padding-bottom: 15px;
		border-top: 1px rgba(0, 0, 0, 0.15) solid;
	}
}
.account_circle {
	display: block;
	position: relative;
	width: 145px;
	height: 145px;
	border-radius: 90px;
	border: 10px rgba(0, 0, 0, 0.14) solid;
	margin: 0 auto;
	box-sizing: border-box;
}
.account_tit {
	display: block;
	font-size: 20px;
	font-family: 'NanumSquare' !important;
	line-height: 22px;
	color: #000000;
	margin: 17px auto 0;
}
.account_p {
	font-size: 16px;
	font-weight: 300;
	line-height: 26px;
	color: #666666;
	margin: 24px auto 0;
}
.account_p > .point {
	font-weight: 600;
}
.account_p_pc {
	display: block;
}
.account_p_m {
	display: none;
}
.account_input_box {
	display: block;
	margin-top: 23px;
}
input.account_input {
	width: 400px;
	height: 45px;
	background-color: #ffffff;
	padding: 0 30px;
	color: #222222;
	font-size: 16px;
	line-height: 45px;
	border: 1px #cccccc solid;
	border-radius: 10px;
	box-sizing: border-box;
	margin: 15px auto 0;
}
input.account_input:focus {
	border: 1px #000000 solid;
	color: #000000;
}
input.account_input::placeholder {
	font-size: 16px;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.3);
}
.account_btn {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 400px;
}
.account_btn > a {
	display: block;
	position: relative;
	width: 100%;
	line-height: 45px;
	border-radius: 10px;
	box-sizing: border-box;
}
.account_btn > a span  {
	font-size: 18px;
	color: #ffffff;
}
@media (max-width: 1300px) {
	input.account_input {
		width: 90%;
		padding: 0 20px;
	}
	.account_input_box {
		margin-top: 18px;
	}
	.account_btn {
		width: 90%;
	}
	.account_btn > a {
		padding: 0 20px;
	}
}
@media (max-width: 1024px) {
	.account_tit {
		font-size: 19px;
		line-height: 22px;
		margin: 15px auto 0;
	}
	.account_p {
		font-size: 15px;
		line-height: 24px;
		margin: 20px auto 0;
	}
	input.account_input {
		width: 50%;
	}
	.account_btn {
		position: relative;
		bottom: inherit;
		left: inherit;
		transform: inherit;
		width: 50%;
		margin: 50px auto 0;
	}
}
@media (max-width: 768px) {
	.account_circle {
		width: 130px;
		height: 130px;
	}
	.account_tit {
		font-size: 17px;
		line-height: 22px;
		margin: 10px auto 0;
	}
	.account_p {
		font-size: 14px;
		line-height: 20px;
		margin: 20px auto 0;
	}
	input.account_input {
		width: 65%;
		font-size: 14px;
		line-height: 40px;
		margin: 10px auto 0;
	}
	input.account_input::placeholder {
		font-size: 14px;
	}
	.account_btn {
		width: 65%;
	}
	.account_btn > a {
		line-height: 40px;
		margin: 30px auto 0;
	}
	.account_btn > a span  {
		font-size: 16px;
	}
}
@media (max-width: 576px) {
	input.account_input,
	.account_btn {
		width: 80%;
	}
}
@media (max-width: 480px) {
	input.account_input,
	.account_btn {
		width: 100%;
	}
	.account_p_pc {
		display: none;
	}
	.account_p_m {
		display: block;
	}
}

/* Account Icons */
.icon_personal {
	display: block;
	width: 68px;
	height: 65px;
	background: url("../../images/icon/icon_personal.png") no-repeat center center;
	background-size: 100%;
	margin: 30px auto 0;
}
.icon_group {
	display: block;
	width: 68px;
	height: 65px;
	background: url("../../images/icon/icon_group.png") no-repeat center center;
	background-size: 100%;
	margin: 30px auto 0;
}
.icon_download {
	position: absolute;
	left: 30%;
	top: 50%;
	transform: translate(0, -50%);
	width: 20px;
	height: 20px;
	background: url("../../images/icon/icon_download.png") no-repeat left center;
	background-size: 100%;
}
@media(max-width: 768px) {
	.icon_personal {
		width: 60px;
		height: 57px;
		background: url("../../images/icon/icon_personal_m.png") no-repeat center center;
		background-size: 100%;
		margin: 25px auto 0;
	}
	.icon_group {
		width: 60px;
		height: 57px;
		background: url("../../images/icon/icon_group_m.png") no-repeat center center;
		background-size: 100%;
		margin: 25px auto 0;
	}
	.icon_download {
		width: 17px;
		height: 17px;
		background: url("../../images/icon/icon_download_m.png") no-repeat left center;
		background-size: 100%;
	}
}
@media (max-width: 480px) {
	.icon_download {
		left: 26%;
	}
}
/* -------------------------------- 

Features Style

-------------------------------- */
.feaBody {
	display: block;
	position: relative;
	width: 100%;
	padding: 100px 0;
	box-sizing: border-box;
}
.feaBody_inner {
	display: block;
	width: 100%;
	max-width: 1310px;
	margin: 0 auto;
	text-align: center;
	box-sizing: border-box;
}
.feaBody_tit_box {
	width: 100%;
	margin-bottom: 50px;
}
.feaBody_tit_box > h3 {
	font-size: 46px;
	font-weight: 600;
	color: #004397;
	margin-bottom: 10px;
}
.feaBody_tit_box > p {
	font-size: 20px;
	font-weight: 300;
	color: #888888;
	letter-spacing: 3px;
}
.feaBody_p_box {
	font-size: 18px;
	color: #444444;
	line-height: 32px;
}
.fea_divide {
	margin: 100px 0;
	border-top: 1px rgba(0, 0, 0, 0.2) solid;
}
@media (max-width: 1600px) {
	.feaBody_inner {
		max-width: 100%;
		padding: 0 85px;
	}
}
@media (max-width: 1300px) {
	.feaBody {
		padding: 80px 0;
	}
	.feaBody_inner {
		padding: 0 3%;
	}
	.feaBody_tit_box {
		margin-bottom: 40px;
	}
	.feaBody_tit_box > h3 {
		font-size: 42px;
	}
	.feaBody_tit_box > p {
		font-size: 18px;
		letter-spacing: 2px;
	}
	.feaBody_p_box {
		font-size: 16px;
		line-height: 28px;
	}
	.fea_divide {
		margin: 80px 0;
	}
}
@media (max-width: 1024px) {
	.feaBody {
		padding: 60px 0;
	}
	.feaBody_tit_box > h3 {
		font-size: 36px;
	}
	.feaBody_tit_box > p {
		font-size: 16px;
	}
	.feaBody_p_box {
		font-size: 15px;
		line-height: 24px;
	}
	.fea_divide {
		margin: 60px 0;
	}
}
@media (max-width: 768px) {
	.feaBody_inner {
		padding: 0 5%;
	}
	.feaBody_tit_box {
		margin-bottom: 30px;
	}
	.feaBody_tit_box > h3 {
		font-size: 30px;
	}
	.feaBody_tit_box > p {
		font-size: 15px;
		letter-spacing: 1px;
	}
	.feaBody_p_box {
		font-size: 14px;
		line-height: 22px;
	}
}
@media (max-width: 576px) {
	.feaBody {
		padding: 50px 0;
	}
	.feaBody_tit_box > h3 {
		font-size: 24px;
	}
	.fea_divide {
		margin: 50px 0;
	}
}
/** Features Contents **/
.fea_con_box {
	display: flex;
	flex-wrap: wrap;
	column-gap: 50px;
	row-gap: 50px;
	padding-top: 30px;
	box-sizing: border-box;
}
.fea_item {
	display: flex;
	align-items: center;
	flex-direction: column;
	width: calc((100% - 50px* 2) / 3);
	vertical-align: top;
	overflow: hidden;
	gap: 20px;
}
.fea_item .fea_circle {
	width: 110px;
	height: 110px;
	border-radius: 70px;
	margin: 0 auto;
	position: relative;
}
.fea_item:nth-child(odd) .fea_circle {
	background-color: #222222;
}
.fea_item:nth-child(even) .fea_circle {
	background-color: #004397;
}
.fea_item .fea_circle > i {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 60px;
	height: 60px;
}
.fea_item .fea_box_name {
	font-size: 18px;
	font-weight: 500;
	color: #000000;
	line-height: 20px;
}
.fea_item .fea_box_p {
	font-size: 16px;
	color: #666666;
	line-height: 26px;
}
.fea_box_p_pc {
	display: block;
}
.fea_box_p_m {
	display: none;
}
.icon_fea1 {
	background: url("../../images/icon/icon_fea1.png") no-repeat;
	background-size: 100%;
}
.icon_fea2 {
	background: url("../../images/icon/icon_fea2.png") no-repeat;
	background-size: 100%;
}
.icon_fea3 {
	background: url("../../images/icon/icon_fea3.png") no-repeat;
	background-size: 100%;
}
.icon_fea4 {
	background: url("../../images/icon/icon_fea4.png") no-repeat;
	background-size: 100%;
}
.icon_fea5 {
	background: url("../../images/icon/icon_fea5.png") no-repeat;
	background-size: 100%;
}
.icon_fea6 {
	background: url("../../images/icon/icon_fea6.png") no-repeat;
	background-size: 100%;
}
@media (max-width: 1300px) {
	.fea_con_box {
    column-gap: 30px;
	}
	.fea_item {
    width: calc((100% - 30px* 2) / 3);
		gap: 15px;
	}
	.fea_item .fea_circle {
    width: 100px;
    height: 100px;
	}
	.fea_item .fea_box_name {
    font-size: 16px;
	}
	.fea_item .fea_box_p {
    font-size: 14px;
    line-height: 22px;
	}
	.fea_item .fea_circle > i {
		width: 50px;
		height: 50px;
	}
}
@media (max-width: 1200px) {
	.fea_box_p_pc {
		display: none;
	}
	.fea_box_p_m {
		display: block;
	}
}
@media (max-width: 1024px) {
	.fea_con_box {
		column-gap: 70px;
		row-gap: 40px;
		justify-content: center;
	}
	.fea_item {
		width: calc((100% - 70px* 1) / 2);
		max-width: 300px;
	}
}
@media (max-width: 768px) {
	.icon_fea1 {
		background: url("../../images/icon/icon_fea1_m.png") no-repeat;
		background-size: 100%;
	}
	.icon_fea2 {
		background: url("../../images/icon/icon_fea2_m.png") no-repeat;
		background-size: 100%;
	}
	.icon_fea3 {
		background: url("../../images/icon/icon_fea3_m.png") no-repeat;
		background-size: 100%;
	}
	.icon_fea4 {
		background: url("../../images/icon/icon_fea4_m.png") no-repeat;
		background-size: 100%;
	}
	.icon_fea5 {
		background: url("../../images/icon/icon_fea5_m.png") no-repeat;
		background-size: 100%;
	}
	.icon_fea6 {
		background: url("../../images/icon/icon_fea6_m.png") no-repeat;
		background-size: 100%;
	}
}
@media (max-width: 576px) {
	.fea_con_box {
		column-gap: 50px;
		padding-top: 20px;
	}
	.fea_item {
		width: calc((100% - 50px* 1) / 2);
	}
}
@media (max-width: 480px) {
	.fea_con_box {
		column-gap: 0px;
		row-gap: 30px;
	}
	.fea_item {
		width: calc((100% - 0px* 0) / 1);
		max-width: 250px;
		gap: 10px;
	}
	.fea_item .fea_circle {
		width: 90px;
		height: 90px;
	}
	.fea_item .fea_circle > i {
		width: 45px;
		height: 45px;
	}
}
/** Author Style **/
ul.f_author_box {
	display: flex;
	flex-wrap: wrap;
	column-gap: 100px;
	row-gap: 80px;
	padding-top: 30px;
}
ul.f_author_box:last-child {
	margin-bottom: 0;
}
ul.f_author_box > li.dp_box {
	display: flex;
	align-items: center;
	flex-direction: column;
	width: calc((100% - 100px* 2) / 3);
	box-sizing: border-box;
	vertical-align: top;
}
.author_top {
	position: relative;
	width: 100%;
	height: 120px;
	border-top: 3px #333333 solid;
	border-bottom: 1px #cccccc solid;
	margin-bottom: 25px;
	box-sizing: border-box;
}
.author_top > .author_top_con {
	width: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.author_top_con > .author_top_name {
	font-size: 30px;
	font-weight: 600;
	color: #004397;
	line-height: 38px;
}
.author_top_con > .author_top_p {
	font-size: 22px;
	font-weight: 600;
	color: #004397;
	line-height: 26px;
	margin-top: 5px;
}
.author_btm {
	max-width: 100%;
	max-height: 100%;
	margin: 0 auto;
	line-height: 36px;
}
.author_btm > .author_btm_tit {
	font-size: 26px;
	font-weight: 600;
	color: #000000;
	line-height: 36px;
	text-align: left;
}
@media (max-width: 1300px) {
	ul.f_author_box {
		column-gap: 80px;
	}
	ul.f_author_box > li.dp_box {
		width: calc((100% - 80px* 2) / 3);
	}
	.author_top {
    height: 100px;
		margin-bottom: 20px;
	}
	.author_top_con > .author_top_name {
    font-size: 26px;
    line-height: 32px;
	}
	.author_top_con > .author_top_p {
    font-size: 18px;
    line-height: 24px;
	}
	.author_btm > .author_btm_tit {
    font-size: 22px;
    line-height: 30px;
	}
}
@media (max-width: 1024px) {
	ul.f_author_box {
		justify-content: center;
		column-gap: 70px;
		row-gap: 60px;
	}
	ul.f_author_box > li.dp_box {
		width: calc((100% - 70px* 1) / 2);
		max-width: 300px;
	}
	.author_top {
    height: 90px;
	}
	.author_top_con > .author_top_name {
    font-size: 22px;
    line-height: 30px;
	}
	.author_top_con > .author_top_p {
    font-size: 16px;
    line-height: 22px;
		margin-top: 0px;
	}
	.author_btm > .author_btm_tit {
    font-size: 18px;
    line-height: 26px;
	}
}
@media (max-width: 768px) {
	ul.f_author_box {
		row-gap: 50px;
	}
	.author_top_con > .author_top_name {
    font-size: 20px;
    line-height: 26px;
	}
	.author_top_con > .author_top_p {
    font-size: 14px;
    line-height: 22px;
	}
	.author_btm > .author_btm_tit {
    font-size: 16px;
    line-height: 24px;
	}
}
@media (max-width: 576px) {
	ul.f_author_box {
		column-gap: 50px;
	}
	ul.f_author_box > li.dp_box {
		width: calc((100% - 50px* 1) / 2);
	}
	.author_top {
		height: 80px;
	}
}
@media (max-width: 480px) {
	ul.f_author_box {
		column-gap: 0px;
	}
	ul.f_author_box > li.dp_box {
		width: calc((100% - 0px* 0) / 1);
		max-width: 250px;
	}
}
/** Table of Contents **/
.taCon_tit_box {
	width: 100%;
	margin-bottom: 50px;
}
.taCon_tit_box > h3 {
	font-size: 46px;
	font-weight: 600;
	color: #ffffff;
	margin-bottom: 30px;
}
.taCon_tit_box > p {
	font-size: 24px;
	color: #4aacf0;
	font-weight: 600;
	line-height: 26px;
}
.taCon_tit_box > p::before {
	display: inline-block;
	content: "";
	width: 32px;
	height: 32px;
	background: url("../../images/icon/icon_media.png") no-repeat left center / cover;
	background-size: 100%;
	margin-right: 15px;
	vertical-align: text-bottom;
}
ul.tCon_list {
	display: flex;
	flex-wrap: wrap;
	row-gap: 20px;
	flex-direction: column;
	width: 100%;
	max-width: 1150px;
	margin: 0 auto;
	box-sizing: border-box;
	counter-reset: tit-counter non-counter;
}
ul.tCon_list > li {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	gap: 20px;
	box-sizing: border-box;
	counter-reset: non-counter;
}
.tCon_list_tit {
	display: flex;
	justify-content: flex-start;
	width: 100%;
	max-width: 380px;
	font-size: 30px;
	font-weight: 500;
	color: rgba(255, 255, 255, 0.65);
	line-height: 40px;
	text-align: left;
	vertical-align: middle;
	box-sizing: border-box;
}
.tCon_list_tit::before {
	counter-increment: tit-counter;
	content: counter(tit-counter) ".";
	padding-right: 10px;
}
.tCon_list_dot {
	width: 100%;
	min-width: 100px;
	height: 1px;
	background: url(../../images/icon/icon_dot.png) repeat-x center;
	line-height: 60px;
	vertical-align: middle;
}
.tCon_list_time {
	display: flex;
	justify-content: flex-end;
	width: auto;
	font-size: 30px;
	color: rgba(255, 255, 255, 0.65);
	vertical-align: middle;
	text-align: right;
	box-sizing: border-box;
}
@media (max-width: 1300px) {
	.taCon_tit_box > h3 {
    font-size: 42px;
		margin-bottom: 25px;
	}
	.tCon_list_tit {
    font-size: 26px;
    line-height: 34px;
	}
	.tCon_list_time {
    font-size: 26px;
	}
}
@media (max-width: 1200px) {
	ul.tCon_list {
		width: 90%;
	}
	.tCon_list_tit {
		max-width: 300px;
		font-size: 24px;
    line-height: 30px;
	}
	.tCon_list_time {
    font-size: 24px;
	}
}
@media (max-width: 1024px) {
	.taCon_tit_box > h3 {
		font-size: 36px;
		margin-bottom: 20px;
	}
	.taCon_tit_box > p {
    font-size: 20px;
    line-height: 24px;
	}
	.taCon_tit_box > p::before {
    width: 26px;
    height: 26px;
    margin-right: 10px;
	}
	.tCon_list_tit {
    font-size: 20px;
    line-height: 26px;
	}
	.tCon_list_time {
    font-size: 20px;
	}
}
@media (max-width: 768px) {	
	.taCon_tit_box > h3 {
		font-size: 30px;
	}
	.taCon_tit_box > p {
    font-size: 18px;
		font-weight: 500;
	}
	.taCon_tit_box > p::before {
    width: 24px;
    height: 24px;
	}
	ul.tCon_list {
		row-gap: 15px;
	}
	.tCon_list_tit {
    font-size: 18px;
		font-weight: 400;
    line-height: 24px;
	}
	.tCon_list_time {
    font-size: 18px;
	}
}
@media (max-width: 576px) {
	.taCon_tit_box > h3 {
		font-size: 24px;
		margin-bottom: 15px;
	}
	.taCon_tit_box > p {
    font-size: 16px;
	}
	.taCon_tit_box > p::before {
    width: 20px;
    height: 20px;
	}
	.tCon_list_tit {
    font-size: 16px;
    line-height: 20px;
	}
	.tCon_list_time {
    font-size: 16px;
	}
}
@media (max-width: 500px) {
	.taCon_tit_box {
    margin-bottom: 40px;
	}
	.tCon_list_dot {
		display: none;
	}
	.tCon_list_tit {
		max-width: 70%;
	}
}
/* -------------------------------- 

Common Round Box Style

-------------------------------- */

.comR_box {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 30px;
}
.comR_item {
	display: flex;
	align-items: center;
	flex-direction: column;
	width: calc((100% - 30px* 2) / 3);
	max-width: 350px;
	background-color: #f5f5f5;
	border-radius: 10px;
	box-sizing: border-box;
	vertical-align: top;
}
.comR_tit {
	width: 100%;
	padding: 35px 0;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
	font-size: 28px;
	font-weight: 600;
	color: #ffffff;
	box-sizing: border-box;
}
.comR_tbl {
	display: block;
	overflow: hidden;
	padding: 30px 20px;
	margin: 0 auto;
	font-size: 18px;
	box-sizing: border-box;
}
.comR_tbl > ul li {
	display: inline-table;
	overflow: hidden;
	margin-top: -1px;
}
.comR_tbl > ul li .cate_tit {
	width: 95px;
	display: table-cell;
	vertical-align: middle;
	border-top: 1px #444444 solid;
	box-sizing: border-box;
}
.comR_tbl > ul li:last-child .cate_tit {
	border-bottom: 1px #444444 solid;
}
.comR_tbl > ul li .cate_tit > p {
	font-size: 15px;
	font-weight: 500;
	color: #555555;
	padding: 0 5px;
	box-sizing: border-box;
}
.comR_tbl > ul li .cate_con {
	display: table-cell;
	width: 205px;
	padding: 10px 15px;
	border-top: 1px #cccccc solid;
	vertical-align: middle;
	text-align: left;
	box-sizing: border-box;
}
.comR_tbl > ul li:last-child .cate_con {
	border-bottom: 1px #cccccc solid;
}
.comR_tbl > ul li .cate_con > p {
	font-size: 14px;
	font-weight: 300;
	line-height: 20px;
	color: #666666;
}
.comR_tbl > p.add {
	width: 100%;
	font-size: 13px;
	text-align: left;
	margin-top: 24px;
	line-height: 20px;
	color: #D01C20;
}
.comR_division {
	display: block;
	width: 100%;
	margin: 100px 0 90px 0;
	border-top: 1px rgba(0, 0, 0, 0.2) solid;
}
@media (max-width: 1300px) {
	.comR_box {
    gap: 20px;
	}
	.comR_division {
		margin: 70px 0;
	}
}
@media (max-width: 1024px) {
	.comR_tit {
    padding: 25px 0;
    font-size: 22px;
	}
	.comR_tbl {
    padding: 25px 15px;
	}
	.comR_tbl > ul li .cate_tit {
    width: 70px;
	}
	.comR_division {
		margin: 50px 0;
	}
}
@media (max-width: 980px) {
	.comR_box {
		flex-direction: column;
		align-items: center;
	}
	.comR_item {
    width: calc((100% - 15px* 0) / 1);
	}
	.comR_tbl > ul li .cate_tit {
		width: 90px;
	}
}
@media (max-width: 768px) {
	.comR_tit {
		padding: 20px 0;
		font-size: 18px;
	}
	.comR_tbl > ul li .cate_tit > p {
    font-size: 13px;
	}
	.comR_tbl > ul li .cate_con > p {
    font-size: 12px;
	}
	.comR_tbl > p.add {
    margin-top: 20px;
	}
	.comR_division {
		margin: 40px 0;
	}
}
/* -------------------------------- 

Query Style

-------------------------------- */
.query_area {
	display: block;
	overflow: hidden;
	width: 690px;
	margin: 40px auto 0;
	text-align: left;
}
.query_area > ul > li {
	width: 690px;
	display: inline-block;
	overflow: hidden;
	zoom: 1;
	margin-bottom: 11px;
}
.query_con > li {
	overflow: hidden;
	display: inline-block;
	zoom: 1; 
}
.query_con > li.left {
	float: left;
	width: 295px;
	height: 35px;
	border: 1px #bfbfbf solid;
	background-color: #ffffff;
	box-sizing: border-box;
}
.query_con > li.right {
	float: right;
	width: 295px;
	height: 35px;
	border: 1px #bfbfbf solid;
	background-color: #ffffff;
	box-sizing: border-box;
}
.query_con > li.left2 {
	width: 35px; 
	height: 35px; 
	border-left: 1px #bfbfbf solid; 
	border-top: 1px #bfbfbf solid; 
	border-bottom: 1px #bfbfbf solid; 
	float: left;
	background-color: #ffffff;
}
.query_con > li.right2 {
	width: 654px; 
	height: 255px; 
	float :right;
	background-color: #ffffff;
}

.icon_query1 {width: 35px; height: 35px; background: url(../../images/icon/icon_query.png) no-repeat 0 0;}
.icon_query2 {width: 35px; height: 35px; background: url(../../images/icon/icon_query.png) no-repeat 0 -35px;}
.icon_query3 {width: 35px; height: 35px; background: url(../../images/icon/icon_query.png) no-repeat 0 -70px;}
.icon_query4 {width: 35px; height: 35px; background: url(../../images/icon/icon_query.png) no-repeat 0 -105px;}
.icon_query5 {width: 35px; height: 35px; background: url(../../images/icon/icon_query.png) no-repeat 0 -140px;}
.icon_query6 {width: 35px; height: 35px; background: url(../../images/icon/icon_query.png) no-repeat 0 -175px;}
.icon_query7 {width: 35px; height: 35px; background: url(../../images/icon/icon_query.png) no-repeat 0 -210px;}
.icon_query8 {width: 35px; height: 35px; background: url(../../images/icon/icon_query.png) no-repeat 0 -245px;}

.query_con > li.left figure,
.query_con > li.right figure {
	float: left;
}

.form01 {
	width: 85%;
	height: 35px;
	border-left: 1px #bfbfbf solid;
	font-size: 14px;
	padding: 0 0 0 20px;
	border-right: none;
	border-top: none;
	border-bottom: none;
	box-sizing: border-box;
}
.textarea01 {
	width: 654px;
	height: 255px;
	border: 1px #bfbfbf solid;
	padding: 20px;
	font-size: 14px;
	line-height: 22px;
	box-sizing: border-box;
}
.btn_query {
	display: block;
	width: 250px;
	height: 45px;
	background: #3092d0;
	color: #ffffff;
	font-size: 16px;
	line-height: 45px;
	margin: 0 auto;
}
div.select_box {
	position: relative;
	width: 259px;
	height: 35px;
	background: url(../../images/icon/icon_arrow1.png) 225px center no-repeat; /* 화살표 이미지 */
	border-left: 1px #bfbfbf solid;
	border-right: none; 
	border-top: none; 
	border-bottom: none;
	margin-left: 35px;
}
div.select_box label {
	position: absolute;
	font-size: 14px;
	top: 12px;
	left: 20px;
	letter-spacing: 1px;
	box-sizing: border-box;
}
div.select_box select.sArea,
div.select_box select.sType {
	width: 100%;
	height: 35px;
	min-height: 35px;
	line-height: 35px;
	padding: 0 10px;
	opacity: 0;
	box-sizing: border-box;
}
@media (max-width: 768px) {
	.query_area {
		width: 100%;
		margin: 30px auto 0;
	}
	.query_area > ul > li {
		width:100%;
		display:block;
	}
	.query_con > li {
		display:block;
	}
	.query_con > li.left {
		float:none;
		width: auto;
		margin-bottom: 11px;
	}
	.query_con > li.right {
		float:none;
		width: auto;
	}
	div.select_box {
		width: auto;
		height: 35px;
		background: url(../../images/icon/icon_arrow1.png) 99% center no-repeat; /* 화살표 이미지 */
		border-left:1px #bfbfbf solid;
		border-right:none; 
		border-top:none; 
		border-bottom:none;
		margin-left:35px;
	}
	.form01 {
		height: 35px;
		border-left: 1px #bfbfbf solid;
		font-size: 14px;
		padding: 0 0 0 20px;
		border-right: none;
		border-top: none;
		border-bottom: none;
	}
	.textarea01 {
		width: 100%;
		height: 210px;
		border: 1px #bfbfbf solid;
		padding: 20px;
		font-size: 14px;
		line-height: 22px;
		box-sizing: border-box;
	}
}
@media only screen and (max-width: 767px) and (min-width: 640px) {
	.query_con > li.right2 {
		float: left;
		width: 93.7%;
		height: auto;
	}	
}
@media only screen and (max-width: 639px) and (min-width: 581px) {
	.query_con > li.right2 {
		float: left;
		width: 92.9%;
		height: auto;
	}	
}
@media only screen and (max-width: 580px) and (min-width: 417px) {
	.query_con > li.right2 {
		float: left;
		width: 90%;
		height: auto;
	}	
}
@media only screen and (max-width: 418px) and (min-width: 366px) {
	.query_con > li.right2 {
		float: left;
		width: 88.5%;
		height: auto;
	}	
}
@media  (max-width: 365px) {
	.query_con > li.right2 {
		float: left;
		width: 87%;
		height: auto;
	}	
}
.p_around {
	font-size: 14px;
	color: #777777;
	text-align: center;
	margin: 30px auto 0;
}
.p_around_pc {
	display: block;
}
.p_around_m {
	display: none;
	margin: 20px auto 0;
	line-height: 30px;
}
@media  (max-width: 480px) {
	.p_around_pc {
		display: none;
	}
	.p_around_m {
		display: block;
	}
}
/* -------------------------------- 

User Guide Style

-------------------------------- */
.guide_down {
	display: block;
	margin-top: 20px;
}
.guide_down > a {
	display: block;
	width: 160px;
	height: 40px;
	line-height: 36px;
	border: 1px #444444 solid;
	background: url("../../images/icon/icon_pdf.png") no-repeat 10px center;
	background-size: 38px 38px;
	margin: 0 auto;
	text-align: center;
	border-radius: 7px;
	box-sizing: border-box;
}
.guide_down > a span {
	font-size: 18px;
	color: #222222;
	padding-left: 25px;
}
.guide_box {
	display: block;
	position: relative;
	width: 100%;
	text-align: left;
}
.guide_con {
	display: block;
	position: relative;
	margin-bottom: 40px;
}
.guide_con:last-child {
	margin-bottom: 0;
}
.guide_con > h2 {
	font-size: 26px;
	font-weight: 600;
	color: #004397;
	margin-bottom: 15px;
	padding-top: 15px;
	line-height: 32px;
}
.guide_con > h3 {
	font-size: 20px;
	font-weight: 500;
	color: #000000;
	margin-bottom: 10px;
	line-height: 26px;
}
.guide_con > h3::before {
	content: "\00B7";
	font-size: 34px;
	padding-right: 5px;
	vertical-align: bottom;
}
.guide_con > p {
	font-size: 16px;
	color: #101010;
	margin-top: 20px;
	line-height: 32px;
}
.guide_con > p span {
	padding-left: 17px;
}
.guide_con > p.other {
	display: inline-block;
	font-size: 17px;
	color: #3092d0;
	margin-top: -20px;
	margin-bottom: 25px;
	line-height: 19px;
}
.guide_con img {
	width: 55%;
	margin-top: 7px;
}
.guide_con img.moblie {
	width: 50%;
	margin-top: 7px;
}
.guide_con > p img.icon {
	width: 2%;
	vertical-align: text-bottom;
}
.guide_slice {
	padding-bottom: 40px;
	border-top: 1px #bbbbbb dashed;
}
@media (max-width: 1200px) {
	.guide_con img {
    width: 60%;
	}
	.guide_con img.moblie {
		width: 60%;
		margin-top: 7px;
	}
}
@media (max-width: 1024px) {
	.guide_down {
    margin-top: 15px;
	}
	.guide_down > a {
		background: url("../../images/icon/icon_pdf_m.png") no-repeat 10px center;
		background-size: 38px 38px;
	}
	.guide_con > h2 {
    font-size: 20px;
    margin-bottom: 10px;
    padding-top: 10px;
    line-height: 30px;
	}
	.guide_con > h3 {
    font-size: 16px;
    margin-bottom: 5px;
    line-height: 22px;
	}
	.guide_con > p {
    font-size: 14px;
    color: #101010;
    margin-top: 15px;
    line-height: 27px;
	}
	.guide_con > p span {
    padding-left: 14px;
	}
	.guide_con > p.other {
		font-size: 15px;
		margin-top: -14px;
		margin-bottom: 15px;
	}
}
@media (max-width: 768px) {
	.guide_down > a {
		width: 130px;
		height: 35px;
		line-height: 31px;
		background-size: 35px 35px;
	}
	.guide_down > a span {
		font-size: 15px;
	}
	.guide_con {
    margin-bottom: 30px;
	}
	.guide_con > h2 {
    font-size: 18px;
    line-height: 20px;
	}
	.guide_con > h3 {
    font-size: 15px;
    margin-bottom: 5px;
    line-height: 20px;
	}
	.guide_con > p {
    font-size: 13px;
    color: #101010;
    margin-top: 15px;
    line-height: 22px;
	}
	.guide_con > p span {
    padding-left: 12px;
	}
	.guide_con > p img.icon {
		width: 3%;
	}
	.guide_slice {
    padding-bottom: 30px;
	}
}
@media (max-width: 640px) {
	.guide_con img {
    width: 80%;
	}
	.guide_con img.moblie {
		width: 70%;
		margin-top: 7px;
	}
}
@media (max-width: 576px) {
	.guide_down {
    margin-top: 10px;
	}
	.guide_con > p span {
    padding-left: 0px;
	}
	.guide_con > p img.icon {
		width: 5%;
	}
}
@media (max-width: 480px) {
	.guide_con img {
    width: 100%;
	}
	.guide_con img.moblie {
		width: 90%;
		margin-top: 7px;
	}
	.guide_con > p.other {
		font-size: 14px;
		margin-top: -3px;
		margin-bottom: 20px;
	}
}
/* -------------------------------- 

Tab Style

-------------------------------- */
.tab_wrap {
	display: inline-block;
	width: 100%;
	margin: 0 auto 50px;
}
.tab {
	position: relative;
	width: 100%;
	height: 43px;
}
.tab > li {
	display: table-cell;
	width: 1%;
}
.tab > li > a {
	position: relative;
	display: block;
	font-size: 16px;
	height: 43px;
	line-height: 40px;
	color: #404040;
	background-color: #ffffff;
	border: 1px #e0e0e0 solid;
	border-left: 0;
	text-decoration: none;
	box-sizing: border-box;
}
.tab > li > a:hover {
	border: 1px #404040 solid;
	margin-left: -1px;
}
.tab > li:first-child > a {
	border-left: 1px #e0e0e0 solid;
}
.tab > li:first-child > a:hover {
	border: 1px #404040 solid;
	margin-left: 0;
}
.tab > li.active > a,
.tab > li.active > a:hover {
	background: #404040;
	color: #ffffff;
	border: 1px #404040 solid;
	border-left: 1px #404040 solid;
	margin-left: -1px !important;
}
@media (max-width: 992px) {
	.s_tab_wrap {
		width: 100%;
		margin: 30px auto 0;
	}
	.l_tab_wrap {
		width: 100%;
		margin: 30px auto 0;
	}
	.tab_wrap {
		margin: 0 auto 35px;
	}
}
@media (max-width: 640px) {
	.s_tab_wrap {
		display: inline-block;
		margin: 20px auto 0;
	}
	.l_tab_wrap {
		margin: 20px auto 0;
	}
	.tab > li {
		float: left;
		width: 50% !important;
	}
	.tab > li > a {
		font-size: 14px;
		border-left: 1px #e0e0e0 solid;
		margin-left: -1px !important;
		margin-bottom: -1px !important;
	}
	.tab > li > a:hover {
		border : 1px #e0e0e0 solid;
		margin-left: -1px;
	}
	.tab > li:first-child > a {
		margin-right: 0;
	}
	.tab > li:first-child > a:hover {
		border: 1px #e0e0e0 solid;
		margin-left: 0;
	}
	.tab > li.active:first-child > a:hover {
		border: 1px #404040 solid;
		margin-left: 0;
	}
}
@media (max-width: 320px) {
	.tab > li > a {
		font-size: 13px;
	}
}
/* -------------------------------- 

Contact Us Style

-------------------------------- */
.conUs_tbl {
	display: block;
	padding: 25px;
	text-align: left;
	font-size: 15px;
	line-height: 24px;
	box-sizing: border-box;
}
@media  (max-width: 980px) {
	.conUs_tbl {
		padding: 20px;
		font-size: 14px;
		line-height: 22px;
	}
}
/* -------------------------------- 

Panmun Contents Style

-------------------------------- */
.pamunCon_area {
	display: block;
}
.pamunCon_area > p {
	font-size: 22px;
	font-weight: 600;
    line-height: 28px;
	color: #000000;
}
.pamunCon_area > .web {
	display: block;
	width: 720px;
	margin: 30px auto 0;
	position: relative;
}
.pamunCon_area > .web > div {
	display: block;
}
.slidetabs { 
	display: block;
	margin: 20px auto 0;
}
.slidetabs > a {
	display: inline-block;
	width: 9px;
	height: 9px;
	margin: 0 3px;
	font-size: 1px;
}
.slidetabs_ico {
	display: block;
	overflow: hidden;
	background: url(../../images/icon/slidetabs.png) no-repeat;
	text-indent: -555555px;
	vertical-align: top;
}
.slidetabs_ico.current {
	 background-position: 0 -9px;
}
@media (max-width: 980px) {
	.pamunCon_area {
		margin-top: 30px;
	}
	.pamunCon_area > p {
		font-size: 18px;
		line-height: 26px;
	}
	.pamunCon_area > .web {
		width: 100%;
		min-height: 200px;
		height: 100%;
		margin: 10px auto 0;
		position: relative;
	}
	.pamunCon_area > .web img {
		width: 80%;
	}
	.slidetabs { 
		display: block;
		margin: 10px auto 0;
	}
	.slidetabs > a {
		display: inline-block;
		width: 11px;
		height: 11px;
		margin: 0 5px;
		font-size: 1px;
	}
	.slidetabs_ico {
		background: url(../../images/icon/slidetabs_m.png) no-repeat;
		background-size: 100%;
	}
	.slidetabs_ico.current {
		 background-position: 0 -11px;
	}
}
@media (max-width: 480px) {
	.pamunCon_area > .web img {
		width: 100%;
	}
}
/* Page Arrow */
.page_arrow_l > a {
	display: block;
	width:22px;
	height:44px;
	position:absolute;
	top: 50%;
	left: -57px;
	background:url(../../images/icon/page_arrow.png) no-repeat 0 0;
	text-indent:-555555px;
	opacity:0.4!important;
	filter:alpha(opacity=40);
}
.page_arrow_l > a:hover {
	width:22px;
	height:44px;
	position:absolute;
	top:50%;
	left:-57px;
	background:url(../../images/icon/page_arrow.png) no-repeat 0 0;
	text-indent:-555555px;
	opacity: 1.0!important;
	filter:alpha(opacity=100);
}
.page_arrow_r > a {
	display: block;
	width:22px;
	height:44px;
	position:absolute;
	top:50%;
	right:-57px;
	background:url(../../images/icon/page_arrow.png) no-repeat 0 -44px;
	text-indent:-555555px;
	opacity:0.4!important;
	filter:alpha(opacity=40);
}
.page_arrow_r > a:hover {
	width:22px;
	height:44px;
	position:absolute;
	top:50%;
	right:-57px;
	background:url(../../images/icon/page_arrow.png) no-repeat 0 -44px;
	text-indent:-555555px;
	opacity:1.0!important;
	filter:alpha(opacity=100);
}
@media (max-width: 980px) {
	.page_arrow_l > a,
	.page_arrow_r > a {
		display: none;
	}
}
/* -------------------------------- 

Round Tab Style

-------------------------------- */
.round_tab_box {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 0 15px;
}
button.round_tab {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 175px;
	height: 50px;
	border: 1px #101010 solid;
	border-radius: 25px;
	background-color: transparent;
	box-sizing: border-box;
}
button.round_tab > span {
	font-size: 20px;
	font-weight: 600;
	color: #111111;
	line-height: 1;
}
button.round_tab.active {
	background-color: #111111;
	border: 1px #111111 solid;
}
button.round_tab.active > span {
	color: #ffffff;
}
@media (max-width: 1024px) {
	button.round_tab {
		width: 155px;
		height: 45px;
	}
	button.round_tab > span {
		font-weight: 500;
	}
}
@media (max-width: 768px) {
	button.round_tab {
		width: 145px;
		height: 40px;
	}
	button.round_tab > span {
		font-size: 16px;
	}
}
@media (max-width: 576px) {
	button.round_tab {
		width: 50%;
	}
}
@media (max-width: 480px) {
	.round_tab_box {
		gap: 0 10px;
	}
}
