@charset "utf-8";

/* CSS Document */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video, button, input, select {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
	font-style: normal;
	letter-spacing: -0.05em;
	font-family: "SpoqaHanSansNeo", sans-serif;
	color: #292929;
}

body {
    line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}

nav ul {
    list-style:none;
}
ul,ol{
    list-style: none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
    text-decoration: none;
}

ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
    border-style: none;
}
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    cursor: pointer;
    background-color: #fff;
}
select {
    outline: 0 none;
    border: 2px solid #fff;
    box-sizing: border-box;
}

input[type=submit] {-webkit-appearance:none;}
input[type=submit], input[type=text], textarea{ -webkit-border-radius: 0; border-radius: 0;}
input{-webkit-appearance: none; -webkit-border-radius: 0;}
button{appearance: none; -moz-appearance: none; -webkit-appearance: none; border-radius: 0; -webkit-border-radius: 0; -moz-border-radius: 0;}

/* font */
.font-SpoqaHanSansNeo {
	font-family: "SpoqaHanSansNeo", "sans-serif";
}
.font-regular {
	font-weight: 400;
}
.text-left {
	text-align: left;
}
.text-center {
	text-align: center;
}
.text-right {
	text-align: right;
}
.font-sans {
	font-family: "SpoqaHanSansNeo", "sans-serif";
	letter-spacing: -1px;
}

.text-sm {
	/* 12px */
	font-size: 0.875rem !important;
	line-height: 1.25rem;
}
.text-rg {
	/* 14px */
	font-size: 0.75rem !important;
	line-height: 1rem;
}
.text-base {
	/* 16px */
	font-size: 1rem !important;
	line-height: 1.5rem;
}
.text-lg {
	/* 18px */
	font-size: 1.125rem !important;
	line-height: 1.75rem;
}
.text-xl {
	/* 20px */
	font-size: 1.25rem !important;
	line-height: 1.75rem;
}
.text-xl2 {
	/* 24px */
	font-size: 1.5rem !important;
	line-height: 1.75rem;
}
.font-Regular {
	font-weight: 400 !important;
}
.font-medium {
	font-weight: 500 !important;
}
.font-bold {
	font-weight: 600 !important;
}

.header{
	position: fixed;
	top: 0;
	width: 100%;
	height: 70px;
	display: block;
	z-index: 1000;
	text-align: center;
	background: transparent;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	transition-duration: .3s;
  }
  #header {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	background: #fff;
  }
  .header-container{
	position: relative;
	max-width: 1480px;
	margin: 0 auto;
	padding: 0 20px;
  }
  #header .logo-container{
	float: left;
	margin-top: 22px;
	width: 126px;
  }
  #header .gnb-container {
	display: inline-block;
  }
  .header-container .gnb-container .gnb-menu .item {
	float: left;
	text-align: center;
	position: relative;
	display: block;
	/* color: #fff; */
	padding: 21px 25px;
	font-size: 18px;
	font-weight: 500;
  }
  .link:hover{
	color: #507cf3 !important;
	cursor: pointer;
  }
  
  #header .btn-menu {
	float: right;
  }
  #header .btn-menu .item.login_btn {
	padding: 12px 0;
	margin-left: 14px;
  }
  @media (max-width: 1023px){
	#header .gnb-container, #header .btn-menu {
		display: none;
	}
	#header .btn-menu {
		display: block;
	}
	.mbtn{
		padding: 10px 6px 10px 6px !important;
		font-size: 0.875rem !important;
	}
  }
#header .hamburger {
    display: none;
    position: absolute;
    right: 10px;
    top: 4px;
	z-index: 100;
}
@media (max-width: 1023px) and ((max-width: 1160px)){
	#header .hamburger {
		display: block;
	}
	.ham_menu{
		display: none;
	}
}
#header .hamburger .icon {
    font-size: 30px;
    color: #fff;
    padding: 8px;
    height: 64px;
}
#header .hamburger .icon {
    color: #333;
	border: 0 none;
    background-color: transparent;
    cursor: pointer;
}
#header .hamburger .icon .fa-bars {
    display: block;
}
.rwd-container::after {
    display: block;
    clear: both;
    content: "";
}
#header::after {
    display: block;
    clear: both;
    content: "";
}
.contents_wrap {
    position: relative;
    z-index: 1;
}
header {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    padding-top: 45px;
}
@media screen and (max-width: 640px){
	header {
		padding-top: 25px;
	}
}
.inner {
    position: relative;
    z-index: 100;
    max-width: 1230px;
    display: block;
    padding: 0 15px;
    box-sizing: border-box;
    margin: 0 auto;
}
header .inner {
    padding: 0 40px;
}
@media screen and (max-width: 1024px){
	header .inner {
		padding: 0 30px;
	}
}
@media screen and (max-width: 640px){
	header .inner {
		padding: 0 25px;
	}
}
header h1 a:first-of-type {
    margin-right: 25px;
}
@media screen and (max-width: 1024px){
	header h1 a:first-of-type {
		margin-right: 15px;
	}
}
@media screen and (max-width: 640px){
	header h1 a:first-of-type {
		margin-right: 8px;
	}
}
@media screen and (max-width: 1024px){
	header h1 a {
		font-size: 20px;
		padding-left: 20px;
	}
}
@media screen and (max-width: 640px){
	header h1 a {
		font-size: 15px;
		padding-left: 11px;
	}
}
header h1 a:first-of-type img {
    vertical-align: bottom;
}
img{
	max-width: 100%;
}
header h1 a {
    position: relative;
    display: inline-block;
    font-size: 25px;
    letter-spacing: -0.5px;
    color: #666;
    font-weight: 400;
    vertical-align: middle;
    padding-left: 25px;
    box-sizing: border-box;
}
/* mobile menu*/

.ham_menu {
    display: block;
    position: fixed;
    top: 0;
    bottom: 0;
    z-index: 99;
    height: 100%;
    width: 100%;
    padding: 0;
    background: #0078EB;
    opacity: 0;
    box-shadow: 0 0 200px rgb(0 0 0 / 0%);
    transition: 0.4s;
    -webkit-transition: 0.4s;
    right: -600px;
}
.ham_menu.active {
    right: 0;
    background: black;
    box-shadow: 0 0 200px rgb(0 0 0 / 35%);
    opacity: 0.9;
}
.ham_center {
    position: relative;
    left: 8%;
    right: 0;
    top: 12%;
    text-align: left;
}
.ham_center > li {
    float: none;
    width: 100%;
    margin: 32px 0;
}
.ham_center > li >a {
    color: #fff;
    font-size: 23px;
}
.ham_bottom {
    top: 90%;
    width: 100%;
    position: absolute;
}
.etc-items {
    position: relative;
    height: 15.83333vw;
    line-height: 114px;
    line-height: 15.83333vw;
    border-top: 0.27778vw solid #666;
    z-index: 10;
    text-align: left;
    width: 80%;
    left: 7%;
}

