@charset "utf-8";

@font-face {
    font-family: WOFF_0;
    src: url(/fonts/woff/NanumSquareNeoTTF-aLt.woff);
}


@font-face {
    font-family: WOFF_1;
    src: url(/fonts/woff/NanumSquareNeoTTF-bRg.woff);
}

@font-face {
    font-family: WOFF_2;
    src: url(/fonts/woff/NanumSquareNeoTTF-cBd.woff);
}

@font-face {
    font-family: WOFF_3;
    src: url(/fonts/woff/NanumSquareNeoTTF-dEb.woff);
}

@font-face {
    font-family: WOFF_4;
    src: url(/fonts/woff/NanumSquareNeoTTF-eHv.woff);
}


/* var */
:root{
    --primary: #2563eb;
    --primary-2:#eff6ff;
    --text: #222;
    --text-2: #606367;
    --text-3: #777;
    --bg: #F3F4F6;
    --bg-2: #e4e7ec;
    --bg-3: #d0d5dd;
    --bg-dark: #667085;
    --bg-dark-2: #5d6471;
    --border:#e4e7ec;
    --border-2:#d1d9e0b3; /* input */
}

* {margin:0;padding:0;font-family: WOFF_2; }
html { height: 100%; }
body { padding: 0px;height: 100%; color: #303236;font-size: 13px; background:var(--bg); }
h1, h2, h3, h4, h5, h6 { }
h1 { margin-top:40px; margin-bottom:20px; letter-spacing:0px; }
a {	outline: 0px; color: #303236; text-decoration: none; }
a:focus { outline: 0px; color: crimson; text-decoration: none; }
a:hover { outline: 0px; color: crimson; text-decoration: none; }
a:active { outline: 0px; color: crimson; text-decoration: none; }
ul{list-style: none;}
/* utils */
.en { font-family: Helvetica, Arial, sans-serif; }
.font-8 { font-size: 8px; }
.font-9 { font-size: 9px; }
.font-10 { font-size: 10px; }
.font-11 { font-size: 11px; }
.font-12 { font-size: 12px; }
.font-13 { font-size: 13px; }
.font-14 { font-size: 14px; }
.font-16 { font-size: 16px; }
.font-18 { font-size: 18px; }
.cursor { cursor:pointer }
.d-flex{display: flex !important;align-items: center !important;}
.between{justify-content: space-between !important;}
.ai-center {align-items: center !important;}
.ai-end {align-items: end !important;}
.jc-center {justify-content: center !important;}
.ver-top { vertical-align:top !important; }
.w-100{ width: 100%!important;}
.w-180{ width: 180px!important;}
.w-md{ width: 250px!important;}
.mt-10{ margin-top: 10px !important;}
.mt-5{ margin-top: 5px !important;}
.ml-10{ margin-left: 10px !important;}
.ml-20{ margin-left: 20px !important;}
.mr-20{ margin-right: 20px !important;}
.ml-out-5{margin-left: -5px !important;}
/* Colorset */
.red { color: rgb(233, 27, 35); }
.orange { color: rgb(243, 156, 18); }
.green { color: rgb(142, 196, 73); }
.violet { color: rgb(86, 61, 124); }
.yellow { color: rgb(241, 196, 15); }
.blue { color: rgb(52, 152, 219); }
.gray { color: rgb(136, 136, 136); }
.lightgray { color: rgb(208, 208, 208); }
.white { color: rgb(255, 255, 255); }
.black { color: rgb(31, 31, 31); }
.primary{
    color:var(--primary);
}
.p-r{
    position: relative;
}
.bg-red { background-color: rgb(233, 27, 35); color: rgb(255, 255, 255); }
.bg-orange { background-color: rgb(243, 156, 18); color: rgb(255, 255, 255); }
.bg-green { background-color: rgb(142, 196, 73); color: rgb(255, 255, 255); }
.bg-violet { background-color: rgb(86, 61, 124); color: rgb(255, 255, 255); }
.bg-yellow { background-color: rgb(241, 196, 15); color: rgb(255, 255, 255); }
.bg-blue { background-color: rgb(52, 152, 219); color: rgb(255, 255, 255); }
.bg-gray { background-color: rgb(136, 136, 136); color: rgb(255, 255, 255); }
.bg-lightgray { background-color: rgb(208, 208, 208); color: rgb(255, 255, 255); }
.bg-white { background-color: rgb(255, 255, 255); color: rgb(31, 31, 31); }
.bg-black { background-color: rgb(51, 51, 51); color: rgb(255, 255, 255); }

/* GNU Name Layer */
.member, .guest { color: rgb(51, 51, 51); }
.nav .member { color: #999 !important; }
#nameContextMenu { background:#000; color:#fff; padding:4px 8px 6px; }
#nameContextMenu a { color:#fff; font-size:12px; line-height:20px; display:block; }
#nameContextMenu a:hover { color:#ff0000; }
#nameContextMenu td { border:0px !important; }

/* Login & Register */
#sub-wrapper {width: 100%;height: 100%;display: table;background: #f9f9f9;}

.sub-container .box-login { left: 0; top: 0; width: 100%; margin-top:0px; margin-left: 0px; position: relative; }
.sub-container .box-register { left: 50%; top: 100px; width: 600px; margin-left: -300px; position: absolute; margin-bottom:50px; }
.sub-container .box-block { background:#fff; padding: 0px; border-radius: 2px; border: 0px currentColor; border-image: none; overflow: hidden; margin-bottom: 20px;box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); -webkit-border-radius: 2px; }
.sub-container .box-block .header {background: rgb(247 247 247);padding: 9px 20px;}
.sub-container .box-block .header h3 {margin: 0px;line-height: 35px;letter-spacing: -2px;}
.sub-container .box-block .content { padding: 30px 30px 5px; }
.sub-container .box-block .content .form-control {	padding: 10px 8px; height: auto; }
.sub-container .box-block .content .form-group { margin-bottom: 10px; }
.sub-container .box-block .content .title { margin-top: 0px; margin-bottom: 20px; }
.sub-container .box-block .foot { padding: 0px 30px 15px; text-align: right; }
.sub-container .box-block .foot .btn {min-width: 100%;}
.sub-container .box-block .input-group-addon {	background: rgb(250, 250, 250); }
.sub-container .box-links {	padding-right: 3px; }
.sub-container .box-links a { color: #428bca;font-family: WOFF_1;}
.sub-container .form-group { margin-top: 10px; }
.sub-container .form-control {	padding: 6px 8px; border-radius: 1px; font-size: 12px; box-shadow: inset 0px 1px 1px rgba(0,0,0,0.05); -webkit-border-radius: 1px; }
.sub-container .input-group .btn {	margin: 0px 0px 0px -1px !important; line-height: 20px; padding-top: 6px; padding-bottom: 6px; box-shadow: none; }
.sub-container .input-group-btn > .btn + .btn { margin-left: -5px !important; }
.sub-container .input-group-lg > .input-group-addon { border-radius: 3px 0px 0px 3px; line-height: 0.33; -webkit-border-radius: 3px 0 0 3px; }
.sub-container .input-group-addon { padding: 6px 11px; border-radius: 2px; -webkit-border-radius: 2px; }
.sub-container .form-control:focus { border-color: rgb(37, 152, 249); box-shadow: inset 0px 1px 1px rgba(0,0,0,0.05); }
.sub-container select.form-control { padding: 6px 8px; }
.sub-container textarea.form-control { padding: 6px 8px; }
.sub-container .input-group { margin-bottom: 15px;
}

/* Button */
.btn {  border-color: var(--border); padding: 7px 11px; border-radius: 0px; font-size: 13px;
    border-radius: 4px;
    background-color: transparent;
    /*box-shadow: 1px 1px 2px rgba(0,0,0,0.1), inset 1px 1px 0px rgba(255,255,255,0.1);*/
    -webkit-border-radius: 4px; }
.btn:hover,.btn.active{
    box-shadow: none;
    background-color: var(--bg);
}
.btn.btn-default { border-color: var(--border); color: rgb(51, 51, 51); background-image:none; }
.btn.btn-default:focus ,.btn.btn-default:hover { border-color: var(--border); color: rgb(51, 51, 51);background-color:var(--bg-2) }
.btn.btn-default i { color: rgb(68, 68, 68); }
.btn.btn-gray-2{background-color:var(--bg-2); border:none;}
.btn.btn-gray-2:hover{background-color: var(--bg-3);}
.btn-primary {border-color: var(--primary);background-color: var(--primary); color: rgb(255, 255, 255); }
.btn-primary:focus { border-color: rgb(54, 128, 191); background-color: rgb(77, 144, 253); }
.btn-primary:hover { border-color: rgb(53, 126, 189); background-color: rgb(78, 157, 255); }
.btn-primary:active { border-color: rgb(53, 126, 189); background-color: rgb(78, 157, 255); }
.active.btn-primary { border-color: rgb(53, 126, 189); background-color: rgb(78, 157, 255); }
.open .btn-primary.dropdown-toggle { border-color: rgb(53, 126, 189); background-color: rgb(78, 157, 255); }
.btn-primary:active { box-shadow: inset 0px 3px 5px rgba(0,0,0,0.125); }
.btn-success { border-color: rgb(84, 167, 84); background-color: rgb(96, 192, 96); }
.btn-success:focus { border-color: rgb(84, 167, 84); background-color: rgb(96, 192, 96); }
.btn-success:hover { border-color: rgb(84, 167, 84); background-color: rgb(101, 202, 101); }
.btn-success:active { border-color: rgb(84, 167, 84); background-color: rgb(101, 202, 101); }
.active.btn-success { border-color: rgb(84, 167, 84); background-color: rgb(101, 202, 101); }
.open .btn-success.dropdown-toggle { border-color: rgb(84, 167, 84); background-color: rgb(101, 202, 101); }
.btn-info { border-color: rgb(40, 161, 196); background-color: rgb(91, 192, 222); }
.btn-info:focus { border-color: rgb(40, 161, 196); background-color: rgb(91, 192, 222); }
.btn-info:hover { border-color: rgb(40, 161, 196); background-color: rgb(95, 200, 231); }
.btn-info:active { border-color: rgb(40, 161, 196); background-color: rgb(95, 200, 231); }
.active.btn-info { border-color: rgb(40, 161, 196); background-color: rgb(95, 200, 231); }
.open .btn-info.dropdown-toggle { border-color: rgb(40, 161, 196); background-color: rgb(95, 200, 231); }
.btn-warning { border-color: rgb(227, 136, 0); background-color: rgb(255, 153, 0); }
.btn-warning:focus { border-color: rgb(227, 136, 0); background-color: rgb(255, 153, 0); }
.btn-warning:hover { background-color: rgb(255, 168, 0); }
.btn-warning:active { background-color: rgb(255, 168, 0); }
.active.btn-warning { background-color: rgb(255, 168, 0); }
.open .btn-warning.dropdown-toggle { background-color: rgb(255, 168, 0); }
.btn-danger { border-color: rgb(202, 69, 46); background-color: rgb(223, 75, 51); }
.btn-danger:focus { border-color: rgb(202, 69, 46); background-color: rgb(223, 75, 51); }
.btn-danger:hover { background-color: rgb(230, 77, 53); }
.btn-danger:active { background-color: rgb(230, 77, 53); }
.active.btn-danger { background-color: rgb(230, 77, 53); }
.open .btn-danger.dropdown-toggle { background-color: rgb(230, 77, 53); }

.btn i { font-size: 14px; margin-right: 2px; display: inline-block; min-width: 10px; }
.btn-lg { padding: 12px 14px; font-size: 15px; font-weight: 300; }
.btn-lg i { font-size: 18px; }
.btn-sm { padding: 4px 7px; font-size: 12px; }
.btn-sm i { font-size: 14px; }
.btn-xs { padding: 2px 6px; font-size: 11px; }
.btn-xs i { font-size: 12px; }
/* #wrapper { padding-left: 0;	min-width:100px; overflow:hidden; }
#page-wrapper {	width: 100%; padding: 5px 15px;	overflow:hidden; background:#fff; }
.navbar { background:#2380fd;}
.navbar i { margin-right:2px; }
.navbar .photo { width:35px; height:35px; border:0px; border-radius:50%; margin-right:6px; margin-top:-7px; }
.navbar-inverse .navbar-nav>li>a {color:#fff!important;} */

select.form-control,
input.form-control,
textarea.form-control,
.input-group-addon,
.alert,
.well,
.panel,
.panel-heading { box-shadow: none; -webkit-box-shadow: none; }
.badge { font-size:11px; font-family:verdana; letter-spacing:-1px; }
.page-header { margin-top:15px; padding-bottom:0; }
/* 
@media (min-width:768px) {
	.navbar-header { min-width:225px; }
	.side-nav { margin-left: -225px; left: 225px; width: 225px; position: fixed; top: 51px; height: 100%; font-size:14px; border-radius: 0; border: none; background:#2380fd; overflow-y: auto; }
	.side-nav>li.dropdown>ul.dropdown-menu { position: relative; min-width: 225px; margin: 0; padding: 0; border: none; border-radius: 0; background-color: transparent; box-shadow: none; -webkit-box-shadow: none; }
	.side-nav>li.dropdown>ul.dropdown-menu>li>a { color: #999999; padding: 15px 15px 15px 25px; }
	.side-nav>li.dropdown>ul.dropdown-menu>li>a:hover,
	.side-nav>li.dropdown>ul.dropdown-menu>li>a.active,
	.side-nav>li.dropdown>ul.dropdown-menu>li>a:focus { color: #fff; background-color: #080808; }
	.side-nav>li { width: 225px; }
	.navbar-collapse { padding-left: 15px !important; padding-right: 15px !important; }
} */

@media (max-width:768px) {
    .sub-container .box-login { left: 0; top: 0; width: 100%; margin-top:0px; margin-left: 0px; position: relative; }
    .sub-container .box-register { left: 0%; top: 0px; width: 100%; margin-left:0px; position: relative; margin-bottom:50px; }
}

/* Nav Announcements */
.announcement-heading { font-size: 50px; margin:0; padding:0; line-height:60px; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; letter-spacing:-3px; }
.announcement-text { margin:0; padding:0; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }

/* table */
.tbl { }
.tbl th { white-space:nowrap; }
.tbl th a { color:#fff !important; }
.tbl td { vertical-align:middle !important; }

/* Comment Media */
.comment-media { padding:10px 0px; margin-top:10px; border-top:1px solid #eee; }
.comment-media .photo i { background: rgb(245, 245, 245); padding: 15px; border-radius: 50%; width: 64px; height: 64px; text-align: center; color: rgb(143, 143, 143); font-size: 30px; display: inline-block; }
.comment-media .photo img { border-radius: 50%; width: 64px !important; height: 64px !important; display:inline-block; }
.comment-media .media { border-bottom:1px solid #eee; margin:7px 0px; padding:0px 0px 7px; }
.comment-media :first-child.media { border-top:0px; margin-top:0px; padding-top:0px; }
.comment-media h5 { margin:2px 0px; line-height: 22px; font-size:13px; }
.comment-media .media .media-body { padding-left:0px; }
.comment-media .media .media-info {	margin-left:10px; }
.comment-media .media .media-content { margin-top:8px; }
.comment-media .media .media-content img { max-width:100%; }
.comment-media .media .media-it { margin-top:10px; }
.comment-media .media .media-btn { margin-left:4px; }

/* Search, Review, Q & A Media */
.at-media { padding:10px 0px; margin-top:10px; border-top:1px solid #eee;  }
.at-media .photo i { background: rgb(238, 238, 238); padding: 15px; width: 60px; height: 60px; text-align: center; color: rgb(255, 255, 255); font-size: 30px; display: inline-block; }
.at-media .photo img { width: 60px !important; height: 60px !important; display:inline-block; }
.at-media .photo-ans i { background: rgb(245, 245, 245); padding: 15px; border-radius: 50%; width: 64px; height: 64px; text-align: center; color: rgb(143, 143, 143); font-size: 30px; display: inline-block; }
.at-media .photo-ans img { border-radius: 50%; width: 64px !important; height: 64px !important; display:inline-block; }
.at-media .media { border-top:1px solid #eee; margin:7px 0px; padding:7px 0px 0px; }
.at-media :first-child.media { border-top:0px; margin-top:0px; padding-top:0px; }
.at-media h5 { margin:0px 0px 4px; line-height:20px; font-size:14px; display:block; text-overflow:ellipsis; white-space:nowrap; word-wrap:normal; overflow:hidden; }
.at-media h5 .media-fa { font-size:11px; margin-left:4px; font-weight:normal !important; }
.at-media .media.media-reply { border:0px; border-top:1px solid #eee; margin:10px 0px 0px; padding:10px 0px 0px; }
.at-media .media .media-body { padding-left:0px; }
.at-media .media-item { font-size:12px; line-height:20px; display:block; text-overflow:ellipsis; white-space:nowrap; word-wrap:normal; overflow:hidden; }
.at-media .media-info { font-size:11px; display:block; text-overflow:ellipsis; white-space:nowrap; word-wrap:normal; overflow:hidden; }
.at-media .media-info i { margin-left:10px; }
.at-media .media-info i:first-child { margin-left:0px; }
.at-media .media .media-content { margin-top:15px; padding-top:15px; border-top:1px solid #eee; }
.at-media .media .media-content p { margin:0px; padding:0px; }
.at-media .media .media-resize img { max-width:100%; }
.at-media .media .media-ans { color: orangered; font-size: 10px; font-weight:bold; font-family:verdana; letter-spacing:-1px; }
.at-media .media .media-btn { margin-left:4px; }

.is-star i { margin-left:0 !important; }
.cke_sc { display:none; }

#sidx_graph_price {
    display: flex;
    top: 10px;
    left: 20px;
    margin: 0;
    padding: 0;
    width: 12%;
    list-style: none;
    flex-direction: column;
}
#sidx_graph_price li {
    position: relative;
    padding: 0 10% 0 0;
    height: 48px;
    font-family: tahoma;
    text-align: right;
}
#sidx_graph_area {
    padding: 0;
    width: 100%;
    height: 260px;
    border: 1px solid #e9e9e9;
    list-style: none;
}
#sidx_graph{
    margin-top:30px;
    display: flex;
    flex-direction: row;
    align-items: center;
}
#sidx_graph_area .bg0 {
    background: #fff;
}
#sidx_graph_area .bg1 {
    background: #eff3f9;
}
#sidx_graph_area li {
    width: calc(100% / 7);
    position: relative;
    float: left;
    height: 100%;
    align-content: flex-end;
}
#sidx_graph_area .order {
    background: #8562ca;
    left: 7%;
}
#sidx_graph_area .cancel {
    background: #62c5ca;
    right: 7%;
}
#sidx_graph_area .graph {
    width: 40%;
    height: 0;
    margin: 0 auto;
}
#sidx_graph_date {
    position: relative;
    margin: 0;
    padding: 0;
    width: 85%;
    border: 1px solid #fff;
    list-style: none;
    display: flex;
    flex: 0 auto;
    justify-content: flex-end;
    float: right;
    width: 88%;
}
#sidx_graph_date li {
    position: relative;
    float: left;
    width: calc( 100% / 7 );
    font-family: tahoma;
    text-align: center;
}
#sidx_graph_legend {
    position: absolute;
    top: -25px;
    left: 15%;
}
#sidx_graph_legend #legend_order {
    background: #8562ca;
}
#sidx_graph_legend #legend_cancel {
    margin: 0 0 0 10px;
    background: #62c5ca;
}
#sidx_graph_legend span {
    display: inline-block;
    width: 13px;
    height: 13px;
    vertical-align: middle;
}

