html {
	font-size: 10px;
}


body {
	font-family: "NotoSansKRR", sans-serif;
	overflow: auto;
	width: 100%;
    height: 100%;
    font-size: 14px;
}

br {
	font-family: sans-serif;
}

body > .wrapper {
	font-family: "Noto Sans KR";
	width: 100%;
    height: 100%;
}

/* font-size */
h1 {
	font-size: 4rem;
	margin: 0;
}
h2 {
	font-size: 3rem;
	margin: 0;
}
h3 {
	font-size: 2rem;
	margin: 0;
}
h4 {
	font-size: 1.8rem;
	margin: 0;
}
h5 {
	font-size: 1.3rem;
	margin: 0;
}
h6 {
	font-size: 1.1rem;
	margin: 0;
}

.main_wrapper {
	min-width: 992px;
}

.title__box > div {
	display: inline-block;
}
.home_content_title p {
	font-size: 2.4rem;
	line-height: 35px;
	font-weight: bold;
	letter-spacing: -1.05px;
	margin: 0;
	
	color: #171F29;
}
.home_content_title_viewAll a {
	font-size: 1.3rem;
	line-height: 19px;
	letter-spacing: -0.56875px;
	margin-left: 19px;
	
	color: #313D4B;
}

/* text Align */
.txtRight {
	text-align: right;
}

/* button */
.commonBtn__grayBtn {
	font-weight: 500;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0.1px;
	
	color: #6D7987;
	padding: 8px 15px;
	
	background: #F2F3F4;
	border-radius: 2px;
    border: none;
}
.commonBtn__grayBtn:hover {
	color: #fff;
	background: #2F83F5;
}
.commonBtn__blueBtn {
	font-weight: 500;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0.1px;
	
	color: #FFFFFF;
	padding: 8px 15px;
	
	background: #2F83F5;
	border-radius: 2px;
    border: none;
}
.back__btn__gray {
	width: 32px;
	height: 32px;
	
	background: url("/resources/images/back_btn_gray_32.png");
	border: none;
	outline: none;
}

.commonBtn__blueBtn:hover {
	background: #116AD4;
}
.commonBtn__purchaseBtn {
	font-weight: 500;
	font-size: 13px;
	line-height: 19px;
	text-align: center;
	letter-spacing: -0.7px;
	
	color: #FFFFFF;
	background: #2F83F5;
	border-radius: 3px;
	border: none;
	
	padding: 11px 45px 10px;
}
.commonBtn__storageboxaddBtn {
	font-weight: normal;
	font-size: 13px;
	line-height: 19px;
	text-align: center;
	letter-spacing: -0.7px;
	
	color: #2F83F5;
	
	background: #FFFFFF;
	border: 1px solid #2F83F5;
	box-sizing: border-box;
	border-radius: 3px;
	
	padding: 10px 18px 9px;
}

.sm_commonBtn_storageboxaddBtn {
    font-weight: normal;
    font-size: 12px;
    line-height: 19px;
    text-align: center;
    letter-spacing: -1.7px;
    color: #2F83F5;
    background: #FFFFFF;
    border: 1px solid #2F83F5;
    box-sizing: border-box;
    border-radius: 3px;
    padding: 5px 13px 5px;
}

.commonBtn__storageboxaddBtn img {
	vertical-align: top;
}
.print_img {
	margin-top: 3px;
}

/* check box */
.checks {position: relative;}

.checks input[type="checkbox"] { 
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip:rect(0,0,0,0);
  border: 0
}
.checks input[type="checkbox"] + label {
  display: inline-block;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.checks input[type="checkbox"] + label:before {  
  content: ' ';
  display: inline-block;
  width: 21px;  
  height: 21px; 
  line-height: 21px; 
  margin: -2px 8px 0 0;
  text-align: center; 
  vertical-align: middle;
  background: #fafafa;
  border: 1px solid #cacece;
  border-radius : 3px;
  box-shadow: 0px 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05);
}
.checks input[type="checkbox"] + label:active:before,
.checks input[type="checkbox"]:checked + label:active:before {
  box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px 1px 3px rgba(0,0,0,0.1);
}