/*main_section*/
.main_section {
    position: relative;
    background: transparent linear-gradient(180deg, #FFFFFF 0%, #EBEBEB80 100%) 0% 0% no-repeat padding-box;
    padding: 165px 0 0px;
    box-sizing: border-box;
}
@media screen and (max-width: 1024px){
	.main_section {
		padding: 120px 0 0px;
	}
}
@media screen and (max-width: 768px){
	.main_section {
		padding: 136px 0 0px;
	}
}
@media screen and (max-width: 640px){
	.main_section {
		padding: 125px 0 40px;
	}
}
.main_section .visual_wrap {
    display: flex;
    flex-direction: column;
	align-items: center;
}
@media screen and (max-width: 640px){
	.main_section .visual_wrap {
		display: block;
	}
}
.main_section .visual_wrap > div {
    width: 100%;
}
.main_section .visual_box {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
}
.main_section .visual_wrap .visual_box .img_box {
    position: relative;
    width: 100%;
    line-height: 0;
    overflow: hidden;
}
.main_section .txt_box {
    text-align: center;
    z-index: 1;
    /* padding-bottom: 55px; */
}
.main_section .txt_box p {
    font-size: 48px;
    font-weight: 600;
    letter-spacing: -0.96px;
    color: #444;
    margin-bottom: 33px;
	line-height: 1.3;
}

@media screen and (max-width: 1024px){
	.main_section .txt_box p {
		font-size: 34px;
	}
}
@media screen and (max-width: 640px){
	.main_section .txt_box p {
		font-size: 24px;
	}
}
@media screen and (max-width: 1024px){
	.main_section .txt_box > span{
		font-size: 18px !important;
	}
}

.main_section .txt_box > span {
	font-size: 22px;
    font-weight: 600;
	background: linear-gradient(90deg, #09C969 0%, #507CF3 52%, #6F42C1 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	letter-spacing: -0.96px;
}

/* -------- fixed_nav -------- */
.fixed_nav,
.fixed_nav nav{height: 110px;}
.fixed_nav{position: relative;}
.fixed_nav nav{position: absolute; z-index: 1; top: -55px; left: 0; width: 100%; transition: background-color 0.15s ease; -webkit-transition: background-color 0.15s ease; -ms-transition: background-color 0.15s ease; -moz-transition: background-color 0.15s ease; -o-transition: background-color 0.15s ease;}
.fixed_nav nav.fixed{position: fixed; top: 0; left: 0; z-index: 999; background-color: #053b20;}
.fixed_nav{background-color: #00C88B;}
.fixed_nav nav .inner{height: 100%;}
.fixed_nav nav ul{height: 100%; margin: 0 auto; -webkit-box-shadow: 0 3px 10px 0 rgba(5,74,40,0.3); box-shadow: 0 3px 10px 0 rgba(5,74,40,0.3);}
.fixed_nav nav ul:after{content: ''; clear: both; visibility: hidden; display: block;}
.fixed_nav nav ul li{position: relative; z-index: 1; float: left; width: 50%; height: 100%;}
.fixed_nav nav ul li.on{z-index: 2;}
.fixed_nav nav ul li a{position: relative; display: block; width: 100%; height: 100%; color: #fff; font-size: 24px; line-height: 1.4; font-weight: 600; background-color: #064C29; transition: background-color 0.15s ease, color 0.15s ease; -webkit-transition: background-color 0.15s ease, color 0.15s ease; -ms-transition: background-color 0.15s ease, color 0.15s ease; -moz-transition: background-color 0.15s ease, color 0.15s ease; -o-transition: background-color 0.15s ease, color 0.15s ease;}
.fixed_nav nav ul li a span{position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); width: 100%; text-align: center;}
.fixed_nav nav ul li a span strong{font-weight: 600;}
.fixed_nav nav ul li.on a{background-color: #fff; color: #064C29;}

@media screen and (max-width: 1024px){
	.fixed_nav,
    .fixed_nav nav{height: 80px;}
    .fixed_nav nav{top: -40px;}
    .fixed_nav nav ul li a{font-size: 20px;}
    .fixed_nav nav.fixed ul{box-shadow: none;}
    .fixed_nav nav.fixed ul li a{-webkit-box-shadow: 0 -1px 15px 3px rgba(0,0,0,0.3); box-shadow: 0 -1px 15px 3px rgba(0,0,0,0.3);}
}
@media screen and (max-width: 1024px){
	.fixed_nav, .fixed_nav nav {
		height: 80px;
	}
}
@media screen and (max-width: 640px){
	.fixed_nav, .fixed_nav nav {
		height: 70px;
	}
}

.promotion_section {
    background-image: linear-gradient(to bottom right, rgb(116,22,244,0.05), rgb(23,162,184,0.05));
    padding: 100px 0 100px;
}
@media screen and (max-width: 640px){
	.promotion_section {
		padding: 55px 0 60px;
	}
}
.promotion_section h2 {
	font-size: 36px;
    letter-spacing: -0.72px;
	color: #292929;
	opacity: 1;
    margin-bottom: 20px;
	text-align: left;
	line-height: 1.3;
	font-weight: 600;
}
@media screen and (max-width: 1024px){
	.promotion_section h2 {
		font-size: 26px;
	}
}
@media screen and (max-width: 640px){
	.promotion_section h2 {
		font-size: 20px;
	}
}
@media screen and (max-width: 640px){
	.promotion_section h2 {
		margin-bottom: 30px;
		margin-right: 10px;
	}
}

.promotion_section .sub_txt {
	font-size: 24px;
    text-align: left;
    letter-spacing: -0.48px;
	color: #292929;
	opacity: 1;
    line-height: 1.3;
    font-weight: 500;
    margin-bottom: 30px;
}
@media screen and (max-width: 1024px){
	.promotion_section .sub_txt, .caution_txt {
		font-size: 20px;
	}
}
@media screen and (max-width: 640px){
	.promotion_section .sub_txt {
		font-size: 16px;
		margin-bottom: 50px;
	}
	.text-xl2{
		font-size: 1rem !important;
	}
}
.grid {
    display: grid;
}
.max-w-\[600px\] {
    max-width: 600px;
}
@media (min-width: 1024px){
	.lg\:gap-10 {
		gap: 2.5rem;
	}
}
@media (min-width: 1024px){
	.lg\:grid-cols-2 {
		grid-template-columns: repeat(2,minmax(0,1fr));
	}
}
@media (min-width: 768px){
	.md\:gap-8 {
		gap: 2rem;
	}
}
.grid-cols-2 {
    grid-template-columns: repeat(2,minmax(0,1fr));
}
@media (min-width: 1024px){
	.lg\:gap-10 {
		gap: 2.5rem;
	}
}
@media (min-width: 1024px){
	.lg\:grid-cols-2 {
		grid-template-columns: repeat(2,minmax(0,1fr));
	}
}
.grid_a{
	width: 280px;
	height: 280px;
	display: block;
	border-width: 1px;
	--tw-border-opacity: 1;
    border-color: rgb(221 228 238 / var(--tw-border-opacity));
	--tw-bg-opacity: 1;
    background-color: rgb(245 247 250 / var(--tw-bg-opacity));
	background: #FFFFFF 0% 0% no-repeat padding-box;
	box-shadow: 3px 20px 40px #D7DBEC80;
	border-radius: 8px;
	opacity: 1;
}
#flex_b{
	height: 64%;
}
@media screen and (max-width: 1024px){
	.grid_a{
		width: 220px;
		height: 220px;
		margin-bottom: 10px;
	}
	#flex_b{
		height: 74%;
	}
}

@media screen and (max-width: 768px){
	.grid_a{
		width: 180px;
		height: 180px;
		margin-bottom: 10px;
	}
	#flex_b{
		height: 90%;
	}
	.text-xl2{
		font-size: 1rem !important;
	}
}
@media screen and (max-width: 640px){
	.grid_a{
		width: 175px;
		height: 175px;
		margin-bottom: 10px;
	}
	#flex_a{
		flex-wrap: wrap;
		justify-content: space-around;
	}
	#flex_b{
		height: unset;
	}
}
.mx-auto {
    margin-left: auto;
    margin-right: auto;
}
.p-4 {
    padding: 1rem;
}
@media (min-width: 768px){
	.md\:p-5 {
		padding: 1.25rem;
	}
}
@media (min-width: 1024px){
	.lg\:p-6 {
		padding: 1.5rem;
	}
}
.row {
	display: flex;
	flex-wrap: wrap;
	margin-right: 13px;
	margin-left: 13px;
	width: 1590px;
}
.flex {
	display: flex;
}
.inline-flex {
	display: inline-flex;
}
.flex-row {
	flex-direction: row;
}
.flex-col {
	flex-direction: column;
}
.flex-wrap {
	flex-wrap: wrap;
}
.items-center {
	align-items: center;
}
.items-end {
	align-items: end;
}
.justify-end {
	justify-content: flex-end;
}
.justify-center {
	justify-content: center;
}
.justify-between {
	justify-content: space-between;
}
.justify-evenly {
	justify-content: space-evenly;
}
.gap-6 {
	gap: 1.5rem;
}
.gap-4 {
	gap: 1rem;
}
.gap-1 {
	gap: 0.25rem;
}
.h-full {
    height: 100%;
}
._wrapper {
    padding: 120px 20px;
}
.rwd-container {
    position: relative;
    /* max-width: 1480px; */
	max-width: 1230px;
    margin: 0 auto;
    padding: 0 20px;
}
@media (max-width: 1199px){
	.rwd-container {
		max-width: 100%;
	}
}
@media (max-width: 1199px){
	._wrapper {
		padding: 60px 20px;
	}
}

