@charset "utf-8";

html,
body {width:100%;height:100%;box-shadow: none;}
body {
	line-height: 1.7; 
}
#page {width:100%;height:100%;box-shadow: none;position:relative;min-width:320px;}
#page {margin: 0; padding: 0;}

.container,.f-container {
	width:100%;
	max-width: 1400px;
	margin:0 auto;
}
.container1000 {
	width:100%;
	max-width: 1000px;
	margin:0 auto;
	position:relative;
}
.articleContainer {
	width:100%;
	max-width: 1800px;
	margin:0 auto;
	padding:0 30px;
}

br.none {
	display:none;
}
br.none2 {
	display:none;
}
br.none360 {
	display:none;
}
br.br_none360 {
}
br.none414 {
	display:none;
}
br.none320 {
	display:none;
}

.flexbox {
	display: table;
	width: 100%;
}

/**
 * Nasty hack to circumvent Modernizr conflicts.
 */
html.flexbox {
	display: block;
	width: auto;
}

.flexbox__item {
	display: table-cell;
	vertical-align: middle;
}

/* #gnb */
#gnb {
	position: absolute;
	top:0;
	left:0;
	width: 100%; 
	z-index: 100;
	-webkit-transition: all 0.4s ease; -moz-transition: all 0.4s ease; -o-transition: all 0.4s ease; transition: all 0.4s ease;
	/*box-shadow: 0 3px 10px rgba(0,0,0,0.3);*/
	padding:15px 30px;
	/*min-width: 1240px;*/
	/*max-width:1800px;*/
}
#gnb.bl {} /* black 배경 */

.gnbBox {
	display: table;
	width: 100%;
}
.gnbBox.flex {
	
	margin:0 auto;
}
.gnbBox .gnbBoxItem {
	display:table-cell;
	vertical-align:middle;
	width:20%;
}

.gnbBox .gnbBoxNavi {
	display:table-cell;
	vertical-align:middle;
	width:60%;
}

.logoArea .logo {
	display: table;
	width: auto;
	height:80px;
	margin:0;	
	
}
.logoArea .logo a { 
	display:block;
	width: 80px; 
	height: 80px; 
	background: url(/imgs/common/logo.png) 0 center no-repeat; text-indent: -9999px; 
	position: relative; 
	webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease;
}

.naviArea {
	display: block;
	text-align:center;
}

.naviArea .naviMain {
	display: inline-block;
	margin-bottom: 0;
}

.naviArea .naviMain > li, 
.naviArea .naviMain > li > a {
	display: inline-block;
	*display: inline;
	zoom: 1;
	position: relative;
}

.naviArea .naviMain > li {margin:0 10px}
.gnbBox.flex .naviArea .naviMain > li {margin:0 5px}

.naviArea .naviMain .has-child:hover:after {border-color: #fff;}
.naviArea .naviMain .has-child:after {
	content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -2px;
    display: inline-block;
    width: 6px;
    height: 6px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -moz-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    -o-transform: translateY(-50%) rotate(45deg);
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
}
.naviArea .naviMain .has-child:after {border-color:rgba(11,57,162,1);}
.naviArea .naviMain > li > a {
	font-family:"Playfair Display", serif;
    font-size: 18px;
	letter-spacing:0.5px;
    -webkit-transition: none; -moz-transition: none; -o-transition: none; transition: none;
	padding: 12px 24px 16px 24px;
	vertical-align:middle;
	border-top-left-radius:4px; border-top-right-radius:4px; 
}
.naviArea .naviMain > li > a div {color:rgba(11,57,162,1);font-weight:700;}
.naviArea .naviMain > li.on > a div {color:rgba(11,57,162,1);border-bottom:1px solid rgba(11,57,162,1);}
.naviArea .naviMain > li > a:hover div {color:rgba(11,57,162,1);}
.naviArea .naviMain > li.has-child > a.on,
.naviArea .naviMain > li.has-child > a:hover {
	background-color:#fff;
	-webkit-tap-highlight-color:rgba(0,0,0,0); 
	box-shadow:5px 5px 5px rgba(0,0,0,0.2); 
	-webkitbox-shadow:5px 5px 5px rgba(0,0,0,0.2) 
}

.naviArea .naviMain > li.has-child > a.on div,
.naviArea .naviMain > li.has-child > a:hover div {
	color:rgba(11,57,162,1);
}

#gnb.bl .logoArea .logo a {background: url(/imgs/common/logow.png) 0 center no-repeat;} 
#gnb.bl .naviArea .naviMain .has-child:after {border-color:rgba(255,255,255,1);}
#gnb.bl .naviArea .naviMain > li > a div {color:rgba(255,255,255,1);}
#gnb.bl .naviArea .naviMain > li.on > a div {color:rgba(255,255,255,1);border-bottom:1px solid rgba(255,255,255,1);}
#gnb.bl .naviArea .naviMain > li.has-child > a.on div,
#gnb.bl .naviArea .naviMain > li.has-child > a:hover div {
	color:rgba(11,57,162,1);
}


.naviArea .naviMain .nchild {
	display:none;
	position:absolute; 
	left:0; 
	top:100%; 
	min-width:240px; 
	/*border-top:2px solid #c6b19e; */
	white-space:nowrap; 
	background-color:#fff; 
	text-align:left; 
	-webkit-tap-highlight-color:rgba(0,0,0,0); 
	box-shadow:5px 5px 5px rgba(0,0,0,0.2); 
	-webkitbox-shadow:5px 5px 5px rgba(0,0,0,0.2);
	margin-top:-4px; 
	padding:4px 0;
	border-radius:4px;
	/*-webkit-transition: all 0.4s ease; -moz-transition: all 0.4s ease; -o-transition: all 0.4s ease; transition: all 0.4s ease;*/
}

