input[type="radio"], input[type="checkbox"] {
	width:24px;
	height:24px;
	vertical-align: middle;
	margin: 0;
}

.cursor {cursor:pointer;}

.c_br {display:none;}
@media (max-width:1200px) {
	.a_br {display:none;}
	.t_br{display:none;}
	.c_br {display:inline;}
}

.display-none { display:none;}
.modal ol li { list-style-type: decimal !important; margin-left:-15px;}

.back-to-top {
    position:fixed;
    bottom: 10px;
    right: 8px;
    width: 50px;
    height: 50px;
    line-height: 60px;
    background: url("/theme/diasister/images/back-to-top.png") #ff0000 no-repeat center 12px;
    font-size: 13px;
    font-family: Roboto;
    text-align: center;
    color: #fff;
	z-index:1000;
    cursor: pointer;
	display:none;
}

.shadow_box_1 { padding:20px; text-align:center; box-shadow:0 10px 50px rgba(0, 0, 0, 0.05); }
.shadow_box_1 h4 {margin-bottom:0;}
.shadow_box_1 p {margin-bottom:0;}

.youtubeDiv {
  margin:0 auto;
  width:100%;
  text-align:left;
}
.youtubeWrap {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
}
.youtubeWrap iframe {
  position: absolute;
  width: 100%;
  height: 100%;
}

@media screen and (max-width:992px) {
	.youtubeDiv {
	  width: 100%
	}
	.eventDiv {
	  margin:0 auto;
	  width:100%;
	  text-align:left;
	}
}

/* 레이어 팝업 후 유투브 폭 조절 */
.layer_popup_width {
	margin:0 auto;
	width:60%;
}

@media screen and (max-width:992px) {
	.layer_popup_width {
		margin:0 auto;
		width:94%;
	}
}

.half_HL1 {
	background:linear-gradient(to top, rgba(255, 0, 0, 1.0) 70%, transparent 70%);
}

.half_HL2 {
	background:linear-gradient(to top, rgba(255, 0, 0, 1.0) 30%, transparent 30%);
}

/* Box ---------- */
.box {display:inline-block; max-width:100%; height:auto; float:left; -webkit-transition:all 0.2s ease-in-out; -moz-transition:all 0.2s ease-in-out; -o-transition:all 0.2s ease-in-out; -ms-transition:all 0.2s ease-in-out; transition:all 0.2s ease-in-out;}
.box [class*='-body'] {padding:25px 25px 30px; text-align:justify;}
.box a.circle-primary60 + [class*='-body'] {padding-top:18px;}
.box [class*='-body'] h3 {margin-top:0;}
.box a.circle-primary60 + [class*='-body']:hover h3.title {color:#333333;}
.box-img {position:relative; display:block; width:100%; height:100%; overflow:hidden;}
.box-img img{max-width:100%; height:auto; display:block; transition: .5s ease;}
/* .box:hover img {max-width:100%; height:auto; display:block; overflow:hidden; transform: scale(1.05); -webkit-transition: transform .5s ease 0s,-ms-transform .5s ease 0s; transition: transform .5s ease 0s,-ms-transform .5s ease 0s;} */
.box:hover img {max-width:100%; height:auto; display:block; overflow:hidden;}


/* timeline */
 .txt_align {
   text-align: right;
 }
  @media (max-width: 40rem) {
   .txt_align {
   text-align: left;
 }
  }
.group:after {
  content: "";
  display: table;
  clear: both;
}

.timeline {
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 2rem;
  padding-bottom: 20px;
  padding-left: 2rem;
  background: linear-gradient(#cccccc, #cccccc);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#cccccc), to(#cccccc));
  background-size: 2px 100%;
  background-position: 50% 1rem;
  background-repeat: no-repeat;
  overflow: auto;
}
@media (max-width: 40rem) {
  .timeline {
    background-position: 2rem 0;
  }
}

.timeline .item {
  position: relative;
  display: block;
  width: 50%;
  float: left;
  clear: both;
  margin-top: -1rem;
}
@media (max-width: 40rem) {
  .timeline .item {
    width: 100%;
    float: none;
    margin-top: 0;
    margin-bottom: 3rem;
  }
}
.timeline .item:before {
  content: '';
  position: absolute;
  top: 0.3rem;
  width: 1rem;
  height: 1rem;
  border: 1px solid #cccccc;
  border-radius: 50%;
  background-color: #ffffff;
}
.timeline .item:hover:before {
  background-color: #ff0000;
  border: 1px solid #ff0000;
}

.timeline .item:first-child {
  margin-top: 0;
}

.timeline .item:nth-child(odd) {
  float: right;
  padding-left: 40px;
}
.timeline .item:nth-child(odd):before {
  left: -0.5rem;
}

.timeline .item:nth-child(even) {
  padding-right: 40px;
}
@media (max-width: 40rem) {
  .timeline .item:nth-child(even) {
    padding-right: 0;
    padding-left: 30px;
  }
  .timeline .item:nth-child(odd) {
  float: right;
  padding-left: 30px;
}
}
.timeline .item:nth-child(even):before {
  right: -0.5rem;
}
@media (max-width: 40rem) {
  .timeline .item:nth-child(even):before {
    left: -0.5rem;
  }
}

.timeline .item h4 {
  display: block;
    margin-top: 0px;
  margin-bottom: 12px;
}

.timeline .item:nth-child(even) h4 {
  text-align: right;
}
@media (max-width: 40rem) {
  .timeline .item:nth-child(even) h4 {
    text-align: left;
  }
}
/* timeline */


/* 상세페이지 */
.item_tab {
    display: block;
    height: 64px;
    margin: 0 auto 80px;
    font-size: 0;
}
.item_tab li:first-child {
    border-left: 1px solid #e0e0e0;
}
.item_tab li.tab_open {
    border: 1px solid #111;
    border-bottom: 2px solid #fff;
}
.item_tab li {
    height: 64px;
    display: inline-block;
    width: 25%;
    vertical-align: top;
    border: 1px solid #e0e0e0;
    border-bottom: 1px solid #111;
    border-left: 0;
    box-sizing: border-box;
}
.item_tab li.tab_open a {
    color: #1a1a1a;
}
.item_tab li a {
    display: block;
    height: 62px;
    color: #9a9a9a;
    font-size: 15px;
    line-height: 62px;
    text-align: center;
}
.item_tab li a span {
    position: relative;
    top: -1.5px;
    display: inline-block;
    width: 26px;
    height: 20px;
    margin-left: 4px;
    color: #fff;
    font-size: 13px;
    background-color: #000;
    border-radius: 2px;
	line-height:20px;
}
.cboth {
    clear: both;
}
.embed-youtube {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
}

.embed-youtube iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