.function_tit {
    font-size: 48px;
    font-weight: 600;
    letter-spacing: -0.96px;
	line-height: 1.3;
    word-break: keep-all;
}

@media (max-width: 1199px){
	.function_tit {
		font-size: 36px;
	}
}
@media (max-width: 1023px){
	.function_tit {
		font-size: 32px;
	}
}
@media (max-width: 1023px){
	.mbus_function_section .function_tit {
		text-align: center;
	}
}
.function_sub_tit{
	font-size: 24px;
    font-weight: 400;
    letter-spacing: -0.48px;
    word-break: keep-all;
}

@media (max-width: 1199px){
	.function_sub_tit {
		font-size: 18px;
	}
}
@media (max-width: 1023px){
	.function_sub_tit {
		font-size: 18px;
	}
}
@media (max-width: 1023px){
	.mbus_function_section .function_sub_tit {
		text-align: center;
	}
}
.mbus_function_section .fc-tab.ftab_1 {
    margin-top: 25px;
}

.mbus_function_section .fc-tab.ftab_1 > .fc-tab-nav {
    margin-bottom: 60px;
}
.fc-tab .fc-tab-nav:before, .fc-tab .fc-tab-nav:after {
    display: block;
    content: " ";
    clear: both;
}
@media (max-width: 1023px){
	.mbus_function_section .fc-tab.ftab_1 > .fc-tab-nav {
		margin-bottom: 50px;
		justify-content: center;
		text-align: center;
	}
}
@media (max-width: 767px){
	.mbus_function_section .fc-tab.ftab_1 > .fc-tab-nav {
		display: none;
	}
}

.mbus_function_section .fc-tab.ftab_1 .func_category {
    margin-right: 10px;
    display: inline-block;
    text-align: center;
    border-radius: 8px;
    background: transparent;
    color: #333;
    padding: 0 50px;
    height: 56px;
    line-height: 56px;
    font-size: 18px;
    font-weight: 500;
}
.mbus_function_section .fc-tab.ftab_1 .func_category.fc-active, .mbus_function_section .fc-tab.ftab_1 .func_category:hover {
    background-color: #20C997;
	color: #FFFFFF;
}
.mbus_function_section .fc-tab.ftab_1 .func_category.fc-active {
    font-weight: 600;
    color: #FFFFFF;
}
.mbus_function_section .fc-tab .fc-nav-item {
    float: none;
    padding: 0;
    cursor: pointer;
    transition-duration: .3s;
}
@media (max-width: 1023px){
	.mbus_function_section .fc-tab.ftab_1 .func_category {
		padding: 0 32px;
		height: 58px;
		line-height: 56px;
		font-size: 16px;
	}
}
.mbus_function_section .select_box {
    display: none;
    position: relative;
    margin: 0 auto;
    color: #676767;
}
.mbus_function_section .select_box:after {
    position: absolute;
    font-size: 24px;
    font-weight: 300;
    top: 5px;
    right: 18px;
    z-index: 1;
}

