.visualSlider__item h2 {
    filter: drop-shadow(1px 2px 3px black);	
}
.wp-caption {
    width: 100% !important;
}
.wp-caption-text {
    margin-top: -35px;
    padding: 8px;
}
.pdf-r3d {
    perspective: 3000px;
    padding-top: 20px;
}
.pdf-r3d .front {
	position: absolute;
    right: 0;
    height: 50px;
    width: 100px;
    background: #1d5a9f;
    line-height: 50px;
    text-align: center;
    top: 70%;
    border-radius: 5px 0 0 5px;
    color: #fff;
    font-weight: 500;
}


.left-side {
    width: 55px;
    left: -31px;
    height: 98.5%;
	max-height: 528px;
    background-color: #1d5a9f;
    transform: rotate3d(0,1,0,-90deg);
    position: absolute;
    top: 2px;
    color: #db3441;
    opacity: 0;
    transition: all .4s;
}
.left-side span {
    transform: rotate(90deg) translateY(-55px);
    transform-origin: 0 0;
    text-align: left;
    display: block;
    line-height: 55px;
    position: absolute;
    top: 0px;
    width: 500px;
	text-indent: 50px;
}
.book-r3d {
    transform-style: preserve-3d;
    transition: transform .5s;
    max-width: 93%;
    display: inline-table;
    margin: 0 1% 1rem;

}
.book-r3d:hover {
    transform: rotate3d(0,1,0,35deg);	
}

.book-r3d:hover .left-side {
    width: 55px;
    left: -43px;
    height: 98.5%;
    background-color: #1d5a9f;
    transform: rotate3d(0,1,0,-90deg);
    position: absolute;
    top: 2px;
    color: #fff;
    opacity: 1;
}

.book-r3d img {
    max-width: 610px;
    box-shadow: 10px 10px 30px #abaaaa;
    width: 100%;	
	padding:0 !important;
}


.book-r3d > div {
    padding: 0 !important;
}







/*--------------------------------------------------------------
## simple-like-public
--------------------------------------------------------------*/ 
h4.camcom {
    margin-top: 30px;
    border-top: 1px solid;
    padding-top: 10px;
    padding-left: 20px;
}
/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 999; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
    background-color: #1bbf83;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translateX(-50%) translateY(-50%);
    position: absolute;
    max-width: 600px;
    color: #fff;
    border-radius: 5px;
}
.modal-content ol {
    margin-top: 20px;
}
.modal-content ol li {
    line-height: 1.4;
    margin-bottom: 15px;
}
/* The Close Button */
.close {
  color: #fff;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

form#commentform {
    position: relative;
}
.agreecon {
    display: inline-block;
    background: #707984;
    padding: 13px 15px;
    margin-bottom: 10px;
    margin-right: 10px;
    color: #fff;
    border-radius: 3px;
    cursor: pointer;
}
.agreecon:hover {
    background: #1bbf83;	
}
.modal_content.cmt-form-content label,
form#commentform label {
    display: inline-block;
    background: #1bbf83;
    padding: 12px 15px 3px;
    margin-bottom: 10px;
    margin-right: 10px;
    color: #fff;
    border-radius: 3px;
}
.modal_content.cmt-form-content label {
	width:100%;padding:18px;position:relative;
}
.modal_content.cmt-form-content input#input_agree {
    display: inline-block;
    width: 30px;    position: absolute;
    margin-left: 5px;top: 10px;
}
.comment-prompt-modal-wrap {
    border-radius: 5px;
    background: #009c7d;
    color: #fff;
    line-height: 1.4rem;
    text-align: justify;
    font-size: 1.1rem;
}
.popupoverlay-close {
    background: #fff;
    /* padding: 10px; */
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 50%;
    /* color: #fff; */
}
.comment-like,
span#sl-loader {
    display: inline-flex;
}
/* Wrapper */
.sl-wrapper a {
	border-bottom: 0 !important;
	text-decoration: none !important;
}
.sl-button {
	padding: 0.375em 0.625em;
	font-size: 1rem;
	line-height: 1;
	font-weight: normal;
}

/* Colors */
a.liked {
	color: #da1b1b;
}
a.liked:hover,
a.liked:active,
a.liked:focus {
	color: #666666;
}
a.liked span.sl-count,
.sl-count {
	color: #666666;
}

/* Icon */
.sl-icon {
	margin-right: 0.3125em;
	font-family: 'Noto Sans KR',  'Arial Unicode MS', Arial, sans-serif;
	vertical-align: middle;
}
.sl-icon svg {
	fill: currentColor;
	width: 1em;
	height: 1em;
}
.sl-icon svg:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left:0;
}

/* Count */
.sl-count {
	font-size: 0.8rem;
	font-family: 'Noto Sans KR',  Arial, 'Helvetica Neue', Helvetica, sans-serif;
	text-transform: uppercase;
	vertical-align: middle;
}