.checks input[type="checkbox"]:checked + label:before {  
  content: '\2714';  
  color: #99a1a7;
  text-shadow: 1px 1px #fff;
  background: #e9ecee;
  border-color: #adb8c0;
  box-shadow: 0px 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05), inset 15px 10px -12px rgba(255,255,255,0.1);
}

.checks.small input[type="checkbox"] + label {
  font-size: 12px;
}

.checks.small input[type="checkbox"] + label:before {
  width: 17px;
  height: 17px;
  line-height: 17px;
  font-size: 11px;
}

.checks.etrans input[type="checkbox"] + label {
  padding-left: 30px;
  line-height: 21px;
}
.checks.etrans.custom input[type="checkbox"] + label {
  padding-left: 25px;
  line-height: 21px;
}
.checks.etrans input[type="checkbox"] + label:before {
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 0;
  opacity: .6;
  box-shadow: none;
  border-color: #cacece;
  -webkit-transition: all .12s, border-color .08s;
  transition: all .12s, border-color .08s;
}

.checks.etrans input[type="checkbox"]:checked + label:before {
  position: absolute;
  content: "";
  width: 10px;
  top: -5px;
  left: 5px;
  border-radius: 0;
  opacity:1; 
  background: transparent;
  border-color: transparent #337ffd #337ffd transparent;
  border-top-color:transparent;
  border-left-color:transparent;
  -ms-transform:rotate(45deg);
  -webkit-transform:rotate(45deg);
  transform:rotate(45deg);
}
.checks.etrans {
	margin-top: 15px;
	margin-bottom: 15px;
}
.checks.etrans.custom {
	margin: 0 0 0 10px;
}
.checks.etrans.custom2 {
	margin: 0 0 0 20px;
}
.checks.etrans.custom label {
	margin-bottom: 0;
}
.checks.etrans.custom2 label {
	margin-bottom: 0;
}
.checks.etrans.nomargin {
	margin-top: auto;
	margin-bottom: auto;
}

.common-select {
	border-radius: 5px;
	border: 1px solid #ddd;
	padding: 4px 12px;
    height: 32px;
    width: 200px;
}