.mbus_function_section .select_box #select_func {
    width: 100%;
	height: 50px;
	font-size: 16px;
	font-weight: 400;
    padding: 10px 17px;
    border: 2px solid #27AE77;
    border-radius: 3px;
    background-color: #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.mbus_function_section .select_box:after {
    position: absolute;
    content: "\e935";
    font-size: 18px;
    font-family: 'xeicon';
    font-weight: 300;
	color: #343A40;
    top: 16px;
    right: 14px;
    z-index: 1;
}
@media (max-width: 767px){
	.mbus_function_section .select_box {
		display: block;
		margin-bottom: 50px;
	}
}
.mbus_function_section ._wrapper{
	padding: 120px 20px;
}
.tab_title >p{
	font-size: 24px;
	font-weight: 600;
	letter-spacing: -0.48px;
	color: #27AE77;
	margin-bottom: 30px;
}
#mo{
	display: none;
}
@media (max-width: 1199px){
	.tab_title >p {
		font-size: 18px;
	}
	#mo{
		display: block;
	}
}
@media (max-width: 1023px){
	.tab_title >p {
		font-size: 18px;
		margin-bottom: 40px;
	}
}
@media (max-width: 1023px){
	.mbus_function_section .tab_title >p {
		text-align: center;
	}
}
.mbus_function_section .fc-tab.ftab_2 {
    display: flex;
    height: 530px;
	justify-content: space-between;
}
@media (max-width: 1023px){
	.mbus_function_section .fc-tab.ftab_2 {
		display: block;
		height: auto;
	}
}
@media (max-width: 640px){
	.mbus_function_section .fc-tab.ftab_2 {
		display: flex;
		flex-direction: column-reverse;
	}
}
.mbus_function_section .fc-tab.ftab_2 .fc-tab-nav {
    width: 50%;
}
@media (max-width: 1023px){
	.mbus_function_section .fc-tab.ftab_2 .fc-tab-nav {
		/* display: flex; */
		position: relative;
		width: auto;
		/* justify-content: center; */
	}
}
@media (max-width: 640px){
	.mbus_function_section .fc-tab.ftab_2 .fc-tab-nav {
		margin-top: 8%;
	}
}
.mbus_function_section .fc-tab .fc-nav-item {
    float: none;
    padding: 0;
    cursor: pointer;
    transition-duration: .3s;
}
.mbus_function_section .fc-tab.ftab_2 .func-icon {
    display: flex;
    background-color: transparent;
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 20px;
}
.mbus_function_section .fc-tab.ftab_2 .func-icon.fc-active, .mbus_function_section .fc-tab.ftab_2 .func-icon:hover {
    cursor: default;
}
@media (max-width: 1023px){
	.mbus_function_section .fc-tab.ftab_2 .func-icon {
		/* margin-bottom: 0; */
		margin-right: 20px;
		width: 100%;
    	justify-content: space-evenly;
	}
}
@media (max-width: 767px){
	.mbus_function_section .fc-tab.ftab_2 .func-icon {
		/* height: 56px; */
		height: 74px;
		/* margin-right: 2%; */
		justify-content: space-around;
	}
}
.mbus_function_section .fc-tab.ftab_2 .func-icon .icon-box {
    /* cursor: pointer; */
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    transition-duration: .3s;
    width: 65px;
    height: 65px;
    margin-right: 30px;
    background-color: #27AE77;
	box-shadow: 0px 3px 6px rgba(215, 219, 236, 1);
	border-radius: 4px;
}
@media (max-width: 1023px){
	.mbus_function_section .fc-tab.ftab_2 .func-icon .icon-box {
		margin-right: 0;
	}
}
.mbus_function_section .fc-tab.ftab_2 .func-icon .icon-box img {
    width: 36px;
    height: 36px;
}
.mbus_function_section .fc-tab.ftab_2 .func-icon.fc-active .icon-box .abled, .mbus_function_section .fc-tab.ftab_2 .func-icon:hover .icon-box .abled {
    display: block;
}
.mbus_function_section .fc-tab.ftab_2 .func-icon .icon-box .disabled {
    display: none;
}
.mbus_function_section .func_content {
    width: 75%;
}
.mbus_function_section .fc-tab.ftab_2 .func-icon .func_content {
    /* cursor: pointer; */
}
@media (max-width: 1023px){
	/* .mbus_function_section .fc-tab.ftab_2 .func-icon .func_content {
		cursor: default;
		display: none;
		position: absolute;
		top: 120px;
		left: 0px;
		width: 100%;
		text-align: center;
	} */
}
@media (max-width: 1023px){
	.mbus_function_section .fc-tab.ftab_2 .func-icon.fc-active .func_content {
		display: block;
	}
}
@media (max-width: 1023px){
	.mbus_function_section .fc-tab.ftab_2 .func-icon .func_content .tit {
		color: #333;
		font-size: 20px;
		font-weight: 600;
		letter-spacing: -0.4px;
		margin: 10px 0 12px 0;
	}
}
@media (max-width: 640px){
	.mbus_function_section .fc-tab.ftab_2 .func-icon .func_content .tit {
		font-size: 18px !important;
		margin: 6px 0px 10px 0 !important;
	}
	.mbus_function_section .fc-tab.ftab_2 .func-icon .func_content .content{
		font-size: 14px !important;
		letter-spacing: unset !important;
	}
	.mbus_function_section .fc-tab.ftab_2 .func-icon{
		width: 100%;
	}
}

.mbus_function_section .fc-tab.ftab_2 .func-icon .func_content .tit {
    color: #333;
	font-size: 20px;
	font-weight: 600;
	letter-spacing: -0.4px;
    margin: 10px 0 12px 0;
}
.mbus_function_section .fc-tab.ftab_2 .func-icon.gt-active .func_content .tit, .mbus_function_section .fc-tab.ftab_2 {
    color: #20C997;
    font-weight: 600;
}
/* .mbus_function_section .fc-tab.ftab_2 .func-icon.gt-active .func_content .tit, .mbus_function_section .fc-tab.ftab_2 .func-icon:hover .func_content .tit {
    color: #20C997;
    font-weight: 600;
} */
@media (max-width: 1023px){
	.mbus_function_section .fc-tab.ftab_2 .func-icon .func_content .tit {
		margin: 0 0 10px 0;
	}
}
.mbus_function_section .fc-tab.ftab_2 .func-icon .func_content .content {
    word-break: keep-all;
    color: #6C757D;
	font-size: 18px;
	font-weight: 500;
	letter-spacing: -0.36px;
}
.mbus_function_section .fc-tab.ftab_2 .func-icon.fc-active .tit, .mbus_function_section .fc-tab.depth-two .func-icon:hover .tit {
    color: #20C997;
}
.mbus_function_section .fc-tab.ftab_2 .func-icon.fc-active .func_content .content, .mbus_function_section .fc-tab.depth-two .func-icon:hover .func_content .content {
    color: #333;
}
.mbus_function_section .fc-tab .fc-nav-item {
    float: none;
    padding: 0;
    cursor: pointer;
    transition-duration: .3s;
}
.mbus_function_section .fc-tab.ftab_2 .func-icon {
    display: flex;
    background-color: transparent;
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 20px;
}

@media (max-width: 1023px){
	.mbus_function_section .fc-tab.ftab_2 .func-icon .icon-box {
		margin-right: 0;
	}
}
@media (max-width: 767px){
	.mbus_function_section .fc-tab.ftab_2 .func-icon .icon-box {
		width: 56px;
		height: 56px;
	}
}
.mbus_function_section .fc-tab .offer-item {
    max-width: 580px;
    width: 50%;
}
@media (max-width: 1023px){
	.mbus_function_section .fc-tab .offer-item {
		max-width: none;
		width: 100%;
		text-align: center;
		/* margin-top: 132px; */
	}
}
@media (max-width: 767px){
	.mbus_function_section .fc-tab .offer-item {
		/* margin-top: 170px; */
	}
}
.mbus_function_section .fc-tab .offer-item video {
    border-radius: 5px;
    width: 100%;
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.16);
}

/*main_section*/
.mbus_ad_section {
    position: relative;
    background-image: linear-gradient(to bottom right, rgb(221, 235, 255, 1), rgb(253, 255, 244, 1));
    box-sizing: border-box;
}
@media screen and (max-width: 1024px){
	.mbus_ad_section {
		padding: 120px 0 40px;
	}
}
@media screen and (max-width: 768px){
	.mbus_ad_section {
		padding: 136px 0 80px;
	}
}
@media screen and (max-width: 640px){
	.mbus_ad_section {
		padding: 125px 0 0px;
	}
}
.mbus_ad_section .visual_wrap {
    display: flex;
    flex-direction: row;
	align-items: center;
	justify-content: space-between;
}
@media screen and (max-width: 640px){
	.mbus_ad_section .visual_wrap {
		display: block;
	}
}
.mbus_ad_section .visual_wrap > .txt_box {
    width: 45%;
}
.mbus_ad_section .visual_wrap > .visual_box {
    width: 40%;
}
@media screen and (max-width: 640px){
	.mbus_ad_section .visual_wrap > .visual_box {
		width: 100%;
	}
	.mbus_ad_section .txt_box{
		padding-bottom: unset !important;
	}
}
.mbus_ad_section .visual_box {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
}
.mbus_ad_section .visual_wrap .visual_box .img_box {
    position: relative;
    width: 100%;
    line-height: 0;
    overflow: hidden;
}
.mbus_ad_section .txt_box {
    text-align: center;
    z-index: 1;
    padding-bottom: 55px;
}