article.rightWrap__con iframe {width: 100%;
    aspect-ratio: 16 / 9;
    height: auto;}
	
@media screen and (min-width: 769px) {
.subPage.detailWrap .rightWrap__comment__form--inputTxt {
    min-width: 200px;
    margin-right: 5px !important;
}	
input#agree {
    min-width: 20px;    margin-right: 0 !important;
}
.subPage.detailWrap .totalWrap__left--wrap.inactive {
    position: absolute;
    bottom: 760px !important;
}
.subPage.detailWrap .rightWrap__comment__form--textnumbering {
    position: absolute;
    top: 105px;
    right: 30px;
}

}

h4.end_campaign {
    background: #ddd;
    padding: 10px;
    text-align: center;
}
.main-inner {
    max-width: 1108px;
    margin: 0 auto;
}
.main-bottom.related {
    background: #eee;
    margin-top: -4rem;
}
h2.main-related {
font-weight: 400;
    font-size: 2rem;
    max-width: 1108px;
    margin: 2rem auto;
    padding: 2rem 0;
    border-bottom: 1px solid #ddd;
}
.widget-afi-thumb {
    position: relative;
    margin: 0 auto;
    width: 270px;
    height: 240px;
    text-align: center;
    background-repeat: no-repeat;
    background-position: 50%;
    -webkit-background-size: cover;
    background-size: cover;
    transition: .4s all;
    cursor: move;
}
.column-right h5 {
    text-align: justify;
    color: #faf8f8;
    font-size: .95rem;
    text-shadow: 0 0.5px 0 #e12323;
    font-weight: 400;
    background: #e63b64;
    padding: 48px 20px;
    min-height: 165px;line-height: 1.3;
}
.column-right time.post-date {
    color: #efefef;
    font-size: .9rem;
    position: absolute;
    bottom: 45px;
    right: 20px;
    font-weight: 600;
    top: inherit;
    left: inherit;
}
.column-right.owl-theme .owl-nav {
    position: absolute;
    right: 0;
    top: -100px;    width: 100px;
}
.column-right .owl-nav div {
    width: 50px;
    height: 50px;position: absolute;
	text-indent:-8000px;
}
.owl-prev:before, .owl-next:before {
    content: "";
    position: absolute;
    background: rgba(234, 229, 229, 0.13);
    width: 40px;
    height: 40px;
    font-size: 3rem;
    line-height: 40px;
    border-radius: 50%;
    color: #fff;
    font-size: 4.3rem;
    opacity: .6;
    left: 0;
    text-align: center;
}
.owl-prev {
	left:0;
	background-image: url(../images/bnt_arrow_left_round.png);
    background-size: 40px 40px;		background-repeat:no-repeat;
}
.owl-next {
	right:0;
	background-image: url(../images/bnt_arrow_right_round.png);
    background-size: 40px 40px;
	background-repeat:no-repeat;
}
.main-bottom.related.business {
    background: none;
}
h2.main-related.business {
    font-size: 24px;
}
section.listImg h2 {
	display: inline-block;
    vertical-align: middle;
    margin: -0.25em 0.25em 0em;
    padding: 0.5em 0.8em;
    color: rgba(0, 0, 0, 0.65);
    text-transform: uppercase;
    font-weight: normal;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: background 0.1s linear;
    -moz-transition: background 0.1s linear;
    transition: background 0.1s linear;	
    font-weight: 300;
    font-size: 1.7rem;
    margin: 1rem 0 2rem;
    background-color: #1bbf83 !important;
    border-color: #1bbf83 !important;
    color: #FFFFFF !important;	
    width: 100%;
    max-width: 569px;
    position: relative;	    margin-left: -30px;
}
section.listImg h2:after {
    position: absolute;
    content: "";
    top: 100%;
    left: 0%;
    border-top: 0em solid transparent;
    border-right-width: 1em;
    border-right-color: inherit;
    border-right-style: solid;
    border-bottom: 1em solid transparent;
    border-left: 0em solid transparent;
    width: 0em;
    height: 0em;
}


@media screen and (max-width: 768px) {
li.header__nav--dep1Menu.dep1_archive:after {
    content: "";
    position: absolute;
    top: 30px;
    right: 0;
    width: 16px;
    height: 9px;
    background: url(../images/icn_gnb_arrow_updown.png) no-repeat;
    background-size: 16px;
}
.main-bottom.related {
    padding: 0 0 0 15px;
}
h2.main-related {
    font-size: 1.8rem;
}
}

@media screen and (max-width: 639px) {
section.listImg h2 {width:120%;}
.left-side,
.book-r3d:hover .left-side {
    height: 82.7%;
}

.wp-caption-text {
    margin-top: -35px;
    background: #eee;
    margin-left: 16px;
    margin-right: 16px;
    padding: 8px;
}


}