@charset "utf-8";

@font-face {
	font-family: 'NotoSans Regular';
	font-style: normal;
	font-weight: normal;
	src: url(../fonts/NotoSans-Regular.woff) format('woff')
}
@font-face {
  font-family: 'Nanum Barun Gothic';
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/NanumBarunGothic.eot);
  src: local('Nanum Barun Gothic'),
	local('NanumBarunGothic'),
	url(../fonts/NanumBarunGothic.eot#iefix) format('embedded-opentype'),
	url(../fonts/NanumBarunGothic.woff) format('woff2'),
	url(../fonts/NanumBarunGothic.woff) format('woff'),
	url(../fonts/NanumBarunGothic.ttf) format('truetype');
}
@font-face {
  font-family: 'Nanum Barun Gothic';
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/NanumBarunGothicBold.eot);
  src: local('Nanum Barun Gothic Bold'),
	local('NanumBarunGothicBold'),
	url(../fonts/NanumBarunGothicBold.eot#iefix) format('embedded-opentype'),
	url(../fonts/NanumBarunGothicBold.woff) format('woff2'),
	url(../fonts/NanumBarunGothicBold.woff) format('woff'),
	url(../fonts/NanumBarunGothicBold.ttf) format('truetype');
}
a, 
a:hover, 
a:focus, 
a:hover {text-decoration: none; outline: 0}
ul,
ol {padding:0; margin:0; list-style: none}
button {cursor:pointer}
body {
	margin:0;
  	font-style: normal;
	font-weight: 400;
	letter-spacing:-.5px;
	line-height: 1.5;
	color:#444;
	background-color:#ddd;
}
@media (max-width:1199px) {
	body, table, input, select, button, textarea, .xe_content, .ArticleBody {
		font-size:15px;
		font-family:'돋움',Dotum,'굴림',Gulim,Helvetica,Arial,sans-serif!important;
	}
}
@media (min-width:1200px) {
	body, table, input, select, button, textarea, .xe_content, .ArticleBody {
		font-family:'나눔바른고딕','Nanum Barun Gothic','나눔바른고딕OTF',NanumBarunGothicOTF,Helvetica,Arial,sans-serif!important;
		font-size:14px;
	}
}
p,
h1,
h2,
h3,
h4 {margin:0}
.All {
	max-width:1920px;
	margin:0 auto;
}