@media screen and (max-width: 768px){
	.mbus_ad_section .visual_wrap > .txt_box {
		width: 100%;
		padding-top: 0;
	}
}
.mbus_ad_section .txt_box p {
	text-align: left;
    font-size: 34px;
    font-weight: 600;
    letter-spacing: -0.72px;
	color: rgba(41, 41, 41, 1);
    margin-bottom: 33px;
	line-height: 1.3;
}

@media screen and (max-width: 1024px){
	.mbus_ad_section .txt_box p {
		font-size: 22px;
	}
}
@media screen and (max-width: 640px){
	.mbus_ad_section .txt_box p {
		font-size: 22px;
		text-align: center;
	}
}
@media screen and (max-width: 1024px){
	.mbus_ad_section .txt_box > .smtxt_box >div> span {
		font-size: 16px !important;
		text-align: center;
		margin-top: 8px;
	}
	.mbus_ad_section .txt_box > .smtxt_box >div >img{
		width: 47px;
		height: 38px;
	}
}
@media screen and (max-width: 640px){
	.mbus_ad_section .txt_box > .smtxt_box >div> span {
		font-size: 16px;
		text-align: center;
		margin-top: 8px;
	}
	.mbus_ad_section .txt_box > .smtxt_box >div >img{
		width: 47px;
		height: 38px;
	}
}

.mbus_ad_section .txt_box > .smtxt_box {
	font-size: 24px;
    font-weight: 400;
	text-align: left;
	line-height: 2.5;
	letter-spacing: -0.48px;
	color: rgba(41, 41, 41, 1);
	display: flex;
	flex-direction: column;
}
.mbus_ad_section .txt_box > .smtxt_box >div >img{
	margin-right: 20px;
}

/* 상담신청*/
.mbus_form_section {
    padding: 115px 0 80px;
    background-color: #343A40;
}
.mbus_form_section h2 {
	font-size: 48px;
	font-weight: 600;
    margin-bottom: 65px;
    letter-spacing: -0.96px;
	color: #FFFFFF;
    text-align: center;
    line-height: 1.2;
    word-break: keep-all;
	display: flex;
    flex-direction: column;
    align-items: center;
}
@media screen and (max-width: 1024px){
	.mbus_form_section h2 {
		font-size: 40px;
		letter-spacing: -0.5px;
		font-weight: 500;
	}
	.mbus_form_section .span_bg{
		height: 65px !important;
		padding-top: 10px !important;
	}
}
@media screen and (max-width: 768px){
	.mbus_form_section .span_bg{
		width: 69% !important;
	}
	.mbus_form_section .span_bg span {
		font-size: 32px !important;
	}
}
@media screen and (max-width: 640px){
	.mbus_form_section h2 {
		font-size: 28px;
		margin-bottom: 45px;
	}
	.mbus_form_section .span_bg span {
		font-size: 24px !important;
	}
	.mbus_form_section .span_bg{
		margin-top: 10px;
		height: 46px !important;
		width: 80% !important
	}
}
.mbus_form_section .span_bg{
	width: 46%;
	height: 72px;
	background: #FFFFFF 0% 0% no-repeat padding-box;
	border-radius: 53px;
	margin-top: 30px;
}

.mbus_form_section .span_bg >span {
	font-size: 36px;
	font-weight: 600;
    color: #fff;       
    letter-spacing: -0.5px;
    text-align: center;
    line-height: 1.2;
    word-break: keep-all;
	background: linear-gradient(90deg, #09C969 0%, #507CF3 52%, #6F42C1 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.mbus_form_section form {
    margin-bottom: 4px;
}
@media screen and (max-width: 640px){
	.mbus_form_section form {
		margin-bottom: 4px;
	}
}
.mbus_form_section .form_box {
    display: flex;
    flex-wrap: wrap;
}
.mbus_form_section .form_box .essential {
    position: relative;
}

.mbus_form_section .form_box > div, .mbus_form_section .form_box div input, .mbus_form_section .form_box div select, .mbus_form_section .form_box .phone_number ul li, .mbus_form_section .form_box .terms_box, .mbus_form_section .form_box button {
    border-radius: 10px;
}
.mbus_form_section .form_box > div {
    width: 49.5%;
    background-color: #fff;
    margin-bottom: 1%;
    margin-right: 1%;
}
.mbus_form_section .form_box .caution_txt, .mbus_form_section .form_box .inquiry, .region, .mbus_form_section .form_box .phone_number, .mbus_form_section .form_box .terms_box {
    margin-right: 0 !important;
}
@media screen and (max-width: 1024px){
	.mbus_form_section .form_box > div {
		width: 100%;
		margin-right: 0;
	}
}
@media screen and (max-width: 640px){
	.mbus_form_section .form_box > div, .mbus_form_section .form_box .terms_list_2 {
		margin-bottom: 10px;
	}
}
.mbus_form_section .form_box .essential:before {
    position: absolute;
    z-index: 3;
    top: 50%;
    left: 30px;
    transform: translateY(-50%);
	font-family: "xeicon";
    content: "\e928";
    font-size: 22px;
    font-weight: 700;
    color: #bb2236;
}
@media screen and (max-width: 1280px){
	.mbus_form_section .form_box .essential:before {
		left: 12px;
		font-size: 20px;
	}
}
@media screen and (max-width: 640px){
	.mbus_form_section .form_box .essential:before {
		font-size: 16px;
		left: 10px;
	}
}

.mbus_form_section .form_box div input, .mbus_form_section .form_box div select {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 70px;
    padding: 0 70px;
    box-sizing: border-box;
    font-size: 20px;
    color: #333;
    font-weight: 500;
    background-color: transparent;
}

@media screen and (max-width: 1280px){
	.mbus_form_section .form_box div input, .mbus_form_section .form_box div select {
		padding: 0 40px;
		font-size: 18px;
	}
}
@media screen and (max-width: 640px){
	.mbus_form_section .form_box div input, .mbus_form_section .form_box div select {
		height: 55px;
		font-size: 14px;
		padding: 0 30px;
	}
}
.mbus_form_section .form_box .phone_number {
    background-color: transparent;
}
.mbus_form_section .form_box .phone_number ul {
    display: flex;
    flex-wrap: wrap;
}
.mbus_form_section .form_box .phone_number ul li {
    width: calc(33.33% - 13.45px);
    background-color: #fff;
}
.mbus_form_section .form_box .phone_number ul li select option {
    text-align: left;
}
.mbus_form_section .form_box .phone_number ul li.essential:after, .mbus_form_section .form_box .region.essential:after {
    position: absolute;
    z-index: 1;
    top: 50%;
    right: 25px;
    transform: translateY(-50%);
    font-family: 'xeicon';
    content: "\e935";
    font-size: 22px;
    color: #333;
}
@media screen and (max-width: 1280px){
	.mbus_form_section .form_box .phone_number ul li.essential:after, .mbus_form_section .form_box .region.essential:after {
		right: 20px;
		font-size: 20px;
	}
}
@media screen and (max-width: 640px){
	.mbus_form_section .form_box .phone_number ul li.essential:after, .mbus_form_section .form_box .region.essential:after {
		font-size: 16px;
		right: 12px;
	}
}
.mbus_form_section .form_box .phone_number ul li.hyphen {
    position: relative;
    display: inline-block;
    width: 20px;
    background-color: transparent;
}
.mbus_form_section .form_box .phone_number ul li.hyphen span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-indent: -99999px;
    display: inline-block;
    width: 8px;
    height: 3px;
    background: #fff;
}
.mbus_form_section .form_box .phone_number ul li input[type="text"] {
    text-align: center;
    padding: 0;
}
.mbus_form_section .form_box .inquiry{
	width: 100%;
}
.mbus_form_section .form_box .inquiry input {
	height: 100px;
    padding: 0 30px;
}
@media screen and (max-width: 640px){
	.mbus_form_section .form_box .inquiry input {
		padding: 0 15px;
	}
}
.mbus_form_section .form_box .terms_box {
    width: 100%;
    background-color: #fff;
    overflow: hidden;
}

