@charset "utf-8";

/* 새글 스킨 (latest) */
#comm_wrap {    
	background: #f9f9f9;
    padding-bottom: 30px;
}

#comm_wrap .khwrap {
    position: relative;
    margin: 0 auto;
    width: 1250px;
    zoom: 1;
}

#comm_wrap .khwrap:after {
    content: '';
    display: table;
    line-height: 0;
    clear: both;
}

#comm_wrap button {
	background-color: transparent;
	border: 0;
}

#comm_wrap .control .arrow {
    position: absolute;
    top: 50%;
    width: 36px;
    height: 62px;
    text-indent: -9999em;
    font-size: 0;
    overflow: hidden;
    transform: translateY(-50%);
}

#comm_wrap .control .arrow:before {
    content: '';
    display: block;
    position: absolute;
    top: 10px;
    width: 40px;
    height: 40px;
    border: 2px solid #ccc;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}

#comm_wrap .list .desc {
    margin: 20px auto 0;
    padding: 0 250px 50px;
    line-height: 24px;
    text-align: center;
    word-break: keep-all;
}

#comm_wrap .list .desc .sub {
    position: relative;
    display: block;
    padding-top: 42px;
    margin-bottom: 15px;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    color: #053863;
}

#comm_wrap .list .desc .tit {
    font-size: 24px;
    line-height: 32px;
    color: #222;
}

#comm_wrap .list .desc .txt {
    margin-top: 20px;
    line-height: 24px;
}

#comm_wrap .control .prev {
    left: 0%;
}

#comm_wrap .control .prev:before {
    left: 10px;
    border-right-width: 0;
    border-bottom-width: 0;
}

#comm_wrap .control .next {
    right: 0%;
}

#comm_wrap .control .next:before {
    left: auto;
    right: 10px;
    border-left-width: 0;
    border-top-width: 0;
}

#comm_wrap .tool {
    position: relative;
    padding: 10px 0;
    width: 100%;
    text-align: center;
}

#comm_wrap .tool .slick-dots {
    display: inline-block;
}

#comm_wrap .tool .slick-dots li {
    display: inline-block;
}

#comm_wrap .tool .slick-dots button {
    position: relative;
    padding: 8px 6px;
    text-indent: -9999em;
    overflow: hidden;
    font-size: 0;
    vertical-align: middle;
}

#comm_wrap .tool .slick-dots button:after {
    content: '';
    position: relative;
    display: block;
    width: 9px;
    height: 9px;
    border-radius: 18px;
    background: #999;
    opacity: .7;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}

#comm_wrap .tool .slick-dots .slick-active button:after {
    width: 60px;
    opacity: 1;
    background: #446a8a;
}

#comm_wrap .tool .ctrl {
    position: relative;
    display: inline-block;
    width: 25px;
    height: 25px;
    margin-left: 5px;
    background: #999;
    border-radius: 25px;
    text-indent: -999px;
    overflow: hidden;
    font-size: 0;
    vertical-align: middle;
}


#comm_wrap .tool .play:before {
    content: '';
    position: absolute;
    display: block;
    top: 7px;
    left: 11px;
    width: 0;
    height: 0;
    border: 5px transparent solid;
    border-right-width: 0;
    border-left-color: #fff;
}

#comm_wrap .tool .pause:before, #comm_wrap .tool .pause:after {
    content: '';
    position: absolute;
    display: block;
    top: 8px;
    left: 9px;
    width: 2px;
    height: 9px;
    background: #fff;
}

#comm_wrap .tool .pause:after {
    left: 14px;
}