@charset "utf-8";

@font-face {
	font-family: 'Noto Sans KR';
	font-style: normal;
	font-weight: 300;
	src: url(../fonts/NotoSansKR-Light.woff2) format('woff2'),
        url(../fonts/NotoSansKR-Light.woff) format('woff'),
	    url(../fonts/NotoSansKR-Light.eot) format('eot'),
        url(../fonts/NotoSansKR-Light.otf) format('opentype');
}

@font-face {
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/NotoSansKR-Regular.woff2) format('woff2'),
         url(../fonts/NotoSansKR-Regular.woff) format('woff'),
		 url(../fonts/NotoSansKR-Regular.eot) format('eot'),
         url(../fonts/NotoSansKR-Regular.otf) format('opentype');
}

@font-face {
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 500;
    src: url(../fonts/NotoSansKR-Medium.woff2) format('woff2'),
         url(../fonts/NotoSansKR-Medium.woff) format('woff'),
		 url(../fonts/NotoSansKR-Medium.eot) format('eot'),
         url(../fonts/NotoSansKR-Medium.otf) format('opentype');
}

@font-face {
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 700;
    src: url(../fonts/NotoSansKR-Bold.woff2) format('woff2'),
         url(../fonts/NotoSansKR-Bold.woff) format('woff'),
		 url(../fonts/NotoSansKR-Bold.eot) format('eot'),
         url(../fonts/NotoSansKR-Bold.otf) format('opentype');
}

@font-face {
	font-family: 'Noto Sans KR';
	font-style: normal;
	font-weight: 900;
	src: url(../fonts/NotoSansKR-Black.woff2) format('woff2'),
         url(../fonts/NotoSansKR-Black.woff) format('woff'),
		 url(../fonts/NotoSansKR-Black.eot) format('eot'),
         url(../fonts/NotoSansKR-Black.otf) format('opentype');
}

body{
	font-family: 'Noto Sans KR', sans-serif;
	color:#1a1a1a;
	font-weight:300;
	overflow-x:hidden;
}

a{
	color:#1a1a1a;
}

a:hover,
a{
	text-decoration:none;
}

h1,h2,h3,h4,h5,p{
	color:#1a1a1a;
}

h1{
	font-size:32px;
}

h2{
	font-size:24px;
}

h3{
	font-size: 18px;
}

h4{
	font-size: 16px;
}

h5{
	font-size: 13px;
}

@media (max-width: 768px){

	h1{
		font-size:24px;
	}

	h2{
		font-size:20px;
	}
	
	h3{
		font-size:16px;
	}

	a,p{
		font-size:14px;
	}

}

ul,
ol{
	list-style:none;
	margin:0px;
	padding:0px;
}

ol{
	list-style:inside;
}

button:hover,
button:focus,
button:visited,
a:hover,
a:focus,
a:visited,
input,
input:hover,
input:focus,
input:visited{
	outline-color:#9cc99f;
}

* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
	display: block;
	max-width: 100%;
	height: auto;
}

.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

select {
	color:#333;
	padding:0px 15px 0px 10px;
	-webkit-appearance: none;
	-moz-appearance: none; 
	appearance: none;
	border:1px solid #ccc;
	border-radius:3px;
	cursor:pointer;
	background: #fff url('../images/common/down_arrow.png') no-repeat 98% center;
}

img{
	filter: none;
	-webkit-filter: blur(0px);
	-moz-filter: blur(0px);
	-ms-filter: blur(0px);
	filter:progid:DXImageTransform.Microsoft.Blur(PixelRadius=��0��);
}

textarea:focus-visible,
input:focus-visible{
	outline:none;
}

section {
  padding: 120px 0px;
  overflow: hidden;
}

p{
	margin-bottom:0px;
}

#hd_login_msg{
	width:0px; height:0px;
	margin:0px;
	padding:0px;
	overflow:hidden;
}

@media (max-width: 991px){

	section {
		padding: 80px 0px;
	}
}

@media (max-width: 768px){
	
	section {
		padding: 60px 0px;
	}
}

@media (max-width: 576px){

	section {
	  padding: 30px 0px;
	}
}

/* mobile_margin */