.mbus_form_section .form_box .terms_box .terms_header {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    height: 70px;
    padding: 0 40px;
    box-sizing: border-box;
}
@media screen and (max-width: 1280px){
	.mbus_form_section .form_box .terms_box .terms_header {
		padding: 0 20px;
	}
}
@media screen and (max-width: 640px){
	.mbus_form_section .form_box .terms_box .terms_header {
		height: 55px;
		padding: 0 15px;
	}
}
.mbus_form_section .form_box .terms_box .terms_header label, .mbus_form_section .form_box .terms_box .terms_header input[type="checkbox"] {
    cursor: pointer;
}
.mbus_form_section .form_box .terms_box .terms_header .check_wrap {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin-right: 12px;
}
.check_wrap{
	color: #D7DBEC;
}

@media screen and (max-width: 640px){
	.mbus_form_section .form_box .terms_box .terms_header .check_wrap {
		margin-right: 5px;
	}
}
.mbus_form_section .form_box .terms_box .terms_header .check_wrap:before {
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 3;
    font-size: 20px;
    font-family: 'xeicon';
    content: "\e929";
    color: #fff;
}
.mbus_form_section .form_box .terms_box .terms_header input[type="checkbox"] {
    position: relative;
    top: 0;
    left: 0;
    z-index: 1;
    width: 25px;
    height: 25px;
    padding: 0;
    margin: 0;
    border-radius: 50%;
    opacity: 0;
}
@media screen and (max-width: 640px){
	.mbus_form_section .form_box .terms_box .terms_header input[type="checkbox"], .mbus_form_section .form_box .terms_box .terms_header .check_icon {
		width: 22px;
		height: 22px;
	}
}
.mbus_form_section .form_box .terms_box .terms_header .check_icon {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background-color: #e4e4e4;
}
.mbus_form_section .form_box .terms_box .terms_header input[type="checkbox"]:checked + .check_icon {
    background-color: #bb2236;
}
.mbus_form_section .form_box .terms_box .terms_header .check_wrap + span {
    display: inline-block;
    vertical-align: middle;
    font-size: 20px;
    color: #333;
    font-weight: 500;
}
@media screen and (max-width: 1280px){
	.mbus_form_section .form_box .terms_box .terms_header .check_wrap + span {
		font-size: 18px;
	}
}
@media screen and (max-width: 640px){
	.mbus_form_section .form_box .terms_box .terms_header .check_wrap + span {
		font-size: 14px;
	}
}
.mbus_form_section .form_box .terms_box .terms_header .check_wrap + span strong {
    font-weight: 500;
}
.mbus_form_section .form_box .terms_list_1 .terms_header .check_wrap + span strong {
    color: #d3281d;
}
.mbus_form_section .form_box .terms_box .terms_header .open_btn {
    cursor: pointer;
}
.mbus_form_section .form_box .terms_box .terms_header .open_btn:before {
    content: "\e914";
	font-family: "xeicon";
    font-size: 40px;
    color: #000;
    transition: color 0.2s ease;
    -webkit-transition: color 0.2s ease;
    -ms-transition: color 0.2s ease;
    -moz-transition: color 0.2s ease;
    -o-transition: color 0.2s ease;
}
.mbus_form_section .form_box .terms_box.active .terms_header .open_btn:before {
	font-family: "xeicon";
    content: "\e91b";
    color: #bf253d;
}
@media screen and (max-width: 640px){
	.mbus_form_section .form_box .terms_box .terms_header .open_btn:before {
		font-size: 30px;
	}
}
.mbus_form_section .form_box .terms_box .terms_contents {
    display: none;
    padding: 45px 75px;
    border-top: 1px solid #ddd;
    box-sizing: border-box;
}
@media screen and (max-width: 1280px){
	.mbus_form_section .form_box .terms_box .terms_contents {
		padding: 30px 50px;
	}
}
@media screen and (max-width: 640px){
	.mbus_form_section .form_box .terms_box .terms_contents {
		padding: 25px 15px;
	}
}
ul, ol {
    list-style: none;
}
.mbus_form_section .form_box .terms_box .terms_contents ul li {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.2;
    word-break: keep-all;
    margin-bottom: 20px;
}
@media screen and (max-width: 1280px){
	.mbus_form_section .form_box .terms_box .terms_contents ul li {
		font-size: 16px;
	}
}
@media screen and (max-width: 640px){
	.mbus_form_section .form_box .terms_box .terms_contents ul li {
		font-size: 14px;
		margin-bottom: 25px;
	}
}
.mbus_form_section .form_box .terms_box .terms_contents ul li strong, .mbus_form_section .form_box .terms_box .terms_contents ul li p {
    padding-left: 15px;
}
.mbus_form_section .form_box .terms_box .terms_contents ul li strong {
    position: relative;
    display: inline-block;
    width: 100%;
    font-weight: 500;
    color: #333;
    box-sizing: border-box;
    margin-bottom: 12px;
}
@media screen and (max-width: 640px){
	.mbus_form_section .form_box .terms_box .terms_contents ul li strong, .mbus_form_section .form_box .terms_box .terms_contents ul li p {
		padding-left: 12px;
	}
}
@media screen and (max-width: 640px){
	.mbus_form_section .form_box .terms_box .terms_contents ul li strong {
		margin-bottom: 6px;
	}
}
.mbus_form_section .form_box .terms_box .terms_contents ul li p {
    color: #939393;
    margin-bottom: 10px;
}
@media screen and (max-width: 640px){
	.mbus_form_section .form_box .terms_box .terms_contents ul li p {
		margin-bottom: 5px;
	}
}
.mbus_form_section .form_box .terms_box .terms_contents ul li p:last-of-type {
    margin-bottom: 0;
}
.mbus_form_section .form_box .terms_list_2 {
    margin-bottom: 2%;
}
.mbus_form_section button {
    width: 100%;
    height: 100px;
    background-color: #27AE77;
	border-radius: 6px;
    font-size: 36px;
    font-weight: 600;
	letter-spacing: -0.72px;
    color: #fff;
    cursor: pointer;
    border: none;
    transition: background-color 0.2s ease;
    -webkit-transition: background-color 0.2s ease;
    -ms-transition: background-color 0.2s ease;
    -moz-transition: background-color 0.2s ease;
    -o-transition: background-color 0.2s ease;
}
.mbus_form_section button:hover {
    background-color: #02aa78;
}
@media screen and (max-width: 1280px){
	.mbus_form_section button {
		font-size: 28px;
	}
}
@media screen and (max-width: 640px){
	.mbus_form_section button {
		height: 60px;
		font-size: 20px;
	}
}

