@charset "utf-8";
/* CSS Document */

/* *******************************************************

	* ProjectName : NursingEDU Lading Page
	* FileName : ne_landing_230725.css
	* Description : Landing Page
	* First Date : 2023.07.25.
	* Name : 김희선

*********************************************************/

/* 폰트 */
@import url("../fonts/fonts.css"); 

/* -------------------------------- 

Common Style

-------------------------------- */
#landing_wrap {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100%;
	line-height: 1;
}
/* -------------------------------- 

Background Color Style

-------------------------------- */
.bg_white {
	background-color: #ffffff;
}
.bg_point1 {
	background-color: #9d4596;
}
.bg_point2 {
	background-color: #3fc1c3;
}
.bg_inner {
	padding: 95px 5%;
	box-sizing: border-box;
}
@media  (max-width: 1200px) {
	.bg_inner {
		padding: 75px 5%;
	}
}
@media  (max-width: 1024px) {
	.bg_inner {
		padding: 55px 5%;
	}
}

/* -------------------------------- 

Header Style

-------------------------------- */
	header {
	position: fixed;
	z-index: 10;
	top: 0;
	left: 0;
	width: 100%;
}
.pc_nav {
  display: block;
}
.m_nav {
  display: none;
}
.nav_innner {
	position: relative;
	width: 100%;
	height: 95px;
	background-color: #ffffff;
	border-bottom: 1px #e0e0e0 solid;
	box-sizing: border-box;
}
.logo {
	position: absolute;
	left: 3%;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
.logo a {
	display: block;
	width: 200px;
	height: 36px;
	background: url("../../images/bi/ne_bi.svg") no-repeat left;
	background-size: 100%;
	text-indent: -555555px;
}
.nav_box {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}
.nav_box > ul > li {
  float: left;
  margin: 0 32px;
}
.nav_box > ul > li > a {
	display: inline-block;
	padding: 10px 5px;
	font-size: 24px;
	font-weight: 600;
	color: #666666;
	text-transform: uppercase;
	position:relative;
	box-sizing: border-box;
}
.nav_box > ul > li:hover > a {
  color: #000000;
}
.nav_box > ul > li:hover > a::after {
	content: "";
	width: 100%;
	height: 0.5rem;
	background-color: rgba(157, 69, 150, 0.5);
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	bottom: 20%;
	z-index: -9;
	box-sizing: border-box;
}
.nav_marker.active {
	background-size: 100% 0.5rem;
	color: #000000;
}
.nav_marker {
	background-image: linear-gradient(rgba(157, 69, 150, 0.5),rgba(157, 69, 150, 0.5));
	background-position: 0 75%;
	background-repeat: no-repeat;
}
.member_box {
  position: absolute;
  right: 3%;
  top: 50%;
  transform: translateY(-50%);
}
.member_box > a.btn_login {
  display: inline-block;
  margin-right: 30px;
  font-size: 20px;
  font-weight: 500;
  color: #000000;
}
.member_box > a.btn_freetrial {
  display: inline-block;
  width: 95px;
  padding: 8px 0;
	background-color: #9d4596;
  text-align: center;
  box-sizing: border-box;
}
.member_box > a.btn_freetrial span {
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
}
/** Mobile **/
.m_nav_inner {
	position: relative;
	width: 100%;
	height: 55px;
	background-color: #ffffff;
	border-bottom: 1px #f0f0f0 solid;
	box-sizing: border-box;
}
.m_logo {
	position: absolute;
	left: 3%;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
.m_logo > a {
	display: block;
	width: 120px;
	height: 22px;
	background: url("../../images/bi/ne_bi.svg") no-repeat left;
	background-size: 100%;
	text-indent: -555555px;
}
.mobile_util {
	position: absolute;
	right: 3%;
	top: 50%;
	transform: translate(0, -50%);
}
.m_btn_login {
	display: inline-block;
	margin-right: 20px;
	width: 70px;
	height: 25px;
	line-height: 20px;
	background-color: #9d4596;
	text-align: center;
	vertical-align: middle;
}
.m_btn_login > span {
	font-size: 13px;
	font-weight: 400;
	color: #ffffff;
}
.nav_open_btn {
	display: inline-block;
	visibility: visible;
	opacity: 1;
	vertical-align: middle;
}
.nav_open_btn > span {
	display: block;
	width: 25px;
	height: 3px;
	margin: 5px 0;
	background-color: #000000;
}

/* -------------------------------- 

Layer GNB Style

-------------------------------- */
#com_gnb {
	display: block;
}
#com_gnb {
	position: fixed;
	top: 0px;
	right: -100%;
	/*padding: 0 3em;*/
	width: 100%;
	height: 100%;
	min-height: 100%;
	background-color: #9d4596;
	z-index: 1000;
}
#com_gnb .gnb_box {
	width: 50%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	padding-bottom: 30px;
	box-sizing: border-box;
	text-align: center;
	z-index: 999;
}
.gnb_box > ul {
	width: 100%;
	margin: 30px auto;
}
.gnb_box > ul li {
	display: block;
	cursor: pointer;
	line-height: 40px;
	position: relative;
	margin: 10px 0;
	padding: 10px 0;
	text-decoration: none;
}
.gnb_box > ul li a {
	display: block;
	font-size: 36px;
	font-weight: 600;
	color: rgba(255, 255, 255, 0.6);
}
.gnb_box > ul li:hover a {
	color: rgba(255, 255, 255, 1);
}
.gnb_box > .m_btn_freetrial a {
	display: block;
	width: 70%;
	padding: 12px 0 14px 0;
	margin: 50px auto 0;
	border: 2px #ffffff solid;
	background-color: transparent;
	box-sizing: border-box;
	-webkit-transition: background-color 0.4s;
	-moz-transition: background-color 0.4s;
	transition: background-color 0.4s;

	line-height: 26px;
	font-size: 26px;
	font-weight: 500;
	color: #ffffff;
}
.gnb_box > .m_btn_freetrial a:hover {
	color: #000000;
	background-color: #ffffff;
}
.c_mask {
	position: fixed;
	top: 0px;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.75);
	z-index: 100;
	display: none;
}
.btn_gnb_box {
	position: relative;
	height: 80px;
	z-index: 999;
}
.btn_gnb_close {
	position: absolute;
	right: 0;
	padding: 35px;
	background: url("../../images/icon/icon_l_close_m.png") no-repeat center;
	background-size: 30px 30px;
}
@media (max-width: 1400px) {
	.nav_innner {
    height: 85px;
	}
	.logo a {
    width: 180px;
    height: 32px;
	}
	.nav_box > ul li {
    margin: 0 28px;
	}
	.nav_box > ul li > a {
		font-size: 22px;
	}
	.nav_box > ul li:hover > a::after {
		height: 0.43rem;
		bottom: 25%;
	}
	.nav_marker.active {
		background-size: 100% 0.43rem;
		color: #000000;
	}
	.nav_marker {
		background-position: 0 70%;
	}
	
	.member_box > a.btn_login {
		margin-right: 20px;
		font-size: 18px;
	}
	.member_box > a.btn_freetrial {
		width: 90px;
		height: 30px;
		padding: 0;
		line-height: 29px;
	}
	.member_box > a.btn_freetrial span {
		font-size: 14px;
	}
}
@media (max-width: 1200px) {
	.nav_innner {
    height: 75px;
	}
	.logo a {
    width: 150px;
    height: 27px;
	}
	.nav_box > ul li {
    margin: 0 20px;
	}
	.nav_box > ul li > a {
		font-size: 20px;
	}
	.nav_box > ul li:hover > a::after {
		height: 7px;
	}
	.nav_marker {
		background-position: 50% 70%;
	}
	.member_box > a.btn_login {
		margin-right: 20px;
		font-size: 18px;
	}
	.member_box > a.btn_freetrial {
		display: inline-block;
		width: 90px;
		height: 30px;
		padding: 0;
		line-height: 29px;
	}
	.member_box > a.btn_freetrial span {
		font-size: 14px;
	}
}
@media (max-width: 1100px) {
	.pc_nav {
		display: none;
	}
	.m_nav {
		display: block;
	}
}
@media (max-width: 978px) {
	#com_gnb {
		width: 100%;
	}
	#com_gnb .gnb_box {
		width: 60%;
	}
	.gnb_box > ul li {
    line-height: 30px;
	}
	.gnb_box > ul li a {
    font-size: 32px;
	}
	.gnb_box > .m_btn_freetrial a {
    line-height: 22px;
    font-size: 22px;
	}
}
@media (max-width: 768px) {
	.m_logo {
    left: 5%;
	}
	.mobile_util {
    right: 5%;
	}
	#com_gnb .gnb_box {
		width: 65%;
	}
	.gnb_box > ul li a {
    font-size: 26px;
	}
	.gnb_box > .m_btn_freetrial a {
		width: 80%;
    margin: 40px auto 0;
    line-height: 20px;
    font-size: 20px;
	}
}
@media (max-width: 576px) {
	.m_btn_login {
    width: 55px;
		margin-right: 15px;
	}
}
@media (max-width: 410px) {
	#com_gnb .gnb_box {
		width: 80%;
	}
	.gnb_box > ul {
    margin: 30px auto;
	}
	.gnb_box > ul li a {
    font-size: 26px;
	}
	.gnb_box > .m_btn_freetrial a {
    width: 100%;
	}
}
/* -------------------------------- 

Top Banner Style

-------------------------------- */
#top_bn {
	display: table;
	width: 100%;
	height: 500px;
	box-sizing: border-box;
	margin-top: 95px;
}
.bg_top_bn {
  background: url("../../images/bg/bg_landing_top.jpg") no-repeat center / cover;
}
.top_bn_inner {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
  text-align: center;
}
.top_bn_box {
	width: 100%;
	max-width: 1300px;
	margin: 0 auto;
	color: #ffffff;
	text-align: left;
	box-sizing: border-box;
}
.top_bn_box > strong {
	display: block;
	font-size: 54px;
	font-weight: 600;
	margin-bottom: 50px;
}
.top_bn_box > span {
	display: block;
	font-size: 42px;
	font-weight: 500;
	margin-bottom: 50px;
}
.top_bn_box > p {
	display: block;
	font-size: 20px;
	font-weight: 400;
	line-height: 36px;
}
.top_pc {
	display: block;
}
.top_m {
	display: none;
}
@media (max-width: 1400px) {
	#top_bn {
		height: 430px;
    margin-top: 85px;
	}
	.top_bn_box {
		padding: 0 3%;
	}
	.top_bn_box > strong {
    font-size: 50px;
    margin-bottom: 40px;
	}
	.top_bn_box > span {
    font-size: 36px;
    margin-bottom: 40px;
	}
	.top_bn_box > p {
    font-size: 16px;
    line-height: 28px;
	}
}
@media (max-width: 1200px) {
	#top_bn {
		height: 370px;
    margin-top: 75px;
	}
	.top_bn_box > strong {
    font-size: 44px;
    margin-bottom: 30px;
	}
	.top_bn_box > span {
    font-size: 32px;
    margin-bottom: 30px;
	}
}
@media (max-width: 1100px) {
	#top_bn {
    margin-top: 55px;
	}
}
@media (max-width: 768px) {
	#top_bn {
    height: 320px;
	}
	.top_bn_box {
		padding: 0 5%;
	}
	.top_bn_box > strong {
    font-size: 38px;
    margin-bottom: 25px;
	}
	.top_bn_box > span {
    font-size: 26px;
    margin-bottom: 25px;
	}
	.top_bn_box > p {
    font-size: 15px;
    line-height: 20px;
	}
}
@media (max-width: 576px) {
	#top_bn {
    height: 300px;
	}
	.top_bn_box > strong {
    font-size: 32px;
		margin-bottom: 15px;
	}
	.top_bn_box > span {
    font-size: 22px;
		line-height: 38px;
		margin-bottom: 15px;
	}
	.top_bn_box > p {
    font-size: 14px;
	}
}
@media (max-width: 480px) {
	.top_bn_box {
		text-align: center;
	}
	.top_bn_box > strong {
    font-size: 28px;
	}
	.top_bn_box > span {
    font-size: 18px;
		line-height: 26px;
	}
	.top_bn_box > p {
    font-size: 13px;
    line-height: 22px;
		word-break: keep-all;
	}
	.top_pc {
		display: none;
	}
	.top_m {
		display: block;
	}
}
/* -------------------------------- 

About Style

-------------------------------- */
#about_inner {
	width: 100%;
	position: relative;
}
.about_box {
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
	text-align: center;
}
.video {
	overflow: hidden;
	position: relative;
	padding-bottom: 56.25%;
	width: 100%;
	height: 0;
}
.video iframe,
.video object,
.video embed,
.video video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.about_con {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	margin-top: 30px;
}
.about {
	position: relative;
	width: calc((100% - 20px * 1) / 2);
	padding: 30px 30px;
	background-color: #f5f5f5;
	border: 1px #e5e5e5 solid;
	margin-top: 60px;
	box-sizing: border-box;
}
.about > .num_circle {
	position: absolute;
	top: -47px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	width: 95px;
	height: 95px;
	line-height: 95px;
	border-radius: 50px;
	border: 1px #e5e5e5 solid;
	background-color: #ffffff;
}
.about > .num_circle > .num {
	font-size: 48px;
	font-weight: 800;
	color: #9d4596;
}
.about > .title {
	font-size: 26px;
	font-weight: 600;
	color: #9d4596;
	line-height: 30px;
	margin: 40px 0 25px;
}
.about > .item {
	position: relative;
	font-size: 18px;
	font-weight: 500;
	color: #000000;
	line-height: 20px;
	margin-top: 15px;
}
@media (max-width: 1200px) {
	.about_con {
    margin-top: 10px;
	}
	.about {
		padding: 30px 20px;
		margin-top: 50px;
	}
	.about > .num_circle {
    top: -40px;
    width: 80px;
    height: 80px;
    line-height: 80px;
	}
	.about > .num_circle > .num {
    font-size: 40px;
	}
	.about > .title {
    font-size: 22px;
    line-height: 28px;
    margin: 30px 0 25px;
	}
	.about > .item {
    font-size: 16px;
    line-height: 22px;
	}
}
@media (max-width: 768px) {
	.about_con {
    margin-top: 20px;
	}
	.about {
    margin-top: 40px;
	}
	.about > .num_circle {
    top: -35px;
    width: 70px;
    height: 70px;
    line-height: 70px;
	}
	.about > .num_circle > .num {
    font-size: 34px;
	}
	.about > .title {
    font-size: 18px;
    line-height: 24px;
    margin: 25px 0 25px;
	}
	.about > .item {
    font-size: 14px;
    line-height: 20px;
	}
}
@media (max-width: 480px) {
	.about_con {
    margin-top: 30px;
	}
	.about {
    width: calc((100% - 20px * 0) / 1);
		margin-top: 30px;
	}
	.about > .num_circle {
    top: -30px;
    width: 60px;
    height: 60px;
    line-height: 60px;
	}
	.about > .num_circle > .num {
    font-size: 32px;
	}
	.about > .title {
    margin: 20px 0;
	}
}
/* -------------------------------- 

Free Trial, Subscription Style

-------------------------------- */
#fs_inner {
	display: flex;
	flex-wrap: wrap;
	gap: 0px;
	width: 100%;
	position: relative;
}
.fs_box {
	position: relative;
	width: calc(100% / 2);
	padding: 75px 40px 125px;
	box-sizing: border-box;
	text-align: center;
	color: #ffffff;
}
.fs_box > h2 {
	font-size: 48px;
	font-weight: 800;
}
.fs_box > p {
	font-size: 26px;
	font-weight: 500;
	line-height: 36px;
	margin-top: 35px;
}
.fs_box > .explain {
	font-size: 18px;
	font-weight: 400;
	line-height: 30px;
	margin: 30px 0 30px;
}
.fs_box > .explain > em {
	color: #ffff00;
}
.fs_box > .subscription {
	font-size: 24px;
	font-weight: 400;
	line-height: 36px;
	margin: 45px 0 55px;
}
.fs_box > .subscription > em {
	color: #ffff00;
}
.fs_box > .fs_btn > a {
	display: block;
	position: absolute;
	bottom: 75px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	width: 235px;
	padding: 15px 0;
	text-align: center;
	font-size: 20px;
	font-weight: 600;
	color: #ffffff;
	background-color: #000000;
	box-sizing: border-box;
}
@media (max-width: 1200px) {
	.fs_box > h2 {
    font-size: 40px;
	}
	.fs_box > p {
    font-size: 24px;
    line-height: 30px;
    margin-top: 30px;
	}
	.fs_box > .explain {
    font-size: 16px;
    line-height: 24px;
	}
	.fs_box > .subscription {
    font-size: 22px;
    line-height: 34px;
    margin: 35px 0 45px;
	}
	.fs_box > .fs_btn > a {
		width: 200px;
		font-size: 18px;
	}
}
@media (max-width: 1024px) {
	.fs_box {
    padding: 55px 30px 110px;
    box-sizing: border-box;
    text-align: center;
    color: #ffffff;
	}
	.fs_box > h2 {
    font-size: 32px;
	}
	.fs_box > p {
    font-size: 20px;
    line-height: 26px;
	}
	.fs_box > .explain {
    font-size: 14px;
    line-height: 20px;
	}
	.fs_box > .subscription {
    font-size: 20px;
    line-height: 30px;
    margin: 30px 0 40px;
	}
	.fs_box > .fs_btn > a {
		bottom: 55px;
    width: 150px;
    font-size: 16px;
	}
}
@media (max-width: 768px) {
	.fs_box {
    position: relative;
    width: calc(100% / 1);
	}
}
/* -------------------------------- 

Subscription Terms Style

-------------------------------- */
.terms_inner {
	width: 100%;
	text-align: center;
	position: relative;
	padding: 195px 0 100px 0;
	background-color: #f5f5f5;
	box-sizing: border-box;
	word-break: keep-all;
}
.terms_inner .terms_box {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	box-sizing: border-box;
}
.terms_box > h2 {
	font-size: 40px;
	font-weight: 600;
	line-height: 42px;
	color: #000000;
}
.terms_box > p {
	font-size: 18px;
	font-weight: 300;
	color: #666666;
	line-height: 36px;
	margin-top: 30px;
}
.terms_box > p a {
	font-weight: 500;
	color: #359bdc;
	text-decoration: underline;
  text-underline-position: under;
}