/* marker checkBox */
/* check box */
.checks {position: relative;}
.checks.etrans.customMarker {
	margin: 0;
}
.checks input[type="checkbox"] {  /* 占쎈쐻占쎈짗占쎌굲占쎈쐻占쎈짗占쎌굲 筌ｋ똾寃뺧옙�쐻占쎈솓占쎈짗占쎌굲占쎈쐻占쎈짗占쎌굲 占쎌넅占쎈쐻占쎈쓡占쎈퓠占쎈쐻占쎈짗占쎌굲 占쎈쐻占쎈짗占쎌굲占쎈쐻占쎈짗占쎌굲 */
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip:rect(0,0,0,0);
  border: 0
}
.checks input[type="checkbox"] + label {
  display: inline-block;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.checks.etrans.customMarker input[type="checkbox"] + label:before {  /* 占쎈쐻占쎈짗占쎌굲筌욑옙 筌ｋ똾寃뺧옙�쐻占쎈솓占쎈짗占쎌굲 */
  content: ' ';
  display: inline-block;
  width: 21px;  
  height: 21px; 
  line-height: 21px;
  margin: -2px 8px 0 0;
  text-align: center; 
  vertical-align: middle;
  background: #fafafa;
  border: 1px solid #cacece;
  border-radius : 100%;
}
.checks input[type="checkbox"] + label:active:before,
.checks input[type="checkbox"]:checked + label:active:before {
  background: #337ffd;
}

.checks input[type="checkbox"]:checked + label:before {   
  content: '\2714'; 
  color: #99a1a7;
  text-shadow: 1px 1px #fff;
  background: #e9ecee;
  border-color: #adb8c0;
  background: #337ffd;
}

.checks.etrans.customMarker input[type="checkbox"] + label {
  padding-left: 21px;
  line-height: 21px;
  margin: 0;
}
.checks.etrans.customMarker input[type="checkbox"] + label:before {
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 0;
  opacity: .6;
  box-shadow: none;
  border-color: #cacece;
  -webkit-transition: all .12s, border-color .08s;
  transition: all .12s, border-color .08s;
}

.checks.etrans.customMarker input[type="checkbox"]:checked + label:before {
  position: absolute;
  content: "";
  width: 21px;
  height: 21px;
  top: 0;
  left: 0;
  border-radius: 100%;
  opacity:1; 
  background: #337ffd;
  border-color: #337ffd;
  transform: rotate(0deg);
}



/* radio button account */
.checks-radio-account {
	position: relative;
} 
.checks-radio-account input[type="radio"] { 
	position: absolute; 
	width: 1px; 
	height: 1px; 
	padding: 0; 
	margin: -1px; 
	overflow: hidden; 
	clip:rect(0,0,0,0); 
	border: 0; 
} 
.checks-radio-account input[type="radio"] + label { 
	display: inline-block; 
	position: relative; 
	padding-left: 20px; 
	cursor: pointer; 
	margin: 0;
	-webkit-user-select: none; 
	-moz-user-select: none; 
	-ms-user-select: none; 
} 
.checks-radio-account input[type="radio"] + label:before { 
	content: ''; 
	position: absolute; 
	left: 0; 
	top: 3px; 
	width: 16px; 
	height: 16px; 
	text-align: center; 
	background: #fafafa; 
	border: 1px solid #cacece; 
	border-radius: 100%; 
	box-shadow: 0px 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05); 
} 
.checks-radio-account input[type="radio"] + label:active:before, 
.checks-radio-account input[type="radio"]:checked + label:active:before { 
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px 1px 3px rgba(0,0,0,0.1); 
} 
.checks-radio-account input[type="radio"]:checked + label:before { 
	background: #E9ECEE; 
	border-color: #adb8c0; 
} 
.checks-radio-account input[type="radio"]:checked + label:after { 
	content: ''; 
	position: absolute; 
	top: 6px; 
	left: 3px; 
	width: 10px; 
	height: 10px; 
	background: #337ffd; 
	border-radius: 100%; 
	/* box-shadow: inset 0px 0px 10px rgba(0,0,0,0.3);  */
}

/* radio button */
.checks-radio {
	position: relative;
} 
.checks-radio input[type="radio"] { 
	position: absolute; 
	width: 1px; 
	height: 1px; 
	padding: 0; 
	margin: -1px; 
	overflow: hidden; 
	clip:rect(0,0,0,0); 
	border: 0; 
} 
.checks-radio input[type="radio"] + label { 
	display: inline-block; 
	position: relative; 
	padding-left: 20px; 
	cursor: pointer; 
	margin: 0;
	-webkit-user-select: none; 
	-moz-user-select: none; 
	-ms-user-select: none; 
} 
.checks-radio input[type="radio"] + label:before { 
	content: ''; 
	position: absolute; 
	left: 0; 
	top: 5px; 
	width: 16px; 
	height: 16px; 
	text-align: center; 
	background: #fafafa; 
	border: 1px solid #cacece; 
	border-radius: 100%; 
	box-shadow: 0px 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05); 
} 
.checks-radio input[type="radio"] + label:active:before, 
.checks-radio input[type="radio"]:checked + label:active:before { 
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px 1px 3px rgba(0,0,0,0.1); 
} 
.checks-radio input[type="radio"]:checked + label:before { 
	background: #E9ECEE; 
	border-color: #adb8c0; 
} 
.checks-radio input[type="radio"]:checked + label:after { 
	content: ''; 
	position: absolute; 
	top: 8px; 
	left: 3px; 
	width: 10px; 
	height: 10px; 
	background: #337ffd; 
	border-radius: 100%; 
	/* box-shadow: inset 0px 0px 10px rgba(0,0,0,0.3);  */
}



