@charset "utf-8";
/* CSS Document */

/* *******************************************************

	* ProjectName : e-Physiology Other Page
	* FileName : phy_other_220126.css
	* Description : About, Service
	* First Date : 2022.01.26.
	* Name : 김희선

*********************************************************/

.other_con_box {
	width: 100%;
	box-sizing: border-box;
	text-align: center;
}
/* -------------------------------- 

Other Title Style

-------------------------------- */
.other_con_tit {
	width: 100%;
	margin-bottom: 50px;
	text-align: center;
}
.other_con_tit > h3 {
	font-size: 36px;
	font-weight: 600;
	color: #1e7abf;
	margin-bottom: 25px;
}
.other_con_tit > p {
	font-size: 18px;
	font-weight: 300;
	line-height: 30px;
	color: #222222;
}
.other_con_tit > p > a {
	font-weight: 500;
	color: #425ebd;
	text-decoration: underline;
	text-underline-position: under;
}
.other_con_tit > p > strong {
	font-weight: 500;
	color: #555555;
}
.other_txt_pc {
	display: block;
}
.other_txt_m {
	display: none;
}
@media (max-width: 1200px) {
	.other_con_tit > h3 {
		font-size: 34px;
		line-height: 42px;
	}
}
@media (max-width: 992px) {
	.other_con_tit {
    width: 100%;
    margin-bottom: 30px;
	}
	.other_con_tit > h3 {
		font-size: 30px;
		line-height: 38px;
		margin-bottom: 15px;
	}
	.other_con_tit > p {
		font-size: 16px;
		line-height: 28px;
	}
}
@media (max-width: 768px) {
	.other_con_tit > h3 {
		font-size: 26px;
		font-weight: 500;
		line-height: 34px;
		letter-spacing: -1.1px;
	}
	.other_con_tit > p {
		font-size: 15px;
		line-height: 26px;
	}
}
@media (max-width: 480px) {
	.other_con_tit > h3 {
		font-size: 24px;
		line-height: 30px;
	}
	.other_con_tit > p {
		line-height: 24px;
	}
	.other_txt_pc {
		display: none;
	}
	.other_txt_m {
		display: block;
	}
}
/* -------------------------------- 

Features Style - Add 2023.02.28.

-------------------------------- */
#fea_top_wrap {
	display: block;
	overflow: hidden;
	width: 100%;
	height: 100%;
	background-color: #ffffff;
	padding: 75px 0 80px 0;
	box-sizing: border-box;
}
#fea_btm_wrap {
	display: block;
	overflow: hidden;
	width: 100%;
	height: 100%;
	background-color: #666666;
	padding: 80px 0 100px 0;
	box-sizing: border-box;
}
.con_bi {
	display: block;
	width: 370px;
	height: 72px;
	background: url(../../images/bi/phy_bi.svg) no-repeat 0 0;
	background-size: 100%;
	font-size: 0;
	margin: 0 auto;
}
.features_con {
	font-size: 20px;
	font-weight: 400;
	color: #000000;
	line-height: 34px;
	margin-top: 50px;
}
.features_box_inner {
	display: block;
	width: 100%;
}
.features_box {
	display: inline-block;
	width: 48%;
	padding: 0 2%;
	box-sizing: border-box;
	margin: 40px auto;
	vertical-align: top;
}
.features_box .features_circle {
	width: 120px;
	height: 120px;
	border-radius: 75px;
	margin: 0 auto;
	position: relative;
	background-color: #1e7abf;
}
.features_box .features_circle > i {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.features_box .features_box_name {
	font-size: 22px;
	font-weight: 500;
	color: #000000;
	line-height: 20px;
	margin-top: 20px;
}
.features_box .features_box_p {
	font-size: 17px;
	color: #666666;
	line-height: 28px;
	margin-top: 20px;
}
.icon_fea1 {
	width: 60px;
	height: 60px;
	background: url("../../images/icon/icon_summary.svg") no-repeat;
	background-size: 100%;
	filter: invert(100%);
}
.icon_fea2 {
	width: 60px;
	height: 60px;
	background: url("../../images/icon/icon_basic.svg") no-repeat;
	background-size: 100%;
	filter: invert(100%);
}
.icon_fea3 {
	width: 60px;
	height: 60px;
	background: url("../../images/icon/icon_experiment.svg") no-repeat;
	background-size: 100%;
	filter: invert(100%);
}
.icon_fea4 {
	width: 60px;
	height: 60px;
	background: url("../../images/icon/icon_quiz.svg") no-repeat;
	background-size: 100%;
	filter: invert(100%);
}
.features_normal {
	display: block;
}
.features_640px {
	display: none;
}
@media (max-width: 1300px) {
	#fea_top_wrap {
		padding: 75px 3% 80px 3%;
	}
	#fea_btm_wrap {
		padding: 80px 3% 100px 3%;
	}
}
@media (max-width: 1024px) {
	#fea_top_wrap {
		padding: 65px 3% 40px 3%;
	}
	#fea_btm_wrap {
		padding: 40px 3% 90px 3%;
	}
}
@media (max-width: 992px) {
	.con_bi {
		width: 320px;
		height: 61px;
	}
	.features_con {
    font-size: 17px;
    line-height: 30px;
		margin-top: 40px;
	}
	.features_divide {
    margin: 40px 0;
	}
	.features_box {
		padding: 0 1%;
    margin: 30px auto;
	}
	.features_box .features_circle {
    width: 110px;
    height: 110px;
    border-radius: 75px;
	}
	.features_box .features_box_name {
    font-size: 19px;
    margin-top: 15px;
	}
	.features_box .features_box_p {
    font-size: 16px;
		line-height: 26px;
    margin-top: 15px;
	}
}
@media (max-width: 900px) {
	.features_box .features_box_name {
    font-size: 17px;
		margin-top: 10px;
	}
	.features_box .features_box_p {
    font-size: 14px;
    line-height: 22px;
		margin-top: 10px;
	}
}
@media (max-width: 768px) {
	#fea_top_wrap {
		padding: 60px 5% 40px 5%;
	}
	#fea_btm_wrap {
		padding: 40px 5% 80px 5%;
	}
	.con_bi {
		width: 280px;
		height: 54px;
	}
	.features_con {
    font-size: 15px;
    line-height: 26px;
		margin-top: 35px;
	}
	.features_box {
    width: 100%;
    padding: 0 2%;
    margin: 20px auto 30px;
	}
	.features_box .features_circle {
    width: 100px;
    height: 100px;
	}
}
@media (max-width: 640px) {
	.con_bi {
		width: 250px;
		height: 48px;
	}
	.features_normal {
		display: none;
	}
	.features_640px {
		display: block;
	}
}
@media (max-width: 576px) {
	#fea_top_wrap {
		padding: 50px 5% 40px 5%;
	}
	.con_bi {
		width: 220px;
		height: 42px;
	}
}
/** Features Table of Contents **/
.fea_tc_tit{
	width: 100%;
	margin-bottom: 50px;
	text-align: center;
}
.fea_tc_tit > h3 {
	font-size: 36px;
	font-weight: 600;
	color: #ffffff;
	margin-bottom: 25px;
}
.fea_list_box {
	display: block;
	width: 100%;
	text-align: left;
}
.fea_list {
	display: inline-block;
	width: 33%;
	padding: 0 2%;
	box-sizing: border-box;
	margin: 20px auto;
	vertical-align: top;
}
.fea_list > .fea_list_name {
	font-size: 26px;
	font-weight: 500;
	color: #000000;
}
.fea_list > ul.fea_list_subname {
	display: block;
	margin-top: 15px;
}
ul.fea_list_subname > li {
	display: block;
	position: relative;
	font-size: 19px;
	font-weight: 300;
	color: rgba(0, 0, 0, .75);
	padding-left: 13px;
	margin: 10px 0;
	line-height: 24px;
}
ul.fea_list_subname > li::before {
	content: "";
	display: block;
	width: 6px;
	height: 1px;
	background-color: rgba(0, 0, 0, .70);
	position: absolute;
	left: 0;
	top: 12px;
}
@media (max-width: 1200px) {
	.fea_tc_tit > h3 {
		font-size: 34px;
	}
	.fea_list > .fea_list_name {
		font-size: 22px;
	}
	ul.fea_list_subname > li {
		font-size: 18px;
		line-height: 22px;
	}
}
@media (max-width: 992px) {
	.fea_tc_tit {
    margin-bottom: 30px;
	}
	.fea_tc_tit > h3 {
		font-size: 30px;
		margin-bottom: 15px;
	}
	.fea_list {
    margin: 15px auto;
	}
	.fea_list > .fea_list_name {
		font-size: 20px;
	}
	ul.fea_list_subname > li {
		font-size: 16px;
		line-height: 20px;
	}
	ul.fea_list_subname > li::before {
    height: 1px;
    top: 10px;
	}
}
@media (max-width: 768px) {
	.fea_tc_tit > h3 {
		font-size: 26px;
    font-weight: 500;
    letter-spacing: -1.1px;
	}
	.fea_list {
    display: inline-block;
    width: 48%;
		padding: 0 2.5%;
    margin: 17px auto;
	}
	.fea_list > .fea_list_name {
		font-size: 16px;
	}
	ul.fea_list_subname > li {
		font-size: 14px;
		line-height: 18px;
		padding-left: 10px;
	}
	ul.fea_list_subname > li::before {
		width: 5px;
    height: 1px;
    top: 9px;
	}
}
@media (max-width: 576px) {
	.fea_list {
    display: block;
    width: 60%;
		padding: 0;
    margin: 10px auto 25px;
	}
}
@media (max-width: 414px) {
	.fea_list {
    width: 90%;
	}
}
/* -------------------------------- 

Subscription Style - Add 2023.02.13.

-------------------------------- */
/* Color Style */
.bgC_white {background-color: #ffffff;}
.bgC_Lgray {background-color: #f5f5f5;}
.bgC_gray {background-color: #2B2B2B;}

/* Box Style */
.comBox_area {
	display: block;
	overflow: hidden;
	width: 100%;
}
div.common_box {
	display: inline-block;
	width: 340px;
	margin: 0 11.5px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
  vertical-align: top;
	background-color: #f5f5f5;
	text-align: center;
}
div.common_box .comBox_tit {
	display: block;
	padding: 35px 0;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-top-left-radius: 10px;
	font-size: 28px;
	font-weight: 600;
    color: #ffffff;
	font-style: normal;
}
div.common_box .comBox_con {
	display: block;
	padding: 25px;
	text-align: left;
	font-size: 15px;
	line-height: 26px;
}
@media only screen and (max-width: 1260px) {
	div.common_box {
		width: 30%;
		margin: 0 10px
	}
	div.common_box .comBox_tbl {
    padding: 25px 0;
	}
}
@media only screen and (max-width: 1180px) {
	div.common_box {
		width: 31%;
		margin: 0 5px
	}
}
@media only screen and (max-width: 1080px) and (min-width: 1024px) {
	div.common_box .comBox_con {
		display: block;
		padding: 15px;
		text-align: left;
		font-size: 14px;
		line-height: 24px;
	}
}
@media only screen and (max-width: 480px) {
	div.common_box .comBox_con {
		display: block;
		padding: 15px;
		text-align: left;
		font-size: 14px;
		line-height: 24px;
	}
}
/*** Add 2025.02.12. ***/
.store_area {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 20px;
}
.store_box {
	width: calc((100% - 20px* 3) / 4);
	border: 5px #f0f0f0 solid;
	border-radius: 10px;
	padding: 20px;
	box-sizing: border-box;
	text-align: left;
}
.store_box > h4 {
	font-size: 20px;
	font-weight: 600;
	color: #3e5aa7;
}
.store_box > dl {
	line-height: 18px;
}
.store_box > dl dt {
	font-size: 16px;
	font-weight: 500;
	color: #000000;
	margin-top: 15px;
	padding-top: 15px;
	border-top: 1px rgba(0, 0, 0, .2) dashed;
}
.store_box > dl dd {
	font-size: 14px;
	color: #666666;
	margin-top: 5px;
}
.store_box > dl dt:first-child {
	padding-top: 0;
	border-top: none;
}
@media (max-width: 1200px){
	.store_area {
		gap: 15px;
	}
	.store_box {
		width: calc((100% - 15px* 3) / 4);
		padding: 18px;
	}
}
@media (max-width: 1024px){
	.store_box {
		width: calc((80% - 15px* 1) / 2);
		padding: 18px;
	}
	.store_box > dl dt {
		margin-top: 10px;
		padding-top: 10px;
	}
}
@media (max-width: 768px){
	.store_box {
		width: calc((100% - 15px* 1) / 2);
	}
	.store_box > h4 {
		font-size: 18px;
	}
	.store_box > dl dt {
		font-size: 14px;
	}
	.store_box > dl dd {
		font-size: 13px;
	}
}
@media (max-width: 576px){
	.store_box {
		width: calc((100% - 15px* 1) / 2);
		padding: 15px;
	}
}
@media (max-width: 490px){
	.store_box {
		width: calc((100% - 15px* 0) / 1);
	}
}
div.common_box .comBox_tbl {
	display: block;
	overflow: hidden;
	padding: 30px 0;
	width: 100%;
	max-width: 290px;
	margin: 0 auto;
	font-size: 18px;
	font-style: normal;
}
.comBox_tbl ul {
	display: inline-table;
	overflow: hidden;
	margin-top: -1px;
}
.comBox_tbl ul li.cate_tit {
	width: 95px;
	box-sizing: border-box;
	display: table-cell;
	vertical-align:middle;
	font-weight: 600;
	color: #555555;
	font-size: 15px;
	font-style: normal;
	border-top: 1px #444444 solid;
	border-bottom: 1px #444444 solid;
}
.comBox_tbl ul li.cate_con {
	display: table;
	width: 195px;
	margin-left: -1px;
	padding: 10px 0;
	border-top: 1px #cccccc solid;
	border-bottom: 1px #cccccc solid;
}
.comBox_tbl ul li.cate_con p {
	display: table-cell;
	vertical-align: middle;
	text-align: left;
	padding-left: 15px;
	line-height: 22px;
	color: #666666;
	font-size: 14px;
}
.comBox_tbl ul li.cate_con p > a {
	font-style: normal;
	font-weight: 500;
}
.comBox_tbl p.add {
	font-size: 13px;
	text-align: left;
	margin-top: 24px;
	line-height: 20px;
	color: #D01C20;
}
@media only screen and (max-width: 320px) {
	.comBox_tbl p.add {
		font-size: 12px;
		padding: 0 5%;
	}
}
@media only screen and (max-width: 1080px) {
	.comBox_area {
		display: block;
		width: 100%;
		margin: 20px auto 0;
	}
}
@media only screen and (max-width: 1080px) and (min-width: 1024px) {
	div.common_box {
		float: left;
		display: block;
		width: 32%;
		margin: auto 5px auto 5px;
		border-radius: 10px;
		-webkit-border-radius: 10px;
	}
	div.common_box .comBox_tit {
		display: block;
		padding: 25px 0;
		font-size: 22px;
	}
	div.common_box .comBox_tbl {
		display: block;
		overflow: hidden;
		padding: 25px 0;
		width: 90%;
		margin: 0 auto;
	}
}
@media only screen and (max-width: 1023px) and (min-width: 700px) {
	.comBox_area {
		display: block;
		width: 50%;
		margin: 20px auto 0;
	}
	div.common_box {
		float: none;
		display: block;
		width: 100%;
		margin: 0 auto 15px;
		border-radius: 10px;
		-webkit-border-radius: 10px;
	}
	div.common_box .comBox_tit {
		display: block;
		padding: 25px 0;
		font-size: 22px;
	}
	div.common_box .comBox_tbl {
		display: block;
		overflow: hidden;
		padding: 25px 0;
		width: 80%;
		margin: 0 auto;
	}
}
@media only screen and (max-width: 700px) and (min-width: 490px) {
	.comBox_area {
		display: block;
		width: 70%;
		margin: 20px auto 0;
	}
	div.common_box {
		float: none;
		display: block;
		width: 100%;
		margin: 0 auto 15px;
		border-radius: 10px;
		-webkit-border-radius: 10px;
	}
	div.common_box .comBox_tit {
		display: block;
		padding: 25px 0;
		font-size: 22px;
	}
	div.common_box .comBox_tbl {
		display: block;
		overflow: hidden;
		padding: 25px 0;
		width: 80%;
		margin: 0 auto;
	}
	.comBox_tbl ul li.cate_tit {
		width: 90px;
		font-size: 14px;
		margin: 0 auto;
	}
	.comBox_tbl ul li.cate_con {
		display: table;
		width: 190px;
		margin-left: -1px;
		padding: 7px 0;
	}
	.comBox_tbl ul li.cate_con p {
		padding-left: 10px;
		line-height: 20px;
		color: #666666;
		font-size: 13px;
	}
}
@media only screen and (max-width: 490px) and (min-width: 360px) {
	.comBox_area {
		display: block;
		margin: 20px auto 0;
	}
	div.common_box {
		float: none;
		display: block;
		width: 100%;
		margin: 0 auto 15px;
		border-radius: 10px;
		-webkit-border-radius: 10px;
	}
	div.common_box .comBox_tit {
		display: block;
		padding: 25px 0;
		font-size: 22px;
	}
	div.common_box .comBox_tbl {
		display: block;
		overflow: hidden;
		padding: 25px 0;
		width: 80%;
		margin: 0 auto;
	}
	.comBox_tbl ul li.cate_tit {
		width: 115px;
		margin: 0 auto;
	}
	.comBox_tbl ul li.cate_con {
		display: table;
		width: 160px;
		margin-left: -1px;
		padding: 7px 0;
	}
	.comBox_tbl ul li.cate_con p {
		padding-left: 10px;
		line-height: 20px;
		color: #666666;
	}
}
@media only screen and (max-width: 360px) {
	div.common_box {
		float: none;
		display: block;
		width: 100%;
		margin: 0 auto 15px;
		border-radius: 10px;
		-webkit-border-radius: 10px;
	}
	div.common_box .comBox_tit {
		display: block;
		padding: 25px 0;
		font-size: 22px;
	}
	.comBox_tbl ul li.cate_tit {
		width: 80px;
		font-size: 14px;
	}
	.comBox_tbl ul li.cate_con {
		display: table;
		width: 175px;
		margin-left: -1px;
		padding: 7px 0;
	}
	.comBox_tbl ul li.cate_con p {
		padding: 0 10px;
		line-height: 22px;
		color: #666666;
		font-size: 13px;
	}
}
.comBox_division {
	display: block;
	width: 100%;
	margin: 80px 0;
	border-top: 1px rgba(0, 0, 0, 0.2) solid;
}
@media only screen and (max-width: 1024px) {
	.comBox_division {
		margin: 40px 0;
	}
}
/* -------------------------------- 

Query Style - Add 2023.2.13.

-------------------------------- */
.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;
	*display: inline/*IE7 HACK*/;
	_display: inline;/*IE6 HACK*/ 
	margin-bottom: 11px;
}
.query_con > li {
	overflow: hidden;
	display: inline-block;
	zoom: 1;
	*display: inline/*IE7 HACK*/;
	_display: inline;/*IE6 HACK*/ 
}
.query_con > li.left {
	float: left;
	width: 295px;
	height: 35px;
	border: 1px #bfbfbf solid;
	background-color: #ffffff;
}
.query_con > li.right {
	float: right;
	width: 295px;
	height: 35px;
	border: 1px #bfbfbf solid;
	background-color: #ffffff;
}
.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: 239px;
	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: 654px;
	height: 255px;
	border: 1px #bfbfbf solid;
	padding: 20px;
	font-size: 14px;
	line-height: 22px;
	box-sizing: border-box;
	resize: none;
}
.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;
	filter: alpha(opacity=0); /* IE 8 */
	box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
	.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 {
		width: auto;
		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: 410px) {
	.query_con > li.right2 {
		float: left;
		width: 88.5%;
		height: auto;
	}
}
@media only screen and (max-width: 365px) {
	.query_con > li.right2 {
		width: 87.5%;
	}
	.textarea01 {
		padding: 16px 16px;
	}
}
@media only screen and (max-width: 319px) {
	.query_con > li.right2 {
		float: left;
		width: 85%;
		height: auto;
	}	
}
@media only screen and (max-width: 560px) and (min-width: 411px) {
	.query_con > li.right2 {
		float: left;
		width: 90%;
		height: auto;
	}	
}
@media only screen and (max-width: 639px) and (min-width: 561px) {
	.query_con > li.right2 {
		float: left;
		width: 92.9%;
		height: auto;
	}	
}
@media only screen and (max-width: 767px) and (min-width: 640px) {
	.query_con > li.right2 {
		float: left;
		width: 93.7%;
		height: auto;
	}	
}
.security_area {
	float: left;
	overflow: hidden;
}
.security_write {
	float: right;
}
/* -------------------------------- 

Panmun Contents Style - Add 2023.02.27.

-------------------------------- */
.pamunCon_area {
	display: block;
	text-align: center;
}
.pamunCon_area > p {
	font-size: 137.5%;
	font-weight: 600;
	color: #000000;
	font-style: normal;
}
.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;
}