@media (max-width: 576px){

.container, 
.container-fluid, 
.container-xxl, 
.container-xl, 
.container-lg, 
.container-md, 
.container-sm{
	padding-right:calc(var(--bs-gutter-x) * 0);
	padding-left:calc(var(--bs-gutter-x) * 0);
}

}

/* datepicker */

.ui-widget-header {
	border: 0px solid #dddddd;
	background: #fff;
}

.ui-datepicker-calendar>thead>tr>th {
	font-size: 14px !important;
}

.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: 10px 0;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
	border: 0px solid #c5c5c5;
	background-color: transparent;
	font-weight: normal;
	color: #454545;
	text-align: center;
}

.ui-datepicker .ui-datepicker-title {
	margin: 0 0em;
	line-height: 16px;
	text-align: center;
	font-size: 14px;
	padding: 0px;
	font-weight: bold;
}

.ui-datepicker {
	display: none;
	background-color: #fff;
	border-radius: 4px;
	margin-top: 10px;
	margin-left: 0px;
	margin-right: 0px;
	padding: 20px;
	padding-bottom: 10px;
	width: 300px;
	box-shadow: 10px 10px 40px rgba(0,0,0,0.1);
}
    
.ui-widget.ui-widget-content {
    border: 1px solid #eee;
}

#datepicker:focus>.ui-datepicker {
	display: block;
}

.ui-datepicker-prev,
.ui-datepicker-next {
	cursor: pointer;
}

.ui-datepicker-next {
	float: right;
}

.ui-state-disabled {
	cursor: auto;
	color: hsla(0, 0%, 80%, 1);
}

.ui-datepicker-title {
	text-align: center;
	padding: 10px;
	font-weight: 100;
	font-size: 20px;
}

.ui-datepicker-calendar {
	width: 100%;
}

.ui-datepicker-calendar>thead>tr>th {
	padding: 5px;
	font-size: 20px;
	font-weight: 400;
}

.ui-datepicker-calendar>tbody>tr>td>a {
	color: #000;
	font-size: 12px !important;
	font-weight: bold !important;
	text-decoration: none;
    
}

.ui-datepicker-calendar>tbody>tr>.ui-state-disabled:hover {
	cursor: auto;
	background-color: #fff;
}
    
.ui-datepicker-calendar>tbody>tr>td {
    border-radius: 100%;
    width: 44px;
    height: 30px;
    cursor: pointer;
    padding: 5px;
    font-weight: 100;
    text-align: center;
    font-size: 12px;
}
    
.ui-datepicker-calendar>tbody>tr>td:hover {
    background-color: transparent;
    opacity: 0.6;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
	border: 0px solid #cccccc;
	background-color: transparent;
	font-weight: normal;
	color: #2b2b2b;
}

.ui-widget-header .ui-icon {
	background-image: url('../images/common/btns.png');
}
.ui-icon-circle-triangle-e {
	background-position: -20px 0px;
	background-size: 36px;
}

.ui-icon-circle-triangle-w {
	background-position: -0px -0px;
	background-size: 36px;
}
    
.ui-datepicker-calendar>tbody>tr>td:first-child a{
	color: red !important;
}
    
.ui-datepicker-calendar>tbody>tr>td:last-child a{
	color: #0099ff !important;
}
    
.ui-datepicker-calendar>thead>tr>th:first-child {
    color: red !important;
}
    
.ui-datepicker-calendar>thead>tr>th:last-child {
    color: #0099ff !important;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    border: 0px;
    background: #f1f1f1;
    border-radius: 50%;
    padding-top: 4px;
    padding-bottom: 4px;
}

/* point_img */

img.point_mo_ver,
img.point_pc_ver{
	margin-top:2px;
}

img.point_mo_ver{
	display:none;
}

@media (max-width: 768px){
	img.point_pc_ver{
		display:none;
	}

	img.point_mo_ver{
		display:block;
	}
}

/* mobile_conntent_btn_box */

.mobile_conntent_btn_box{
	display:none;
}

@media (max-width: 991px){
	.mobile_conntent_btn_box.fix_button{
		position:fixed; bottom:0px; left:0px;
		display:block;
		width:100%; height:60px;
		text-align:center;
		line-height:60px;
		z-index:1000;
		box-shadow: 0px -1px 3px -2px gray;
		background:#f33c5f;
	}
	
	.mobile_conntent_btn_box.fix_button a{
		display:block;
	}		

	.mobile_conntent_btn_box.fix_button img{
		position:absolute; top:50%; left:50%;
		padding:0px 30px;
		transform:translate(-50%, -50%);
	}
}