/* header */
header {
	position:fixed;
	top:0;
	background-color:#fff;
	-webkit-box-shadow: 0px 10px 20px -5px rgba(0, 0, 0, 0.08);
	-moz-box-shadow: 0px 10px 20px -5px rgba(0, 0, 0, 0.08);
	box-shadow: 0px 10px 20px -5px rgba(0, 0, 0, 0.08);
	z-index: 101;
}
.Logo > a {
	display: -ms-flexbox;
    display: flex;
    max-width: 450px;
    font-family: 'NotoSans Regular';
	font-style: normal;
	letter-spacing:-1px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
ul.MenuTop > li > a {
	display:block;
	 padding: 12px 0 6px;
}
ul.MenuTop a {
	font-size:12px;
	 color:#a7a7a7;
}
ul.MenuBottom a {
 	font-size:13px;
 	line-height:13px;
}
ul.MenuBottom > li > a {
	padding:14px 0;
	display:block;
	color:#444;
} 
ul.MenuBottom > li > a:hover,
ul.MenuBottom > li > a:focus,
ul.MenuBottom li.active > a {
	color:#f45b46;
}
ul.MenuTop li span,
ul.MenuBottom li span {
	display:block;
	border-right:1px dotted #ddd
}
ul.MenuTop li span {padding:0 20px}
.dropdown-menu {background-color: #fff;}
.MenuBottom .dropdown-menu > li > a {color:#444}
.MenuTop .dropdown-menu,
.mMenuTop .dropdown-menu {min-width: 100px}
.MenuTop .dropdown-menu > li > a,
 .mMenuTop .dropdown-menu > li > a {padding: 5px 20px}
.MenuBottom .dropdown-menu {min-width: 180px}
.MenuBottom .dropdown-menu > li > a {padding:15px 20px}
.Search {
	margin-top:5px; 
	margin-left:10px;
	width:150px
}
.Search .form-control {
	padding:5px;
	color:#a7a7a7;
	font-size:12px	
}
@media (max-width: 1199px) {header {width: 100%}}
@media (min-width: 1200px) {header {width: calc( 100% - 300px )}}
@media (min-width: 1921px) {header {width: 1620px}}
@media (max-width: 1399px) {
	.paddingTop {padding-top:55px}
	header > .row {
		position:relative;
		-ms-flex-pack: center !important;
		justify-content: center !important;
		height: 55px;
		padding: 0 10px;
	}
	.Logo > a {
		font-size:20px;
		font-weight: bold;
	}
	.Logo > a > img {max-height: 30px}
	.Menus {display: none}
}
@media (min-width: 1400px) {
	.paddingTop {padding-top:80px}
	header > .row {
		-ms-flex-pack: justify !important;
		justify-content: space-between !important;
		height: 80px;
		padding: 0 20px;
	}
	header .Logo {
	  -ms-flex: 0 0 25%;
	  flex: 0 0 25%;
	  max-width: 25%;	
	}
	header .Menus {
	  -ms-flex: 0 0 75%;
	  flex: 0 0 75%;
	  max-width: 75%;
	}
	.Logo > a {
		font-size:30px;
		font-weight: normal;
	}
	.Logo > a > img {max-height: 45px}
}
@media (min-width: 1600px) {
	header .Logo {
	    -ms-flex: 0 0 16.666667%;
	    flex: 0 0 16.666667%;
	    max-width: 16.666667%;		
	}
	header .Menus {
	    -ms-flex: 0 0 83.333333%;
	    flex: 0 0 83.333333%;
	    max-width: 83.333333%;	
	}	
}

/* Toggle */
.Toggle {
	position:absolute;
	top:0;
	bottom:0;
}
.ToggleInner {
	padding:28px 10px;
	cursor:pointer
}
.unLock {
	position: absolute;
	top:0;
	bottom:0;
	display:block;
	padding:16px 10px;
	color:#444
}
.Toggle.ToggleRight {right:0}
.Toggle.ToggleLeft {left:0}
.unLock.unLockLeft {left:50px}
.unLock.unLockRight {right:50px}
.bTnToggle {
	position: relative;
	width:26px;
	margin-top:-2px
}
.toggleBar {
	position: absolute;
	left: 0;
	width: 26px;
	height: 3px;
	background-color: #444;
	transition-duration: 0.2s
}
.toggleBar:before, 
.toggleBar:after {
	content: "";
	position: absolute;
	left: 0;
	width: 26px;
	height: 3px;
	background-color: #333;
	transition-duration: 0.2s
}
.toggleBar:before {top:-8px}
.toggleBar:after {top: 8px}
.toggleBar.active {width:0}
.toggleBar.active:after {
  	top: 0px;
 	 transform: rotate(45deg);
  	-webkit-transform: rotate(45deg)
}
.toggleBar.active:before {
  	top: 0px;
 	 transform: rotate(-45deg);
  	-webkit-transform: rotate(-45deg)
}

/* mNav */
.mNav {
	position: fixed;
	width:290px;
	height:100%;
	padding-bottom:100px;
	overflow-x:hidden;
	overflow-y:auto;	
	background-color:#FFF;
	z-index:99;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
	box-sizing: border-box
}
.mNavBg {
	display:none;
	position: fixed;
	width:100%;
	height:100%;
	background-color:rgba(0,0,0,0.6);
	z-index: 99;
	cursor: pointer
}
.mNavBg.BgOpen{
	display:block;
	display:-webkit-box
}
.mMenuTop {background-color:#444}
.mMenuTop > li {
	float:left;
	text-align:center;
}
.mMenuTop > li > a {
	color:#fff;
	padding:10px 0 5px
}
.mMenuTop li span {
    display: block;
 	border-right: 1px dotted #181818;
 	font-size:12px;
}
.mMenuTop .dropdown-menu li a {font-size:12px; color:#444}
.mMenuTop li span > .fa {display:block}
.mMenuTop li span > .fa.fa-caret-down {display:inline}
.mMenuTop li:last-child span {border-right:0}
.mSearch {
	padding:5px 20px 15px;
	background-color:#444
}
.mSearch .form-control {
  	padding:5px 10px;
  	color: #FFF;
  	background-color: #181818;
  	border: 1px solid #181818;
}

/* metismenu */
.metismenu a {
    display: flex;
    color:#444;
    border-bottom:1px solid rgba(0,0,0,0.1)
}
.metismenu > li > a {padding:15px 20px} 
.metismenu ul > li > a {padding:15px 20px 15px 40px} 
.metismenu ul ul > li > a {padding:15px 20px 15px 60px}
.metismenu a:hover, 
.metismenu .active > a, 
.metismenu .active > a:hover {
	color:#f45b46;
	background-color:rgba(0,0,0,0.01)
}
.metismenu .collapse {
  display: none;
}
.metismenu .collapse.in {
  display: block;
}
.metismenu .collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition-timing-function: ease;
  transition-duration: .35s;
  transition-property: height, visibility;
}
.metismenu .has-arrow {
  position: relative;
}
.metismenu .has-arrow::after {
  position: absolute;
  content: '';
  width: .5em;
  height: .5em;
  border-width: 1px 0 0 1px;
  border-style: solid;
  border-color: initial;
  right: 1em;
  transform: rotate(-45deg) translate(0, -50%);
  transform-origin: top;
  top: 50%;
  transition: all .3s ease-out;
}
*[dir="rtl"] .metismenu .has-arrow::after {
  right: auto;
  left: 1em;
  transform: rotate(135deg) translate(0, -50%);
}
.metismenu .active > .has-arrow::after,
.metismenu .has-arrow[aria-expanded="true"]::after {
  transform: rotate(-135deg) translate(0, -50%);
}
*[dir="rtl"] .metismenu .active > .has-arrow::after,
*[dir="rtl"] .metismenu .has-arrow[aria-expanded="true"]::after {
  transform: rotate(225deg) translate(0, -50%);
}
@media (min-width: 1200px) {
	.QuickRight > .Wrap {padding-right:300px}
	.QuickLeft > .Wrap {padding-left:300px}
	.QuickRight header {left:0}
	.QuickLeft header {right:0}
}
@media (min-width: 1921px) {
	.QuickRight header {left:auto}
	.QuickLeft header {right:auto}
}
@media (max-width: 1199px) {
	.NavRight {right:-290px}
	.NavRight.NavOpen {right:0}		
	.NavLeft {left:-290px}
	.NavLeft.NavOpen {left:0}	
}
@media (min-width: 1200px) and (max-width:1399px) {
	.QuickRight .NavRight {right:0}
	.QuickRight .NavRight.NavOpen,
	.QuickRight .BgRight {right:300px}		

	.QuickRight .NavLeft {left:-290px}	
	.QuickRight .NavLeft.NavOpen,
	.QuickRight .BgLeft {left:0}	

	.QuickLeft .NavRight {right:-290px}
	.QuickLeft .NavRight.NavOpen,
	.QuickLeft .BgRight {right:0}

	.QuickLeft .NavLeft {left:0}
	.QuickLeft .NavLeft.NavOpen,
	.QuickLeft .BgLeft {left:300px}	
}
@media (max-width: 1399px) {
	.mNav,
	.mNavBg {
		top:55px;
	}
}
@media (min-width: 1400px) {
	.Toggle,
	.mNav,
	.mNavBg.BgOpen,
	.unLock {display:none}
	.mNav,
	.mNavBg {
		top:81px;
	}
}

/* SideQuick */
.QuickInner {
	box-sizing:border-box;
	background-color:#fff
}
.QuickInner ul {width:100%}
@media (min-width: 768px) {
	.SideQuick {background-color:#fff}
	.QuickInner {padding:20px}
}
@media (min-width: 1200px) {
	.SideQuick {
		position: fixed;
		top:0;
		width:290px;
		height:100%;
		overflow-x:hidden;
		overflow-y:auto;	
		z-index:100;
		background-color:#fff;		
	}
	.QuickInner {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-ms-flex-align: center !important;
		align-items: center !important;
		height:100%;
		padding:40px
	}
	.QuickRight .SideQuick {right:0}
	.QuickLeft .SideQuick{left:0}
}
@media (min-width: 1921px) {
	.QuickRight .SideQuick {right: calc(50% - 960px)}
	.QuickLeft .SideQuick{left: calc(50% - 960px)}
}

/* MainSlide */
#MainSlide {overflow: hidden}
#MainSlide .MainBg {
	background-color:#fff;
	background-position: center!important;
	background-repeat: no-repeat;
	background-size: cover;	
}
#MainSlide a {
	height:inherit;
	overflow: hidden
}
#MainSlide .align-self-center {
	width:100%;
	text-align:center
}
#MainSlide h2 {
	font-family: 'NotoSans Regular';
	font-style: normal;
	font-weight:700;
}
#MainSlide .slick-arrow {
	bottom: 30px;
	left:50%;
	width:30px;
	font-size:30px;
	line-height: 30px;
	color:#ddd;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}
#MainSlide .slick-prev {margin-left:-15px}
#MainSlide .slick-next {margin-left:15px}
#MainSlide .slick-dots {bottom:20px}
@media (max-width: 767px) {#MainSlide p {font-size:18px}}
@media (min-width: 768px) {#MainSlide p {font-size:20px}}
@media (min-width: 1200px) {#MainSlide p {font-size:22px}}

/* QuickPr */
#QuickPr {margin-bottom:2px}
#QuickPr .carousel-indicators {margin-top:2px}
.QuickPr1,
.QuickPr3 {padding-right:1px}
.QuickPr2,
.QuickPr4 {padding-left:1px}
.QuickPr1,
.QuickPr2 {padding-bottom:1px}
.QuickPr3,
.QuickPr4 {padding-top:1px}
#QuickPr .carousel-indicators li > div {
	height:90px;
	text-align:center;
	border:1px solid rgba(0,0,0,0.05);
	box-sizing:border-box;
	background-color:#f0f0f0
}
#QuickPr .carousel-indicators li:hover > div,
#QuickPr .carousel-indicators li.active > div {border:1px solid #444}
#QuickPr .carousel-indicators a {
	padding:0 5px;
	font-family: 'NotoSans Regular';
    font-style: normal;
    font-weight: normal;
	color:#444;
	line-height: 16px
}
@media (max-width: 575px) {#QuickPr .carousel-item img {display:block; width:100%}}
@media (min-width: 576px) and (max-width:767px) {#QuickPr .carousel-item img {display:inline-block; max-width:500px; height:auto}}
@media (max-width: 767px) {#QuickPr .carousel-indicators li > div {height:60px}}
@media (min-width: 768px) {
	#QuickPr .carousel-item img {display:block; width:100%}
	#QuickPr .carousel-indicators li > div {height:90px}
}

/* QuickLink */
.QuickLink li a {box-sizing:border-box}
.QuickLink .align-self-center {
	width:100%;
	text-align:center;
	padding:0 5px;
}
.QuickFa {
	margin-bottom:5px;
	color:#fff;
	border-radius:50%;
	background-color:#d2d2d2
}
.QuickLink h3 {
	font-family: 'NotoSans Regular';
	font-style: normal;
	font-weight: normal;
	color:#444;
}
.Quick1 a, 
.Quick2 a, 
.Quick3 a {background-color:#f0f0f0}
@media (max-width: 767px) {
	.QuickLink {
		position: fixed;
		left:0;
		right:0;
		bottom:0;
		width:100%;
		overflow:hidden;
		z-index:98;
		-webkit-box-shadow: 0px -10px 20px -5px rgba(0, 0, 0, 0.08);
		-moz-box-shadow: 0px -10px 20px -5px rgba(0, 0, 0, 0.08);
		box-shadow: 0px -10px 20px -5px rgba(0, 0, 0, 0.08);
	}
	.QuickLink li > a {height:55px}
	.QuickLink h3 {font-size:13px; line-height:15px}
}
@media (min-width: 768px) {
	.QuickLink li {padding-bottom:2px}
	.QuickLink li > a {
		height:110px;
		border:1px solid rgba(0,0,0,0.05)
	}
	.QuickLink li > a:hover {border:1px solid #444}
	.QuickFa {
		width:30px;
		height:30px;
	}
	.QuickFa > .fa {
		font-size:14px;
		line-height:30px;
	}
	.QuickLink h3 {font-size:16px; line-height:18px}
}

/* Content */
.ContentInner {
	height:100%;
	background-color:#fff
}
.PMSlide,
.RecentCard,
.InForm,
.mainPage {
	padding-bottom: 10px;
    background-color: #ddd;
}
.PMSlideInner,
.RecentCardInner,
.InFormInner,
.RecentsInner,
.mainPage > #content {background-color:#fff}
@media (min-width: 768px) and (max-width:1199px) {
	.QuickRight .ContentInner {margin-right:10px;}
	.QuickLeft .ContentInner {margin-left:10px;}
}

/* PMSlide */
.SecTitle {
	display:block;
	font-family: 'NotoSans Regular';
    font-style: normal;
    font-weight: normal;
	color: #444;
	padding-bottom:15px
}
#PMSlide .VideoInner,
#PMSlide li > a {
	display:block;
	border:1px solid rgba(0,0,0,0.05);
	box-sizing:border-box;
	background-color:#f0f0f0
}
#PMSlide .VideoInner:hover,
#PMSlide li > a:hover {border:1px solid #444}
#PMSlide li:focus {outline: 0}
#PMSlide .ThumbArea {position:relative}
#PMSlide .VideoPlay {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center!important;
    align-items: center!important;
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	cursor:pointer;
	outline: 0
}
#PMSlide .VideoPlay .fa {
	margin:auto;
	color:#ff0000;
}
#PMSlide .GoChannel {
	display:block;
	position:absolute;
	left:0;
	right:0;
	bottom: 0;
	text-align:center;
}
#PMSlide .CntArea {text-align:center}
#PMSlide .GoChannel > a {
	display:inline-block;
	border-radius:25px;
	font-size:12px;
	color:#fff;
	background-color:rgba(255,255,255,0.5);
}
#PMSlide .TiTle {
	display:block;
	padding:15px 0;
    font-family: 'NotoSans Regular';
    font-style: normal;
    font-weight: normal;
    color:#444;
}
#PMSlide .slick-arrow {
	top: 50%;
	color:#444;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
	background: rgba(255,255,255,0.5);
	border:1px solid rgba(0,0,0,0.1);
	border-radius: 50%
}
#PMSlide .slick-dots {padding-top:20px}