/* 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: 992px) {
	.pamunCon_area > p {
    font-size: 20px;
    line-height: 28px;
	}
	.pamunCon_area > .web {
    width: 100%;
    min-height: 200px;
    height: 100%;
    margin: 20px auto 0;
	}
	.pamunCon_area > .web img {
    width: 100%;
	}
	.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: 768px) {
	.pamunCon_area > p {
    font-size: 18px;
    line-height: 26px;
	}
}
.panmunCon_pc {
	display: block;
}
.panmunCon_m {
	display: none;
}
@media (max-width: 420px) {
	.panmunCon_pc {
		display: none;
	}
	.panmunCon_m {
		display: block;
	}
}
/* -------------------------------- 

User Guide Style

-------------------------------- */
.guide_down > a {
	display: block;
	width: 160px;
	height: 40px;
	line-height: 35px;
	margin: 0 auto;
	border: 1px #444444 solid;
	background: url(../../images/icon/icon_pdf.png) no-repeat 10px center;
	background-size: 38px 38px;
	box-sizing: border-box;
}
.guide_down > a span {
	font-size: 18px;
	color: #222222;
	padding-left: 25px;
}
/* Guide Tab */
.guide_tab_box {
	display: block;
	margin: 0 auto 60px;
}
.guide_tab_box > ul.guide_tab {
	position: relative;
	width: 100%;
	height: 45px;
}
ul.guide_tab > li {
	display: table-cell;
	width: 1%;
	box-sizing: border-box;
}
ul.guide_tab > li > a {
	position: relative;
	display: block;
	font-size: 16px;
	height: 45px;
	line-height: 40px;
	color: #404040;
	background-color: #ffffff;
	border: 1px #cccccc solid;
	border-left: 0;
	text-decoration: none;
	text-align: center;
  box-sizing: border-box;
}
ul.guide_tab > li > a:hover {
	border: 1px #404040 solid;
	margin-left: -1px;
	box-sizing: border-box;
}
ul.guide_tab > li:first-child > a {
	border-left: 1px #cccccc solid;
}
ul.guide_tab > li:first-child > a:hover {
	border: 1px #404040 solid;
	margin-left: 0;
}
ul.guide_tab > li.active > a,
ul.guide_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: 1080px) {
	.guide_tab_box {
		width: 100%;
		margin: 0 auto 35px;
	}
}
@media (max-width: 768px) {
	.guide_tab_box {
		display: inline-block;
		width: 100%;
		margin: 0 auto 35px;
	}
	ul.guide_tab > li {
		float: left;
		width: 50% !important;
	}
	ul.guide_tab > li > a {
		border-left: 1px #cccccc solid;
		margin-left: -1px !important;
		margin-bottom: -1px !important;
		font-size: 14px;
	}
	ul.guide_tab > li:nth-child(even) {
		margin-left: -1px;
	}
	ul.guide_tab > li > a:hover {
		border: 1px #cccccc solid;
		margin-left: -1px;
	}
	ul.guide_tab > li:first-child > a {
		margin-right: 0;
	}
	ul.guide_tab > li:first-child > a:hover {
		border: 1px #cccccc solid;
		margin-left: 0;
	}
	ul.guide_tab > li.active:first-child > a:hover {
		border: 1px #404040 solid;
		margin-left: 0;
	}
}
/** Guide Area **/
.guide_box {
	display: block;
	position: relative;
	width: 100%;
	text-align: left;
}
.guide_box .guide_con {
	display: block;
	position: relative;
	margin-bottom: 50px;
}
.guide_box .guide_con:last-child {
	margin-bottom: 0;
}
.guide_con > h2 {
	font-size: 30px;
	font-weight: 600;
	color: #1e7abf;
	margin-bottom: 25px;
	padding-top: 15px;
	line-height: 32px;
}
.guide_con > h3 {
	font-size: 24px;
	font-weight: 600;
	color: #000000;
	margin-bottom: 15px;
	line-height: 26px;
}
.guide_con > h3::before {
	content: "●";
	font-size: 11px;
	padding-right: 10px;
	vertical-align: middle;
}
.guide_con > p {
	font-size: 17px;
	color: #101010;
	margin-top: 25px;
	line-height: 36px;
}
.guide_con > p span {
    padding-left: 17px;
}
.guide_con > p.other {
	font-size: 17px;
	color: #3092d0;
	margin-top: -20px;
	margin-bottom: 25px;
	line-height: 19px;
}
.guide_con > img {
	width: 60%;
	margin-top: 7px;
}
.guide_con > p img.icon {
	width: 2%;
}
.guide_slice {
	padding-bottom: 40px;
	border-top: 1px #bbbbbb dashed;
}
@media screen and (max-width: 1024px) {
	.guide_box .guide_con {
		display: block;
		position: relative;
		margin-bottom: 40px;
	}
	.guide_con > h2 {
		font-size: 21px;
		margin-bottom: 15px;
		padding-top: 10px;
		line-height: 25px;
	}
	.guide_con > h3 {
		font-size: 19px;
		margin-bottom: 10px;
		line-height: 24px;
	}
	.guide_con > p {
		font-size: 15px;
		margin-top: 13px;
		line-height: 28px;
	}
	.guide_con > p span {
		padding-left: 14px;
	}
	.guide_con > p.other {
		font-size: 15px;
		margin-top: -14px;
		margin-bottom: 15px;
	}
	.guide_con > p img {
		width: 50%;
	}
	.guide_con > p img.icon {
		width: 6%;
	}
	.guide_slice {
		padding-bottom: 30px;
	}
}
@media screen and (max-width: 768px) {
	.guide_con > img {
    width: 80%;
	}
}
@media screen and (max-width: 576px) {
	.guide_con > img {
		width: 100%;
		margin-top: 5px;
	}
}
@media screen and (max-width: 420px) {
	.guide_box .guide_con {
		margin-bottom: 30px;
	}
	.guide_con > h2 {
		font-size: 19px;
		margin-bottom: 10px;
		padding-top: 10px;
		line-height: 25px;
	}
	.guide_con > h3 {
		font-size: 17px;
		margin-bottom: 8px;
		line-height: 20px;
	}
	.guide_con > p {
		font-size: 14px;
		margin-top: 10px;
		line-height: 26px;
	}
	.guide_con > p span {
		padding-left: 0;
	}
	.guide_con > p.other {
		font-size: 14px;
		margin-top: -10px;
		margin-bottom: 20px;
	}
	.guide_con > p img {
		width: 70%;
	}
	.guide_slice {
		padding-bottom: 20px;
	}
}
/* -------------------------------- 

Apply for Account Style

-------------------------------- */
.account_area {
	display: block;
	width: 100%;
}
.account_box {
	display: inline-block;
	position: relative;
	width: 49%;
	height: 630px;
	margin: 0 auto;
	border-left: 1px rgba(0, 0, 0, 0.15) solid;
	padding: 0 3%;
	vertical-align: top;
	box-sizing: border-box;
	text-align: center;
}
.account_box:first-child {
	border-left: 0;
}
.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-weight: 500;
	color: #000000;
	margin: 15px auto 0;
}
.account_p {
	display: block;
	font-size: 16px;
	font-weight: 300;;
	line-height: 30px;
	color: #666666;
	margin: 25px auto 0;
}
.account_p > span {
	font-weight: 500;
}
.account_p > strong {
	font-weight: 500;
	color: #359bdc;
}
.account_inputs {
	display: block;
	margin-top: 30px;
}
.account_inputs > p input {
	width: 400px;
	height: 45px;
	background-color: #ffffff;
	padding: 0 30px;
	color: #444444;
	font-size: 16px;
	font-weight: 500;
	line-height: 45px;
	border: 1px rgba(0, 0, 0, 0.25) solid;
	margin: 15px auto 0;
	box-sizing: border-box;
}