/* Disable aos animation delay on mobile devices */

@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/* Header */

.header {
	position:fixed; top:0px; left:0px;
	width:100%;
	padding: 0px;
	-webkit-transition:0.5s;
	-moz-transition:0.5s;
	-ms-transition:0.5s;
	-o-transition:0.5s;
	transition:0.5s;
	z-index:1030;
	border-bottom:none;
	background:#fff;
}

.header_bk_box{
	width:100%; height:130px;
}

.header.sticked {
  border-bottom:1px solid #efefef;
  background:#fff;
}

.nav-up{
	top:-129.5px;
	-webkit-transition:0.5s;
	-moz-transition:0.5s;
	-ms-transition:0.5s;
	-o-transition:0.5s;
	transition:0.5s;
}

.header .top_menu_box{
	width:100%; height:50px;
	line-height:40px;
	border-bottom:1px solid #efefef;
}

.header .top_menu_box .top_search_box{
	display:inline;
}

.header .top_menu_box .top_search_box input[type="text"]{
	width:75%; height:35px;
	font-size:16px;
	vertical-align:middle;
	margin-top:3px;
	padding:10px 20px;
	border:none;
	border-radius:15px 0px 0px 15px;
	background:#f5f6fa;
}

.header .top_menu_box .top_search_box button{
	height:35px;
	color:#777;
	margin-top:3px;
	vertical-align:middle;
	padding-right:20px;
	border:none;
	border-radius:0px 15px 15px 0px;
	background:#f5f6fa;
}

.header .top_menu_box .top_search_box i{
	font-weight:bold;
	vertical-align:text-top;
}

.header .top_menu_box .top_app_class_box{
	float:right;
	margin-top:1px;
}

.header .top_menu_box .top_app_class_box > a{
	width:40px; height:40px;
	color:#fff;
	font-size:16px;
	font-weight:500;
	padding:3px 10px;
	margin-left:10px;
	text-align:center;
	vertical-align:middle;
	border-radius:5px;
	background:#d5103e;
}

.header .top_menu_box ul{
	float:right;
	margin-top:3px;
}

.header .top_menu_box ul li{
	float:left;
}

.header .top_menu_box ul li a{
	padding:5px 5px 5px 10px;
}

.header .top_menu_box ul li span{
	color:#ccc;
}

.header .logo img {
	max-width:280px;
	max-height:40px;
	margin-top:20px;
}

.header .logo h1 {
	position:absolute;
	top:23px; left:47px;
	color: #fff;
	font-size: 24px;
	font-weight: 900;
	margin:0px;
}

.header.sticked h1{
	color:#061230;
}

.navbar > ul > li.home_menu{
	display:none;
}

@media (max-width: 1200px){
	
	.header .top_menu_box .top_search_box input[type="text"]{
		font-size:14px;
	}
	
	.header .top_menu_box ul li a{
		font-size:14px;
		padding:5px 0px 5px 5px;
	}
}

@media (max-width: 1100px){
	.header .logo img {
		max-width:200px;
		margin-top:25px;
	}
}

@media (max-width: 991px){
	
	.header .top_menu_box{
		display:none;
	}
	
	.header .logo h1{
		top: 16px;
		left: 25px;
	}

	.header .logo img{
		height:45px;
		margin-top:0px;
	}

	.header_bk_box{
		height:61px;
	}

	.navbar > ul > li.home_menu{
		display:block;
	}
}

@media (max-width: 768px){
	.header .logo img {
		height:40px;
	}

	.header_bk_box{
		height:37px;
	}
	
}

@media (max-width: 576px){
	.header .logo img {
		height:35px;
	}

	.header_bk_box{
		height:32px;
	}
}

@media (max-width: 430px){
	.header .logo img {
		height:30px;
	}

	.header_bk_box{
		height:27px;
	}
}

@media (max-width: 400px){

	.navbar > ul > li > a, 
	.navbar > ul > li > a:focus{
		font-size:15px;
	}

}

