@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@400;500;700&display=swap');

::selection {background: #00d6d6; color: #000;}
::-moz-selection {background: #00d6d6; color: #000;}

.vjs-theme-ditto {--vjs-theme-ditto--primary: #00d6d6; --vjs-theme-ditto--secondary: #fff; height: 100%; font-family: 'Noto Sans KR', sans-serif; font-weight: 400;}

.vjs-theme-ditto .vjs-big-play-button {width: 70px; height: 70px; background: none; line-height: 70px; font-size: 80px; border: none; top: 50%; left: 50%; margin-top: -35px; margin-left: -35px; color: var(--vjs-theme-ditto--primary);}
.vjs-theme-ditto:hover .vjs-big-play-button,
.vjs-theme-ditto .vjs-big-play-button:focus {background-color: transparent; color: #fff;}

.vjs-theme-ditto .vjs-control-bar {
	height: 200px; padding: 120px 20px 0; display: block;
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 70%, rgba(0,0,0,0.8) 100%);
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 70%,rgba(0,0,0,0.8) 100%);
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 70%,rgba(0,0,0,0.8) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#cc000000',GradientType=0 );
}
.vjs-theme-ditto .vjs-control-bar:after {content: ''; display: table; clear: both;}
.vjs-theme-ditto .vjs-control {display: block; float: left; flex: none; height: auto; width: auto;}
.vjs-theme-ditto .vjs-button > .vjs-icon-placeholder::before {display: none;}
.vjs-theme-ditto .vjs-current-time,
.vjs-theme-ditto .vjs-duration {display: block; position: absolute; top: 94px; font-size: 15px; color: #fff; height: 20px; line-height: 20px; font-weight: 500;}
.vjs-theme-ditto .vjs-current-time {left: 20px; text-align: left;}
.vjs-theme-ditto .vjs-duration {right: 20px; text-align: right;}
.vjs-theme-ditto .vjs-remaining-time {display: none;}

/*.vjs-theme-ditto .vjs-poster {display: none !important;}*/


.vjs-theme-ditto .vjs-progress-control {font-size: 14px; position: absolute; left: 90px; right: 90px; top: 90px; height: 30px; min-width: auto; width: auto; padding: 10px 0;}
.vjs-theme-ditto .vjs-progress-control .vjs-progress-holder {font-size: 2.0em; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; margin: 0;}
.vjs-theme-ditto .vjs-progress-control:hover .vjs-progress-holder {font-size: 2.0em; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;}
.vjs-theme-ditto .vjs-play-control .vjs-icon-placeholder::before {display: none;}
.vjs-theme-ditto .vjs-play-control:hover .vjs-icon-placeholder::before {border: 3px solid var(--vjs-theme-ditto--secondary);}
.vjs-theme-ditto .vjs-play-progress {background-color: var(--vjs-theme-ditto--primary); border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;}
.vjs-theme-ditto .vjs-play-progress::before {height: 0.8em; width: 0.8em; content: ''; background-color: var(--vjs-theme-ditto--primary); border: 4px solid var(--vjs-theme-ditto--secondary); border-radius: 0.8em; top: -0.25em;}
.vjs-theme-ditto .vjs-load-progress {border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;}
.vjs-theme-ditto .vjs-remaining-time {display: none;}


.vjs-theme-ditto .vjs-play-control {width: 80px; height: 80px; background: url('/common/js/videojs/themes/ditto/icons/player_play.svg')no-repeat center center;}
.vjs-theme-ditto .vjs-play-control.vjs-playing {background: url('/common/js/videojs/themes/ditto/icons/player_paused.svg')no-repeat center center;}
.vjs-theme-ditto .vjs-play-control.vjs-paused {background: url('/common/js/videojs/themes/ditto/icons/player_play.svg')no-repeat center center;}
.vjs-theme-ditto .skip-back {width: 80px; height: 80px; background: url('/common/js/videojs/themes/ditto/icons/player_prev.svg')no-repeat center center;}
.vjs-theme-ditto .skip-forward {width: 80px; height: 80px; background: url('/common/js/videojs/themes/ditto/icons/player_next.svg')no-repeat center center;}


.vjs-theme-ditto .vjs-volume-panel {}
.vjs-theme-ditto .vjs-volume-panel:after {content: ''; display: table; clear: both;}
.vjs-theme-ditto .vjs-volume-panel .vjs-mute-control {width: 80px; height: 80px;}
.vjs-theme-ditto .vjs-volume-panel .vjs-mute-control.vjs-vol-0 {background: url('/common/js/videojs/themes/ditto/icons/player_volume0.svg')no-repeat center center;}
.vjs-theme-ditto .vjs-volume-panel .vjs-mute-control.vjs-vol-1 {background: url('/common/js/videojs/themes/ditto/icons/player_volume1.svg')no-repeat center center;}
.vjs-theme-ditto .vjs-volume-panel .vjs-mute-control.vjs-vol-2 {background: url('/common/js/videojs/themes/ditto/icons/player_volume2.svg')no-repeat center center;}
.vjs-theme-ditto .vjs-volume-panel .vjs-mute-control.vjs-vol-3 {background: url('/common/js/videojs/themes/ditto/icons/player_volume3.svg')no-repeat center center;}
.vjs-theme-ditto .vjs-volume-panel .vjs-volume-control {height: 80px; width: auto; margin-right: 0; margin-left: 0; padding: 38px 0;}
.vjs-theme-ditto .vjs-volume-panel .vjs-volume-bar {margin: 0;}
.vjs-theme-ditto .vjs-volume-panel .vjs-volume-bar.vjs-slider-horizontal {width: 100px; height: 4px;}
.vjs-theme-ditto .vjs-volume-panel .vjs-volume-bar.vjs-slider-horizontal .vjs-volume-level {height: 100%;}
.vjs-theme-ditto .vjs-volume-panel .vjs-volume-bar.vjs-slider-horizontal .vjs-volume-level:before {font-size: 1.8em; top: -0.4em;}


.vjs-theme-ditto .vjs-quality-selector {float: right; width: 80px; height: 80px; background: url('/common/js/videojs/themes/ditto/icons/player_setting.svg')no-repeat center center;}
.vjs-theme-ditto .vjs-menu-button-popup .vjs-menu {bottom: 100%; margin-bottom: -20px; width: 100%; left: 0;}
.vjs-theme-ditto .vjs-menu-button-popup .vjs-menu .vjs-menu-content {bottom: 0;}
.vjs-theme-ditto .vjs-picture-in-picture-control {float: right; width: 80px; height: 80px; background: url('/common/js/videojs/themes/ditto/icons/player_pip.svg')no-repeat center center; display: none;}
.vjs-theme-ditto .vjs-fullscreen-control {float: right; width: 80px; height: 80px; background: url('/common/js/videojs/themes/ditto/icons/player_big.svg')no-repeat center center; cursor: pointer;}


.vjs-theme-ditto .vjs-play-control,
.vjs-theme-ditto .skip-back,
.vjs-theme-ditto .skip-forward,
.vjs-theme-ditto .vjs-volume-panel .vjs-mute-control,
.vjs-theme-ditto .vjs-quality-selector,
.vjs-theme-ditto .vjs-picture-in-picture-control,
.vjs-theme-ditto .vjs-fullscreen-control {-webkit-transition: all 0.25s; -moz-transition: all 0.25s; -o-transition: all 0.25s; -ms-transition: all 0.25s; transition: all 0.25s;}
.vjs-theme-ditto .vjs-play-control:hover,
.vjs-theme-ditto .skip-back:hover,
.vjs-theme-ditto .skip-forward:hover,
.vjs-theme-ditto .vjs-volume-panel .vjs-mute-control:hover,
.vjs-theme-ditto .vjs-quality-selector:hover,
.vjs-theme-ditto .vjs-picture-in-picture-control:hover,
.vjs-theme-ditto .vjs-fullscreen-control:hover {transform: scale(1.2); -webkit-transform: scale(1.2); -moz-transform: scale(1.2);}


.video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-hover,
.video-js .vjs-volume-panel.vjs-volume-panel-horizontal:active,
.video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active {width: auto;}




.vjs-playback-rate {display: none !important;} /* ¹è¼Ó */



.vdTop {
	position: absolute; left: 0; right: 0; top: 0; z-index: 100; padding: 30px; font-family: 'Noto Sans KR', sans-serif; min-height: 120px;
	background: -moz-linear-gradient(top,  rgba(0,0,0,0.8) 0%, rgba(0,0,0,0) 80%, rgba(0,0,0,0) 100%);
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0) 80%,rgba(0,0,0,0) 100%);
	background: linear-gradient(to bottom,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0) 80%,rgba(0,0,0,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc000000', endColorstr='#00000000',GradientType=0 );
	-webkit-transition: visibility 0.25s, opacity 0.25s; -moz-transition: visibility 0.25s, opacity 0.25s; -o-transition: visibility 0.25s, opacity 0.25s; -ms-transition: visibility 0.25s, opacity 0.25s; transition: visibility 0.25s, opacity 0.25s;
}


.vjs-theme-ditto.vjs-user-active ~ .vdTop,
.vjs-theme-ditto.vjs-paused ~ .vdTop {opacity: 1.0 !important; visibility: visible !important;}
.vjs-theme-ditto.vjs-user-inactive ~ .vdTop {opacity: 0; visibility: hidden;}
.vjs-theme-ditto.vjs-user-inactive {cursor: none;}
.vjs-theme-ditto.hvr .vjs-control-bar,
.vdTop.hvr {opacity: 1.0 !important; visibility: visible !important;}


.vdTop:after {content: ''; display: table; clear: both;}
.vdtLft {float: left;}
.vdtLft:after {content: ''; display: table; clear: both;}
.vdtRht {float: right;}
.vdtRht:after {content: ''; display: table; clear: both;}

.vdMenu {display: block; float: left; width: 50px; height: 40px; background: none; cursor: pointer; padding: 0 7px; -webkit-appearance: none; -moz-appearance: none; appearance: none; border-radius: 0px; -moz-border-radius: 0px; -webkit-border-radius: 0px; border: none;}
.vdMenu span,
.vdMenu:before,
.vdMenu:after {display: block; background: #fff; height: 4px; border-radius: 1px; -moz-border-radius: 1px; -webkit-border-radius: 1px;}
.vdMenu:before,
.vdMenu:after {content: '';}
.vdMenu:before {}
.vdMenu:after {}
.vdMenu span {text-indent: -9999px; margin: 8px 0; width: 26px;}

.vdTitle {color: #fff; float: left; margin-left: 30px;}
.vdTitle h5 {margin: 0; font-size: 26px; line-height: 1.0em; font-weight: 700; white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.vdTitle ul {list-style: none; padding-left: 0;  margin: 0 auto; padding-top: 5px;}
.vdTitle ul:after {content: ''; display: table; clear: both;}
.vdTitle ul li {float: left; list-style: none; padding-right: 12px; margin-right: 12px; position: relative; line-height: 1.2em;}
.vdTitle ul li:after {content: ''; display: block; width: 4px; height: 4px; background: #fff; position: absolute; right: -2px; top: 50%; margin-top: -2px; border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px;}
.vdTitle ul li:last-child {padding-right: 0; margin-right: 0;}
.vdTitle ul li:last-child:after {display: none;}


.vdtRht button, .vdtRht a {display: block; width: 40px; height: 40px; text-indent: -9999px; cursor: pointer; position: relative; -webkit-appearance: none; -moz-appearance: none; appearance: none; border-radius: 0px; -moz-border-radius: 0px; -webkit-border-radius: 0px; border: none;}
.vdtRht button:hover span, .vdtRht a:hover span {top: 100%; opacity: 1;}
.vdClose {float: left; background: url('/common/js/videojs/themes/ditto/icons/player_close.svg')no-repeat center center; background-size: 32px auto;}
.vdSmry {display: block; float: left; position: relative; margin-right: 40px;}
.vdsBtn {background: url('/common/js/videojs/themes/ditto/icons/player_summary.svg')no-repeat center center; background-size: 38px auto; text-indent: -9999px;}
.vdsDtl {position: absolute; width: 400px; background: #202020; right: 0; top: 100%; color: #fff; border: solid 1px #444; display: none; padding: 20px; border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px;}
.vdSmry:hover .vdsDtl {display: block;}
.vdDwn {margin-right: 35px; float: left; background: url('/common/js/videojs/themes/ditto/icons/player_down.svg')no-repeat center center; background-size: 38px auto;}


.vdlWrap {font-family: 'Noto Sans KR', sans-serif;}
.vdlWrap > .vdlClose {width: 100%; height: 100%; position: absolute; left: 0; top: 0; cursor: pointer; background: rgba(0,0,0,0.3); z-index: 101; display: none;}
.vdList {position: absolute; width: 500px; top: 0; bottom: 0; left: -500px; background: #202020; padding-top: 120px; z-index: 102;}
.vdlTop {position: absolute; left: 0; right: 0; top: 0; padding-left: 15px; padding-right: 10px; background: #00d6d6;}
.vdlTop:after {content: ''; display: table; clear: both;}
.vdlTop h4 {float: left; margin: 0; height: 80px; line-height: 80px; color: #000; max-width: 80%; font-size: 24px; font-weight: 700; letter-spacing: -0.075em; white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.vdlTop button {
	display: block; float: right; width: 40px; height: 40px; cursor: pointer; position: relative; margin-top: 20px;
	text-indent: -9999px; background: url('/common/js/videojs/themes/ditto/icons/player_close_bk.svg')no-repeat center center; background-size: 20px auto;
	-webkit-appearance: none; -moz-appearance: none; appearance: none; border-radius: 0px; -moz-border-radius: 0px; -webkit-border-radius: 0px; border: none;
}
.vdlLnk {position: absolute; left: 0; right: 0; top: 80px; padding: 0 15px; background: #111; color: #fff; height: 40px; line-height: 40px;}
.vdlLnk:after {content: ''; display: table; clear: both;}
.vdlLnk h5 {margin: 0; float: left; font-size: 14px; font-weight: 400;}
.vdlCont {height: 100%;}
.vdlCont ul {list-style: none; padding-left: 0;  margin: 0 auto;}
.vdlCont ul li {padding: 20px 15px; border-bottom: solid 1px #2a2a2a;}
.vdlCont ul li.now {border: solid 3px #00d6d6;}
.vdlCont ul li a {display: block; color: #fff; text-decoration: none;}
.vdlCont ul li a dl {display: table; width: 100%; margin: 0;}
.vdlCont ul li a dl dt {display: table-cell; vertical-align: top; width: 35%;}
.vdlCont ul li a dl dt em {display: block; width: 100%; padding-bottom: 56.3%; background-size: cover !important; position: relative;}
.vdlCont ul li a dl dt em:after {
	content: ''; display: block; width: 40px; height: 40px; position: absolute; left: 50%; top: 50%; margin-left: -20px; margin-top: -20px; 
	border: solid 3px #fff; border-radius: 50%; -moz-border-radius: 50%; -webkit-border-radius: 50%; opacity: 0;
	background: rgba(0,0,0,0.1) url('/common/js/videojs/themes/ditto/icons/player_play.svg')no-repeat 55% center; background-size: 18px auto;
	-webkit-transition: all 0.25s; -moz-transition: all 0.25s; -o-transition: all 0.25s; -ms-transition: all 0.25s; transition: all 0.25s;
	-webkit-box-shadow: 2px 2px 6px 0px rgba(0,0,0,0.25); -moz-box-shadow: 2px 2px 6px 0px rgba(0,0,0,0.25); box-shadow: 2px 2px 6px 0px rgba(0,0,0,0.25);
}
.vdlCont ul li a:hover dl dt em:after {opacity: 1;}
.vdlCont ul li a dl dd {display: table-cell; vertical-align: top; width: 65%; padding-left: 10px;}
.vdlCont ul li a dl dd h5 {margin: 0; font-size: 18px; font-weight: 500; letter-spacing: -0.075em; line-height: 1.2em; white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.vdlCont ul li a dl dd p {font-size: 14px; margin: 0; margin-top: 10px; color: #999; overflow: hidden; text-overflow: ellipsis; white-space: normal; line-height: 1.5; height: 4.5em; word-wrap: break-word; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical;}




.scrollbar-outer > .scroll-element {background: none !important;}
.scrollbar-outer > .scroll-element .scroll-element_track {background: none !important;}
.scrollbar-outer > .scroll-element .scroll-bar {background: #333 !important; overflow: hidden;}
.scrollbar-outer > .scroll-element .scroll-bar:before {content: ''; display: block; position: absolute; left: 0; right: 0; top: 0; bottom: 0; -webkit-transition: all 0.25s; -moz-transition: all 0.25s; -o-transition: all 0.25s; -ms-transition: all 0.25s; transition: all 0.25s;}
.scrollbar-outer:hover > .scroll-element .scroll-bar:before {background: #666;}






.vjs-loading-spinner {
	display: block; position: absolute; opacity: 0; visibility: hidden; left: 50%; top: 50%; z-index: 100;
	margin-top: -40px; margin-left: -40px; width: 80px; height: 80px;
	border: 6px solid rgba(0,0,0,0.2); border-radius: 50%; border-top-color: #00d6d6;
	-webkit-animation: spin2 0.9s linear infinite; animation: spin2 0.9s linear infinite;
}
.vjs-seeking .vjs-loading-spinner,
.vjs-waiting .vjs-loading-spinner {opacity: 1; visibility: visible;}

@keyframes spin2 {
  100% {
    transform: rotate(360deg);
  }
}




#vdBzl {
	width: 100px; height: 100px; position: absolute; left: 50%; top: 50%; z-index: 100; margin-left: -50px; margin-top: -50px;
	border-radius: 50%; -moz-border-radius: 50%; -webkit-border-radius: 50%; visibility: hidden;
	text-indent: -9999px; background-position: center center !important; background-repeat: no-repeat !important;
	/* -webkit-transition: all 0.25s; -moz-transition: all 0.25s; -o-transition: all 0.25s; -ms-transition: all 0.25s; transition: all 0.25s; */
}
#vdBzl span {position: absolute; left: -9999px; top: -9999px; width: 1px; height: 1px;}
#vdBzl.bzlPlay,
#vdBzl.bzlPause,
#vdBzl.bzlForward,
#vdBzl.bzlBack,
#vdBzl.bzlVolUp,
#vdBzl.bzlVolDown,
#vdBzl.bzlVolMute {
	visibility: visible; -webkit-animation: bezel-fadeout 0.3s linear infinite; animation: bezel-fadeout 0.3s linear infinite;
}
#vdBzl.bzlPlay {background: rgba(0,0,0,0.5) url('/common/js/videojs/themes/ditto/icons/player_play.svg');}
#vdBzl.bzlPause {background: rgba(0,0,0,0.5) url('/common/js/videojs/themes/ditto/icons/player_paused.svg');}
#vdBzl.bzlForward {background: rgba(0,0,0,0.5) url('/common/js/videojs/themes/ditto/icons/player_next.svg');}
#vdBzl.bzlBack {background: rgba(0,0,0,0.5) url('/common/js/videojs/themes/ditto/icons/player_prev.svg');}
#vdBzl.bzlVolUp {background: rgba(0,0,0,0.5) url('/common/js/videojs/themes/ditto/icons/player_volume3.svg');}
#vdBzl.bzlVolDown {background: rgba(0,0,0,0.5) url('/common/js/videojs/themes/ditto/icons/player_volume1.svg');}
#vdBzl.bzlVolMute {background: rgba(0,0,0,0.5) url('/common/js/videojs/themes/ditto/icons/player_volume0.svg');}

@-webkit-keyframes bezel-fadeout{
	0%{opacity:1; -webkit-transform: scale( 1.0 ); -moz-transform: scale( 1.0 ); -o-transform: scale( 1.0 ); -ms-transform: scale( 1.0 ); transform: scale( 1.0 );
	}to{opacity:0; -webkit-transform: scale( 2.0 ); -moz-transform: scale( 2.0 ); -o-transform: scale( 2.0 ); -ms-transform: scale( 2.0 ); transform: scale( 2.0 );}
}
@keyframes bezel-fadeout{
	0%{opacity:1; -webkit-transform: scale( 1.0 ); -moz-transform: scale( 1.0 ); -o-transform: scale( 1.0 ); -ms-transform: scale( 1.0 ); transform: scale( 1.0 );
	}to{opacity:0; -webkit-transform: scale( 2.0 ); -moz-transform: scale( 2.0 ); -o-transform: scale( 2.0 ); -ms-transform: scale( 2.0 ); transform: scale( 2.0 );}
}





.vdNon {position: fixed; top: 0; left: 0; right: 0; bottom: 0; background: #000; z-index: 1000; font-family: 'Noto Sans KR', sans-serif;}
.vdNon > div {display: table; width: 100%; height: 100%;}
.vdNon > div > div {display: table-cell; width: 100%; vertical-align: middle;}
.vdnAlt {background: #121212; border: solid 1px #292929; width: 380px; max-width: 90%; padding: 60px 0; margin: 0 auto; text-align: center; border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px;}
.vdnAlt h5 {color: #fff; font-size: 30px; margin: 0;}
.vdnAlt p {color: #999; font-size: 16px; margin: 0; margin-top: 10px;}
.vdnAlt a {
	display: inline-block; padding: 12px 30px; color: #fff; background: #000; border: solid 1px #292929; text-decoration: none;
	border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; margin-top: 25px;
	-webkit-transition: all 0.25s; -moz-transition: all 0.25s; -o-transition: all 0.25s; -ms-transition: all 0.25s; transition: all 0.25s;
}
.vdnAlt a:hover {background: #00d6d6; color: #000;}

		





#vdTip {float: right;}
#vdTip .vdKbd {position: relative;}
#vdTip .vdKbd button {
	display: block; width: 80px; height: 80px; text-indent: -9999px; cursor: pointer;
	background: url('/common/js/videojs/themes/ditto/icons/player_keyboard.svg')no-repeat center center;
	webkit-transition: all 0.25s; -moz-transition: all 0.25s; -o-transition: all 0.25s; -ms-transition: all 0.25s; transition: all 0.25s;
}
#vdTip .vdKbd button:hover {transform: scale(1.2); -webkit-transform: scale(1.2); -moz-transform: scale(1.2);}
#vdTip .vdKbd > div {
	position: absolute; right: 0; bottom: 100%; width: 500px; background: #202020; display: none;
	padding: 20px 0; border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px;
}
#vdTip .vdKbd > div:after {content: ''; display: table; clear: both;}
#vdTip .vdKbd > div dl {float: left; width: 50%; padding: 0 25px;}
#vdTip .vdKbd > div dl:first-child {border-right: solid 1px #444;}
#vdTip .vdKbd > div dl dt {font-size: 16pt; font-weight: 500; margin-bottom: 30px;}
#vdTip .vdKbd > div dl dd {margin-left: 0; margin-bottom: 10px; line-height: 38px; font-size: 12pt;}
#vdTip .vdKbd > div dl dd:after {content: ''; display: table; clear: both;}
#vdTip .vdKbd > div dl dd:last-child {margin-bottom: 0;}
#vdTip .vdKbd > div dl dd span {
	display: block; float: right; min-width: 38px; height: 38px; line-height: 36px; text-align: center; font-size: 13pt; font-weight: 700;
	border: solid 1px #fff; border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px;
}
#vdTip .vdKbd > div dl dd span.vdkIco {padding: 0 15px; font-size: 10pt;}
/* .vdKbdDm {width: 80px; height: 80px; background: rgba(255,255,0,0.5); position: absolute; right: 180px; bottom: 0; visibility: hidden;} */
/* .dumy {height: 100%; left: 0; right: 0; top: 0; position: absolute; background: rgba(0,255,255,0.5); padding-top: 40%;}
.dumy:after {content: ''; display: table; clear: both;}
.vdKbdDm {width: 80px; height: 80px; background: rgba(255,255,0,0.5); float: right; margin-right: 180px;}


.guides-guide span {font-size: 20pt !important; letter-spacing: -0.025em; line-height: 1.4em; font-family: 'Noto Sans KR', sans-serif; font-weight: 400;}

 */