.naviArea .naviMain .nchild > li {padding:0 4px;/* border-top:1px solid #ddd;*/ }
.naviArea .naviMain .nchild > li:first-child { border-top:0;}
.naviArea .naviMain .nchild a { position:relative; display:block; padding:11px 24px 10px; font-size:14px; color:#555; }
.naviArea .naviMain .nchild a.on,
.naviArea .naviMain .nchild a:hover, .naviArea .naviMain .nchild a:focus, .naviArea .naviMain .nchild .hover > a  { background:rgba(11,57,162,1);color:#fff; }

.gnbRightArea {text-align:right;}
.gnbRightArea .naviSocial {
	display: block;
	width:auto;
	margin-bottom: 0;
}

.gnbRightArea .naviSocial {
	padding:0px;
	padding-left: 0px !important;
}
.gnbRightArea .naviSocial > li{
	display: inline-block;
	*display: inline;
	zoom: 1;
	float:right;
	
	position: relative;
	margin:2px;
	width:40px;
}
.gnbRightArea .naviSocial a {
	position: relative;
	width:40px;
}

.gnbRightArea .naviSocial a img {
	width:100%;
}
.gnbRightArea .naviSocial a:hover img {
}
.gnbRightArea .naviSocial a span {display:none;font-size:8px;line-height:25px;letter-spacing:0px;}

.gnbRightArea .naviSocial > li.ticket {
	width:auto;
}
.gnbRightArea .naviSocial > li.ticket a {
	padding:0 18px 0 40px; 
	text-decoration:none;
	font-size:15px;
	overflow:hidden; 
	border-radius: 20px 20px 20px 20px;
	line-height:40px;
	height:40px;
	font-weight:500;
	color:rgba(255,255,255,1);
	background:rgba(11,57,162,1);
	
	width:auto;
	display:block;
	/*border:3px solid rgba(11,57,162,1);*/
}	

.gnbRightArea .naviSocial > li.ticket a:before { 
	position: absolute; 
	top: 0px; left: 15px; bottom: 0; 
	font-size: 18px; 
	font-family: 'themify'; content: "\e721";
	-webkit-font-smoothing: antialiased; text-indent: 0; -moz-osx-font-smoothing: grayscale; 
}

.gnbRightArea .naviSocial > li.ticket a:hover {
	background:rgba(255,255,255,1);
	color:rgba(11,57,162,1);
}


#bottomSet {position:fixed; bottom:-150px; right:30px; z-index:9999;-webkit-transition: all 0.4s ease; -moz-transition: all 0.4s ease; -o-transition: all 0.4s ease; transition: all 0.4s ease;}

/* mobile */
.mobileBtn {
	width:24px;
	margin:0;
	float:right;
}
.ticketMobile {
	display:block;
	margin:0 15px 0 0;
	height:50px;
	float:right;
	position:relative;
}
.ticketMobile div {
	padding:0 13px 0 33px; 
	text-decoration:none;
	font-size:14px;
	overflow:hidden; 
	border-radius: 15px 15px 15px 15px;
	line-height:30px;
	height:30px;
	font-weight:500;
	background:rgba(255,255,255,1);
	color:rgba(11,57,162,1);
	width:auto;
	display:inline-block;
	margin-top:10px;
}	

.ticketMobile div:before { 
	position: absolute; 
	top: 11px; left: 13px;
	font-size: 16px; 
	font-family: 'themify'; content: "\e721";
	-webkit-font-smoothing: antialiased; text-indent: 0; -moz-osx-font-smoothing: grayscale; 
}



#hamburger {
	width: 24px;
	display:table-cell;
	vertical-align:middle;
	height: 50px;
}
#hamburger span {
   background: rgba(255,255,255,1);
   background: rgba(11,57,162,1);
   display: block;
   width: 24px;
   height: 3px;
   margin: 5px 0;
}


#gnbMobile {
	position: absolute;
	top:0;
	left:0;
	width: 100%; 
	z-index: 100;
	-webkit-transition: all 0.4s ease; -moz-transition: all 0.4s ease; -o-transition: all 0.4s ease; transition: all 0.4s ease;
	padding:20px 30px;
	
	max-width:1800px;
	margin:0 auto;
	display:none;
	background: rgba(11,57,162,0);
}
#gnbMobile .gnbBox .gnbBoxMenu {
	width:calc(100%-130px);
}
#gnbMobile .gnbBox .gnbBoxNavi {
	width:130px;
}


#gnbMobile .logoArea .logo {
	display:block;
	width: auto;
	height:30px;
	margin:0 auto;	
	text-align:left;
}
#gnbMobile .logoArea .logo a { 
	display:inline-block;
	width: 130px; 
	height: 30px; 
	background: url(/imgs/common/logo30.png) 0 center no-repeat; text-indent: -9999px; 
}
#gnbMobile.bl .logoArea .logo a {background: url(/imgs/common/logo30w.png) 0 center no-repeat;} 
#gnbMobile.bl #hamburger span {background: rgba(255,255,255,1);} 

#sideMenu {
	width: 80%; 
	max-width:400px;
	height: 100%; 
	position: fixed; 
	top: 0px; 
	right: -81%; 
	z-index: 999; 
	text-align: left; 
	transition: all 0.2s ease; -webkit-transition: all 0.2s ease; -moz-transition: all 0.2s ease; -o-transition: all 0.2s ease;
	background:rgba(11,57,162,1);
	background:#fff;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
	padding:0 0 0px 0;
	overflow-y:auto;
}

html.open {overflow: hidden;}
#sideMenu.open {right: 0px;}
.sideMenuBack.open {display: block;}
.sideMenuBack {
	display: none;
	position: fixed;
	left:0;
	top:0;
	bottom:0;
	right:0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.4);
	transition: all ease-out 0.3s;
	z-index:200;
}
.open-menu .sideMenuBack {
	visibility: visible;
	opacity: 1;
}
#sideMenu .sideTop {
	position:relative;
	padding:20px;
	text-align:left;
	background:rgba(11,57,162,1);
	/*background:#fff;*/
}
#sideMenu .sideTop h1{
	position:relative;
	font-size:30px;
	font-family:"Roboto", "Noto Sans KR", serif;
	font-weight:600;
	color:rgba(11,57,162,1);
	color:#fff;
	letter-spacing:-1px;
	line-height:1;
	white-space: nowrap; overflow: hidden; text-overflow:ellipsis;
}
.closeXBtn {
	position:absolute;
	top:20px;
	right:20px;
	right:14px;
	width:30px;
	margin:0;
}