@media (max-width: 375px){
	
	.header .logo img {
		height:25px;
	}

	.header_bk_box{
		height:22px;
	}

	.navbar > ul > li > a, 
	.navbar > ul > li > a:focus{
		font-size:14px;
	}
}

@media (max-width: 330px){
	.header .logo img {
		height:23px;
	}

	.header_bk_box{
		height:19px;
	}
}


/* header_mo */

.header_mo{
	display:none;
}

@media (max-width: 991px){
	.header_mo{
		display:block;
	}
	
	.header_mo.sticked{
		position:fixed; 
		top:0px; left:0px;
		width:100%;
		z-index:1000;
	}

	.header_mo ul li{
		float:left;
		width:25%; 
		text-align:center;
		border-left:1px solid #eaeaea;
		border-bottom:1px solid #eaeaea;
		background:#fff;
	}
	
	.header_mo ul li.on{
		border-bottom:1px solid #061230;
		background:#061230;
	}

	.header_mo ul li:first-child{
		border-left:none;
	}

	.header_mo ul li a{
		display:block;
		padding:15px 0px;
		font-size:16px;
	}

	.header_mo ul li.on a{
		color:#fff;
		font-weight:500;
	}
}

@media (max-width: 576px){
	.header_mo ul li a{
		font-size:14px;
	}
}


/* Desktop Navigation */

.navbar > ul {
	margin: 0px;
	padding: 0px 0px;
	display: flex;
	list-style: none;
	align-items: center;
	justify-content: flex-end;
}

.navbar > ul > li{
	padding: 17px 35px;
}

.navbar > ul > li.app_for_class{
	display:none;
}

.navbar > ul > li:last-child{
	padding-right:30px;
}

.navbar > ul > li > a,
.navbar > ul > li > a:focus {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 10px 0 10px 0px;
	font-size: 17px;
	font-weight: 500;
	color: #1a1a1a;
	white-space: nowrap;
	transition: 0.3s;
}

.header.sticked	.navbar a,
.header.sticked .navber a:focus{
	color:#222;
}

.navbar > ul > li > a i,
.navbar > ul > li > a:focus i {
	display:none;
	font-size: 12px;
	line-height: 0;
	margin-left: 5px;
}

.mobile-nav-show,
.navbar .mo_login{
	display:none;
}

.navbar .get-a-quote,
.navbar .get-a-quote:focus {
	background: var(--color-primary);
	padding: 8px 20px;
	margin-left: 30px;
	border-radius: 4px;
	color: #fff;
}

.navbar .get-a-quote:hover,
.navbar .get-a-quote:focus:hover {
	color: #fff;
	background: #2756ff;
}

.navbar .get-a-round,
.navbar .get-a-round:focus {
	color: #fff;
	padding: 5px 15px;
	border-radius: 30px;
	background: #cd2c3f;
}  

.header.sticked .navbar .get-a-round,
.header.sticked .navbar .get-a-round:focus{
	color:#fff;
}

.navbar li.sub_menu{
	position:relative;
}

.navbar li.mo_sub_menu{
	display:none;
}

.navbar li.sub_menu ul{
	display: none;
	position: absolute;
	left:50%;
	white-space:nowrap;
	margin:0px;
	padding:10px;
	border:1px solid #f3f3f3;
	border-radius:3px;
	transform:translate(-50%);
	background:#fff;
}

.navbar li ul li{
	text-align:center;
	margin-top:5px;
}

.navbar li.sub_menu ul li:first-child{
	margin-top:0px;
}

.navbar li.sub_menu ul li a{
	color:#666;
	font-size:14px;
	font-weight:400;
	text-align:left;
}

.navbar > button{
	position:absolute;
	top:300px;
	z-index:2000;
}

.mo_menu_icon_box,
.mo_app_class_box,
.mo_search_box{
	display:none;
}

.main_menu_box i.lnr-cross{
	display:none;
}

@media (max-width: 1199px){
	.navbar a,
	.navbar a:focus {
		font-size:14px;
	}
	
	.navbar > ul > li{
		padding: 17px 25px;
	}
}


/* Mobile Navigation */