/* 대시보드 공지사항 */
dl.partner_notice{
    display:flex;
    padding: 5px 15px;
    margin-bottom: 0;
    cursor: pointer;
}
.partner_notice dt{
    padding-right : 15px;
    flex-basis: content;
}

.order_div dl{
    font-size: 14px;
}

.order_div dt{
    display:flex;
    justify-content: space-between;
    margin-bottom: 8px;
}
.order_div dd{
    display:flex;
    justify-content: space-between;
    margin-bottom: 8px;

}

.new_login_btn {display: flex;justify-content: center;align-items: center;text-align: center;border-radius: 8px;width: 100%;max-width: 300px;margin: 0 auto;height:60px;font-weight: bold;font-size: 1.25em;border:none;background-color:#0052c3;color:#fff;}
.new_reg_btn:hover {opacity: 0.7;color:#fff;}


/*파트너 로그인*/

.btn-blue{
	background-color: #2563eb;
	color:#fff;
}

.login-container{
	width: 100%;
	margin-inline: auto;
	height: 100vh;
	display: flex;
	justify-content: center;

}

.login-bg{
	position: relative;
	flex:1;
	align-self: stretch;
	background:url(./images/login_bg_2.png) no-repeat center / cover;
	align-self: stretch;
	display: flex;
	align-items: center;
	flex-direction: column;

}

.login-form{
	position: relative;
	width: 45%;
	align-self: stretch;
	justify-content: center;
	display: flex;
	align-items: center;
	flex-direction: column;background-color: #EBEFF2;
}

.login-form .custom_select{
	position: absolute;
	top:20px;
	right:20px;
}
.login-header{
	text-align: center;
	margin-bottom: 40px;
}
.login-header .logo img{
	width: 260px;
	margin-left: -10px;
}

.login-header .title {
    font-size: 32px;
	line-height: 1.4;
	font-weight: 600;
	margin-top: 10px;
}
.login-header .desc{
    font-size: 17px;
	line-height: 1.4;
	margin-top: 10px;
	color:var(--text-2);
}

.form-wrap{
	max-width: 450px;
	width: 100%;
}

.login-btns{
	display: flex;
	flex-direction: column;
	gap:10px;
    margin-top: 10px;
}

.login-btns .btn-blue {
	flex:1;
}

.login-btns .btn-blue:hover{
	background-color: #0e3fac;
	color:#fff;
}

.login-btns-bottom{
	border-top:var(--border) solid 1px;
	margin-top: 20px;
	padding-top: 20px;
	text-align: center;
}

.form_item{
	position: relative;
}

.form_item input{
	box-shadow: 0px 2px 2px 0px rgba(49, 54, 57, 0.05);
	border-radius: 44px !important;
	padding-inline: 20px !important;

}

.btn_eye {
		position: absolute;
		top: 50%;
		right: 15px;
		 transform: translateY(-50%);
}


.form_item .i_eye{
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none'%3E%3Cg stroke='%23999ba0' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' clip-path='url(%23a)'%3E%3Cpath d='M.667 8S3.333 2.667 8 2.667 15.333 8 15.333 8 12.667 13.333 8 13.333.667 8 .667 8Z'/%3E%3Cpath d='M8 10a2 2 0 1 0 0-4 2 2 0 0 0 0 4Z'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h16v16H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");

}

.form_item .off .i_eye{
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' viewBox='0 0 16 16'%3E%3Cg stroke='%23999ba0' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' clip-path='url(%23a)'%3E%3Cpath d='M11.96 11.96A6.7 6.7 0 0 1 8 13.333C3.333 13.333.667 8 .667 8A12.3 12.3 0 0 1 4.04 4.04M6.6 2.827a6 6 0 0 1 1.4-.16C12.667 2.667 15.333 8 15.333 8c-.404.757-.887 1.47-1.44 2.127m-4.48-.714a2 2 0 1 1-2.826-2.826M.667.667l14.666 14.666'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h16v16H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}

/*
.login-bg:after{
	content: '';
	position: absolute;
       right: -150px;
    top: 0;
    width: 150px;
    height: 100%;

    background-color: #EBEFF2;
    transform: skewX(-8deg);
    transform-origin: top left;
    z-index: 4;
}*/


.right-content{
	    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 80px 44px;
    z-index: 6;
    background: linear-gradient(to top, rgba(15, 23, 42, 0.82) 0%, transparent 100%);
}

.right-content .right-title{
	font-size: 30px;
    font-weight: 700;
    color: #fff;
    line-height: 1.4;
    margin-bottom: 8px;
    text-shadow: 0 2px 16px rgba(0, 0, 0, 0.4);
}

.right-content .right-desc{
	font-size: 16px;
    color: rgba(255, 255, 255, 0.82);
    line-height: 1.7;
    max-width: 360px;
}