#closeX {
	width: 30px;
	display:block;
	vertical-align:middle;
	height: 30px;
	text-align:center;
	background:rgba(11,57,162,1);
	/*border: 1px solid rgba(11,57,162,1);*/
}
#closeX span {
	width:24px;
	position: relative;
	top: 0;
	left: 0;
	display: block;
	height: 2px;
   	background: rgba(11,57,162,1);
	background:rgba(255,255,255,1);
	left:3px;
}

#closeX span.top-bar {
   transform: rotate( 45deg );
   top: 14px;
}

#closeX span.bottom-bar {
   transform: rotate( -45deg );
   top: 12px;
}

#sideMenu .naviSocial {
	position:relative;
	display: block;
	width:100%;
	padding:10px 20px;
	font-size:0;
	background:rgba(11,57,162,1);
	text-align:center;
}
#sideMenu .naviSocial > li{
	display: inline-block;
	*display: inline;
	zoom: 1;
	position: relative;
	margin:0px;
	margin:2px;
	width:25%;
	max-width:40px;
}
#sideMenu .naviSocial a {
	display:block;
	position: relative;
	width:100%;
}

#sideMenu .naviSocial a.naverBlog {
	background:rgba(0,198,59,1);
}
#sideMenu .naviSocial a.naverTalkTalk {
	background:rgba(0,198,59,1);
}
#sideMenu .naviSocial a.kakaoTalk {
	background:rgba(251,227,0,1);
}
#sideMenu .naviSocial a.facebook {
	background:rgba(59,89,151,1);	
}
#sideMenu .naviSocial a img {
	width:100%;
}
#sideMenu .naviSocial a span {display:none;font-size:8px;line-height:25px;letter-spacing:0px;}


#sideGnb { width:100%;position:relative;padding:0px 0 0px;}
.sideGnbMenu {}
.sideGnbMenu > li > a {
	position:relative;
	display:block;
	padding: 15px 20px 15px;
	font-size: 18px;
	text-decoration: none;
	color:rgba(33, 33, 33,.6);
	line-height:1;
	/*text-transform:uppercase;*/
	font-family:"Roboto", "Noto Sans KR", serif;
	border-bottom:1px solid rgba(232,232,232, 1);
	white-space: nowrap; overflow: hidden; text-overflow:ellipsis;
}

.sideGnbMenu > li.open > a,
.sideGnbMenu > li.on > a,
.sideGnbMenu > li > a:hover {
	color:rgba(33, 33, 33,1);
}

.sideGnbMenu > li.has-child > a:after {
	position: absolute;
	right: 28px;
	top: 16px;
	z-index: 5;
	display: block;
	height: 18px;
	width: 2px;
	background: rgba(102,102,102, 1);
	content: "";
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.sideGnbMenu > li.has-child > a:before {
	position: absolute;
	right: 20px;
	top: 24px;
	display: block;
	width: 18px;
	height: 2px;
	background: rgba(102,102,102, 1);
	content: "";
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.sideGnbMenu > li.has-child.open > a:before {
	background: rgba(102,102,102, 0);
}
.sideGnbMenu > li.has-child.open > a:after {
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
	background: rgba(102,102,102, 1);
}
.sideGnbMenu > li.has-child.open > a {
	border-bottom:1px solid rgba(102,102,102, 0);
}
.sideGnbMenu ul {
	border-bottom:1px solid rgba(232,232,232, 1);
}
.sideGnbMenu ul {
	display:none;
}
.sideGnbMenu ul > li {
	/*margin-left:30px;*/
	border-top: 1px solid #f1f1f2;
}
.sideGnbMenu ul > li > a {
	position:relative;
	display:block;
	padding: 12px 20px 12px 30px;
	font-size: 16px;
	text-decoration: none;
	color:rgba(33, 33, 33,.6);
	line-height:1;
	background:#f9f9fa;
	/*text-transform:uppercase;*/
	font-family:"Roboto", "Noto Sans KR", serif;
	white-space: nowrap; overflow: hidden; text-overflow:ellipsis;
}
.sideGnbMenu ul > li > a:hover {
	color:rgba(33, 33, 33,1);
} 
.sideGnbMenu ul > li.open > a,
.sideGnbMenu ul > li.on > a{
	color:rgba(33, 33, 33,1);
	/*font-weight:400;*/
}

.sideGnbMenu ul ul {
	display: none;
}
.sideGnbMenu ul ul > li {
	border-top: none;
}

.sideGnbMenu ul ul li a {
	padding: 12px 20px 12px 44px;
	font-size: 14px;
	color:rgba(33, 33, 33,.6);
	background: #f1f1f5;
}

.sideGnbMenu ul ul li a:before {
	position: absolute;
	left: 30px;
	top: 0px;
	z-index: 5;
	display: block;
	height: 40px;
	width: 1px;
	background: rgba(102,102,102, .5);
	content: "";
}

.sideGnbMenu ul ul li a:after {
	position: absolute;
	left: 30px;
	top: 19px;
	z-index: 5;
	display: block;
	height: 1px;
	width: 8px;
	background: rgba(102,102,102, .5);
	content: "";
}

.sideGnbMenu ul ul li:first-child a {
	padding: 12px 20px 12px 30px;
}

.sideGnbMenu ul ul li:first-child a:before {
	display:none;
}

.sideGnbMenu ul ul li:first-child a:after {
	display:none;
}

.sideGnbMenu ul ul li:last-child a:before {
	height: 20px;
}

.sideGnbMenu ul ul > li.on > a{
	color:rgba(33, 33, 33,1);
	font-weight:400;
}

.sideGnbMenu ul li.has-child > a:after {
	position: absolute;
	right: 28px;
	top: 13px;
	z-index: 5;
	display: block;
	height: 17px;
	width: 1px;
	background: rgba(102,102,102, 1);
	content: "";
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.sideGnbMenu ul li.has-child > a:before {
	position: absolute;
	right: 20px;
	top: 21px;
	display: block;
	width: 17px;
	height: 1px;
	background: rgba(102,102,102, 1);
	content: "";
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.sideGnbMenu ul li.has-child.open > a:before {
	background: rgba(102,102,102, 0);
}
.sideGnbMenu ul li.has-child.open > a:after {
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
	background: rgba(102,102,102, 1);
}
.sideGnbMenu ul li.has-child.open > a {
	/*border-bottom:1px solid rgba(102,102,102, 0);*/
}


#footer {
	position: relative;
	z-index: 200;
}

#footer .footerArea {
	position: relative;
	padding: 60px 0 40px 0;
	font-size: 14px;
	text-align: center;
	color: #919191;
	background: rgba(11,57,162,1);
}

#footer .footerArea.copyArea {
	padding: 30px 0 30px 0;
	background: rgba(32,32,32,1);
}

#footer .footerArea svg {
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -96px;
	margin-top: -50px;
	
}
#footer .footerArea svg path {
	fill: rgba(11,57,162,1);
}