@media (max-width: 991px){

	.header{
		padding:10px 0px 10px;
	}
	
	.navbar {
		position: fixed;
		top: 0;
		right: -100%;
		width: 100%;
		max-width: 300px;
		bottom: 0;
		transition: 0.3s;
		z-index: 2000;
	}

	.navbar .mo_login{
		display:block;
		position: relative;
		height:80px;
		color: #000;
		top: 21px;
		left: 21px;
		font-size: 14px;
		font-weight: 400;
		z-index: 3000;
	}
	
	.navbar .mo_login > img{
		width:40px; height:40px;
		border-radius:30px;
	}

	.navbar > ul {
		display:block;
		position: relative;
		inset: 0;
		padding: 0px 0 10px 0;
		margin: 0;
		background:#fff;
		overflow-y: auto;
		overflow-x: hidden;
		transition: 0.3s;
		z-index: 2100;
	}
	
	.navbar > ul > li{
		margin:0px;
		padding:5px 0px;
		border-bottom:1px solid #eaeaea;
	}
	
	.navbar > ul > li.app_for_class{
		display:block;
	}	
	
	.navbar > ul > li:first-child{
		border-top:2px solid #eaeaea;
	}
	
	.navbar li.on{
		border-bottom:1px solid #eaeaea;
	}
	
	.navbar li.sub_menu ul li{
		text-align:left;
		margin-top:10px;
		padding:0px 5px;
	}
	
	.navbar li.sub_menu > span{
		float:right;
		color:#838383;
		margin-top:5px;
	}
	
	.navbar li.sub_menu:last-child > span{
		display:none;
	}
	
	.navbar > ul > li > a,
	.navbar > ul > li > a:focus {
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding: 6px 20px 6px;
		font-family: var(--font-primary);
		font-size: 16px;
		font-weight: 400;
		white-space: nowrap;
		transition: 0.3s;
	}

	.navbar > ul > li > a i,
	.navbar > ul > li > a:focus i {	
		display:inline;
		font-size: 12px;
		line-height: 0;
		margin-left: 5px;
	}

	.navbar > ul > li > a:hover,
	.navbar .active,
	.navbar .active:focus,
	.navbar > ul > li:hover>a {
		color: #333;
	}

	.navbar .get-a-quote,
	.navbar .get-a-quote:focus {
		background: var(--color-primary);
		padding: 8px 20px;
		border-radius: 4px;
		margin: 15px;
		color: #fff;
	}

	.navbar .get-a-quote:hover,
	.navbar .get-a-quote:focus:hover {
		color: #fff;
		background: rgba(13, 66, 255, 0.8);
	}
	
	.navbar > ul > li:last-child{
		padding-right:20px;
	}
	
	.navbar li.mo_sub_menu{
		display:block;
	}

	.mobile-nav-show {
		display:block;
		position: absolute;
		top: 29px;	
		right: 30px;
		color: #1a1a1a;
		font-size: 28px;
		cursor: pointer;
		line-height: 0;
		transition: 0.5s;
		z-index: 3000;
		margin-right: 10px;
	}
	
	.header.sticked .mobile-nav-show{
		color:#061230;
	}

	.mobile-nav-hide {
		position: absolute;
		top: 39px;	
		right: 30px;
		color: #333;
		font-size: 24px;
		cursor: pointer;
		line-height: 0;
		transition: 0.5s;		
		z-index: 3000;
	}

	.mobile-nav-active {
		overflow: hidden;
	}

	.mobile-nav-active .navbar {
		height:100%;
		right: 0;
		overflow-x:hidden;
		overflow-y:auto;
		background:#fff;
	}

	.mobile-nav-active .navbar + .navber_bk_box {
		content: "";
		position: fixed;
		inset: 0;
		background: rgba(14, 29, 52, 0.8);
		cursor:pointer;
		z-index: 1999;
	}

	.header .seminar_connect_btn{
		display:none;
	} 

	.navbar li.sub_menu ul{
		position:unset;
		transform:none;
		padding:0px 25px 20px;
		padding-bottom:15px;
		border:none;
	}

	.navbar li.sub_menu ul li{
		margin-top:5px;
	}

	.navbar li.sub_menu ul li:first-child{
		margin-top:0px;
	}

	.navbar .mo_app_class_box{
		position:relative; 
		left:21px;
		height:50px;
		margin-top:15px;
		z-index:3000;
	}

	.navbar .mo_app_class_box a{
		display:inline-block;
		width:258.89px; height:44px;
		color:#fff;
		font-size:16px;
		font-weight:500;
		line-height:44px;
		text-align:center;
		border-radius:5px;
		background:#d5103e;
	}
	
	.mo_app_class_box,
	.mo_search_box{
		display:block;
	}

	.mo_search_box > i{
		position:absolute;
		top:20px; right:80px;
		font-size:20px;
		font-weight:bold;
		border:none;
		cursor:pointer;
		background:none;
	}
	
	.mo_search_box .search_nav_box{
		position:absolute;
		top:0px; left:0px;
		display:none;
		width:100%; height:1000px;
		padding:20px;
		z-index:4000;
		background:#fff;
	}
	
	.mo_search_box .search_nav_box .search_box{
		padding-bottom:20px;
		border-bottom:1px solid #efefef;
	}

	.mo_search_box .search_nav_box .search_box .search_input_box{
		width:80%; 
		display:flex;
		border-radius:30px;
		background:#f5f6fa;
	}
	
	.mo_search_box .search_nav_box .search_box .search_input_box input[type="text"]{
		width:100%;
		padding:5px 20px;
		border:none;
		background:none;
	}

	.mo_search_box .search_nav_box .search_box .search_input_box button{
		padding-right:20px;
	}

	.mo_search_box .search_nav_box .search_box .search_input_box button{
		border:none;
		background:none;
	}
	
	.mo_search_box .search_nav_box .mo_app_class_box{
		display:block;
	}
	
	.mo_search_box .search_nav_box .search_close_box{
		position:absolute;
		top:20px; right:20px;
	}
	
	.mo_search_box .search_nav_box .search_close_box a{
		font-size:24px;
	}

	.mo_search_box .search_nav_box .search_word_box{
		padding-bottom:20px;
		border-bottom:1px solid #efefef;
	}

	.mo_search_box .search_nav_box .search_word_box h3{
		margin-top:20px;
	}

	.mo_search_box .search_nav_box .search_word_box h3 > a{
		float:right;
		font-size:16px;
		font-weight:400;
	}

	.mo_search_box .search_nav_box .search_word_box ul li{
		margin-top:15px;
	}

	.mo_search_box .search_nav_box .search_word_box ul li > button{
		float:right;
		border:none;
		background:none;
	}
	
	.mo_search_box .search_nav_box .search_recommend_box h2{
		margin-top:20px;
	}

	.mo_search_box .search_nav_box .search_recommend_box ul{
		display:flex;
		width:100%; 
		flex-direction:row;
		flex-wrap: wrap; 
		margin-top:5px;
	}		

	.mo_search_box .search_nav_box .search_recommend_box ul li{
		margin:20px 0px 0px 10px;
	}

	.mo_search_box .search_nav_box .search_recommend_box ul li a{
		padding:5px 15px;
		border-radius:30px;
		background:#f5f6fa;
	}
	
	.main_menu_box i.lnr-cross{
		display:block;
	}

	.mo_menu_icon_box{
		display:flex;
		justify-content:space-around;
		margin:5px 5px 25px;
	}
	
	.mo_menu_icon_box > div{
		text-align:center;
	}

}