/* video-popup */
.video-popup {
	position:fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background: rgba(0,0,0, 0.6);
	cursor:pointer;
	z-index:99999;
}
.video-frame {
	width:100%;
	height:100%;
    text-align: center;
}
.video-frame:before {
	content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.video-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    width: 100%;
    max-width: 1280px;
}
.video {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
}
.video iframe {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height:100%;
    max-width: 100%;
    background: #000;
    -webkit-box-shadow: 0 0 8px rgba(0,0,0,.6);
    box-shadow: 0 0 8px rgba(0,0,0,.6);
    border: none;
}
@media (max-width: 767px) {
	.PMSlideInner {padding:30px 10px 50px}
	.SecTitle {font-size:16px}
	#PMSlide {margin-left:-5px; margin-right:-5px}
	#PMSlide li.slick-slide {padding:0 5px}
	#PMSlide .CntArea {padding:0 10px}
	#PMSlide .TiTle {
		font-size:14px;
		line-height:16px
	}
	#PMSlide .slick-prev {left:5px}
	#PMSlide .slick-next {right:5px}
	#PMSlide .VideoPlay .fa {font-size:40px}
	#PMSlide .GoChannel > a {
		padding:5px 10px;
		margin-bottom:10px;
	}
}
@media (min-width: 768px) {
	.PMSlideInner {padding:40px 40px 60px}
	.SecTitle {font-size:18px}
	#PMSlide {margin-left:-10px; margin-right:-10px}
	#PMSlide li.slick-slide {padding:0 10px}
	#PMSlide .CntArea {padding:15px}
	#PMSlide .TiTle {
		font-size:16px;
		line-height:18px
	}
	#PMSlide .slick-prev {left:10px}
	#PMSlide .slick-next {right:10px}
	#PMSlide .VideoPlay .fa {font-size:60px}
	#PMSlide .GoChannel > a {
		padding:10px 15px;
		margin-bottom:15px;
	}
}
@media (min-width: 1400px) {
	.PMSlideInner {padding:80px 160px 100px}
	#PMSlide {margin-left:-20px; margin-right:-20px}
	#PMSlide li.slick-slide {padding:0 20px}
	#PMSlide .slick-prev {left:-60px}
	#PMSlide .slick-next {right:-60px}
}
@media (max-width: 1399px) {
	#PMSlide .slick-arrow {
		width:35px;
		font-size:24px
	}
}
@media (min-width: 1400px) {
	#PMSlide .slick-arrow {
		width:45px;
		font-size:30px
	}
}