#footer .footerArea .btn--top {
	position: absolute;
	top: 0px;
	left: 50%;
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

#footer .footerArea .btn--top_text {
	display: block;
	position: absolute;
	top: -40px;
	left: 50%;
	width: 80px;
	height: 60px;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: white;
	-moz-transform: translateX(-50%) translateY(-30%);
  	-ms-transform: translateX(-50%) translateY(-30%);
  	-o-transform: translateX(-50%) translateY(-30%);
  	-webkit-transform: translateX(-50%) translateY(-30%);
  	transform: translateX(-50%) translateY(-30%);
}
#footer .footerArea .btn--top_text .btn__arrow {
    display: block;
    position: absolute;
    left: 50%;
    height: 10px;
    width: 10px;
    border-left: 2px solid white;
    border-top: 2px solid white;
    -moz-transform: translateX(-50%) rotate(45deg);
    -ms-transform: translateX(-50%) rotate(45deg);
    -o-transform: translateX(-50%) rotate(45deg);
    -webkit-transform: translateX(-50%) rotate(45deg);
    transform: translateX(-50%) rotate(45deg); }
#footer .footerArea .btn--top_text .btn__arrow--top {
    top: 32px;
}
#footer .footerArea .btn--top_text .btn__arrow--bottom {
    top: 38px;
}
#footer .footerArea .privacyArea {float:left;font-size:0;position:relative;}
#footer .footerArea .copyright {float:right;}
#footer .footerArea .copyright {font-size:12px;letter-spacing:1px;}

#footer .footerArea .privacyArea li {
	display: inline-block; *display: inline; *zoom: 1; 
	margin-right:2px;
}
#footer .footerArea .privacyArea li a {
	color:#ccc; 
	text-align:center; 
	position:relative;
	width: auto; 
	padding:5px 10px;
	background:#333;
	font-size:14px;
	-webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;
}
#footer .footerArea .privacyArea li a:hover {
	background:#666;
}


#footer .footerArea .copyright-text {margin-bottom: 0px;text-align:center;}
#footer .footerArea .copyright-text > ul{ padding:0; margin:0 }
#footer .footerArea .copyright-text > ul > li{ list-style:none; display:inline-block; margin:0 8px }
#footer .footerArea .copyright-text > ul > li.br{ display:block; margin:0 0px }
#footer .footerArea .copyright-text .copyright {font-size:12px;letter-spacing:1px;}
#footer .footerArea .copyright-text .white {color:#fff;}
#footer .footerArea .copyright-text .tit {font-size:18px;font-family: 'Nanum Myeongjo', serif;}
/*#footer .footerArea .copyright-text br {display:none;}*/

#footer .footer-container {width:100%;margin: 0px auto;text-align:left;}
#footer .footer-left {float:left;width:60%;position:relative;}
#footer .footer-right {float:right;width:36%;position:relative;}
#footer .footer-right-top {display:block;border-bottom:1px solid rgba(255,255,255,.1)}
#footer .footer-right-bottom {padding-top:30px;}

#footer .footer-gnb, #footer .footer-quick {
	display:table;
	width:100%;
	font-size:0;
	position:relative;
	list-style:none;
	vertical-align:top;
}
#footer .footer-gnb>li {
	display: table-cell;
	position: relative;
	vertical-align:top;
	padding:0 20px;
	border-right:1px solid rgba(255,255,255,.1);
}
#footer .footer-gnb>li div {
	line-height:120%;
}
#footer .footer-gnb>li:first-child {
	padding:0 20px 0 0;
}
#footer .footer-gnb>li:last-child {
	border-right:none;
}
#footer .footer-gnb>li>a {
	font-size:18px; 
	letter-spacing:0px;
	font-family:"Roboto", serif;
	color:#fff;
}
#footer .footer-gnb .nchild {padding-top:10px}
#footer .footer-gnb .nchild a { position:relative; display:block; color:#b1b1b1; padding:5px 0 0; font-size: 14px;}
#footer .footer-gnb .nchild a:hover { color:#fff;}

#footer .footer-quick {margin-top:41px}
#footer .footer-quick>li {
	display: table-cell;
	position: relative;
	vertical-align:top;
	width:25%;
	padding-right:20px;
}

#footer .footer-quick .btnItem {
	letter-spacing:-1px;
	font-size:16px; 
	color:#fff; 
	text-align:center; 
	position:relative;
	display: inline-block; *display: inline; *zoom: 1; width: auto; 
	padding:5px 20px 5px 0px;
	width:100%;
	border:2px solid #fff;
}
#footer .footer-quick .btnItem:hover {
	background:#fff;	
	color:rgba(11,57,162,1);
}
#footer .footer-quick .btnItem:after { 
	position: absolute; 
	top: 4px; right: 10px; bottom: 0; 
	font-size: 16px; 
	font-family: 'themify'; content: "\e61a"; 
	-webkit-font-smoothing: antialiased; text-indent: 0; -moz-osx-font-smoothing: grayscale; 
}

#footer dl{
	margin:0px 0px 25px 0;
	float:left;
	text-align:left;
	vertical-align:top;
	width:auto;
}