/* radio button custom */
.checks-radio.custom {
	position: relative;
	display: inline-block;
} 
.checks-radio.custom input[type="radio"] { 
	position: absolute; 
	width: 1px; 
	height: 1px; 
	padding: 0; 
	margin: -1px; 
	overflow: hidden; 
	clip:rect(0,0,0,0); 
	border: 0; 
} 
.checks-radio.custom input[type="radio"] + label { 
	display: inline-block; 
	position: relative; 
	padding-left: 0px;
	padding-top: 13px; 
	cursor: pointer; 
	margin: 0;
	font-size: 10px;
	text-align: center;
    width: 12px;
	-webkit-user-select: none; 
	-moz-user-select: none; 
	-ms-user-select: none; 
} 
.checks-radio.custom input[type="radio"] + label:before { 
	content: ''; 
	position: absolute; 
	left: 5px; 
	top: 0px; 
	width: 0px; 
	height: 12px; 
	text-align: center; 
	background: #fafafa; 
	border: 1px solid #cacece; 
	border-radius: 0; 
	box-shadow: 0px 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05); 
} 
.checks-radio.custom input[type="radio"] + label:active:before, 
.checks-radio.custom input[type="radio"]:checked + label:active:before { 
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px 1px 3px rgba(0,0,0,0.1); 
} 
.checks-radio.custom input[type="radio"]:checked + label:before { 
	background: #E9ECEE; 
	border-color: #adb8c0; 
} 
.checks-radio.custom input[type="radio"]:checked + label:after { 
	content: ''; 
	position: absolute; 
	top: 0px; 
	left: 0px; 
	width: 12px; 
	height: 12px; 
	background: red; 
	border-radius: 100%; 
}

/* radio button custom2*/
.checks-radio.custom2 {
	position: relative;
} 
.checks-radio.custom2 input[type="radio"] { 
	position: absolute; 
	width: 1px; 
	height: 1px; 
	padding: 0; 
	margin: -1px; 
	overflow: hidden; 
	clip:rect(0,0,0,0); 
	border: 0; 
} 
.checks-radio.custom2 input[type="radio"] + label { 
	display: inline-block; 
	position: relative; 
	padding-left: 20px; 
	cursor: pointer; 
	margin: 0;
	-webkit-user-select: none; 
	-moz-user-select: none; 
	-ms-user-select: none; 
} 
.checks-radio.custom2 input[type="radio"] + label:before { 
	content: ''; 
	position: absolute; 
	left: 0; 
	top: 0px; 
	width: 16px; 
	height: 16px; 
	text-align: center; 
	background: #fafafa; 
	border: 1px solid #cacece; 
	border-radius: 0%; 
	box-shadow: 0px 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05); 
} 
.checks-radio.custom2 input[type="radio"] + label:active:before, 
.checks-radio.custom2 input[type="radio"]:checked + label:active:before { 
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px 1px 3px rgba(0,0,0,0.1); 
} 
.checks-radio.custom2 input[type="radio"]:checked + label:before { 
	background: #E9ECEE; 
	border-color: #adb8c0; 
} 
.checks-radio.custom2 input[type="radio"]:checked + label:after { 
	content: ''; 
	position: absolute; 
	top: 3px; 
	left: 3px; 
	width: 10px; 
	height: 10px; 
	background: #337ffd; 
	border-radius: 0%; 
	/* box-shadow: inset 0px 0px 10px rgba(0,0,0,0.3);  */
}




