/* common */
.new_sub_footer {
	margin-top: 0;
}
/* roles */
/* skins */
@import url(https://fonts.googleapis.com/earlyaccess/nanumgothic.css);
.dfx .skins .default .carousel,
.scj-c-carousel-lg-wrap .scj-c-carousel,
.scj-c-carousel-md-wrap .scj-c-carousel,
.scj-c-carousel-photo-wrap .scj-c-carousel-photo {
  overflow: hidden;
}
.dfx .skins .default .carousel > .wrap,
.scj-c-carousel-lg-wrap .scj-c-carousel > .wrap,
.scj-c-carousel-md-wrap .scj-c-carousel > .wrap,
.scj-c-carousel-photo-wrap .scj-c-carousel-photo > .wrap {
  -webkit-transition: left 1s;
  -moz-transition: left 1s;
  -ms-transition: left 1s;
  -o-transition: left 1s;
}
.dfx .skins .default .carousel > .wrap > li,
.scj-c-carousel-lg-wrap .scj-c-carousel > .wrap > li,
.scj-c-carousel-md-wrap .scj-c-carousel > .wrap > li,
.scj-c-carousel-photo-wrap .scj-c-carousel-photo > .wrap > li {
  opacity: 0.5;
  -webkit-transition: opacity 1s;
  -moz-transition: opacity 1s;
  -ms-transition: opacity 1s;
  -o-transition: opacity 1s;
}
.dfx .skins .default .carousel > .wrap > .active,
.scj-c-carousel-lg-wrap .scj-c-carousel > .wrap > .active,
.scj-c-carousel-md-wrap .scj-c-carousel > .wrap > .active,
.scj-c-carousel-photo-wrap .scj-c-carousel-photo > .wrap > .active {
  opacity: 1;
}
.dfx .skins .default .carousel > .next,
.scj-c-carousel-lg-wrap .scj-c-carousel > .next,
.scj-c-carousel-md-wrap .scj-c-carousel > .next,
.scj-c-carousel-photo-wrap .scj-c-carousel-photo > .next {
  top: 50%;
  padding: 5px;
  color: white;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.dfx .skins .default .carousel > .prev,
.scj-c-carousel-lg-wrap .scj-c-carousel > .prev,
.scj-c-carousel-md-wrap .scj-c-carousel > .prev,
.scj-c-carousel-photo-wrap .scj-c-carousel-photo > .prev {
  top: 50%;
  padding: 5px;
  color: white;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.dfx .skins .default .carousel > .nav,
.scj-c-carousel-lg-wrap .scj-c-carousel > .nav,
.scj-c-carousel-md-wrap .scj-c-carousel > .nav,
.scj-c-carousel-photo-wrap .scj-c-carousel-photo > .nav {
  padding: 5px;
  text-align: center;
}
.dfx .skins .default .carousel > .nav > li,
.scj-c-carousel-lg-wrap .scj-c-carousel > .nav > li,
.scj-c-carousel-md-wrap .scj-c-carousel > .nav > li,
.scj-c-carousel-photo-wrap .scj-c-carousel-photo > .nav > li {
  width: 30px;
  height: 30px;
  border: 1px solid white;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}
.dfx .skins .default .carousel > .nav > li:nth-child(3):before,
.scj-c-carousel-lg-wrap .scj-c-carousel > .nav > li:nth-child(3):before,
.scj-c-carousel-md-wrap .scj-c-carousel > .nav > li:nth-child(3):before {
	content:'1';
	display:inline-block;
	vertical-align:middle;
	padding:5px;
}
.dfx .skins .default .carousel > .nav > li:nth-child(4):before,
.scj-c-carousel-lg-wrap .scj-c-carousel > .nav > li:nth-child(4):before,
.scj-c-carousel-md-wrap .scj-c-carousel > .nav > li:nth-child(4):before {
	content:'2';
	display:inline-block;
	vertical-align:middle;
	padding:5px;
}
.dfx .skins .default .carousel > .nav > li:nth-child(5):before,
.scj-c-carousel-lg-wrap .scj-c-carousel > .nav > li:nth-child(5):before,
.scj-c-carousel-md-wrap .scj-c-carousel > .nav > li:nth-child(5):before {
	content:'3';
	display:inline-block;
	vertical-align:middle;
	padding:5px;
}
.dfx .skins .default .carousel > .nav > li:nth-child(6):before,
.scj-c-carousel-lg-wrap .scj-c-carousel > .nav > li:nth-child(6):before,
.scj-c-carousel-md-wrap .scj-c-carousel > .nav > li:nth-child(6):before{
	content:'4';
	display:inline-block;
	vertical-align:middle;
	padding:5px;
}
.dfx .skins .default .carousel > .nav > li:nth-child(7):before,
.scj-c-carousel-lg-wrap .scj-c-carousel > .nav > li:nth-child(7):before,
.scj-c-carousel-md-wrap .scj-c-carousel > .nav > li:nth-child(7):before {
	content:'5';
	display:inline-block;
	vertical-align:middle;
	padding:5px;
}
.dfx .skins .default .carousel > .nav > li:nth-child(8):before,
.scj-c-carousel-lg-wrap .scj-c-carousel > .nav > li:nth-child(8):before,
.scj-c-carousel-md-wrap .scj-c-carousel > .nav > li:nth-child(8):before {
	content:'6';
	display:inline-block;
	vertical-align:middle;
	padding:5px;
}
.dfx .skins .default .carousel > .nav > li:nth-child(9):before,
.scj-c-carousel-lg-wrap .scj-c-carousel > .nav > li:nth-child(9):before,
.scj-c-carousel-md-wrap .scj-c-carousel > .nav > li:nth-child(9):before {
	content:'7';
	display:inline-block;
	vertical-align:middle;
	padding:5px;
}

.dfx .skins .default .carousel > .nav > li:nth-child(10):before,
.scj-c-carousel-lg-wrap .scj-c-carousel > .nav > li:nth-child(10):before,
.scj-c-carousel-md-wrap .scj-c-carousel > .nav > li:nth-child(10):before{
	content:'8';
	display:inline-block;
	vertical-align:middle;
	padding:5px;
}
.dfx .skins .default .carousel > .nav > li:nth-child(11):before,
.scj-c-carousel-lg-wrap .scj-c-carousel > .nav > li:nth-child(11):before,
.scj-c-carousel-md-wrap .scj-c-carousel > .nav > li:nth-child(11):before {
	content:'9';
	display:inline-block;
	vertical-align:middle;
}
.dfx .skins .default .carousel > .nav > li:nth-child(12):before,
.scj-c-carousel-lg-wrap .scj-c-carousel > .nav > li:nth-child(12):before,
.scj-c-carousel-md-wrap .scj-c-carousel > .nav > li:nth-child(12):before {
	content:'10';
	display:inline-block;
	vertical-align:middle;
}


.scj-c-carousel-photo-wrap .prever,
.scj-c-carousel-photo-wrap .nexter,
.scj-c-carousel-photo-wrap .fronter,
.scj-c-carousel-photo-wrap .ender {
	display:none;
}


































.skins .default .carouselGallery > .wrap {
  -webkit-transition: left 1s;
  -moz-transition: left 1s;
  -ms-transition: left 1s;
  -o-transition: left 1s;
}
.dfx .skins .default .carouselGallery > .wrap > li {
  opacity: 0.5;
  -webkit-transition: opacity 1s, transform 1s;
  -moz-transition: opacity 1s, transform 1s;
  -ms-transition: opacity 1s, transform 1s;
  -o-transition: opacity 1s, transform 1s;
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
}
.dfx .skins .default .carouselGallery > .wrap > .active {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
.dfx .skins .default .carouselGallery > .next {
  top: 50%;
  padding: 5px;
  color: white;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.dfx .skins .default .carouselGallery > .prev {
  top: 50%;
  padding: 5px;
  color: white;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.dfx .skins .default .carouselGallery > .nav {
  padding: 5px;
  text-align: center;
}
.dfx .skins .default .carouselGallery > .nav > li {
  width: 10px;
  height: 10px;
  border: 1px solid white;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}
.dfx .skins .default .carouselGallery > .nav > li:hover,
.dfx .skins .default .carouselGallery > .nav > li.active {
  background-color: white;
}
.dfx .skins .default .btnset {
  overflow: hidden;
  border: 1px solid #cccccc;
  background-color: #f2f2f2;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.1);
}
.dfx .skins .default .btnset > li > a,
.dfx .skins .default .btnset > li > button {
  padding: 10px;
  border: 0;
  background-boxor: #ffffff;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e6e6e6));
  background: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background: -ms-linear-gradient(top, #ffffff, #e6e6e6);
  background: -o-linear-gradient(top, #ffffff, #e6e6e6);
  -webkit-box-shadow: inset -1px -1px 0px 0px rgba(0, 0, 0, 0.175);
  -moz-box-shadow: inset -1px -1px 0px 0px rgba(0, 0, 0, 0.175);
  box-shadow: inset -1px -1px 0px 0px rgba(0, 0, 0, 0.175);
  transition: 0.5s;
}
.dfx .skins .default .btnset > li > a:hover,
.dfx .skins .default .btnset > li > button:hover {
  padding-left: 12.5px;
  padding-right: 12.5px;
  background-boxor: #e6e6e6;
  background: -webkit-gradient(linear, left top, left bottom, from(#e6e6e6), to(#ffffff));
  background: -webkit-linear-gradient(top, #e6e6e6, #ffffff);
  background: -moz-linear-gradient(top, #e6e6e6, #ffffff);
  background: -ms-linear-gradient(top, #e6e6e6, #ffffff);
  background: -o-linear-gradient(top, #e6e6e6, #ffffff);
}
.dfx .skins .default .btnset > li > a:active,
.dfx .skins .default .btnset > li > button:active {
  padding-left: 15px;
  padding-right: 15px;
  background-boxor: #e6e6e6;
  background: -webkit-gradient(linear, left top, left bottom, from(#e6e6e6), to(#ffffff));
  background: -webkit-linear-gradient(top, #e6e6e6, #ffffff);
  background: -moz-linear-gradient(top, #e6e6e6, #ffffff);
  background: -ms-linear-gradient(top, #e6e6e6, #ffffff);
  background: -o-linear-gradient(top, #e6e6e6, #ffffff);
  -webkit-box-shadow: inset 1px 1px 1px 0px rgba(0, 0, 0, 0.175);
  -moz-box-shadow: inset 1px 1px 1px 0px rgba(0, 0, 0, 0.175);
  box-shadow: inset 1px 1px 1px 0px rgba(0, 0, 0, 0.175);
}
.dfx .skins .default .btnset > li > a:focus,
.dfx .skins .default .btnset > li > button:focus {
  padding-left: 15px;
  padding-right: 15px;
  background-boxor: #e6e6e6;
  background: -webkit-gradient(linear, left top, left bottom, from(#e6e6e6), to(#ffffff));
  background: -webkit-linear-gradient(top, #e6e6e6, #ffffff);
  background: -moz-linear-gradient(top, #e6e6e6, #ffffff);
  background: -ms-linear-gradient(top, #e6e6e6, #ffffff);
  background: -o-linear-gradient(top, #e6e6e6, #ffffff);
  -webkit-box-shadow: inset 0px 0px 0px 2px rgba(18, 138, 237, 0.4);
  -moz-box-shadow: inset 0px 0px 0px 2px rgba(18, 138, 237, 0.4);
  box-shadow: inset 0px 0px 0px 2px rgba(18, 138, 237, 0.4);
}
.dfx .skins .default .btnset > li > ul {
  border: 1px solid #cccccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0px 3px 5px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 3px 5px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 3px 5px 1px rgba(0, 0, 0, 0.1);
}
.dfx .skins .default .btnset > li > ul > li > a {
  display: block;
  padding: 5px 10px;
  background-color: white;
}
.dfx .skins .default .btnset > li > ul > li > a:hover {
  color: white;
  background-color: #128aed;
}
/* Webfonts */
/* Shorten Namespaces */
/* Initialize */
/* SC : Configs */
.scj .area {
  width: 100%;
  min-width: 1140px;
}
.scj .area * {
  padding: 0px;
  margin: 0px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  list-style: none;
}
.scj .area button,
.scj .area input {
  line-height: inherit;
  font-size: inherit;
  font-family: inherit;
}
.scj .area button:focus,
.scj .area input:focus {
  outline: none;
}
.scj .wrap {
  width: 1140px;
  margin: 0px auto;
}
.scj .wrap * {
  padding: 0px;
  margin: 0px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  list-style: none;
}
.scj .wrap button,
.scj .wrap input {
  line-height: inherit;
  font-size: inherit;
  font-family: inherit;
}
.scj .wrap button:focus,
.scj .wrap input:focus {
  outline: none;
}
.scj .container {
  width: 1000px;
  margin: 0px auto;
}
.scj .container * {
  padding: 0px;
  margin: 0px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  list-style: none;
}
.scj .container button,
.scj .container input {
  line-height: inherit;
  font-size: inherit;
  font-family: inherit;
}
.scj .container button:focus,
.scj .container input:focus {
  outline: none;
}
/* SC : Examples */
.scj-ex-redborder {
  border-bottom: 3px solid #e40e1b;
}
.scj-ex-arrow {
  width: 1000px;
  margin: 0px auto;
}
.scj-ex-arrow * {
  padding: 0px;
  margin: 0px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  list-style: none;
}
.scj-ex-arrow button,
.scj-ex-arrow input {
  line-height: inherit;
  font-size: inherit;
  font-family: inherit;
}
.scj-ex-arrow button:focus,
.scj-ex-arrow input:focus {
  outline: none;
}
.scj-ex-arrow img {
  position: absolute;
  margin-left: 23px;
}
/* SC : Commons */
/* <SC> : <Shadow> */
.scj-shadow {
  position: absolute;
  width: 100%;
  height: 6.5px;
  background-boxor: rgba(50, 20, 0, 0.13);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(50, 20, 0, 0.13)), to(rgba(10, 0, 0, 0)));
  background: -webkit-linear-gradient(top, rgba(50, 20, 0, 0.13), rgba(10, 0, 0, 0));
  background: -moz-linear-gradient(top, rgba(50, 20, 0, 0.13), rgba(10, 0, 0, 0));
  background: -ms-linear-gradient(top, rgba(50, 20, 0, 0.13), rgba(10, 0, 0, 0));
  background: -o-linear-gradient(top, rgba(50, 20, 0, 0.13), rgba(10, 0, 0, 0));
}
/* <SC> : <lnb> */
.scj-lnb {
  width: 1000px;
  margin: 0px auto;
  padding: 10px 0px;
  text-align: right;
}
.scj-lnb * {
  padding: 0px;
  margin: 0px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  list-style: none;
}
.scj-lnb button,
.scj-lnb input {
  line-height: inherit;
  font-size: inherit;
  font-family: inherit;
}
.scj-lnb button:focus,
.scj-lnb input:focus {
  outline: none;
}
.scj-lnb > a {
  display: inline-block;
  font-weight: 900;
  font-size: 14px;
  color: #4e4e4e;
  margin-left: 47px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}
.scj-lnb > a:hover,
.scj-lnb > a.active {
  color: #f5351c;
}
/* <SC> : <c>ommon : <carousel> : prototype : <wrap> */
/* <SC> : <c>ommon : <carousel> : <lg> : <wrap> */
.scj-c-carousel-lg-wrap {
  width: 1200px;
  margin: 0px auto;
  position: relative;
  overflow: hidden;
}
.scj-c-carousel-lg-wrap * {
  padding: 0px;
  margin: 0px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  list-style: none;
}
.scj-c-carousel-lg-wrap button,
.scj-c-carousel-lg-wrap input {
  line-height: inherit;
  font-size: inherit;
  font-family: inherit;
}
.scj-c-carousel-lg-wrap button:focus,
.scj-c-carousel-lg-wrap input:focus {
  outline: none;
}
.scj-c-carousel-lg-wrap .scj-c-carousel > .wrap {
  position: absolute;
  width: 100%;
  height: 100%;
}
.scj-c-carousel-lg-wrap .scj-c-carousel > .wrap > li {
  position: absolute;
  width: 100%;
  height: 100%;
}
.scj-c-carousel-lg-wrap .scj-c-carousel > .next {
  position: absolute;
  right: 0px;
}
.scj-c-carousel-lg-wrap .scj-c-carousel > .prev {
  position: absolute;
  left: 0px;
}
.scj-c-carousel-lg-wrap .scj-c-carousel > .nav {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
}
.scj-c-carousel-lg-wrap .scj-c-carousel > .nav > li {
  display: inline-block;
}
.scj-c-carousel-lg-wrap .scj-c-carousel > .prev-bg,
.scj-c-carousel-lg-wrap .scj-c-carousel > .prev-bg-white,
.scj-c-carousel-lg-wrap .scj-c-carousel > .next-bg,
.scj-c-carousel-lg-wrap .scj-c-carousel > .next-bg-white {
  display: block;
  position: absolute;
  top: 0px;
  bottom: 0px;
  width: 70px;
  hight: 100%;
}
.scj-c-carousel-lg-wrap .scj-c-carousel > .prev-bg,
.scj-c-carousel-lg-wrap .scj-c-carousel > .prev-bg-white {
  left: 0px;
}
.scj-c-carousel-lg-wrap .scj-c-carousel > .next-bg,
.scj-c-carousel-lg-wrap .scj-c-carousel > .next-bg-white {
  right: 0px;
}
.scj-c-carousel-lg-wrap .scj-c-carousel > .prev-bg,
.scj-c-carousel-lg-wrap .scj-c-carousel > .next-bg {
  background-color: #f6f4f4;
}
.scj-c-carousel-lg-wrap .scj-c-carousel > .prev-bg-white,
.scj-c-carousel-lg-wrap .scj-c-carousel > .next-bg-white {
  background-color: white;
}
.scj-c-carousel-lg-wrap .scj-c-carousel > .prev,
.scj-c-carousel-lg-wrap .scj-c-carousel > .next {
  width: 70px;
  margin-top: -45px;
  text-align: left;
  opacity: 0.4;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}
.scj-c-carousel-lg-wrap .scj-c-carousel > .next {
	text-align: right;
}
.scj-c-carousel-lg-wrap .scj-c-carousel > .prev:hover,
.scj-c-carousel-lg-wrap .scj-c-carousel > .next:hover {
  opacity: 1;
}
.scj-c-carousel-lg-wrap .scj-c-carousel > .wrap {
  -webkit-transition: left 2s;
  -moz-transition: left 2s;
  -ms-transition: left 2s;
  -o-transition: left 2s;
}
.scj-c-carousel-lg-wrap .scj-c-carousel > .wrap > li > .scj-c-card {
  display: block;
  position: relative;
  overflow: hidden;
  float: left;
  cursor: pointer;
  -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.125);
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.125);
}
.scj-c-carousel-lg-wrap .scj-c-carousel > .wrap > li > .scj-c-card.emphasis {
  border: 3px solid #e40e1b;
}
.scj-c-carousel-lg-wrap .scj-c-carousel > .wrap > li > .scj-c-card > img {
  width: 100%;
}
.scj-c-carousel-lg-wrap .scj-c-carousel > .wrap > li > .scj-c-card > .scj-c-card-caption {
  display: block;
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  height: 83px;
  background-color: #fff;
  padding: 18px;
  color: white;
  line-height: 1.5em;
}
.scj-c-carousel-lg-wrap .scj-c-carousel > .wrap > li > .scj-c-card > .scj-c-card-caption > h2 {
	width: 100%;
	overflow: hidden;
  font-size: 14px;
  color: #999;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.scj-c-carousel-lg-wrap .scj-c-carousel > .wrap > li > .scj-c-card > .scj-c-card-caption > hr {
  width: 45px;
  height: 1px;
  background-color: #e31c24;
  margin: 13px 0px;
  border: none;
}
.scj-c-carousel-lg-wrap .scj-c-carousel > .wrap > li > .scj-c-card > .scj-c-card-caption > span {
	display: block;
	margin-top: 5px;
	width: 100%;
	overflow: hidden;
  font-size: 18px;
  font-weight: bold;
  color: #333;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.scj-c-carousel-lg-wrap .scj-c-carousel > .wrap > li > .scj-c-card > .scj-c-card-caption > span.special {
	margin-top: 0px;
	margin-bottom:5px;
}






.scj-c-carousel-lg-wrap .scj-c-carousel > .nav {
  padding-bottom: 10px;
}
.scj-c-carousel-lg-wrap .scj-c-carousel > .nav > li {
	cursor: pointer;
	margin: 2px 10px;
	padding: 0;
	width: 22px;
	height: 22px;
	line-height: 11px;
	border: 0;
	background: none;
	border-radius: 0;
}
.scj-c-carousel-lg-wrap .scj-c-carousel > .nav > li.active {
	color: #e83434;
	border: 1px solid #ffb1b0;
	background: none;
	border-radius: 4px;
}






.scj-c-carousel-md-wrap .scj-c-carousel > .nav {
  padding-bottom: 10px !important;
}
.scj-c-carousel-md-wrap .scj-c-carousel > .nav > li {
	cursor:pointer !important;
  border: 1px solid #a0a0a0 !important;
  margin: 2px !important;
  width: 26px !important;
  height: 26px !important;
  border-color:#e6e6e6 !important;
  background-color:white !important;
  border-radius:2px !important;
}
/*.scj-c-carousel-md-wrap .scj-c-carousel > .nav > li:hover,*/
.scj-c-carousel-md-wrap .scj-c-carousel > .nav > li.active {
	background-color:#666666 !important;
	border:1px solid rgba(0, 0, 0, 0.25) !important;
	color:white !important;
}





.scj-c-carousel-md-wrap .scj-c-carousel > .nav {
  padding-bottom: 10px;
}
.scj-c-carousel-md-wrap .scj-c-carousel > .nav > li {
	cursor:pointer;
  border: 1px solid #a0a0a0;
  margin: 2px;
  width: 26px;
  height: 26px;
  border-color:#e6e6e6;
  background-color:white;
  border-radius:2px;
}
/*.scj-c-carousel-md-wrap .scj-c-carousel > .nav > li:hover,*/
.scj-c-carousel-md-wrap .scj-c-carousel > .nav > li.active {
	background-color:#666666;
	border:1px solid rgba(0, 0, 0, 0.25);
	color:white;
}













.scj-c-carousel-lg-wrap .scj-c-carousel > .nav {
	
}
/* 123123 */
.scj-c-carousel-lg-wrap .scj-c-carousel > .nav > .prever,
.scj-c-carousel-lg-wrap .scj-c-carousel > .nav > .nexter,
.scj-c-carousel-lg-wrap .scj-c-carousel > .nav > .ender,
.scj-c-carousel-lg-wrap .scj-c-carousel > .nav > .fronter {
  cursor:pointer;
  display:inline-block;
  border: 1px solid #a0a0a0;
  margin: 2px;
  width: 28px;
  height: 28px;
  border-color:#e6e6e6;
  background-color:white;
  border-radius:2px;
  padding:7px;
  vertical-align:middle;
  font-size:8px !important;
  font-weight:bold;
}
.scj-c-carousel-lg-wrap .scj-c-carousel > .nav > .prever:hover,
.scj-c-carousel-lg-wrap .scj-c-carousel > .nav > .nexter:hover,
.scj-c-carousel-lg-wrap .scj-c-carousel > .nav > .ender:hover,
.scj-c-carousel-lg-wrap .scj-c-carousel > .nav > .fronter:hover {
	background-color:#666666;
	border:1px solid rgba(0, 0, 0, 0.25);
	color:white;
}








.scj-c-carousel-lg-wrap .scj-c-carousel > .nav {
	
}
/* 123123 */
.scj-c-carousel-lg-wrap .scj-c-carousel > .nav > .prever,
.scj-c-carousel-lg-wrap .scj-c-carousel > .nav > .nexter,
.scj-c-carousel-lg-wrap .scj-c-carousel > .nav > .ender,
.scj-c-carousel-lg-wrap .scj-c-carousel > .nav > .fronter {
}
.scj-c-carousel-lg-wrap .scj-c-carousel > .nav > .fronter,
.scj-c-carousel-lg-wrap .scj-c-carousel > .nav > .ender {
	display: none;
}
.scj-c-carousel-lg-wrap .scj-c-carousel > .nav > .prever,
.scj-c-carousel-lg-wrap .scj-c-carousel > .nav > .nexter {
	cursor:pointer;
	display:inline-block;
	margin: 2px;
	width: 23px;
	height: 23px;
	line-height: 8px;
	vertical-align: middle;
	font-size:8px !important;
	font-weight: bold;
	text-align: center;
	border: 0;
	background: none;
}
/*
.scj-c-carousel-lg-wrap .scj-c-carousel > .nav > .prever:hover,
.scj-c-carousel-lg-wrap .scj-c-carousel > .nav > .nexter:hover,
.scj-c-carousel-lg-wrap .scj-c-carousel > .nav > .ender:hover,
.scj-c-carousel-lg-wrap .scj-c-carousel > .nav > .fronter:hover {
	background-color:#666666;
	border:1px solid rgba(0, 0, 0, 0.25);
	color:white;
}
*/












.scj-caSuList-h2 {
	font-size:14px; clear:both;
	padding-top:8px !important;
	padding-bottom:5px !important;
}





.scj-c-carousel-md-wrap .scj-c-carousel > .nav {
	
}
/* 123123 */
.scj-c-carousel-md-wrap .scj-c-carousel > .nav > .prever,
.scj-c-carousel-md-wrap .scj-c-carousel > .nav > .nexter,
.scj-c-carousel-md-wrap .scj-c-carousel > .nav > .ender,
.scj-c-carousel-md-wrap .scj-c-carousel > .nav > .fronter {
}
.scj-c-carousel-md-wrap .scj-c-carousel > .nav > .fronter,
.scj-c-carousel-md-wrap .scj-c-carousel > .nav > .ender {
	display: none;
}
.scj-c-carousel-md-wrap .scj-c-carousel > .nav > .prever,
.scj-c-carousel-md-wrap .scj-c-carousel > .nav > .nexter {
	cursor:pointer;
	display:inline-block;
	margin: 2px;
	width: 23px;
	height: 23px;
	line-height: 23px;
	vertical-align: middle;
	font-size:8px !important;
	font-weight: bold;
	text-align: center;
	border: 0;
	background: none;
}
/*
.scj-c-carousel-md-wrap .scj-c-carousel > .nav > .prever:hover,
.scj-c-carousel-md-wrap .scj-c-carousel > .nav > .nexter:hover,
.scj-c-carousel-md-wrap .scj-c-carousel > .nav > .ender:hover,
.scj-c-carousel-md-wrap .scj-c-carousel > .nav > .fronter:hover {
	background-color:#666666;
	border:1px solid rgba(0, 0, 0, 0.25);
	color:white;
}
*/
.scj-caSuList-h2 {
	font-size:14px; clear:both;
	padding-top:8px !important;
	padding-bottom:5px !important;
}










.scj-c-carousel-lg-wrap .scj-c-carousel > .wrap > li {
  padding: 0px 50px;
}
.scj-c-carousel-lg-wrap .scj-c-carousel > .wrap > li > .scj-c-card {
  width: 300px;
  height: 400px;
  margin-left: 50px;
  margin-bottom: 40px;
}
/* <SC> : <c>ommon : <carousel> : <md> : <wrap> */
.scj-c-carousel-md-wrap {
  width: 1000px;
  margin: 0px auto;
  position: relative;
  overflow: hidden;
}
.scj-c-carousel-md-wrap * {
  padding: 0px;
  margin: 0px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  list-style: none;
}
.scj-c-carousel-md-wrap button,
.scj-c-carousel-md-wrap input {
  line-height: inherit;
  font-size: inherit;
  font-family: inherit;
}
.scj-c-carousel-md-wrap button:focus,
.scj-c-carousel-md-wrap input:focus {
  outline: none;
}
.scj-c-carousel-md-wrap .scj-c-carousel > .wrap {
  position: absolute;
  width: 100%;
  height: 100%;
}
.scj-c-carousel-md-wrap .scj-c-carousel > .wrap > li {
  position: absolute;
  width: 100%;
  height: 100%;
}
.scj-c-carousel-md-wrap .scj-c-carousel > .next {
  position: absolute;
  right: 0px;
}
.scj-c-carousel-md-wrap .scj-c-carousel > .prev {
  position: absolute;
  left: 0px;
}
.scj-c-carousel-md-wrap .scj-c-carousel > .nav {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
}
.scj-c-carousel-md-wrap .scj-c-carousel > .nav > li {
  display: inline-block;
}
.scj-c-carousel-md-wrap .scj-c-carousel > .prev-bg,
.scj-c-carousel-md-wrap .scj-c-carousel > .prev-bg-white,
.scj-c-carousel-md-wrap .scj-c-carousel > .next-bg,
.scj-c-carousel-md-wrap .scj-c-carousel > .next-bg-white {
  display: block;
  position: absolute;
  top: 0px;
  bottom: 0px;
  width: 70px;
  hight: 100%;
}
.scj-c-carousel-md-wrap .scj-c-carousel > .prev-bg,
.scj-c-carousel-md-wrap .scj-c-carousel > .prev-bg-white {
  left: 0px;
}
.scj-c-carousel-md-wrap .scj-c-carousel > .next-bg,
.scj-c-carousel-md-wrap .scj-c-carousel > .next-bg-white {
  right: 0px;
}
.scj-c-carousel-md-wrap .scj-c-carousel > .prev-bg,
.scj-c-carousel-md-wrap .scj-c-carousel > .next-bg {
  background-color: #f6f4f4;
}
.scj-c-carousel-md-wrap .scj-c-carousel > .prev-bg-white,
.scj-c-carousel-md-wrap .scj-c-carousel > .next-bg-white {
  background-color: white;
}
.scj-c-carousel-md-wrap .scj-c-carousel > .prev,
.scj-c-carousel-md-wrap .scj-c-carousel > .next {
  width: 70px;
  margin-top: -45px;
  text-align: center;
  opacity: 0.2;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}
.scj-c-carousel-md-wrap .scj-c-carousel > .prev:hover,
.scj-c-carousel-md-wrap .scj-c-carousel > .next:hover {
  opacity: 1;
}
.scj-c-carousel-md-wrap .scj-c-carousel > .wrap {
  -webkit-transition: left 2s;
  -moz-transition: left 2s;
  -ms-transition: left 2s;
  -o-transition: left 2s;
}
.scj-c-carousel-md-wrap .scj-c-carousel > .wrap > li > .scj-c-card {
  display: block;
  position: relative;
  overflow: hidden;
  float: left;
  cursor: pointer;
  -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.125);
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.125);
}
.scj-c-carousel-md-wrap .scj-c-carousel > .wrap > li > .scj-c-card.emphasis {
  border: 3px solid #e40e1b;
}
.scj-c-carousel-md-wrap .scj-c-carousel > .wrap > li > .scj-c-card > img {
  width: 100%;
}
.scj-c-carousel-md-wrap .scj-c-carousel > .wrap > li > .scj-c-card > .scj-c-card-caption {
  display: block;
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  height: 62px;
  background-color: #fff;
  padding: 0 16px;
  color: #333;
  line-height: 1.5em;
}
.scj-c-carousel-md-wrap .scj-c-carousel > .wrap > li > .scj-c-card > .scj-c-card-caption > h2 {
	margin: 12px 0 0;
	height: 40px;
	overflow: hidden;
  font-size: 16px;
  font-weight: bold;
  -webkit-box-sizing: content-box;
  -mox-box-sizing: content-box;
  box-sizing: content-box;
}
.scj-c-carousel-md-wrap .scj-c-carousel > .wrap > li > .scj-c-card > .scj-c-card-caption > hr {
  width: 45px;
  height: 1px;
  background-color: #e31c24;
  margin: 13px 0px;
  border: none;
}
.scj-c-carousel-md-wrap .scj-c-carousel > .wrap > li > .scj-c-card > .scj-c-card-caption > span {
  font-size: 13.5px;
  color: rgba(255, 255, 255, 0.7);
}
.scj-c-carousel-md-wrap .scj-c-carousel > .nav {
  padding-bottom: 10px;
}
/*
.scj-c-carousel-md-wrap .scj-c-carousel > .nav > li {
  border: 1px solid #a0a0a0;
  margin: 2px;
  width: 13px;
  height: 13px;
}
.scj-c-carousel-md-wrap .scj-c-carousel > .nav > li:hover,
.scj-c-carousel-md-wrap .scj-c-carousel > .nav > li.active {
  background-color: #f5351c;
  border-color: #f5351c;
}
*/
.scj-c-carousel-md-wrap .scj-c-carousel > .nav > li {
	cursor: pointer;
	margin: 2px 10px;
	padding: 0;
	width: 22px;
	height: 22px;
	line-height: 11px;
	border: 0 !important;
	background: none !important;
	border-radius: 0;
}
.scj-c-carousel-md-wrap .scj-c-carousel > .nav > li.active {
	color: #e83434 !important;
	border: 1px solid #ffb1b0 !important;
	background: none !important;
	border-radius: 4px;
}



.scj-c-carousel-md-wrap .scj-c-carousel > .wrap > li {
  padding: 0px 10px;
}
.scj-c-carousel-md-wrap .scj-c-carousel > .wrap > li > .scj-c-card {
  width: 226px;
  height: 300px;
  margin-left: 75px;
  margin-bottom: 40px;
}
.scj-c-carousel-md-wrap .scj-c-carousel > .wrap > li > .scj-c-card > .scj-c-card-caption {
  height: 62px;
  overflow: hidden;
  padding: 0 16px;
}
.scj-c-carousel-md-wrap .scj-c-carousel > .prev-bg,
.scj-c-carousel-md-wrap .scj-c-carousel > .prev-br-white,
.scj-c-carousel-md-wrap .scj-c-carousel > .next-bg,
.scj-c-carousel-md-wrap .scj-c-carousel > .next-bg-white {
  width: 86px;
}
.scj-c-carousel-md-wrap .scj-c-carousel > .prev,
.scj-c-carousel-md-wrap .scj-c-carousel > .next {
  width: 86px;
}
/* <SC> : <c>ommon : <carousel> : <photo> : <wrap> */
.scj-c-carousel-photo-wrap {
  position: relative;
  overflow: hidden;
}
.scj-c-carousel-photo-wrap .scj-c-carousel-photo > .wrap {
  position: absolute;
  width: 100%;
  height: 100%;
}
.scj-c-carousel-photo-wrap .scj-c-carousel-photo > .wrap > li {
  position: absolute;
  width: 100%;
  height: 100%;
}
.scj-c-carousel-photo-wrap .scj-c-carousel-photo > .next {
  position: absolute;
  right: 0px;
}
.scj-c-carousel-photo-wrap .scj-c-carousel-photo > .prev {
  position: absolute;
  left: 0px;
}
.scj-c-carousel-photo-wrap .scj-c-carousel-photo > .nav {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
}
.scj-c-carousel-photo-wrap .scj-c-carousel-photo > .nav > li {
  display: inline-block;
}
.scj-c-carousel-photo-wrap .scj-c-carousel-photo > .wrap {
  -webkit-transition: left 2s;
  -moz-transition: left 2s;
  -ms-transition: left 2s;
  -o-transition: left 2s;
}
.scj-c-carousel-photo-wrap .scj-c-carousel-photo > .wrap > li {
  opacity: 1;
  overflow: hidden;
}
.scj-c-carousel-photo-wrap .scj-c-carousel-photo > .wrap > li > .scj-items > img {
  width: 100%;
}
.scj-c-carousel-photo-wrap .scj-c-carousel-photo > .wrap > li > .scj-items .scj-desc {
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  padding: 20px 50px;
  color: white;
}
.scj-c-carousel-photo-wrap .scj-c-carousel-photo > .wrap > li > .scj-items .scj-desc h1 {
  font-size: 26px;
  lin-height: 1.25em;
  font-weight: bold;
}
.scj-c-carousel-photo-wrap .scj-c-carousel-photo > .wrap > li > .scj-items .scj-desc hr {
  border: none;
  width: ;
  background-color: #f5351c;
  height: 2px;
  width: 44px;
  margin-top: 18px;
  margin-bottom: 18px;
}
.scj-c-carousel-photo-wrap .scj-c-carousel-photo > .wrap > li > .scj-items .scj-desc p {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.25em;
}
.scj-c-carousel-photo-wrap .scj-c-carousel-photo > .nav {
  padding: 20px;
  text-align: right;
}
.scj-c-carousel-photo-wrap .scj-c-carousel-photo > .nav > li {
  margin: 2px;
  width: 13px;
  height: 13px;
  background-color: white;
  border: none;
}
.scj-c-carousel-photo-wrap .scj-c-carousel-photo > .nav > li:hover,
.scj-c-carousel-photo-wrap .scj-c-carousel-photo > .nav > li.active {
  background-color: #f5351c;
}
/* <SC> : <c>ommon : <paging> */
.scj-c-paging {
  display: block;
  width: 1000px;
  margin: 0px auto;
  text-align: center;
}
.scj-c-paging * {
  padding: 0px;
  margin: 0px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  list-style: none;
}
.scj-c-paging button,
.scj-c-paging input {
  line-height: inherit;
  font-size: inherit;
  font-family: inherit;
}
.scj-c-paging button:focus,
.scj-c-paging input:focus {
  outline: none;
}
.scj-c-paging > li {
  display: inline-block;
  padding: 40px 15px;
}
.scj-c-paging > li > a {
  padding: 3px;
  text-align: center;
  width: 22px;
  height: 22px;
  display: inline-block;
  color: #4e4e4e;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.scj-c-paging > li > a:hover,
.scj-c-paging > li > a.active {
  text-decoration: underline;
  font-weight: 900;
  color: black;
}
.scj-c-paging > li > .prev,
.scj-c-paging > li > .next {
  background-color: #837776;
  color: white;
}
.scj-c-paging > li > .prev:hover,
.scj-c-paging > li > .next:hover {
  background-color: #e40e1b;
  color: white;
  text-decoration: none;
}
/* <SC> : <c>ommon : <search> */
.scj-c-search {
  width: 1000px;
  margin: 0px auto;
  background-color: white;
  padding: 10px;
}
.scj-c-search * {
  padding: 0px;
  margin: 0px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  list-style: none;
}
.scj-c-search button,
.scj-c-search input {
  line-height: inherit;
  font-size: inherit;
  font-family: inherit;
}
.scj-c-search button:focus,
.scj-c-search input:focus {
  outline: none;
}
.scj-c-search:after {
  content: "";
  display: table;
  width: 100%;
}
.scj-c-search .scj-left {
  display: block;
  float: left;
  padding: 5px;
}
.scj-c-search .scj-left strong {
  color: #f5351c;
}
.scj-c-search .scj-right {
  display: block;
  float: right;
}
.scj-c-search .scj-right .scj-search-input {
  display: block;
  float: left;
  margin-right: 4px;
  padding: 5px;
  height: 23px;
  border: 1px solid #ccc;
}
.scj-c-search .scj-right .scj-search-submit {
  display: block;
  float: left;
  background-color: #32576b;
  color: white;
  padding: 5px;
  height: 23px;
  border: 1px solid #072a3e;
}
/* SC : Customs */
/* <SC> : Support : <caSuList> : <type> */
.scj-caSuList-type {
  width: 100%;
  min-width: 1140px;
  border-top: 1px solid #dcdcdc;
  background-color: #f6f4f4;
  padding: 30px 0px;
}
.scj-caSuList-type * {
  padding: 0px;
  margin: 0px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  list-style: none;
}
.scj-caSuList-type button,
.scj-caSuList-type input {
  line-height: inherit;
  font-size: inherit;
  font-family: inherit;
}
.scj-caSuList-type button:focus,
.scj-caSuList-type input:focus {
  outline: none;
}
.scj-caSuList-type > div {
  width: 1000px;
  margin: 0px auto;
  text-align: right;
}
.scj-caSuList-type > div * {
  padding: 0px;
  margin: 0px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  list-style: none;
}
.scj-caSuList-type > div button,
.scj-caSuList-type > div input {
  line-height: inherit;
  font-size: inherit;
  font-family: inherit;
}
.scj-caSuList-type > div button:focus,
.scj-caSuList-type > div input:focus {
  outline: none;
}
.scj-caSuList-type > div > a {
  display: inline-block;
  border: 1px solid #dcdcdc;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}
.scj-caSuList-type > div > a > img {
  display: block;
}
.scj-caSuList-type > div > a:hover,
.scj-caSuList-type > div > a.active {
  border: 1px solid #4e4e4e;
}
/* <SC> : Support : <caSuList> : <thumb> : <title> */
.scj-caSuList-thumb-title {
  width: 1000px;
  margin: 0px auto;
  padding-bottom: 27px;
}
.scj-caSuList-thumb-title * {
  padding: 0px;
  margin: 0px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  list-style: none;
}
.scj-caSuList-thumb-title button,
.scj-caSuList-thumb-title input {
  line-height: inherit;
  font-size: inherit;
  font-family: inherit;
}
.scj-caSuList-thumb-title button:focus,
.scj-caSuList-thumb-title input:focus {
  outline: none;
}
.scj-caSuList-thumb-title:after {
  content: "";
  display: table;
  width: 100%;
}
.scj-caSuList-thumb-title > h1 {
  display: inline-block;
  margin-right: 6px;
  font-size: 26px;
  font-weight: 600;
  color: #4e4e4e;
}
.scj-caSuList-thumb-title > h2 {
	display: inline-block;
	color: #777;
}
.scj-caSuList-thumb-title > hr {
  display: block;
  height: 1px;
  margin-top: 15px;
  border: none;
  background-color: #a0a0a0;
}
/* <SC> : Support : <caSuList> : <thumb> : 1 */
.scj-caSuList-thumb-1 {
  background-color: #f6f4f4;
  padding-bottom: 50px;
  /* <SC> : <c>ommon : <carousel> : <lg> : <wrap> */
}
.scj-caSuList-thumb-1 .scj-c-carousel-lg-wrap {
  height: 460px;
}
/* <SC> : Support : <caSuList> : <thumb> : 2 */
.scj-caSuList-thumb-2 {
  padding-bottom: 50px;
  padding-top: 100px;
  /* <SC> : <c>ommon : <carousel> : <lg> : <wrap> */
}
.scj-caSuList-thumb-2 .scj-c-carousel-lg-wrap {
  height: 460px;
}
/* <SC> : Support : <caSuList> : <thumb> : 3 */
.scj-caSuList-thumb-3 {
  background-color: #f6f4f4;
  padding-bottom: 50px;
  /* <SC> : <c>ommon : <carousel> : <lg> : <wrap> */
}
.scj-caSuList-thumb-3 .scj-c-carousel-lg-wrap {
  height: 900px;
}
/* <SC> : Support : <caSuList> : <list> */
.scj-caSuList-list {
  background-color: #f6f4f4;
  padding-bottom: 50px;
}
.scj-caSuList-list .scj-wrap {
  width: 1000px;
  margin: 0px auto;
  border-top: 2px solid #a0a0a0;
  /* <SC> : Support : caSuList : list : <itm> */
}
.scj-caSuList-list .scj-wrap * {
  padding: 0px;
  margin: 0px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  list-style: none;
}
.scj-caSuList-list .scj-wrap button,
.scj-caSuList-list .scj-wrap input {
  line-height: inherit;
  font-size: inherit;
  font-family: inherit;
}
.scj-caSuList-list .scj-wrap button:focus,
.scj-caSuList-list .scj-wrap input:focus {
  outline: none;
}
.scj-caSuList-list .scj-wrap .scj-itm {
  width: 100%;
  border-spacing: 0px;
}
.scj-caSuList-list .scj-wrap .scj-itm td {
  padding: 15px 0px;
  border-bottom: 1px solid #d2d2d2;
}
.scj-caSuList-list .scj-wrap .scj-itm td.scj-kind {
  width: 100px;
  color: #4e4e4e;
  font-size: 15px;
  font-weight: 600;
  text-align: center;
}
.scj-caSuList-list .scj-wrap .scj-itm td.scj-img {
  width: 165px;
}
.scj-caSuList-list .scj-wrap .scj-itm td.scj-img > div {
  width: 150px;
  height: 146px;
  overflow: hidden;
  border: 1px solid white;
  -webkit-box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.2);
}
.scj-caSuList-list .scj-wrap .scj-itm td.scj-img > div > a > img {
  width: 100%;
}
.scj-caSuList-list .scj-wrap .scj-itm td.scj-desc {
  padding-left: 5px;
  color: #4e4e4e;
}
.scj-caSuList-list .scj-wrap .scj-itm td.scj-desc h1 {
  font-size: 12.5px;
  font-weight: 400;
  margin-bottom: 10px;
}
.scj-caSuList-list .scj-wrap .scj-itm td.scj-desc p {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5em;
}
/* <SC> : Support : <caSuCont> : <Border> */
.scj-caSuCont-border {
  border-top: 1px solid #dcdcdc;
}
/* <SC> : Support : <caSuCont> : <Cart> */
.scj-caSuCont-cart-wrap {
  width: 1000px;
  margin: 0px auto;
  display: block;
  position: relative;
}
.scj-caSuCont-cart-wrap * {
  padding: 0px;
  margin: 0px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  list-style: none;
}
.scj-caSuCont-cart-wrap button,
.scj-caSuCont-cart-wrap input {
  line-height: inherit;
  font-size: inherit;
  font-family: inherit;
}
.scj-caSuCont-cart-wrap button:focus,
.scj-caSuCont-cart-wrap input:focus {
  outline: none;
}
.scj-caSuCont-cart-wrap .scj-caSuCont-cart {
  display: block;
  width: 60px;
  position: absolute;
  top: 428px;
  right: -70px;
  cursor: pointer;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -ms-transition: 1s;
  -o-transition: 1s;
}
/* <SC> : Support : <caSuCont> :<cont>ents */
.scj-caSuCont-cont {
  width: 100%;
  min-width: 1140px;
  background-size: auto100%;
  background-repeat: no-repeat;
  background-position: center top;
}
.scj-caSuCont-cont * {
  padding: 0px;
  margin: 0px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  list-style: none;
}
.scj-caSuCont-cont button,
.scj-caSuCont-cont input {
  line-height: inherit;
  font-size: inherit;
  font-family: inherit;
}
.scj-caSuCont-cont button:focus,
.scj-caSuCont-cont input:focus {
  outline: none;
}
/* <SC> : Support : <caSuCont> :<desc>riptions */
.scj-caSuCont-desc {
  width: 900px;
  min-width: 900px;
  /* padding: 54px; */
  text-align: center;
  margin: 0 auto;
}
.scj-caSuCont-desc * {
  padding: 0px;
  margin: 0px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  list-style: none;
}
.scj-caSuCont-desc button,
.scj-caSuCont-desc input {
  line-height: inherit;
  font-size: inherit;
  font-family: inherit;
}
.scj-caSuCont-desc button:focus,
.scj-caSuCont-desc input:focus {
  outline: none;
}
.scj-caSuCont-desc h1 {
  color: #f5351c;
  margin-top: 14px;
  margin-bottom: 28px;
  font-size: 31px;
  font-weight: 400;
  letter-spacing: -0.05em;
}
.scj-caSuCont-desc hr {
  width: 100%;
  height: 2px;
  border: none;
  margin-top: 28px;
  margin-bottom: 28px;
  margin-left: auto;
  margin-right: auto;
  background-color: #f5351c;
}
.scj-caSuCont-desc p {
  /* margin-top: 28px; 
  margin-bottom:10px; */
  font-size: 18px;
  line-height: 1.5em;
  font-weight: 500;
  letter-spacing: -0.05em;
  color:#000;
}
.scj-caSuCont-desc h2 {
  font-size: 23px;
  line-height: 1.5em;
  font-weight: 600;
  letter-spacing: -0.05em;
}
.scj-caSuCont-desc .scj-caSuCont-go {
  display: inline-block;
  margin-top: 59px;
  margin-bottom: 59px;
  padding: 24px 37px;
  color: white;
  border-radius: 3px;
  letter-spacing: -0.05em;
  background-color: #e40e1b;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}
.scj-caSuCont-desc .scj-caSuCont-go:hover {
  background-color: #f5351c;
}
/* <SC> : Support : <caSuCont> :<thumb>nails */
.scj-caSuCont-thumb {
  background-color: #f6f4f4;
}
.scj-caSuCont-thumb:after {
  content: "";
  display: table;
  width: 100%;
}
.scj-caSuCont-thumb .scj-title {
  width: 1000px;
  margin: 0px auto;
}
.scj-caSuCont-thumb .scj-title * {
  padding: 0px;
  margin: 0px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  list-style: none;
}
.scj-caSuCont-thumb .scj-title button,
.scj-caSuCont-thumb .scj-title input {
  line-height: inherit;
  font-size: inherit;
  font-family: inherit;
}
.scj-caSuCont-thumb .scj-title button:focus,
.scj-caSuCont-thumb .scj-title input:focus {
  outline: none;
}
.scj-caSuCont-thumb .scj-title:after {
  content: "";
  display: table;
  width: 100%;
}
.scj-caSuCont-thumb .scj-title h1 {
  margin: 51px 0px;
  display: block;
  float: left;
  font-size: 26px;
  color: #4e4e4e;
  font-weight: bold;
}
.scj-caSuCont-thumb .scj-title a {
  display: block;
  float: right;
  border: 1px solid #d2d2d2;
  padding: 5px 15px;
  color: #4e4e4e;
  font-size: 16px;
  font-weight: bold;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin: 51px 0px;
  background-color: white;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}
.scj-caSuCont-thumb .scj-title a:hover {
  border: 1px solid #e40e1b;
  color: #e40e1b;
}
.scj-caSuCont-thumb .scj-c-carousel-md-wrap {
  position: relative;
  height: 372px;
}
.scj-caSuCont-thumb .scj-sns {
  width: 1000px;
  margin: 0px auto;
  margin-top: 35px;
  margin-bottom: 70px;
  background-color: white;
  padding: 20px 60px;
  border-radius: 5px;
}
.scj-caSuCont-thumb .scj-sns * {
  padding: 0px;
  margin: 0px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  list-style: none;
}
.scj-caSuCont-thumb .scj-sns button,
.scj-caSuCont-thumb .scj-sns input {
  line-height: inherit;
  font-size: inherit;
  font-family: inherit;
}
.scj-caSuCont-thumb .scj-sns button:focus,
.scj-caSuCont-thumb .scj-sns input:focus {
  outline: none;
}
.scj-caSuCont-thumb .scj-sns:after {
  content: "";
  display: table;
  width: 100%;
}
.scj-caSuCont-thumb .scj-sns .scj-left {
  display: block;
  float: left;
  vertical-align: middle;
}
.scj-caSuCont-thumb .scj-sns .scj-left > p {
  display: inline-block;
  font-size: 16px;
  color: #4e4e4e;
  vertical-align: middle;
}
.scj-caSuCont-thumb .scj-sns .scj-left > a {
  display: inline-block;
  margin-left: 18px;
  vertical-align: middle;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}
.scj-caSuCont-thumb .scj-sns .scj-left > a:hover {
  opacity: 0.75;
}
.scj-caSuCont-thumb .scj-sns .scj-right {
  display: block;
  float: right;
  vertical-align: middle;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}
.scj-caSuCont-thumb .scj-sns .scj-right > span {
  display: inline-block;
  vertical-align: middle;
  font-size: 24px;
  font-weight: bold;
  color: #4e4e4e;
}
.scj-caSuCont-thumb .scj-sns .scj-right > img {
  margin-left: 18px;
  display: inline-block;
  vertical-align: middle;
}
.scj-caSuCont-thumb .scj-sns .scj-right:hover {
  opacity: 0.75;
}
/* <SC> : Campaign : <suPartList> :<banner> */
.scj-suPartList-banner {
  width: 100%;
  min-width: 1140px;
  min-height: 420px;
  background-color: #f6f4f4;
  border-top: 1px solid #dcdcdc;
}
.scj-suPartList-banner * {
  padding: 0px;
  margin: 0px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  list-style: none;
}
.scj-suPartList-banner button,
.scj-suPartList-banner input {
  line-height: inherit;
  font-size: inherit;
  font-family: inherit;
}
.scj-suPartList-banner button:focus,
.scj-suPartList-banner input:focus {
  outline: none;
}
.scj-suPartList-banner:after {
  content: "";
  display: table;
  width: 100%;
}
.scj-suPartList-banner .scj-wrap {
  width: 1000px;
  margin: 0px auto;
}
.scj-suPartList-banner .scj-wrap * {
  padding: 0px;
  margin: 0px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  list-style: none;
}
.scj-suPartList-banner .scj-wrap button,
.scj-suPartList-banner .scj-wrap input {
  line-height: inherit;
  font-size: inherit;
  font-family: inherit;
}
.scj-suPartList-banner .scj-wrap button:focus,
.scj-suPartList-banner .scj-wrap input:focus {
  outline: none;
}
.scj-suPartList-banner .scj-wrap:after {
  content: "";
  display: table;
  width: 100%;
}
.scj-suPartList-banner .scj-wrap .scj-left {
  display: block;
  float: left;
  width: 680px;
  height: 420px;
  margin-right: 5px;
}
.scj-suPartList-banner .scj-wrap .scj-left .scj-c-carousel-photo-wrap {
  width: 100%;
  height: 100%;
}
.scj-suPartList-banner .scj-wrap .scj-right {
  display: block;
  float: left;
  width: 314px;
}
.scj-suPartList-banner .scj-wrap .scj-right .scj-btn {
  display: block;
  width: 100%;
}
.scj-suPartList-banner .scj-wrap .scj-right .scj-btn img {
  width: 100%;
  display: block;
}
.scj-suPartList-banner .scj-wrap .scj-right .scj-btn:nth-child(1) {
  padding-bottom: 5px;
}
/* <SC> : Campaign : <suPartList> :<sns> */
.scj-suPartList-sns {
  width: 1000px;
  margin: 0px auto;
  padding: 34px 0px;
  text-align: right;
}
.scj-suPartList-sns * {
  padding: 0px;
  margin: 0px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  list-style: none;
}
.scj-suPartList-sns button,
.scj-suPartList-sns input {
  line-height: inherit;
  font-size: inherit;
  font-family: inherit;
}
.scj-suPartList-sns button:focus,
.scj-suPartList-sns input:focus {
  outline: none;
}
.scj-suPartList-sns > a {
  display: inline-block;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}
.scj-suPartList-sns > a:hover {
  opacity: 0.75;
}
/* PART 2 */
/* <SC> : Campaign : <paList> : <banner> */
.scj-paList-banner {
  background-image: url(../images/campaign/paList-banner.png);
  background-size: auto 100%;
  background-position: center top;
  border-top: 1px solid #dcdcdc;
  height: 269px;
}
/* <SC> : Support : <paList> : <thumb> : 1 */
.scj-paList-thumb-1 {
  background-color: white;
  padding-top: 50px;
  padding-bottom: 180px;
  background-repeat: no-repeat;
  /* <SC> : <c>ommon : <carousel> : <lg> : <wrap> */
}
.scj-paList-thumb-1 .scj-c-carousel-lg-wrap {
  height: 900px;
}
/* <SC> : Campaign : <signupList> : <banner> */
.scj-signupList-banner {
  background-image: url(../images/campaign/signupList-banner.png);
  background-size: auto 100%;
  background-position: center top;
  background-repeat: no-repeat;
  border-top: 1px solid #dcdcdc;
  height: 271px;
}

.cmp_list_wrap, div.cmp_view_wrap {
	border:none;
}

.hidden {
	width:0;
	height:0;	
	text-indent:-50000px;
}