#footer dl:first-child {margin-left:0}
#footer dl:last-child {float:right;margin-right:0}

#footer dt{
	margin:0 0 15px 0px; 
	padding:0 0 0 0; 
	font-size:18px; 
	/*font-weight:normal; */
	letter-spacing:0px;
	font-family:"Roboto", serif;
	color:#fff;
	line-height:120%;
	
}

#footer dl dd a {display:inline-block;*display:inline;vertical-align:top;text-align:center;margin:0 3px 0 0;}
#footer dl dd a:hover {color:#fff;}
#footer dl dd span {display:block;font-size:8px;line-height:25px;letter-spacing:0px;}
#footer dl dd div {display:inline-block;margin:0 0 0 0px;letter-spacing:0px;color:#fff;line-height:150%;text-align:left;vertical-align:middle;}
#footer dl dd div span {color:#919191}
#footer dl dd div.cafe {margin:3px 0 0 10px;vertical-align:top;}
#footer dl dd.mark a {width:40%;}
#footer dl dd.mark a img {width:100%;margin-bottom:5px;}
#footer dl dd.mark span {font-size:12px;}


#footer dt.kor {font-size:18px;font-family:"Playfair Display", 'Nanum Myeongjo', serif;}
#footer dl ul{ padding:0; margin:0 }
#footer dl ul li{ list-style:none; display:inline-block; margin:0 0px;vertical-align:top;font-size:15px;color:#fff;}
#footer dl ul li.br{ display:block; margin:4px 0px 0}
#footer dl .copyright {font-size:10px;}
#footer dl .white {color:#fff;font-size:18px;font-weight:500;line-height:180%;}
#footer dl ul li span{display:inline-block;*display: inline; *zoom: 1;}
#footer dl ul.casting {display:block;margin-top:15px;}
#footer dl ul.casting li {vertical-align:top;display:inline-block;}
#footer dl ul.casting .title {
	
	width: auto; 
	text-align: center; 
	font-weight: normal; 
	position: relative; 
	padding: 0 10px 3px; 
	-webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;
	background:#fff;
	color:#333;
	margin-right:10px;
}

#footer dl ul.casting span {line-height:120%;}

#footer dl.family {margin:0px 0px 25px 0;float:left;}
#footer dl.family dt{
	margin:0 0 0px 0px; 
	font-size:20px; 
	line-height:30px;
	display: inline-block;
	*display: inline; *zoom: 1;
	vertical-align:top;
}

#footer dl.family dd{
	display: inline-block;
	*display: inline; *zoom: 1;
	vertical-align:top;
	margin-left:30px;
}

#footer dl.family .btnItem {
	letter-spacing:-1px;
	font-size:16px; 
	color:#fff; 
	text-align:center; 
	position:relative;
	display: inline-block; *display: inline; *zoom: 1; width: auto; 
	padding:10px 40px 10px 20px;
	margin:10px 10px 10px 0;
	border:2px solid #fff;
}
#footer dl.family .btnItem:hover {
	background:#fff;	
	color:rgba(11,57,162,1);
}
#footer dl.family .btnItem:after { 
	position: absolute; 
	top: 10px; right: 10px; bottom: 0; 
	font-size: 16px; 
	font-family: 'themify'; content: "\e61a"; 
	-webkit-font-smoothing: antialiased; text-indent: 0; -moz-osx-font-smoothing: grayscale; 
}

#footer .logo, #footer .logoMent {
	display: inline-block;
	*display: inline; *zoom: 1;
	vertical-align:bottom;
	color:#fff;
	margin-right:20px;
}

#footer .logoMent {
	margin-right:0px;
}

#footer .logoMent h1{
	font-size:28px;
	font-weight:500;
	line-height:140%;
	letter-spacing:-2px;
}
#footer .logoMent h2{
	font-size:18px;
	line-height:110%;
	font-family: 'Nanum Myeongjo', serif;
	text-indent:3px;
}