/* file upload form */
.fileBox label { 
	display: inline-block; 
	padding: 7px 10px;
	color: #999; 
	font-size: inherit; 
	line-height: normal; 
	vertical-align: middle; 
	background-color: #fdfdfd; 
	cursor: pointer; 
	border: 1px solid #ebebeb; 
	border-bottom-color: #e2e2e2; 
	border-radius: .25em; 
	margin-bottom: 0;
} 
.fileBox input[type="file"] { 
	position: absolute; 
	width: 1px; 
	height: 1px; 
	padding: 0; 
	margin: -1px; 
	overflow: hidden; 
	clip:rect(0,0,0,0); 
	border: 0; 
}
.fileBox .upload-name { 
	display: inline-block; 
	padding: 8px 10px; /* label�쓽 �뙣�뵫媛믨낵 �씪移� */ 
	font-size: inherit; 
	font-family: inherit; 
	line-height: normal; 
	vertical-align: middle; 
	background-color: #f5f5f5; 
	border: 1px solid #ebebeb; 
	border-bottom-color: #e2e2e2; 
	border-radius: .25em; 
	-webkit-appearance: none; /* �꽕�씠�떚釉� �쇅�삎 媛먯텛湲� */ 
	-moz-appearance: none; 
	appearance: none; 
	width: 260px;
}

/* clear both */
.clear__both {
	clear: both;
}


label.tag_item {
	font-weight: 500;
	font-size: 12px;
	line-height: 17px;
	letter-spacing: -0.646154px;
	
	color: #6D7987;
	position: relative;
	padding: 6px 12px 5px;
	
	background: #FFFFFF;
	border: 1px solid #C8CAD2;
	box-sizing: border-box;
	border-radius: 18px;
	
	margin-right: 7px;
	margin-bottom: 0;
}
label.tag_item.tag__colosed {
	padding: 6px 34px 5px 14px;
	margin-bottom: 8px;
	margin-right: 12px;
}
label.tag_item > .tag_close__img {
	position: absolute;
	top: 5px;
	right: 9px;
	cursor: pointer;
}

/* modal common */