.fixed_btn_box {
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 999;
    display: none;
    width: 100%;
    height: 100px;
    line-height: 100px;
    -webkit-box-shadow: 0 0 12px 1px rgba(5,74,40,0.2);
    box-shadow: 0 0 12px 1px rgba(5,74,40,0.2);
}
@media screen and (max-width: 640px){
	.fixed_btn_box {
		height: 75px;
		line-height: 75px;
	}
}
.xi-arrow-down:before{
	color: #02aa78;
}
.xi-call:before{
	color: #167BFF;
}
.fixed_btn_box a {
    display: block;
	cursor: pointer;
    width: 100%;
    height: 100%;
    background-color: #02aa78;
    font-size: 32px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    transition: background-color 0.2s ease;
    -webkit-transition: background-color 0.2s ease;
    -ms-transition: background-color 0.2s ease;
    -moz-transition: background-color 0.2s ease;
    -o-transition: background-color 0.2s ease;
}
a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    text-decoration: none;
}

@media screen and (max-width: 640px){
	.fixed_btn_box a {
		font-size: 20px;
	}
}
.fixed_btn_box a i {
    position: relative;
    left: 0px;
    transform: translateY(5%);
    margin-left: 25px;
    background-color: #FFFF;
    border-radius: 50%;
    padding: 5px 7px 5px 7px;
    box-sizing: border-box;
    animation: arrow_icon 0.8s linear infinite;
    -webkit-animation: arrow_icon 0.8s linear infinite;
}
@media screen and (max-width: 640px){
	.fixed_btn_box a i {
		margin-left: 15px;
	}
}
/* footer */
footer {
    color: #cdcdcd;
    background: #47494B 0% 0% no-repeat padding-box;
    padding: 50px 0;
}
@media screen and (max-width: 640px){
	footer {
		padding: 30px 0;
	}
}
footer address {
    display: block;
    margin: 0 auto 30px;
    font-style: normal;
    font-size: 15px;
}
@media screen and (max-width: 1280px){
	footer address ul{
		text-align: left !important;
	}
	.address_ul{
		margin-left: 20px;
	}
}
@media screen and (max-width: 768px){
	footer address ul{
		text-align: left !important;
	}
	.address_ul{
		margin-left: 20px;
	}
}

@media screen and (max-width: 640px){
	footer address {
		font-size: 14px;
		margin: 0 auto;
	}
	.address_flex{
		flex-wrap: wrap;
		justify-content: center !important;
	}
	footer address ul:first-child {
		/* text-align: center !important; */
	}
	.address_ul{
		margin-top: 22px;
	}
}
footer address ul {
    text-align: center;
}
footer address ul:first-child {
    text-align: left;
}
.address_flex{
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
}
footer address ul li {
    position: relative;
    display: inline-block;
    padding-right: 15px;
    margin: 0 10px 10px 0;
	color: #FFFFFF;
}
footer address ul li:before {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    display: block;
    content: '';
    width: 2px;
    height: 18px;
    background-color: #cdcdcd;
}
@media screen and (max-width: 640px){
	footer address ul li:nth-of-type(2):before {
		display: none;
	}
}
@media screen and (max-width: 640px){
	footer address ul li:nth-of-type(2), footer address ul li:nth-of-type(3) {
		width: auto;
	}
}
@media screen and (max-width: 640px){
	footer address ul li {
		width: 100%;
		margin: 0 0 10px 0;
	}
}
@media screen and (max-width: 640px){
	footer address ul li:before {
		display: none;
		height: 12px;
	}
}
footer hr{
	color: #FFFFFF4D;
}
footer a {
    font-size: 16px;
	font-weight: 400;
    text-align: right;
	color: #A0A0A0;
}
@media screen and (max-width: 640px){
	footer a {
		font-size: 14px;
	}
}
/* 모달 레이아웃 */
@keyframes fadeIn {
	0% {
		background: transparent;
	}
	100% {
		background: rgba(47, 47, 47, 0.5);
	}
}
.modal {
	position: fixed;
	inset: 0;
	z-index: 999;
	width: 100%;
	height: 100%;
	display: none;
	background-color: rgba(47, 47, 47, 0.5);
	animation: fadeIn 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
.modal.show {
	display: block;
}
.modal > .modal_wrap {
	position: absolute;
	top: 50%;
	left: 50%;
	width: auto;
	border-radius: 10px;
	height: auto;
	background-color: rgb(255, 255, 255);
	box-shadow: 0 2px 3px 0 rgba(156, 177, 191, 0.15);
	transform: translateX(-50%) translateY(-50%);
}
.modal > .modal_wrap > .modal_header > .modal_title {
	text-align: start;
	padding: 30px 30px 15px;
	color: #292929;
	font-family: "Spoqa Han Sans Neo";
	font-size: 20px;
	font-weight: 600;
	letter-spacing: -1px;
	user-select: none;
}
.modal > .modal_wrap > .modal_header > .modal_close {
	padding: 12px 24px 12px;
	color: #7e84a3;
	font-size: 30px;
	font-weight: 600;
	cursor: pointer;
}
.modal > .modal_wrap > .modal_header > .modal_btn_group {
	
}
.modal > .modal_wrap > .modal_content {
	color: #182941;
	padding: 0 30px 30px 30px;
}
.modal > .modal_wrap > .modal_content > .desc {
	text-align: right;
}
.modal > .modal_wrap > .modal_content .modal-input-group {
	display: flex;
	align-items: center;
	flex-direction: row;
	justify-content: flex-start;
}
.modal > .modal_wrap > .modal_content .modal-input-group + .modal-input-group {
	margin-top: 15px;
}
.modal > .modal_wrap > .modal_content .modal-input-group > label {
	width: 120px;
	color: #4688f7;
	user-select: none;
}
.modal > .modal_wrap > .modal_content .modal-input-group > input {
	width: 200px;
}
.modal > .modal_wrap > .modal_content .modal-input-group > .file-input-group {
	position: relative;
}
.modal > .modal_wrap > .modal_content .modal-input-group > .file-input-group > .upload-name {
	background-color: #fafafa;
	width: 367px;
}
.modal > .modal_wrap > .modal_content .modal-input-group > .file-input-group > input[type="file"] {
	position: absolute;
	width: 0;
	height: 0;
	padding: 0;
	overflow: hidden;
	border: 0;
}
.modal > .modal_wrap > .modal_content .modal-input-group > .file-input-group > label.file-label {
	position: absolute;
	right: 1px;
	top: 1px;
	display: inline-block;
	content: "";
	background: url("../img/icon/file_btn.png") center center no-repeat;
	width: 31px;
	height: 31px;
}
.modal > .modal_wrap > .modal_content .modal-input-group > .file-input-group + button {
	margin-left: 5px;
}
.modal > .modal_wrap > .modal_content > .table-wrap {
	display: flex;
	justify-content: space-between;
}
.modal > .modal_wrap > .modal_content > .table-wrap > .table-content-wrap {
	border: 1px solid #c9d6df;
	padding: 10px 0 0 0;
}
.modal > .modal_wrap > .modal_content > .table-wrap > .table-content-wrap > .title {
	color: #52616b;
	font-size: 16px;
	padding-bottom: 10px;
}
.modal > .modal_wrap > .modal_content > .table-wrap > .table-content-wrap.col {
	border: 1px solid #c9d6df;
	padding: 20px;
}
.modal > .modal_wrap > .modal_content > .table-wrap > .table-content-wrap.col > .title {
	color: #0c81e4;
	font-size: 18px;
	font-weight: 600;
	padding-bottom: 10px;
}
.modal > .modal_wrap > .madal_footer {
	margin-top: 10px;
	text-align: center;
}
.modal > .modal_wrap > .modal_footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	user-select: none;
}
.modal > .modal_wrap > .modal_footer > .btn-group {
	display: flex;
	justify-content: center;
}
.modal > .modal_wrap > .modal_footer > .btn-group > button {
	margin: 10px 0;
}
.cancel {
	background: url("../img/icon/icon-close-gray.png") center center no-repeat;
	display: inline-block;
	width: 32px;
	height: 36px;
	min-width: 35px;
	border: none;
}
.fr {
    float: right !important;
}

