@charset "utf-8";
/*modal*/
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: .2;
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: .5;
}
button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
}
.modal-open {
  overflow: hidden;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  /*outline: 0;*/
}
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform .3s ease-out;
       -o-transition:      -o-transform .3s ease-out;
          transition:         transform .3s ease-out;
  -webkit-transform: translate(0, -25%);
      -ms-transform: translate(0, -25%);
       -o-transform: translate(0, -25%);
          transform: translate(0, -25%);
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
          box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: .5;
}
.modal-header {
  min-height: 16.42857143px;
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
.main-slider img {
  /* width: 970px; */
  width: 1080px;

  max-width: 100%;
  margin: auto;
}
.bx-wrapper { margin-bottom:0; border:none; box-shadow:none; }
.bx-wrapper .bx-pager { padding-top:0; bottom:15px; z-index:60; }
.bx-wrapper .bx-pager.bx-default-pager a { background: transparent; border:2px solid rgba(255, 255, 255, 0.6); border-radius:0; }
.bx-wrapper .bx-pager.bx-default-pager a.active, .bx-wrapper .bx-pager.bx-default-pager a:focus, .bx-wrapper .bx-pager.bx-default-pager a:hover { background:#fff; }
/*
.main-slider li:first-child { background-color: #e29687; }
.main-slider li:first-child + li { background-color: #c5b87a; }
.main-slider li:first-child + li + li  { background-color: #67a3a1; }
*/

/* .main-slider li { background-color: #1c4b81; } */
.main-slider li { background-color: #002d71; }    



@media (min-width: 768px) {
  .modal-dialog {
    width: 500px;
    /* margin: 30px auto; */
	margin: 50px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
            box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}



.layer {
    display: none;
    position: fixed;
    _position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
}
.layer .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    background: #000;
    opacity: .5;
    filter: alpha(opacity=50);
}

.pop-layer {
    display: none;
    position: absolute;
    top: 50%;
    height: auto;
    z-index: 10;
    width: 100%;
    margin-left: 0px !important;
}
.layer .pop-layer {
    display: block;
}
.pop-container {
    position: relative;
    width: 320px;
    margin: 0 auto;
}


.modal-body .close { position:absolute; right:10px; z-index:100; top:10px; font-size:30px	}
.modal-body { padding:0; background:#fff; }
.modal-body .max { width:100%; }
.modal-footer {
  padding: 14px 15px 15px;
  margin-bottom: 0;
  text-align: right;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  -webkit-border-radius: 0 0 6px 6px;
	 -moz-border-radius: 0 0 6px 6px;
		  border-radius: 0 0 6px 6px;
  *zoom: 1;
  -webkit-box-shadow: inset 0 1px 0 #ffffff;
	 -moz-box-shadow: inset 0 1px 0 #ffffff;
		  box-shadow: inset 0 1px 0 #ffffff;
}

.modal-body dl {
	clear: both;
	margin-top: 50px;
	overflow: hidden;
}
.modal-body dl dt {
	float: left;
	font-size: 18px;
	color: #000000;
	background: url(../../images/common/icon_bul01.jpg) no-repeat left 9px;
	padding-left: 30px;
	padding-right: 30px;
	width: 136px;
	box-sizing: border-box;
}



.contest-txt .stepList {
	margin-top: 80px;
	margin-left: 0px;
	border-top: 2px solid #666666;
}
.contest-txt .stepList li {
	float: left;
	position: relative;
	padding-top: 22px;
	font-size: 19px;
	margin-top: -6px;
	text-align: center;
}
.contest-txt .stepList li:after {
	border: 2px solid #ffc03f;
}
.contest-txt .stepList li:after {
	content: '';
	display: block;
	width: 10px;
	height: 10px;
	border-radius: 10px;
	border: 2px solid #84c8ed;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	margin: 0 auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: #ffffff;
}
.contest-txt .stepList li:nth-child(2) {
	width: 26%;
	margin-left: 7%;
}
.contest-txt .stepList li:nth-child(3) {
	width: 31%;
}
.contest-txt .stepList li:nth-child(4) {
	float: right;
}

.downloadBtn { display: inline-block; border: 2px solid #000000; border-radius: 50px; font-size: 18px; line-height: 40px; text-align: center; color: #000000; cursor: pointer; }
.downloadBtn:hover { background: #000000; color: #ffffff;}


.giftbox { border-top: 2px solid #1c4b81; border-bottom: 2px solid #1c4b81; }
.giftbox tr th { height: 50px; line-height: 50px; border-bottom: 1px solid #878787; background: #f6f6f6; }
.giftbox tr td { height: 40px; line-height: 40px; border-bottom: 1px solid #878787; }
.giftbox tr:nth-child(even) td { background: #f6f6f6; }
.giftbox tr:last-child td { border-bottom: none; }