.modal-header {
	position: relative;
	text-align: center;
} 
.modal-header.alert_custom_2 {
	padding: 37px;
    border-bottom: none;;
}
.modal-header.alert_custom_3 {
	padding: 27px;
    border-bottom: none;;
}
h4.modal-title {
	font-weight: bold;
	font-size: 16px;
	line-height: 23px;
	letter-spacing: -0.861539px;
	
	color: #313D4B;
    text-align: center;
}  
.modal-header .close.customBtn {
	width: 32px;
	height: 32px;
	position: absolute;
	right: 21px;
	top: 50%;
	transform: translateY(-50%);
	opacity: 1;
    margin-top: 0;
	
	background: url("/resources/images/index_skin/modal__close_btn.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.modal-header .close.customBtn:hover {
	background: url("/resources/images/index_skin/modal__close_btn_blue.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.modal-header .close.customBtn:focus {
	outline: none;
}
.modal-header.noBorder_ver {
	border-bottom: none;
	padding-top: 29px;
}
.modal-header.noBorder_ver > div {
	position: relative;
}
.modal-body.custom_alert {
	padding: 23px 24px;
	
	background: #F2F3F4;
	border-radius: 0px 0px 10px 10px;
	
	text-align: center;
}
.modal-body.custom_alert.ver2 {
	background: #FFFFFF;
	padding: 0px 24px 56px;
}
.modal-body.custom_alert.ver3 {
	background: #FFFFFF;
	padding: 0px 24px 24px;
}
.modal-body.custom_alert p {
	font-weight: 500;
	font-size: 16px;
	line-height: 23px;
	letter-spacing: -0.861539px;
	
	color: #313D4B;
	margin-bottom: 42px;
}
.modal-body.custom_alert.ver2 p {
	font-weight: normal;
	font-size: 20px;
	line-height: 32px;
	text-align: center;
	
	color: #000000;
	margin-bottom: 42px;
}
.modal-body.custom_alert.ver3 p {
	margin-bottom: 24px;
}
.modal-body.custom_alert a.alert_confirm_btn {
	width: 100%;
	
	background: #2F83F5;
	border-radius: 2px;
	border: none;
	outline: none;
	
	font-weight: 500;
	font-size: 13px;
	line-height: 19px;
	text-align: center;
	letter-spacing: 0.0928571px;
	
	color: #FFFFFF;	
	padding: 13px 0 12px;
	display: block;
}
.modal-body.custom_alert button.alert_confirm_btn {
	background: #2F83F5;
	border-radius: 6px;
	border: none;
	outline: none;
	
	font-weight: 500;
	font-size: 13px;
	line-height: 19px;
	text-align: center;
	letter-spacing: 0.0928571px;
	
	color: #FFFFFF;	
	padding: 13px 29px 12px;
	width: 197px;
}
.modal-body.custom_alert a.alert_confirm_btn_type_2 {
	background: #2F83F5;
	border-radius: 6px;
	border: none;
	outline: none;
	
	font-weight: 500;
	font-size: 13px;
	line-height: 19px;
	text-align: center;
	letter-spacing: 0.0928571px;
	
	color: #FFFFFF;	
	padding: 13px 29px 12px;
	width: 197px;
}
.modal-body.custom_alert a.alert_confirm_btn:hover {
	text-decoration: none;
	opacity: 0.8;
}
.modal-body.custom_alert button.alert_confirm_btn:hover {
	text-decoration: none;
	opacity: .8;
}
.modal-body.custom_alert a.alert_confirm_btn_type_2:hover {
	text-decoration: none;
	opacity: .8;
}
.popup__content__footer a {
	width: 100%;
	
	background: #2F83F5;
	border-radius: 2px;
	border: none;
	outline: none; 
	
	font-weight: 500;
	font-size: 13px;
	line-height: 19px;
	text-align: center;
	letter-spacing: 0.0928571px;
	color: #FFFFFF;
	
	padding: 13px 0 12px;
	display: block;
}
.crop_content_footer button {
	width: 300px;
	margin:auto;
	background: #2F83F5;
	border-radius: 2px;
	border: none;
	outline: none; 
	
	font-weight: 500;
	font-size: 13px;
	line-height: 19px;
	text-align: center;
	letter-spacing: 0.0928571px;
	color: #FFFFFF;
	
	padding: 13px 0 12px;
	display: block;
}

.popup__content__footer a:hover {
	position: 0.8;
	text-decoration: none;
}
.modal-footer.custom_footer {
	padding: 0 21px 22px 24px;
	border: none;
	background: #F2F3F4;
    border-radius: 0px 0px 10px 10px;
}
.modal-footer.custom_footer.white_version {
	background: #FFFFFF;
}

.popup__content__footer {
	text-align: center;
}
.popup__content__footer button {
	background: #2F83F5;
	border-radius: 6px;
	border: none;
	outline: none; 
	
	font-weight: 500;
	font-size: 13px;
	line-height: 19px;
	text-align: center;
	letter-spacing: 0.0928571px;
	color: #FFFFFF;
	
	padding: 13px 29px 12px;
}


 /* modal position(center)*/
.modal.modal-center {
	text-align: center;
}

@media screen and (min-width: 768px) { 
	.modal.modal-center:before {
		display: inline-block;
		vertical-align: middle;
		content: " ";
		height: 100%;
	}
}

.modal-dialog.modal-center {
	display: inline-block;
	text-align: left;
	vertical-align: middle; 
}
.modal-backdrop {
	background: rgba(246, 246, 246, 0.7);
} 
.modal-backdrop.in {
	opacity: .7;
}
.flex {
	display: flex;
}
.hide-item {
	display: none;
	margin-bottom: 7px;
}
.m-pointer {
	cursor: pointer;
}
.main-color {
	color: #2F83F5;
}
.red-color {
	color: red;
}
.music-box {
    line-height: 25px;
    margin-left: 11px;
}
.music-icon {
	color: white;
	cursor: pointer;
	margin: 0;
}
.music-icon-2 {
	color: black;
	cursor: pointer;
	margin: 0;
}
/* pageNavigation */
.pagination_block li.active a { 
	background-color: #2F83F5 !important;
    border-color: #2F83F5 !important;
}