@media (max-width: 768px) {
	.mobile-nav-show {
		top: 25px;
		right: 15px;
	}

	.mo_search_box > i{
		top:16px; 
		right:65px;
	}
}

/* all_menu_box */

.all_menu_box{
	display:none;
	position:fixed;
	top:125px;
	width:100%;
	text-align:center;
	padding-bottom:15px;
	transition: all 0.5s;
	border-top:1px solid #eaeaea;
	box-shadow:1px 1px 3px #efefef;
	z-index:2000;
	background:#fff;
}

.all_menu_box .slogan_box{
	position:absolute; top:0px; left:0px;
	width:25%; height:100%; 
	text-align:right;
	padding:20px;
	background:#d5103e;
}

.all_menu_box .slogan_box h2{
	color:#fff;
	font-size:20px;
	line-height:1.4;
}

.all_menu_box .slogan_box img{
	margin-top:7px;
}

.all_menu_box .slogan_box h2 > span{
	font-size:16.4px;
	font-weight:300;
}

.all_menu_box .col-md-11,
.all_menu_box .col-sm-11,
.all_menu_box .col-md-10,
.all_menu_box .col-sm-10,
.all_menu_box .col-md-9,
.all_menu_box .col-sm-9{
	display:flex;
	justify-content: flex-end;
}