/* mark */
.mark_container { padding: 180px 0; max-width:1200px; margin:0 auto; word-break: keep-all; color: #fff; }
.mark_header { margin-bottom: 50px; border-bottom: 4px solid #d3000c; }
.mark_header_title { font-size: 50px; font-weight: 300; line-height: 1.2; }
.mark_header_date { font-size: 14px; font-weight: 500; position: relative; top: -20px; text-align: right; }
.mark_list {text-align:center;}
.mark_listitem {display:inline-block;width:40%;}
.mark_listitem img {width:100%;}

.mark_list2 {text-align:left;}
.mark_listitem2 {font-size: 15px;line-height: 2;letter-spacing: -0.025em;color: #bbb;}
.mark_listitem2 > p,
.mark_listitem2 > ul,
.mark_listitem2 > ol,
.mark_listitem2 > table {margin-bottom: 30px;}
.mark_content h2 {padding-bottom: 6px;font-size: 15px;color: #fff;}
.mark_content table {width: 100%;max-width: 486px;border-top: 2px solid #bbb;}
.mark_content table * {padding: 14px 0;text-align: center;}
.mark_content thead th {width: 60%;font-weight: 500;color: #fff;border-bottom: 1px solid #bbb;}
.mark_content thead th:first-child {width: 40%;border-right: 1px solid #bbb;}
.mark_content tbody td {width: 60%;border-bottom: 1px solid #bbb;}
.mark_content tbody td:first-child {width: 40%;border-right: 1px solid #bbb;}
.mark_content .mark_first h2 {font-size: 18px;}
.mark_content .mark_first p {color: #fff;}

.mark_close {font-size: 50px;position: fixed;top: 61px;right: 61px;width: 64px;height: 64px;padding: 0;cursor: pointer;opacity: 0;color: #fff;border: 0;outline: 0;background: #d3000c;z-index: 1044;-webkit-transition: opacity 600ms ease;transition: opacity 600ms ease;}
.mark_close:hover,
.mark_close:focus { opacity: .7; }
.mfp_open .mark_close{opacity: 1;}
.mark_close {}
.mark_close span {display:block; width:100%; height:100%; line-height:50px;}

/* MAGNIFIC POPUP DEBUGGING */
body.mfp_open { overflow: hidden; }
.mfp-bg, .mfp-wrap { position: fixed !important; height: 100% !important; }
.mfp-bg { }
.mfp-wrap { top: 0 !important; overflow-y: scroll; }



/* privacy */
.request_privacy_container { padding: 180px 0; max-width:1200px; margin:0 auto; word-break: keep-all; color: #fff; }
.request_privacy_header { margin-bottom: 50px; border-bottom: 4px solid #d3000c; }
.request_privacy_header_title { font-size: 50px; font-weight: 300; line-height: 1.2; }
.request_privacy_header_date { font-size: 14px; font-weight: 500; position: relative; top: -20px; text-align: right; }
.request_privacy_listitem {font-size: 15px;line-height: 2;letter-spacing: -0.025em;color: #bbb;}
.request_privacy_content h2 {padding-bottom: 6px;font-size: 15px;color: #fff;}
.request_privacy_content table {width: 100%;max-width: 486px;border-top: 2px solid #bbb;}
.request_privacy_content table * {padding: 14px 0;text-align: center;}
.request_privacy_content thead th {width: 60%;font-weight: 500;color: #fff;border-bottom: 1px solid #bbb;}
.request_privacy_content thead th:first-child {width: 40%;border-right: 1px solid #bbb;}
.request_privacy_content tbody td {width: 60%;border-bottom: 1px solid #bbb;}
.request_privacy_content tbody td:first-child {width: 40%;border-right: 1px solid #bbb;}
.request_privacy_content .request_privacy_first h2 {font-size: 18px;}
.request_privacy_content .request_privacy_first p {color: #fff;}
.request_privacy_listitem > p,
.request_privacy_listitem > ul,
.request_privacy_listitem > ol,
.request_privacy_listitem > table {margin-bottom: 30px;}
.request_privacy_close {font-size: 50px;position: fixed;top: 61px;right: 61px;width: 64px;height: 64px;padding: 0;cursor: pointer;opacity: 0;color: #fff;border: 0;outline: 0;background: #d3000c;z-index: 1044;-webkit-transition: opacity 600ms ease;transition: opacity 600ms ease;}
.request_privacy_close:hover,
.request_privacy_close:focus { opacity: .7; }
.mfp_open .request_privacy_close{opacity: 1;}
.request_privacy_close {}
.request_privacy_close span {display:block; width:100%; height:100%; font-family:'Noto Sans KR';line-height:50px;}


#bottomSet {position:fixed; bottom:-150px; right:30px; z-index:201;/*footer z-index 보다 작게 */-webkit-transition: all 0.4s ease; -moz-transition: all 0.4s ease; -o-transition: all 0.4s ease; transition: all 0.4s ease;}


@media (max-width: 1280px) {
	#page {max-width:1280px;}
	.container, .f-container, .container1000 {padding:0 40px}
	
	/* MAGNIFIC POPUP */
    .request_privacy_container { padding: 120px 3%; }
    .request_privacy_close { top: 3%; right: 3%; }
	
	.gnbBox .gnbBoxItem {
		width:auto;
	}
	.gnbBox .gnbBoxNavi {
		width:auto;
	}
}


@media (max-width: 1180px) {
	#page {padding:0 0px;}
	.naviArea .naviMain > li > a {
		padding: 12px 24px 16px 14px;
		font-size: 16px;
	}
	.naviArea .naviMain .nchild a { padding:11px 24px 10px 14px; }
	
	#footer .footer-left {float:none;width:100%;display:block;}
	#footer .footer-right {float:none;width:100%;display:block;}
	#footer .footer-quick {margin:30px -2% 50px;display:block;width:auto;}
	#footer .footer-quick>li {
		display: inline-block;
		width:21%;
		padding:0px;
		margin:5px 2% 5px !important;
	}
	
	#footer .footerArea {padding:40px 0 0px;}
	#footer .footer-right-top {display:inline-block;border-bottom:none;}
	#footer .footer-right-bottom {text-align:center;display:inline-block;}
	#footer .footer-right-bottom {padding-top:0px;float:right}

	#footer .logoMent {
		text-align:left;
	}
	#footer dl:first-child {margin-right:50px}
	.gnbRightArea .naviSocial > li{
		display: none;
	}
	.gnbRightArea .naviSocial > li.ticket {
		display: block;
	}
	.gnbRightArea .naviSocial > li.ticket a {
		font-size:14px;
		padding:0 15px 0 35px; 
	}
	
}

@media (max-width: 940px) {
	#page {padding:0px !important;}
	#gnb {display:none;}
	#gnbMobile {display:block;}
	
	#footer .footerArea {padding:40px 0 40px;}
	#footer .footer-right-top {display:block;border-bottom:1px solid rgba(255,255,255,.1)}
	#footer .footer-right-bottom {text-align:center;display:block;}
	#footer .footer-right-bottom {padding-top:30px;float:none}

	#footer .logoMent {
		text-align:left;
	}
	#footer dl:first-child {margin-right:50px}
	
	/* MAGNIFIC POPUP */
    .request_privacy_container { padding: 80px 8%; }
    .request_privacy_header_date { text-align: left; position: static; margin: 10px 0; }
    .request_privacy_close { top: 10px; right: 10px; }
	
	/* 개인정보처리방침 */
    .request_privacy_header_title {font-size:35px;}
    .request_privacy_close {width:54px; height:54px;}
    .request_privacy_close span {line-height:40px;}
    .request_privacy_content .request_privacy_first h2 {font-size:16px;}
	.request_privacy_listitem > p, .request_privacy_listitem > ul, .request_privacy_listitem > ol, .request_privacy_listitem > table {font-size:14px;}

}


@media (max-width: 768px) {
	br.none {display:block;}
	br.none2 {display:block !important;}
	.f-container {padding:0 0px !important}
	
	#footer .footerArea .privacyArea {float:none;display:block;width:100%;text-align:center;}
	#footer .footerArea .copyright {float:none;display:block;width:100%;text-align:center;margin:10px 0 0;}
	#footer .footerArea .privacyArea li {
		margin:0px 2px 16px;
	}
	#bottomSet {right:10px;}
	#bottomSet img {width:40px}
}

@media (max-width: 640px) {
	.articleArea {padding:30px 0 30px !important;}
	.articleArea.main { padding:30px 0 30px !important;}

	#hamburger span {
	   background: rgba(255,255,255,1);
	}
	#gnbMobile {
		padding:5px 20px;
		position:relative;
		background: rgba(11,57,162,1);
	}
	#gnbMobile .logoArea .logo a { 
		background: url(/imgs/common/logo30w.png) 0 center no-repeat; 
	}
	.container, .articleContainer, .container1000 {
		padding:0 20px;
	}	
	
	#footer .footerArea {padding:20px 0 20px}
	#footer .footer-quick {margin:30px -2% 30px;}
	
	#footer dl {width:100% !important;margin:30px 0; text-align:center;}

	#footer dl dt{display:inline-block;*display:inline;}
	#footer dt {background-position:top center}
	#footer dl dd div {display:block;margin:10px 0 0 0;text-align:center;}
	#footer .link {display:block;margin-top:10px;}
	
	#footer .footer-container {width:100%}
	#footer br {display:block;}
	
	#footer .footer-gnb {display:none;}
	#footer .footer-quick>li {
		width:46%;
	}
	
	#footer .logo, #footer .logoMent {
		display: block;
		margin:20px 0px;
		text-align:center;
	}
	#footer .logoMent h1{
		font-size:24px;
	}
	#footer .logoMent h2{
		font-size:16px;
		line-height:140%;
		text-indent:0px;
	}
	
}
@media (max-width: 480px) {
	br.none360 {display:block !important;}
}


@media screen and (max-width: 414px) {
	br.none414 {display:block !important;}
}
@media screen and (max-width: 375px) {
	br.none320 {display:block !important;}
}

/************** white space ***************/
.wp240 {display:block;width:100%;min-height:1px;height:240px;}
.wp230 {display:block;width:100%;min-height:1px;height:230px;}
.wp220 {display:block;width:100%;min-height:1px;height:220px;}
.wp210 {display:block;width:100%;min-height:1px;height:210px;}
.wp200 {display:block;width:100%;min-height:1px;height:200px;}
.wp190 {display:block;width:100%;min-height:1px;height:190px;}
.wp180 {display:block;width:100%;min-height:1px;height:180px;}
.wp170 {display:block;width:100%;min-height:1px;height:170px;}
.wp160 {display:block;width:100%;min-height:1px;height:160px;}
.wp150 {display:block;width:100%;min-height:1px;height:150px;}
.wp140 {display:block;width:100%;min-height:1px;height:140px;}
.wp130 {display:block;width:100%;min-height:1px;height:130px;}
.wp120 {display:block;width:100%;min-height:1px;height:120px;}
.wp110 {display:block;width:100%;min-height:1px;height:110px;}
.wp100 {display:block;width:100%;min-height:1px;height:100px;}
.wp95 {display:block;width:100%;min-height:1px;height:95px;}
.wp90 {display:block;width:100%;min-height:1px;height:90px;}
.wp85 {display:block;width:100%;min-height:1px;height:85px;}
.wp80 {display:block;width:100%;min-height:1px;height:80px;}
.wp75 {display:block;width:100%;min-height:1px;height:75px;}
.wp70 {display:block;width:100%;min-height:1px;height:70px;}
.wp65 {display:block;width:100%;min-height:1px;height:65px;}
.wp60 {display:block;width:100%;min-height:1px;height:60px;}
.wp55 {display:block;width:100%;min-height:1px;height:55px;}
.wp50 {display:block;width:100%;min-height:1px;height:50px;}
.wp45 {display:block;width:100%;min-height:1px;height:45px;}
.wp40 {display:block;width:100%;min-height:1px;height:40px;}
.wp35 {display:block;width:100%;min-height:1px;height:35px;}
.wp30 {display:block;width:100%;min-height:1px;height:30px;}
.wp25 {display:block;width:100%;min-height:1px;height:25px;}
.wp20 {display:block;width:100%;min-height:1px;height:20px;}
.wp15 {display:block;width:100%;min-height:1px;height:15px;}
.wp10 {display:block;width:100%;min-height:1px;height:10px;}
.wp5 {display:block;width:100%;min-height:1px;height:5px;}
.wp0 {display:block;width:100%;min-height:0px;height:0px;}

@media screen and (max-width: 1440px) {
	.l-wp150 {height:150px !important;}
	.l-wp140 {height:140px !important;}
	.l-wp130 {height:130px !important;}
	.l-wp120 {height:120px !important;}
	.l-wp110 {height:110px !important;}
	.l-wp100 {height:100px !important;}
	.l-wp95 {height:95px !important;}
	.l-wp90 {height:90px !important;}
	.l-wp85 {height:85px !important;}
	.l-wp80 {height:80px !important;}
	.l-wp75 {height:75px !important;}
	.l-wp70 {height:70px !important;}
	.l-wp65 {height:65px !important;}
	.l-wp60 {height:60px !important;}
	.l-wp55 {height:55px !important;}
	.l-wp50 {height:50px !important;}
	.l-wp45 {height:45px !important;}
	.l-wp40 {height:40px !important;}
	.l-wp35 {height:35px !important;}
	.l-wp30 {height:30px !important;}
	.l-wp25 {height:25px !important;}
	.l-wp20 {height:20px !important;}
	.l-wp15 {height:15px !important;}
	.l-wp10 {height:10px !important;}
	.l-wp5 {height:5px !important;}
	.l-wp0 {min-height:0px !important;height:0px !important;}
}


@media screen and (max-width: 1280px) {
	.p-wp150 {height:150px !important;}
	.p-wp140 {height:140px !important;}
	.p-wp130 {height:130px !important;}
	.p-wp120 {height:120px !important;}
	.p-wp110 {height:110px !important;}
	.p-wp100 {height:100px !important;}
	.p-wp95 {height:95px !important;}
	.p-wp90 {height:90px !important;}
	.p-wp85 {height:85px !important;}
	.p-wp80 {height:80px !important;}
	.p-wp75 {height:75px !important;}
	.p-wp70 {height:70px !important;}
	.p-wp65 {height:65px !important;}
	.p-wp60 {height:60px !important;}
	.p-wp55 {height:55px !important;}
	.p-wp50 {height:50px !important;}
	.p-wp45 {height:45px !important;}
	.p-wp40 {height:40px !important;}
	.p-wp35 {height:35px !important;}
	.p-wp30 {height:30px !important;}
	.p-wp25 {height:25px !important;}
	.p-wp20 {height:20px !important;}
	.p-wp15 {height:15px !important;}
	.p-wp10 {height:10px !important;}
	.p-wp5 {height:5px !important;}
	.p-wp0 {min-height:0px !important;height:0px !important;}
}

@media screen and (max-width: 1024px) {
	.s-wp150 {height:150px !important;}
	.s-wp140 {height:140px !important;}
	.s-wp130 {height:130px !important;}
	.s-wp120 {height:120px !important;}
	.s-wp110 {height:110px !important;}
	.s-wp100 {height:100px !important;}
	.s-wp95 {height:95px !important;}
	.s-wp90 {height:90px !important;}
	.s-wp85 {height:85px !important;}
	.s-wp80 {height:80px !important;}
	.s-wp75 {height:75px !important;}
	.s-wp70 {height:70px !important;}
	.s-wp65 {height:65px !important;}
	.s-wp60 {height:60px !important;}
	.s-wp55 {height:55px !important;}
	.s-wp50 {height:50px !important;}
	.s-wp45 {height:45px !important;}
	.s-wp40 {height:40px !important;}
	.s-wp35 {height:35px !important;}
	.s-wp30 {height:30px !important;}
	.s-wp25 {height:25px !important;}
	.s-wp20 {height:20px !important;}
	.s-wp15 {height:15px !important;}
	.s-wp10 {height:10px !important;}
	.s-wp5 {height:5px !important;}
	.s-wp0 {min-height:0px !important;height:0px !important;}
}

@media screen and (max-width: 768px) {
	.t-wp150 {height:150px !important;}
	.t-wp140 {height:140px !important;}
	.t-wp130 {height:130px !important;}
	.t-wp120 {height:120px !important;}
	.t-wp110 {height:110px !important;}
	.t-wp100 {height:100px !important;}
	.t-wp95 {height:95px !important;}
	.t-wp90 {height:90px !important;}
	.t-wp85 {height:85px !important;}
	.t-wp80 {height:80px !important;}
	.t-wp75 {height:75px !important;}
	.t-wp70 {height:70px !important;}
	.t-wp65 {height:65px !important;}
	.t-wp60 {height:60px !important;}
	.t-wp55 {height:55px !important;}
	.t-wp50 {height:50px !important;}
	.t-wp45 {height:45px !important;}
	.t-wp40 {height:40px !important;}
	.t-wp35 {height:35px !important;}
	.t-wp30 {height:30px !important;}
	.t-wp25 {height:25px !important;}
	.t-wp20 {height:20px !important;}
	.t-wp15 {height:15px !important;}
	.t-wp10 {height:10px !important;}
	.t-wp5 {height:5px !important;}
	.t-wp0 {min-height:0px !important;height:0px !important;}
}


@media screen and (max-width: 480px) {
	.m-wp150 {height:150px !important;}
	.m-wp140 {height:140px !important;}
	.m-wp130 {height:130px !important;}
	.m-wp120 {height:120px !important;}
	.m-wp110 {height:110px !important;}
	.m-wp100 {height:100px !important;}
	.m-wp100 {height:100px !important;}
	.m-wp95 {height:95px !important;}
	.m-wp90 {height:90px !important;}
	.m-wp85 {height:85px !important;}
	.m-wp80 {height:80px !important;}
	.m-wp75 {height:75px !important;}
	.m-wp70 {height:70px !important;}
	.m-wp65 {height:65px !important;}
	.m-wp60 {height:60px !important;}
	.m-wp55 {height:55px !important;}
	.m-wp50 {height:50px !important;}
	.m-wp45 {height:45px !important;}
	.m-wp40 {height:40px !important;}
	.m-wp35 {height:35px !important;}
	.m-wp30 {height:30px !important;}
	.m-wp25 {height:25px !important;}
	.m-wp20 {height:20px !important;}
	.m-wp15 {height:15px !important;}
	.m-wp10 {height:10px !important;}
	.m-wp5 {height:5px !important;}
	.m-wp0 {min-height:0px !important;height:0px !important;}
}

.wd100 {width:100%;}
@media screen and (max-width: 1440px) {
	.l-wd100 {width:100% !important;}
}
@media screen and (max-width: 1280px) {
	.p-wd100 {width:100% !important;}
}

@media screen and (max-width: 1024px) {
	.s-wd100 {width:100% !important;}
}
@media screen and (max-width: 768px) {
	.t-wd100 {width:100% !important;}
}

@media screen and (max-width: 480px) {
	.m-wd100 {width:100% !important;}
}


.alignL {text-align:left !important;}
.alignC {text-align:center !important;}
.alignR {text-align:right !important;}

@media screen and (max-width: 1440px) {
	.l-alignL {text-align:left !important;}
	.l-alignC {text-align:center !important;}
	.l-alignR {text-align:right !important;}
}
@media screen and (max-width: 1280px) {
	.p-alignL {text-align:left !important;}
	.p-alignC {text-align:center !important;}
	.p-alignR {text-align:right !important;}
}

@media screen and (max-width: 1024px) {
	.s-alignL {text-align:left !important;}
	.s-alignC {text-align:center !important;}
	.s-alignR {text-align:right !important;}
}
@media screen and (max-width: 768px) {
	.t-alignL {text-align:left !important;}
	.t-alignC {text-align:center !important;}
	.t-alignR {text-align:right !important;}
}

@media screen and (max-width: 480px) {
	.m-alignL {text-align:left !important;}
	.m-alignC {text-align:center !important;}
	.m-alignR {text-align:right !important;}
}