@media (max-width: 1200px) {
	.terms_inner {
		padding: 155px 0 100px 0;
	}
}
@media (max-width: 1023px) {
	.terms_inner {
		padding: 130px 5% 75px;
	}
}
@media (max-width: 840px) {
	.terms_inner {
		padding: 105px 5% 55px;
	}
	.terms_box > h2 {
    font-size: 32px;
    line-height: 34px;
	}
	.terms_box > p {
    font-size: 15px;
    line-height: 26px;
    margin-top: 20px;
	}
}
/* -------------------------------- 

Common Boxs Style

-------------------------------- */
.comBox_area {
	display: block;
	overflow: hidden;
	width: 100%;
	margin-top: 55px;
}
div.comBox_division {
	display: block;
	width: 100%;
	margin: 100px 0 90px 0;
	border-top: 1px rgba(0, 0, 0, 0.2) solid;
}
div.common_box {
	display: inline-block;
	width: 28%;
	margin: 0 15px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	background-color: #ffffff;
	vertical-align: top;
}
div.common_box .comBox_tit {
	display: block;
	padding: 30px 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: 30px;
	font-weight: 600;
	font-style: normal;
	color: #ffffff;
}
div.common_box .comBox_con {
	display: block;
	padding: 25px;
	text-align: left;
	font-size: 16px;
	line-height: 26px;
	color: #444444;
	letter-spacing: -1.1px;
}
div.common_box .comBox_tbl {
	display: block;
	overflow: hidden;
	padding: 30px 0;
	width: 100%;
	max-width: 290px;
	margin: 0 auto;
	font-size: 20px;
}
.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: 500;
	color: #000000;
	font-size: 16px;
	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: #777777;
	font-size: 15px;
}
.comBox_tbl ul li.cate_con p > a {
	font-weight: 500;
	color: #359bdc;
}
.comBox_tbl p.add {
	font-size: 14px;
	text-align: left;
	margin-top: 22px;
	line-height: 22px;
	color: #D01C20;
}
/** 2024.08.01. Add **/
.comBox_tbl .table_none {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	line-height: 24px;
	min-height: 324px;
}
@media (max-width: 320px) {
	.comBox_tbl p.add {
		font-size: 13px;
	}
}
@media (max-width: 1080px) {
	.comBox_area {
		display: block;
		width: 100%;
		margin: 20px auto 0;
	}
	div.common_box {
		display: inline-block;
		width: 31%;
		margin: auto 5px auto 5px;
		border-radius: 10px;
		-webkit-border-radius: 10px;
	}
	div.common_box .comBox_tit {
		display: block;
		padding: 25px 0;
		font-size: 26px;
	}
	div.common_box .comBox_tbl {
		display: block;
		overflow: hidden;
		padding: 25px 0;
		margin: 0 auto;
	}
}
@media (max-width: 1024px) {
	.comBox_area {
		display: block;
		width: 55%;
		margin: 20px auto 0;
	}
	.comBox_division {
    margin: 40px 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: 26px;
	}
	div.common_box .comBox_tbl {
		display: block;
		overflow: hidden;
		padding: 25px 0;
		margin: 0 auto;
	}
	.comBox_tbl .table_none {
		min-height: 120px;
	}
}
@media (max-width: 700px) {
	.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: 26px;
	}
	div.common_box .comBox_tbl {
		display: block;
		overflow: hidden;
		padding: 25px 10px;
		margin: 0 auto;
		box-sizing: border-box;
	}
	.comBox_tbl ul li.cate_tit {
		width: 90px;
		font-size: 15px;
		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;
		font-size: 15px;
	}
	.comBox_tbl .table_none {
		font-size: 15px;
	}
}
@media (max-width: 500px) {
	.comBox_area {
		display: block;
		width: 100%;
		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: 26px;
	}
	.comBox_tbl ul {
    width: 100%;
	}
	.comBox_tbl ul li.cate_tit {
		width: 115px;
		font-size: 15px;
		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;
		font-size: 14px;
	}
	.comBox_tbl .table_none {
		font-size: 14px;
	}
}
@media (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: 26px;
	}
	.comBox_tbl ul li.cate_tit {
		width: 90px;
		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;
		font-size: 14px;
	}
}
/* -------------------------------- 

Subscription Inquiry Style

-------------------------------- */
.inquiry_inner {
	width: 100%;
	text-align: center;
	position: relative;
	padding: 100px 5%;
	background-color: #ffffff;
	box-sizing: border-box;
	word-break: keep-all;
}
.inquiry_inner .inquiry_box {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	box-sizing: border-box;
}
.inquiry_box > h2 {
	font-size: 40px;
	font-weight: 600;
	line-height: 42px;
	color: #000000;
}
.inquiry_box > p {
	font-size: 18px;
	font-weight: 300;
	color: #000000;
	line-height: 36px;
	margin-top: 30px;
}
@media (max-width: 1200px) {
	.inquiry_inner {
		padding: 100px 0;
	}
}
@media (max-width: 1024px) {
	.inquiry_inner {
		padding: 75px 5%;
	}
}
@media (max-width: 840px) {
	.inquiry_inner {
		padding: 55px 5%;
	}
	.inquiry_box > h2 {
    font-size: 30px;
    line-height: 34px;
	}
	.inquiry_box > p {
    font-size: 16px;
    line-height: 28px;
    margin-top: 20px;
	}
}
/* -------------------------------- 

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;
	*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;
}
.btn_query {
	display: block;
	width: 250px;
	height: 45px;
	background: #000000;
	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 (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 {
		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 (max-width: 768px) {
	.query_con > li.left2 { 
		border-left: 1px #bfbfbf solid;
		border-right: 1px #bfbfbf solid;
		border-top: 1px #bfbfbf solid; 
		border-bottom: 1px #bfbfbf solid; 
	}
	.query_con > li.right2 {
		float: left;
		display: block;
		width: 100%;
		height: auto;
		margin-top: -1px;
	}	
}
/* -------------------------------- 

Security Style

-------------------------------- */
.security_inner {
	margin: 20px auto 0;
	overflow: hidden;
}
.security_box {
	width: 340px;
	height: 78px;
	margin: 0 auto;
}
.security_box .char_img {
	float: left;
	width: 230px;
}
.security_box .char_img > img {
	width: 230px;
	height: 78px;
}
.security_box > ul {
	float: left;
	width: 110px;
	background-color: #ffffff;
}
.security_box > ul li.refresh > a {
	display: block;
	position: relative;
	border: 1px solid #c0c0c0;
	padding: 9px 7px 11px 7px;
	box-sizing: border-box;
}
.security_box > 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_box > ul li.sound > a {
	display: block;
	border: 1px solid #c0c0c0;
	padding: 9px 7px 10px 7px;
	box-sizing: border-box;
	margin-top: -1px;
}
.security_box > 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_box > ul li.img > a {
	display: block;
	border: 1px solid #c0c0c0;
	padding: 9px 7px 10px 7px;
	box-sizing: border-box;
	margin-top: -1px;
}
.security_box > ul li.img > a em {
	display: inline-block;
	width: 15px;
	height: 15px;
	vertical-align: middle;
	margin-right: 4px;
	background: url("../../images/icon/icon_img.svg") no-repeat;
	background-size: 100%;
	text-indent: -555555px;
	font-size: 1px;
	opacity: .5;
}
.security_box > ul li span {
	display: inline-block;
	font-size: 12px;
	color: #666666;
}
.security_box > ul li img {
	vertical-align: middle;
	margin-right: 5px;
}
.security_input {
	display: block;
	position: relative;
	width: 340px;
	margin: 5px auto 0;
	background-color: #ffffff;
}
.security_input > label {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	font-size: 16px;
	color: #444444;
	text-align: center;
	cursor: text;
	line-height: 70px;
}
.security_input > input {
	display: block;
	position: relative;
	width: 100%;
	height: 70px;
	box-sizing: border-box;
	border: 1px #c0c0c0 solid;
	background-color: transparent;
	padding: 0 20px;
	text-align: center;
}
@media (max-width: 576px) {
	.security_box {
    width: 70%;
    height: auto;
	}
	.security_box .char_img {
    float: none;
    width: 100%;
    margin: 0 auto;
	}
	.security_box .char_img > img {
    width: 100%;
    height: auto;
	}
	.security_box > ul {
		float: none;
		width: 100%;
		margin: 0 auto;
	}
	.security_box > ul li.refresh > a {
		text-align: center;
    padding: 13px 7px;
	}
	.security_input {
		width: 70%;
		margin: 7px auto 0;
	}
}
@media (max-width: 480px) {
	.security_box {
    width: 100%;
    height: auto;
	}
	.security_input {
    width: 100%;
	}
}
.p_around_pc {
	display: block;
}
.p_around_m {
	display: none;
}
@media (max-width: 576px) {
	.p_around_pc {
		display: none;
	}
	.p_around_m {
		display: block;
	}
}
/* -------------------------------- 

Panmun Contents Style

-------------------------------- */
.pamunCon_area {
	display: block;
	margin-top: 60px;
}
.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;
}
@media (max-width: 1024px) {
	.pamunCon_area {
		margin-top: 30px;
	}
	.pamunCon_area > p {
		font-size: 112.5%;
		line-height: 26px;
	}
	.pamunCon_area > .web {
		width: 100%;
		min-height: 200px;
		height: 100%;
		margin: 10px auto 0;
		position: relative;
	}
	.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;
	}
}
/* 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: 1024px) {
	.page_arrow_l > a, .page_arrow_r > a {
		display: none;
	}
}
/* -------------------------------- 

Input Style

-------------------------------- */
.input_box {
	display: block;
	overflow: hidden;
	width: 100%;
}
.input_box .comInput {
	display: block;
	position: relative;
	width: 500px;
	margin: 10px auto 0;
}
.input_box .comInput > label {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	font-size: 20px;
	font-weight: 300;
	color: #666666;
	text-align: center;
	cursor: text;
	line-height: 70px;
	background: transparent;
}
.input_box .comInput > input {
	display: block;
	position: relative;
	width: 100%;
	height: 70px;
	border: none;
	border-bottom: 1px #000000 solid;
	background-color: transparent;
	text-align: center;
	box-sizing: border-box;
}
.input_box .comInput > input.focus {
	font-size: 20px;
	font-weight: 500;
	font-style: normal;
	color: #000000;
	background-color: transparent;
}
@media (max-width: 992px) {
	.input_box .comInput > label,
	.input_box .comInput > input.focus {
		font-size: 18px;
		line-height: 65px;
	}
	.input_box .comInput > input {
		height: 65px;
	}
}
@media (max-width: 576px) {
	.input_box .comInput {
		width: 100%;
	}
}
@media (max-width: 320px) {
	.input_box .comInput > label,
	.input_box .comInput > input.focus {
		font-size: 16px;
		line-height: 60px;
	}
	.input_box .comInput > input {
		height: 60px;
	}
}
/* -------------------------------- 

Marketing Agreement Style

-------------------------------- */
.btn_check {
	display: block;
	overflow: hidden;
	width: 500px;
	margin: 20px auto 0;
	text-align: left;
}
.btn_check > input[type="checkbox"] {
	margin-right: 5px;
	cursor: pointer;
}
.btn_check > label {
	font-size: 14px;
	font-weight: 300;
	color: #666666;
}
.agree_ex {
	display: block;
	width: 500px;
	margin: 5px auto 0;
	text-align: left;
	font-size: 14px;
	font-weight: 300;
	color: #888888;
	line-height: 20px;
	padding: 0 22px;
	box-sizing: border-box;
}
@media (max-width: 576px) {
	.btn_check {
		width: 100%;
	}
	.agree_ex {
		width: 100%;
		font-size: 13px;
		line-height: 20px;
		padding: 0 22px;
	}
}
/* -------------------------------- 

Button Style

-------------------------------- */
.btn_login a {
	display: block;
	margin: 40px auto 0;
	width: 500px;
	padding: 20px 0;
	text-align: center;
	font-size: 20px;
	font-weight: 500;
	color: #ffffff;
	background-color: #9d4596;
	box-sizing: border-box;
}
.inputBox_ex {
	display: block;
	margin: 30px auto 0;
	font-size: 14px;
	font-weight: 300;
	color: #666666;
	line-height: 22px;
	text-align: center;
}
.inputBox_ex > a {
	color: #425ebd;
}
@media (max-width: 576px) {
	.btn_login a {
		width: 100%;
		padding: 15px 0;
		font-size: 18px;
	}
}
/* -------------------------------- 

Footer Style

-------------------------------- */
#footer.footer {
	position: relative;
	display: block;
	width: 100%;
	-webkit-transition: all .3s;
  transition: all .3s;
}
#footer::before {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-color: #222222;
	content: "";
}
.footer_inner {
	position: relative;
	width: 100%;
	height: 100%;
	max-width: 1300px;
	margin: 0 auto;
	padding: 50px 0;
	box-sizing: border-box;
}
.footer_top_box {
	position: relative;
	display: block;
	padding-bottom: 25px;
	border-bottom: 1px rgba(255, 255, 255, 0.20) solid;
	box-sizing: border-box;
}
ul.ft_product_link {
	overflow: hidden;
	box-sizing: border-box;
	line-height: 20px;
}
ul.ft_product_link > li.product_tit {
	font-size: 20px;
	font-weight: 500;
	color: #ffffff;
	padding: 5px 0;
}
ul.ft_product_link > li {
	float: left;
	margin-left: 20px;
}
ul.ft_product_link > li:first-child {
  margin-left: 0;
}
ul.ft_product_link > li > a {
	display: block;
	font-size: 16px;
	color: rgba(255, 255, 255, .40);
	padding: 5px 0;
}
ul.ft_sns_link {
	position: absolute;
	right: 0;
	bottom: 24px;
}
ul.ft_sns_link > li {
	float: left;
}
ul.ft_sns_link > li > a {
	display: block;
	width: 39px;
	height: 32px;
	font-size: 0;
}
ul.ft_sns_link > li.c > a {
	background: url(../../images/icon/icon_c.png) no-repeat center / cover;
}
ul.ft_sns_link > li.b > a {
	background: url(../../images/icon/icon_b.png) no-repeat center / cover;
	margin-left: 20px;
}
ul.ft_sns_link > li.p > a {
	background: url(../../images/icon/icon_p.png) no-repeat center / cover;
	margin-left: 15px;
}
.footer_btm_box {
	position: relative;
	display: block;
	padding-top: 25px;
	box-sizing: border-box;
	text-align: right;
}
div.ft_info {
	position: absolute;
	left: 0;
	top: 25px;
	text-align: left;
}
div.ft_info > ul.bi_text {
	display: block;
	margin-bottom: 10px;
}
div.ft_info > ul.bi_text li {
	display: inline-block;
}
div.ft_info > ul.bi_text li span {
	font-size: 16px;
	font-weight: 300;
	color: rgba(255, 255, 255, 0.6);
}
div.ft_info > ul.bi_text li + li {
	position: relative;
	margin-left: 5px;
	padding-left: 8px;
}
div.ft_info > ul.bi_text li + li::before {
	position: absolute;
	left: 0;
	width: 1px;
	height: 16px;
	background-color: rgba(255, 255, 255, 0.6);
	content: "";
}
div.ft_info > p.copy_right {
	display: block;
	font-size: 12px;
	font-weight: 200;
	color: rgba(255, 255, 255, 0.6);
	line-height: 14px;
	letter-spacing: 0.5px;
}
.footer_cc {
	overflow: hidden;
  box-sizing: border-box;
}
.footer_cc .cc_tit {
	font-size: 14px;
	font-weight: 400;
	color: rgba(255, 255, 255, 0.7);
	line-height: 16px;
	margin-bottom: 15px;
	letter-spacing: 0.2px;
}
.footer_cc .cc_address {
	font-size: 13px;
	font-weight: 200;
	color: rgba(255, 255, 255, 0.4);
	line-height: 20px;
	letter-spacing: 0.2px;
}
@media (max-width: 1400px) {
	.footer_inner {
    padding: 50px 3%;
	}
}
@media (max-width: 1024px) {
	.footer_inner {
    padding: 35px 3%;
	}
	.footer_top_box {
    padding-bottom: 20px;
	}
	ul.ft_product_link > li.product_tit {
    font-size: 18px;
	}
	ul.ft_product_link > li > a {
    font-size: 15px;
	}
	ul.ft_sns_link {
    bottom: 23px;
	}
	ul.ft_sns_link > li > a {
    width: 30px;
    height: 25px;
	}
	ul.ft_sns_link > li.c > a {
    background: url(../../images/icon/icon_c_m.png) no-repeat center / cover;
	}
	ul.ft_sns_link > li.b > a {
    background: url(../../images/icon/icon_b_m.png) no-repeat center / cover;
	}
	ul.ft_sns_link > li.p > a {
    background: url(../../images/icon/icon_p_m.png) no-repeat center / cover;
	}
	.footer_btm_box {
    padding-top: 20px;
	}
	div.ft_info > ul.bi_text li span {
    font-size: 14px;
	}
	div.ft_info > ul.bi_text li + li::before {
    height: 14px;
		top: 2px;
	}
	div.ft_info > p.copy_right {
    font-size: 11px;
	}
	.footer_cc .cc_tit {
    font-size: 13px;
    margin-bottom: 10px;
	}
	.footer_cc .cc_address {
    font-size: 12px;
    line-height: 18px;
	}
}
@media (max-width: 768px) {
	.footer_inner {
    padding: 30px 5%;
	}
	.footer_top_box {
    padding-bottom: 15px;
	}
	ul.ft_product_link {
		display: block;
    width: 100%;
    text-align: center;
	}
	ul.ft_product_link > li.product_tit {
		display: block;
		width: 100%;
		padding: 0 0 5px 0;
		font-size: 16px;
	}
	ul.ft_product_link > li {
    display: inline-block;
    float: none;
	}
	ul.ft_product_link > li:nth-of-type(2) {
    margin-left: 0;
	}
	ul.ft_product_link > li > a {
    font-size: 14px;
		font-weight: 300;
    color: rgba(255, 255, 255, .55);
	}
	ul.ft_sns_link {
		position: relative;
		overflow: hidden;
		right: 0;
    top: 0;
    margin: 15px auto 0;
    text-align: center;
    border-top: 1px rgba(255, 255, 255, 0.20) solid;
	}
	ul.ft_sns_link > li {
    float: none;
		display: inline-block;
	}
	.footer_cc {
    width: 100%;
    position: relative;
    right: 0;
    left: 0;
    top: 0;
    text-align: center;
	}
	div.ft_info {
    position: relative;
    left: 0;
    top: 0;
    text-align: center;
		margin-top: 20px;
	}
}
@media (max-width: 576px) {
	.footer_top_box {
    padding-bottom: 12px;
	}
	ul.ft_product_link > li {
    margin-left: 15px;
	}
	ul.ft_product_link > li.product_tit {
    font-size: 15px;
	}
	ul.ft_product_link > li > a {
    font-size: 13px;
	}
	ul.ft_sns_link {
    margin: 10px auto 0;
	}
	.footer_cc .cc_tit {
		font-weight: 300;
    margin-bottom: 7px;
	}
	div.ft_info > ul.bi_text li span {
    font-size: 13px;
	}
}
@media (max-width: 414px) {
	ul.ft_product_link > li {
    margin-left: 10px;
	}
	ul.ft_product_link > li.product_tit {
    font-size: 14px;
	}
	ul.ft_product_link > li > a {
    font-size: 11px;
		padding: 3px 0;
	}
}
/* -------------------------------- 

Page Top Common Style

-------------------------------- */
.topBtn {
  position: fixed;
  right: 50px;
  bottom: 50px;
}
.topBtn.on {
	position: absolute;
	bottom: inherit;
	top: -70px;
}
.topBtn > span {
	display: block;
	position: relative;
	width: 50px;
  height: 50px;
  background: #101010;
	cursor: pointer;
	font-size: 0;
	opacity: 0;
}
.topBtn > span::after {
	content: "";
  position: relative;
  display: inline-block;
	top: 50%;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
  margin-top: -8px;
	width: 16px;
	height: 16px;
	background-image: url("../../images/icon/icon_top.svg");
	background-repeat: no-repeat;
	background-size: 100%;
}
.topBtn > span.on {
	opacity: 1;
}
@media (max-width: 1024px) {
  .topBtn {
    right: 30px;
		bottom: 30px;
  }
}
@media (max-width: 768px) {
	.topBtn.on {
		top: -65px;
	}
	.topBtn > span {
		width: 40px;
    height: 40px;
	}
  .topBtn > span::after {
    margin-top: -7px;
		width: 14px;
    height: 14px;
  }
}
@media (max-width: 576px) {
	.topBtn {
    right: 15px;
		bottom: 20px;
  }
	.topBtn.on {
		top: -55px;
	}
	.topBtn > span {
    width: 35px;
    height: 35px;
	}
}
/* -------------------------------- 

Add Button Style - 2024.087.01.

-------------------------------- */
.skill_btn {
	display: block;
	margin-top: 50px;
}
.skill_btn > a {
	display: block;
	width: 600px;
	height: 65px;
	line-height: 65px;
	border-radius: 10px;
	background-color: #000000;
	text-align: center;
	margin: 0 auto;
}
.skill_btn > a > span {
	font-size: 28px;
	font-weight: 600;
	color: #ffffff;
}
@media (max-width: 1200px) {
	.skill_btn {
		margin-top: 45px;
	}
	.skill_btn > a {
		width: 550px;
		height: 60px;
		line-height: 60px;
	}
	.skill_btn > a > span {
		font-size: 24px;
	}
}
@media (max-width: 1024px) {
	.skill_btn {
		margin-top: 40px;
	}
	.skill_btn > a {
		width: 450px;
		height: 55px;
		line-height: 55px;
	}
	.skill_btn > a > span {
		font-size: 22px;
	}
}
@media (max-width: 768px) {
	.skill_btn {
		margin-top: 35px;
	}
	.skill_btn > a {
		width: 350px;
		height: 50px;
		line-height: 50px;
	}
	.skill_btn > a > span {
		font-size: 20px;
	}
}
@media (max-width: 480px) {
	.skill_btn > a {
		width: 100%;
	}
	.skill_btn > a > span {
		font-size: 18px;
	}
}