.all_menu_box p{
	font-size:18px;
	font-weight:400;
	margin-top:20px;
	padding:10px 5px;
	border-bottom:1px solid #eaeaea;
}

.all_menu_box ul{
	margin-top:5px;
	padding:15px 31px;
}

.all_menu_box ul:nth-child(1){
	margin-right:-6px;
}

.all_menu_box ul:nth-child(2){
	margin-right:20px;
}

.all_menu_box ul:nth-child(3){
	margin-right:6px;
}

.all_menu_box ul:nth-child(4){
	margin-right:5px;
}

.all_menu_box ul:nth-child(5){
	margin-right:0px;
}

.all_menu_box ul:last-child{
	padding-right:20px;
}

.all_menu_box ul li{
	line-height:2;
}

.all_menu_box ul li a{
	font-size:15px;
}

@media (max-width: 1199px){
	

	.navbar > ul > li:last-child{
		padding-right: 47px;
	}

	.all_menu_box ul{
		padding:15px;
	}
	
	.all_menu_box ul:nth-child(1){
		margin-right:6px;
	}

	.all_menu_box ul:nth-child(2){
		margin-right:33px;
	}

	.all_menu_box ul:nth-child(3){
		margin-right:19px;
	}

	.all_menu_box ul:nth-child(4){
		margin-right:16px;
	}
		
	.all_menu_box ul:nth-child(5){
		margin-right:12px;
	}

	.all_menu_box ul:last-child{
		padding-right:37px;
	}

}

@media (max-width: 1065px){
	
	.navbar > ul > li{
		padding:17px 20px;
	}
	
	.navbar > ul > li:nth-child(2){
		margin-right:-1px;
	}

	.navbar > ul > li:nth-child(4){
		margin-right:-1px;
	}

	.navbar > ul > li:nth-child(6){
		margin-right:1px;
	}

	.navbar > ul > li:nth-child(7){
		margin-right:2px;
	}

	.all_menu_box ul li a{
		font-size:13px;
	}

	.all_menu_box ul:nth-child(1){
		margin-right:5px;
	}

	.all_menu_box ul:nth-child(2){
		margin-right:25px;
	}

	.all_menu_box ul:nth-child(3){
		margin-right:126px;
	}

	.all_menu_box ul:nth-child(4){
		margin-right:15px;
	}
		
	.all_menu_box ul:nth-child(5){
		margin-right:5px;
	}

	.all_menu_box ul:last-child{
		padding-right:38px;
	}
}

@media (max-width: 991px){
	
	.all_menu_box{
		display:none !important;
	}
	
	.navbar > ul > li:last-child {
        padding-right: 20px;
    }

}

.footer_etc_wrap{
	width:100%;
	padding:10px 0px;
	background:#d5103e;
}

.footer_etc_box{
	display:flex;
	align-items:center;
	align-content: center;
}

.footer_etc_box span{
	color:#fff;
	padding:0px 15px;
}

.footer_etc_box a{
	color:#fff;
	font-weight:400;
}

.footer_etc_box a:first-child{
	margin-left:0px;
}

#footer{
	display:flex;
	padding:120px 0px;
	background:#f5f6fa;
}

#footer .row{
	align-items:center;
}

#footer .footer_text_box p.mo_ver{
	display:none;
}

#footer .footer_up_icon_box{
	display:flex;
	height:100%;
	align-items: flex-end;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content:center;
}

#footer .footer_up_icon_box img{
	display:none;
	float:right;
}

@media (max-width: 991px){

	#footer{
		padding:60px 0px;
	}

	#footer img{
		height:50px;
	}
	
	#footer .footer_text_box p.pc_ver{
		display:none;
	}

	#footer .footer_text_box p.mo_ver{
		display:block;
		margin-top:30px;
	}
}

