a {
	font-family : "±¼¸²", "µ¸¿ò", "Arial", "Verdana", "sans-serif";
	font-size : 8pt;
	font-style : normal;
	text-decoration : none;
	color : #3396BF;
}

a:hover  {
	color : #3396BF;
	text-decoration : underline;
}



.default  {
	font-family : "±¼¸²", "µ¸¿ò", "Arial", "Verdana", "sans-serif";
	font-size : 8pt;
	font-style : normal;
	line-height : 16px;
	font-weight : normal;
	color : #1F3448;
	text-decoration : none;
}


.defaultb  {
	font-family : "±¼¸²", "µ¸¿ò", "Arial", "Verdana", "sans-serif";
	font-size : 8pt;
	font-style : normal;
	line-height : 16px;
	font-weight : bold;
	color : #1F3448;
	text-decoration : none;
}


.defaultb12  {
	font-family : "±¼¸²", "µ¸¿ò", "Arial", "Verdana", "sans-serif";
	font-size : 8pt;
	font-style : normal;
	line-height : 16px;
	font-weight : bold;
	color : #4646c1;
	text-decoration : none;
}


.english  {
	font-family : "Verdana", "sans-serif", "Arial";
	font-size : 8pt;
	font-style : normal;
	line-height : 16px;
	font-weight : normal;
	color : #7F7F7F;
	text-decoration : none;
}

.slide_main { position: relative; width: 340px; }
.slide_main .slide_img img { max-width: 100%; height: auto; }

.slick_control { position: absolute; top: 50%; left: -19px; right: -19px; display: flex; justify-content: space-between; z-index: 3; transform: translateY(-50%); }
.slick_control .slide_arrow { width: 38px; height: 38px; font-size: 0; }
.slick_control .slide_arrow a { display: block; width: 38px; height: 38px; text-indent: -9999px; font-size: 0; background-position: left top; background-repeat: no-repeat; transition: all 0.2s ease-in-out; }
.slick_control .slide_arrow.prev a { background-image: url('./images/btn_slide_prev.png'); }
.slick_control .slide_arrow.prev a:hover { background-image: url('./images/btn_slide_prevOv.png'); }
.slick_control .slide_arrow.next a { background-image: url('./images/btn_slide_next.png'); }
.slick_control .slide_arrow.next a:hover { background-image: url('./images/btn_slide_nextOv.png'); }