.modalBtn {
	width: 160px;
	height: 40px;
}

.hidden {
	display: none;
	opacity: 0;
	transition: opacity 0.5s;
}
.visible {
	opacity: 1;
}
.modal_wrap{
	width: 80%;
	height: 40%;
}

.mt-4 {
	margin-top: 1rem;
}

@media screen and (max-width: 1024px){
	.mfont{
		font-size: 1rem !important;
		line-height: 1.5rem;
	}
	.modal_wrap {
		width: 80% !important;
	}
}
@media screen and (max-width: 640px){
	.mfont{
		font-size: 1rem !important;
			line-height: 1.5rem;
	}
	.modal_wrap {
		width: 80% !important;
		height: 30% !important;
	}
	
}

/* DTG */
.busro_section {
    position: relative;
    background: url("../img/landing/busro_bg.png") center center no-repeat;
	background-size: cover;
    box-sizing: border-box;
	padding: 0px 0px 60px;
}
@media screen and (max-width: 1024px){
	.busro_section {
		padding: 118px 0 90px;
	}
}
@media screen and (max-width: 768px){
	.busro_section {
		padding: 104px 0 80px;
	}
}
@media screen and (max-width: 640px){
	.busro_section {
		padding: 40px 0 90px;
	}
}
.busro_section .txt_box {
    text-align: center; 
    z-index: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 90px 0px 40px;
}
.busro_section .txt_box > span {
	font-size: 34px;
    font-weight: 600;
	letter-spacing: -0.96px;
	margin-bottom: 40px;
}
.busro_section .txt_box > img {
	width: 154px;
	height: 56px;
}
@media screen and (max-width: 1024px){
	/* .busro_section .txt_box {
		padding: unset;
	} */
	.busro_section .txt_box > span{
		font-size: 20px !important;
	}
	.busro_section .txt_box > img {
		width: 144px;
		height: 36px;
	}
}
.busro_section .visual_wrap {
    display: flex;
    flex-direction: row;
	align-items: center;
	justify-content: space-between;
}
@media screen and (max-width: 640px){
	.busro_section .visual_wrap {
		display: flex;
    	flex-direction: column-reverse;
	}
}
.busro_section .visual_wrap > .busro_txt_box {
    width: 45%;
}
.busro_section .visual_wrap > .busro_visual_box {
    width: 55%;
}
@media screen and (max-width: 640px){
	.busro_section .visual_wrap > .busro_visual_box {
		width: 90%;
	}
	.busro_section .txt_box{
		padding-bottom: 0px;
	}
}
.busro_section .busro_visual_box {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
}

.busro_section .visual_wrap .busro_visual_box .busro_img_box {
    position: relative;
    width: 100%;
    line-height: 0;
    overflow: hidden;
}
.busro_section .busro_txt_box {
    text-align: center;
    z-index: 1;
    padding-bottom: 55px;
}

@media screen and (max-width: 768px){
	.busro_section .visual_wrap > .busro_txt_box {
		width: 100%;
		padding-top: 0;
	}
}
.busro_section .busro_txt_box p {
	text-align: center;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: -0.72px;
	color: #0966CB;
    margin-bottom: 33px;
	line-height: 1.3;
}
@media screen and (max-width: 1024px){
	.busro_section .busro_txt_box p {
		font-size: 20px;
	}
}
@media screen and (max-width: 640px){
	.busro_section .busro_txt_box p {
		font-size: 18px;
		text-align: center;
	}
}
.busro_section .busro_txt_box > .busro_smtxt_box {
	font-size: 24px;
    font-weight: 400;
	text-align: left;
	line-height: 2.5;
	letter-spacing: -0.48px;
	color: rgba(41, 41, 41, 1);
	display: flex;
	justify-content: space-between;
	/* flex-wrap: wrap; */
}
.busro_section .busro_txt_box > .busro_smtxt_box > div > div {
	width: 244px; 
	height:54px; 
	border-radius: 24px; 
	box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 0px -2px, rgba(0, 0, 0, 0.1) 4px 0px 14px -2px;
	background: #fff;
	font-size: 20px;
	font-weight: 500;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 18px;
}
@media screen and (max-width: 920px){
	.busro_section .busro_txt_box > .busro_smtxt_box > div > div {
		width: 170px;
        height: 48px;
        font-size: 15px;
	}
	.introduction{
		display: none !important;
	}
}
@media screen and (max-width: 768px){
	.busro_section .busro_txt_box > .busro_smtxt_box > div > div {
		width: 200px;
		height: 54px;
		font-size: 18px;
	}
	.introduction{
		display: none !important;
	}
}
@media screen and (max-width: 640px){
	.busro_section .busro_txt_box > .busro_smtxt_box > div > div {
		width: 170px;
        height: 46px;
        font-size: 15px;
	}
	.introduction{
		display: none !important;
	}
}
@media screen and (max-width: 240px){
	.busro_section .busro_txt_box > .busro_smtxt_box{
		display: contents;
	}
	.introduction{
		display: none !important;
	}
}
.introduction{
	width: 194px;
	height: 72px;
	background: #fff;
	color: #4444FF;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.4;
	border-radius: 12px;
	box-shadow: rgba(0, 0, 0, 0.2) 0px 4px 7px -2px, rgba(0, 0, 0, 0.1) 4px 0px 18px -2px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0px 18px;
	position: fixed; 
	right: 30px; 
	bottom: 38px; 
	z-index: 9999;
}