/* arrow */
.slider .slick-arrow {
    position: absolute;
    cursor: pointer;
	text-align:center;
	z-index:1;
}

/* dot */
.slick-dots {
	position:absolute;
	left:50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	line-height:6px;
}
.slick-dots::after{
  display: block;
  clear: both;
  content: "";	
}
.slick-dots li {
	display:inline-block;
	padding:0 5px
}
.slick-dots li span {
	display: block;
	float: left;
	font-size: 0;
	width: 6px;
	height: 6px;
	border-radius:50%;
	background-color: #ddd;
	color: transparent;
	text-indent: -9999px;
	cursor: pointer
}
.slick-arrow:hover .fa {color:#f45b46}
.slick-dots li span:hover, 
.slick-dots .slick-active span {background-color: #f45b46}

/* InForm */
.InFormInner .align-self-center {
    width: 100%;
    text-align: center;
    padding: 0 5px;
}
.InForms .TiTle {
	padding-bottom:5px;
    font-family: 'NotoSans Regular';
    font-style: normal;
    font-weight: normal
}
.InForms .TexT {line-height:16px}
@media (max-width: 767px) {
	.InFormInner {padding:10px}
	.InForms .TiTle {font-size:16px}
}
@media (min-width: 768px) {
	.InFormInner {padding:40px}
	.InForms .TiTle {font-size:20px}
}
@media (max-width: 1199px) {
	.InForms,
	.BDVslide .row {height:100px}
}
@media (min-width: 1200px) {
	.InForms,
	.BDVslide .row {height:140px}		
}
@media (min-width: 1400px) {
	.InFormInner {padding:80px}
}

/* pageHead */
.pageHead {
	margin-top:-1px;
	background-color:#fff;
	background-position: center!important;
	background-repeat: no-repeat;
	background-size: cover	
}
.pageHead h1 {
	text-align: center;
	font-family:'NotoSans Regular'; 
	font-style: normal;
	font-weight: normal
}
.pagePath {background-color:rgba(255,255,255,0.8)}
.pagePath a {
	text-align: right;
	margin:0 10px;
	font-size:12px;
}
.pagePath a:last-child {margin:0}
.pagePath a,
.pagePath .fa {color:#999}
@media (max-width: 1199px) {
	.pageHead {height:135px}
	.pageTiTle {height:100px}
	.pagePath {height:35px}
	.pageHead h1 {font-size:20px}
}
@media (min-width: 1200px) {
	.pageHead {height:200px}
	.pageTiTle {height:140px}
	.pagePath {height:60px}
	.pageHead h1 {font-size:30px}
}
@media (max-width: 767px) {.pagePath > div {padding:0 10px}}
@media (min-width: 768px) {.pagePath > div {padding:0 20px}}

/* subPage */
@media (max-width: 767px) {.subPage > #content {padding:10px}}
@media (min-width: 768px) {.subPage > #content {padding:20px}}
@media (min-width: 1400px) {
	.subPage > #content {
		border:1px solid rgba(0,0,0,0.05);
		border-top:0;
		margin-bottom:20px;
		-webkit-box-shadow: 0px 10px 20px -5px rgba(0, 0, 0, 0.08);
		-moz-box-shadow: 0px 10px 20px -5px rgba(0, 0, 0, 0.08);
		box-shadow: 0px 10px 20px -5px rgba(0, 0, 0, 0.08);
	}
}

/* mainPage */
@media (max-width: 767px) {.mainPage > #content {padding:30px 10px}}
@media (min-width: 768px) {.mainPage > #content {padding:40px}}
@media (min-width: 1400px) {.mainPage > #content {padding:80px}}

/* footer */
footer {
	background-color:#ddd;
	letter-spacing:0;
}
footer a {color:#999}	
.footInner {
	margin-top:10px;
	background-color:#444
}
.footNav li {padding:1px}
.footNav li > div {
	width:100%;
	height:40px;
	border:1px solid rgba(255,255,255,0.1);
	box-sizing:border-box
}
.footNav li:hover > div {border:1px solid #fff}
.footNav li:hover > div > a {color:#fff}
.footNav li a {
	padding:0 10px;
	text-align:center;
	line-height:16px;
	font-size:13px;
	letter-spacing: -1px
} 
.footInfo {color:#999}
.footInfo > .col-12 {padding-bottom:30px}
.footTiTle {
	padding-bottom:10px;
	margin-bottom:10px;
	font-size:15px;
	border-bottom:1px solid rgba(255,255,255,0.08);
}
.footSns {padding-bottom:5px}
.footSns li a {
	display:block;
	padding-right:5px;
	font-size:25px;
}
.footFamily li {padding-bottom:2px}
.footFamily li a {
	display:inline-block;
	background-color:#999;
	font-size:12px;
	line-height:20px;
	color:#000;
	padding:2px 5px;
	border-radius:2px;
}
.footLogo {color:#ddd}
@media (min-width: 576px) {.footInfo .cnts {padding-right:40px}}
@media (max-width: 767px) {
	.footInner {padding:10px 10px 80px}
	.footInfo {
		padding-top:30px;
		font-size:14px;
		line-height:20px
	}
	.footLogo {
		padding-bottom:10px;
		font-size:20px
	}
}
@media (min-width: 768px) {
	.footInner {padding:40px 40px 10px}
	.footInfo {
		padding-top:60px;
		font-size:13px;
		line-height:24px
	}
	.footLogo {
		padding-bottom:20px;
		font-size:30px
	}
}
@media (min-width: 1400px) {.footInner {padding:80px 80px 50px}}

/* loginWidget */
.form-group,
.loginWidget .login-body input {box-sizing:border-box}
.loginWidget,
.login-bg {
	position: fixed;
	top:0;
	bottom:0;
	left:0;
	right:0
}
.loginWidget {z-index: 99999}
.login-bg {
    background-color: #000;
    filter: alpha(opacity=70);
    opacity: .7
}
.login-wrapper {
	position:relative;
	display:table;
	width:100%;
	max-width:700px;
	height:100%;
	margin:auto
}
.login-container {
	display:table-cell;
	vertical-align: middle
}
.login-content {
	padding:15px;
	background: #fff
}
.login-outline {
	padding:30px 80px;
	border:1px solid #e8e8e8;
}
.login-header,
.login-body {text-align:center}
.loginWidget .close:focus {outline: none}
.login-header h1 {
	margin:0;
	font-size:25px;
	text-align:center
}
.loginWidget .form-group {
	display:block;
	text-align:left;
	margin-bottom:0
}
.loginWidget .form-group .form-control {
	padding:6px 12px;
	height:34px;
	font-size:14px;
	line-height:1.42857143;
}
.loginWidget .login-check {
	margin:5px 0;
	line-height:20px;
	height:20px;
	text-align:right
}
.login-body label {
	display:inline-block;
	max-width:100%;
	margin-bottom:5px;
	font-weight:400;
	font-size:13px
}
.loginWidget label a {color:#666}
.bTnLogin {
	padding:10px 0;
	width:100%;
	color:#fff;
	background-color:#bbb;
	border:0;
	font-size:16px
}
.bTnLogin:hover {
	color:#fff;
	background-color:#999
}
.loginWidget .message {
	margin: 10px 0 0 0;
	border-radius:0
}
.loginWidget .message p {
	margin:5px 0!important; 
}
#keep_signed {vertical-align:middle; margin-right:2px}
@media (max-width: 767px) {
	.login-content {margin:0 15px}
	.login-outline {padding:15px}
	.loginWidget .close {margin:20px 40px 0 0; font-size:40px}
	.loginWidget .form-group {width:100%; margin-bottom:10px}
	.loginWidget .form-group .form-control {width:100%}
}
@media (min-width: 768px) {
	.loginWidget .close {margin:30px 30px 0 0; font-size:40px}
	.login-header,
	.login-body {padding:10px 0}
	.loginWidget .form-group {float:left; width:50%}
	.loginWidget .form-group.cnt-l {padding-right:1px}
	.loginWidget .form-group.cnt-r {padding-left:1px}
	.bTnLogin {margin-top:10px}
}

/*!
 * Bootstrap v4.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
.container {box-sizing:border-box}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}
.w-100 {
  width: 100% !important;
}
.d-table-cell {
	vertical-align: middle;
}
.img-fluid {
  max-width: 100%;
  height: auto;
}
.nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  list-style: none;
}
.nav-link {
  display: block;
}
.nav-link:hover, .nav-link:focus {
  text-decoration: none;
}

.dropdown {position: relative;}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 102;
  display: none;
  float: left;
  text-align: left;
  list-style: none;
  background-clip: padding-box;
  border: 1px solid #f0f0f0;
  box-sizing: border-box
}
.dropdown-menu > li > a {
  display: block;
  width: 100%;
  clear: both;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border-bottom: 1px solid rgba(0,0,0,0.05);
  box-sizing:border-box;
}
.dropdown-menu li:last-child a {border-bottom:0}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #f45b46;
  text-decoration: none;
}
.dropdown-menu.show {display:block}
.dropdown:hover > .dropdown-menu {display:block}
.dropdown-menu .dropdown-menu {
	top:0;
	left:100%
}
.dropright .dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.255em;
    content: "";
    border-top: 0.3em solid transparent;
    border-right: 0;
    border-bottom: 0.3em solid transparent;
    border-left: 0.3em solid;
}
.dropdown-toggle span::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}
.show > a {
  outline: 0;
}
.dropdown-menu-right {
  right: 0;
  left: auto;
}

.text-center {
  text-align: center !important;
}
.text-right {
  text-align: right !important;
}
.text-justify {
  text-align: justify !important;
}
.m-auto {
  margin: auto !important;
}
.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-item {
  position: relative;
  display: none;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
}

@media screen and (prefers-reduced-motion: reduce) {
  .carousel-item.active,
  .carousel-item-next,
  .carousel-item-prev {
    transition: none;
  }
}

.carousel-item-next,
.carousel-item-prev {
  position: absolute;
  top: 0;
}

.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
  .carousel-item-next.carousel-item-left,
  .carousel-item-prev.carousel-item-right {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.carousel-item-next,
.active.carousel-item-right {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
  .carousel-item-next,
  .active.carousel-item-right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.carousel-item-prev,
.active.carousel-item-left {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
  .carousel-item-prev,
  .active.carousel-item-left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition-duration: .6s;
  transition-property: opacity;
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  opacity: 0;
}

.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
  .carousel-fade .carousel-item-next,
  .carousel-fade .carousel-item-prev,
  .carousel-fade .carousel-item.active,
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-prev {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
}

.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: .9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: transparent no-repeat center center;
  background-size: 100% 100%;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

.vert .carousel-item-next.carousel-item-left,
.vert .carousel-item-prev.carousel-item-right {
    -webkit-transform: translate(0, 0);
	transform: translate(0, 0);
}
.vert .carousel-item-next,
.vert .active.carousel-item-right {
    -webkit-transform: translate(0, 100%);
	transform: translate(0, 100%);
}
.vert .carousel-item-prev,
.vert .active.carousel-item-left {
	-webkit-transform: translate(0,-100%);
  	transform: translate(0,-100%);
}

button, input, optgroup, select, textarea {
	margin: 0;
	font: inherit;
	color: inherit;
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}

a,
area,
button,
[role="button"],
input:not([type="range"]),
label,
select,
summary,
textarea {
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

.form-control {
  display: block;
  width: 100%;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  box-sizing: border-box
}

@media screen and (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}

.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.form-control::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.close {
    float: right;
    line-height: 1;
    color: #000;
}
button.close {
    -webkit-appearance: none;
    padding: 0;
    background: 0 0;
    border: 0;
}
.fadeInUp {
    -webkit-animation-duration: 0.7s;
    animation-duration: 0.7s;
}

.modal-open {
  overflow: hidden;
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

.modal.fade .modal-dialog {
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -25%);
  transform: translate(0, -25%);
}

@media screen and (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}

.modal.show .modal-dialog {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-dialog-centered {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (0.5rem * 2));
}

.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (0.5rem * 2));
  content: "";
}

.modal-content {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}

.modal-header .close {
  padding: 1rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
}
@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
}

/* Slider */
.slick-slider
{
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}
.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
	overflow: hidden
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}