.account_inputs > p input::placeholder {
	color: #888888;
	font-weight: 300;
}
.account_inputs > p input::-ms-input-placeholder {
	color: #888888;
	font-weight: 300;
}
.account_inputs > p input::-webkit-input-placeholder {
	color: #888888;
	font-weight: 300;
}
.account_btn {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	width: 400px;
}
.account_btn > a {
	display: block;
	position: relative;
	line-height: 45px;
	box-sizing: border-box;
}
.account_btn > a > span {
	font-size: 18px;
	color: #ffffff;
}
.account_btn > a > span.request::before {
	content: "";
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url("../../images/icon/icon_download.svg") no-repeat left /cover;
	margin-right: 10px;
	margin-top: -2px;
	vertical-align: middle;
}

/** Account Icon **/
.icon_personal {
	display: block;
	width: 68px;
	height: 65px;
	background: url("../../images/icon/icon_personal.png") no-repeat center / cover;
	margin: 30px auto 0;
}
.icon_group {
	display: block;
	width: 68px;
	height: 65px;
	background: url("../../images/icon/icon_group.png") no-repeat center / cover;
	margin: 30px auto 0;
}
.account_w_division {
	display: none;
}
@media (max-width: 1200px) {
	.account_box {
		height: 700px;
	}
	.account_inputs > p input {
		width: 90%;
		padding: 0 20px;
	}
	.account_btn {
    width: 90%;
	}
}
@media (max-width: 992px) {
	.account_inner {
    margin-top: 20px;
	}
	.account_box {
		display: block;
    width: 100%;
		height: inherit;
    border-left: 0;
    margin: 0 auto;
    padding: 5% 2%;
	}
	.account_tit {
    font-size: 18px;
    margin: 10px auto 0;
	}
	.account_box .account_p {
    font-size: 15px;
    line-height: 26px;
    margin: 20px auto 0;
	}
	.account_inputs > p input {
    width: 50%;
	}
	.account_btn {
    position: relative;
    width: 50%;
    bottom: inherit;
    left: inherit;
    transform: inherit;
    -webkit-transform: inherit;
    margin: 0 auto;
	}
	.account_btn > a {
    margin-top: 70px;
	}
	.account_w_division {
    display: block;
    width: 100%;
    margin-top: 20px;
    padding-bottom: 15px;
    border-top: 1px rgba(0, 0, 0, 0.15) solid;
	}
}
@media (max-width: 768px) {
	p.account_subs {
    font-size: 15px;
    line-height: 26px;
	}
	.account_circle {
    width: 130px;
    height: 130px;
	}
	.account_box .account_tit {
    font-size: 16px;
    margin: 10px auto 0;
	}
	.account_box .account_p {
    font-size: 14px;
    line-height: 24px;
    margin: 15px auto 0;
	}
	.account_inputs > p input {
    width: 65%;
    font-size: 14px;
    line-height: 40px;
    margin: 10px auto 0;
	}
	.account_btn {
    width: 65%;
	}
	.account_btn > a {
    margin-top: 50px;
	}
	.account_btn > a > span {
    font-size: 16px;
	}
	.icon_personal {
		display: block;
		width: 60px;
		height: 60px;
		background: url("../../images/icon/icon_personal_m.png") no-repeat center / cover;
		margin: 25px auto 0;
	}
	.icon_group {
		display: block;
		width: 60px;
		height: 60px;
		background: url("../../images/icon/icon_group_m.png") no-repeat center / cover;
		margin: 25px auto 0;
	}
	.account_btn > a > span.request::before {
		width: 17px;
		height: 17px;
	}
}
@media (max-width: 576px) {
	.account_inputs > p input {
    width: 100%;
	}
	.account_btn {
    width: 100%;
	}
	.account_btn > a {
    margin-top: 35px;
	}
}
.account_pc {
	display: block;
}
.account_m {
	display: none;
}
@media (max-width: 375px) {
	.account_pc {
		display: none;
	}
	.account_m {
		display: block;
	}
}