@media (max-width: 768px){
	
	#footer{
		padding:30px 0px 30px;
	}	
		

	#footer .footer_logo_box img{
		display:block;
	}

	#footer .footer_logo_box img{
		height:45px;
	}
	
}

@media (max-width: 576px){
	#footer .footer_logo_box img{
		height:40px;
	}
}

@media (max-width: 450px){
	#footer .footer_logo_box img{
		height:35px;
	}
}

@media (max-width: 375px){
	#footer .footer_logo_box img{
		height:30px;
	}

}

/* footer_banner */

#footer_banner{
	position:fixed;	bottom:0px; 
	width:100%;
	padding:20px 0px;
	z-index:900;
	overflow:visible;
	background:#052e48;
}

#footer_banner .footer_banner_close_box a{
	position:absolute; top:-31px; right:5.5%;
	color:#fff;
	font-weight:500;
	padding:5px 20px;
	border-radius:5px 5px 0px 0px;
	z-index:900;
	background:#052e48;
} 

#footer_banner .footer_banner_box{
	display:flex;
	width:100%;
	justify-content:center;
	align-items:center;
	flex-wrap: nowrap;
}

#footer_banner .footer_banner_box .footer_banner_title_box h2{
	color:#fff;
	white-space:nowrap;
	margin-right:30px;
}

#footer_banner .footer_banner_box .footer_banner_title_box h2 > span{
	font-size:29px;
}

#footer_banner .footer_banner_text_box .personal_info_box{
	margin-top:10px;
}

#footer_banner .footer_banner_text_box input[type="text"]{
	padding:5px 10px;
	border-radius:4px;
	border:none;
}

#footer_banner .footer_banner_text_box button{
	color:#fff;
	font-weight:500;
	padding:5px 10px;
	border:1px solid #d10035;
	border-radius:4px;
	background:#d10035;
}

#footer_banner .footer_banner_text_box .personal_info_box input,
#footer_banner .footer_banner_text_box .personal_info_box span,
#footer_banner .footer_banner_text_box .personal_info_box a,
#footer_banner .footer_banner_text_box .personal_info_box label{
	color:#fff;
}

#footer_banner .footer_banner_text_box .personal_info_box label{
	cursor:pointer;
	margin-left:5px;
	vertical-align:top;
}

#footer_banner .footer_banner_text_box .personal_info_box input{
	width:20px; height:20px;
	vertical-align:middle;
}

#footer_banner .footer_banner_text_box .personal_info_box span,
#footer_banner .footer_banner_text_box .personal_info_box a{
	vertical-align:top;
}

@media (max-width: 830px){
	#footer_banner .footer_banner_box .footer_banner_title_box h2{
		font-size:18px;
	}

	#footer_banner .footer_banner_box .footer_banner_title_box h2 > span{
		font-size:22px;
	}

	#footer_banner .footer_banner_text_box input[type="text"]{
		width:30%;
	}
}

@media (max-width: 576px){
	
	#footer_banner .footer_banner_box .footer_banner_title_box h2 > span{
		font-size:19.5px;
	}

	#footer_banner .footer_banner_box .footer_banner_title_box h2{
		font-size:16px;
		margin-right:15px;
	}

	#footer_banner .footer_banner_text_box .personal_info_box span,
	#footer_banner .footer_banner_text_box .personal_info_box a,
	#footer_banner .footer_banner_text_box button,
	#footer_banner .footer_banner_text_box input[type="text"]{
		font-size:13px;
	}

}

@media (max-width: 360px){
	
	#footer_banner .footer_banner_box .footer_banner_title_box h2 > span{
		font-size:16px;
	}

	#footer_banner .footer_banner_box .footer_banner_title_box h2{
		font-size:13px;
	}

	#footer_banner .footer_banner_text_box .personal_info_box span,
	#footer_banner .footer_banner_text_box .personal_info_box a{
		font-size:12px;
	}

}

@media (max-width: 340px){
	#footer_banner .footer_banner_text_box .personal_info_box span, 
	#footer_banner .footer_banner_text_box .personal_info_box a{
		font-size:11px;
	}
}	

@media (max-width: 325px){
	#footer_banner .footer_banner_text_box .personal_info_box span, 
	#footer_banner .footer_banner_text_box .personal_info_box a{
		font-size:10px;
	}
}