@charset "utf-8";

@import url('https://fonts.googleapis.com/css?family=Rubik:300,400');
@font-face { font-family: 'BinggraeMelona'; src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_twelve@1.0/BinggraeMelona.woff') format('woff'); font-weight: normal; font-style: normal; }
@font-face {
    font-family: 'RIDIBatang';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_twelve@1.0/RIDIBatang.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/* Reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, textarea, button, input {
	margin:	0;
	outline:0;
	border:	0;
	padding:0;
	-webkit-text-size-adjust: none;
	-webkit-font-smoothing: antialiased;
	line-height: 1.3;
	letter-spacing: -0.06em;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display:block;}
video {display:block; height:100%; margin:0 auto;}

/* common */
body, html {
	font-family: Apple SD Gothic Neo, Droid Sans, 맑은고딕, Malgun Gothic, 돋움, Dotum, sans-serif;
	color: #363636;
	font-size: 16px;
	height: 100%;
	background: #efefef;
}
h1, h2, h3, h4, h5, h6 { font-size: 16px;}
ol, ul { list-style:none;}
blockquote, q { quotes:none;}
hr { display:none;}
:active, :focus { outline:0;}
a { color:#000; text-decoration:none;}
a, li, input, label, tr, textarea, .mask, button, .l_mask, .icheckbox, .iradio, .r_mask, .layer_mask { -webkit-tap-highlight-color:rgba(0,0,0,0); -webkit-focus-ring-color:rgba(0, 0, 0, 0); outline:none;}
img { border:0; padding:0; outline:0;}
ins { text-decoration:none;}
del { text-decoration:line-through;}
table { width:100%; border-collapse:collapse;}
img, input, label, select { vertical-align:middle;}
.accessibility { position:absolute;left:-10000px;}
.fwn { font-weight:normal !important;}
.fsn { font-style:normal !important;}
.tdu { text-decoration:underline !important;}
.bb_gray { border-bottom:1px solid #ebebeb;}
.lh { line-height:1.5;}

/* basic style */
.blind { position:absolute; visibility:hidden; z-index:-1;}
.clearfix:after { content:""; display:block; clear:both;}
.mask { width:100%; height:100%; position:fixed; left:0; top:0; z-index:997; background:rgba(0,0,0,.7);}
.t01 { color: #6ebd44 !important;} /* 포인트 텍스트컬러 공통 */
.b01 { background-color: #6ebd44 !important;} /* 포인트 배경컬러 공통 */
.c01 { border-color: #6ebd44 !important;} /* 포인트 보더컬러 공통 */

/* colunm LAYOUT */
.lay_col { 
	position:relative; 
	margin: 0 -5px;
}
.lay_col.colpd {
	margin: 0;
}
.lay_col:after { content:""; display:block; clear:both;}
.lay_col > * {
	position:relative; 
	float:left;
	width: 100%;
}
.lay_col > * > * { position: relative; margin: 0 5px;}
.lay_col.colpd > * > * { margin: 0;}

.lay_col.col02 > * { width: 50%;}
.lay_col.col03 > * { width: 33.3333%;}
.lay_col.col04 > * { width: 25%;}
.lay_col.col05 > * { width: 20%;}
.lay_col.col06 > * { width: 16.6666%;}

@media all and (max-width:960px){
.lay_col.col03 > * { width: 50%;}
.lay_col.col03 > *.cw03 { width: 100%;}
.lay_col.col04 > * { width: 50%;}
.lay_col.col05 > * { width: 50%;}
.lay_col.col05 > *.cw01 { width: 100%;}
.lay_col.col06 > * { width: 33.3333%;}
}

@media all and (max-width:640px){
.lay_col.col02 > * { width: 100%;}
.lay_col.col03 > * { width: 100%;}
.lay_col.col04 > * { width: 100%;}
.lay_col.col05 > * { width: 50%;}
.lay_col.col05 > *.cw01 { width: 100%;}
.lay_col.col06 > * { width: 50%;}
}

/* hidden */
.over_h { overflow:hidden !important;}
.h_con { display:none;}
.noback { background:none !important;}
.noline { border:none !important;}
.no_scroll { overflow:hidden !important;}
.visible { display:block !important;}
.hidden { display:none !important;}

/* align */
.pr { position:relative;}
.cb { clear:both !important;}
.fl { float:left !important;}
.fr { float:right !important;}
.db { display:block !important;}
.a_left { text-align:left !important;}
.a_cen { text-align:center !important;}
.a_right { text-align:right !important;}
.vat { vertical-align:top !important;}
.vam { vertical-align:middle !important;}
.vab { vertical-align:baseline !important;}

/* reset SET */
.m_cen { margin:0 auto !important;}
.no_pd { padding:0 !important;}
.no_ls { letter-spacing:0 !important;}
.no_bd { border:0 !important;}
.no_bb { border-bottom:none !important;}
.no_bt { border-top:none !important;}
.no_mg { margin:0 !important;}
.no_mb { margin-bottom:0 !important;}
.no_ml { margin-left:0 !important;}
.no_pb { padding-bottom:0 !important;}
.no_pt { padding-top:0 !important;}

/* margin top */
.mt00 { margin-top:0px !important;}
.mt02 { margin-top:2px !important;}
.mt05 { margin-top:5px !important;}
.mt10 { margin-top:10px !important;} 
.mt15 { margin-top:10px !important;} 
.mt20 { margin-top:20px !important;}
.mt25 { margin-top:25px !important;}
.mt30 { margin-top:30px !important;}
.mt40 { margin-top:40px !important;}
.mt50 { margin-top:50px !important;}
.mt_44 { margin-top:-44px !important;}
.mt_5 { margin-top:-5px !important;}

/* margin right */
.mr00 { margin-right:0px !important;}
.mr02 { margin-right:2px !important;}
.mr04 { margin-right:4px !important;}
.mr05 { margin-right:5px !important;}
.mr10 { margin-right:10px !important;}
.mr15 { margin-right:15px !important;}
.mr20 { margin-right:20px !important;}
.mr25 { margin-right:25px !important;}
.mr30 { margin-right:30px !important;}
.mr40 { margin-right:40px !important;}
.mr50 { margin-right:50px !important;}

/* margin bottom */
.mb_1 { margin-bottom:-1px !important;}
.mb00 { margin-bottom:0px !important;}
.mb02 { margin-bottom:2px !important;}
.mb03 { margin-bottom:3px !important;}
.mb04 { margin-bottom:4px !important;}
.mb05 { margin-bottom:5px !important;}
.mb10 { margin-bottom:10px !important;}
.mb15 { margin-bottom:15px !important;}
.mb20 { margin-bottom:20px !important;}
.mb25 { margin-bottom:25px !important;}
.mb30 { margin-bottom:30px !important;}
.mb35 { margin-bottom:35px !important;}
.mb38 { margin-bottom:38px !important;}
.mb40 { margin-bottom:40px !important;}
.mb50 { margin-bottom:50px !important;}

/* margin left */
.ml_5 { margin-left:-5px !important;}
.ml00 { margin-left:0px !important;}
.ml03 { margin-left:3px !important;}
.ml05 { margin-left:5px !important;}
.ml10 { margin-left:10px !important;}
.ml15 { margin-left:15px !important;}
.ml20 { margin-left:20px !important;}
.ml25 { margin-left:25px !important;}
.ml28 { margin-left:28px !important;}
.ml30 { margin-left:30px !important;}
.ml40 { margin-left:40px !important;}
.ml50 { margin-left:50px !important;}

/* padding top */
.pt00 { padding-top:0px !important;}
.pt08 { padding-top:8px !important;}
.pt10 { padding-top:10px !important;}
.pt15 { padding-top:15px !important;}
.pt20 { padding-top:20px !important;}
.pt25 { padding-top:25px !important;}
.pt30 { padding-top:30px !important;}
.pt45 { padding-top:45px !important;}

/* padding right */
.pr00 { padding-right:0 !important;}
.pr02 { padding-right:2px !important;}
.pr05 { padding-right:5px !important;}
.pr10 { padding-right:10px !important;}
.pr15 { padding-right:15px !important;}
.pr20 { padding-right:20px !important;}
.pr30 { padding-right:30px !important;}

/* padding bottom */
.pb00 { padding-bottom:0px !important;}
.pb01 { padding-bottom:1px !important;}
.pb02 { padding-bottom:2px !important;}
.pb05 { padding-bottom:5px !important;}
.pb10 { padding-bottom:10px !important;}
.pb15 { padding-bottom:15px !important;}
.pb20 { padding-bottom:20px !important;}
.pb30 { padding-bottom:30px !important;}

/* padding left */
.pl00 { padding-left:0 !important;}
.pl02 { padding-left:2px !important;}
.pl05 { padding-left:5px !important;}
.pl08 { padding-left:8px !important;}
.pl10 { padding-left:10px !important;}
.pl15 { padding-left:15px !important;}
.pl20 { padding-left:20px !important;}
.pl30 { padding-left:30px !important;}

/* Edit mode */
.spc { display: block; outline: 0; border: 0; margin: 0;}
.skin_margin { display: block; outline: 0; border: 0; margin: 0;}
.portlet { position: relative; min-height: 10px;}
.menu_wrap { position: relative; border: 1px dashed #ccc; margin: -1px -2px 0 0; transition: .3s all ease;}
.menu_wrap .hidden_skin { background: url(/data/skin/content/1/theme_title/images/bg_hr.png) repeat 0 0; height: 50px;}
.menu_wrap:hover { box-shadow: 0 0 20px rgba(0,0,0,.3); z-index: 10;}
.edit_box { position: absolute; right: -1px; top: 0; clear: both; z-index: 60; opacity: 0;}
.edit_box:after { content: ""; display: block; clear: both;}
.menu_wrap iframe { position: relative;}
.menu_wrap iframe:after { content: ""; display: block; position: absolute; left: 0; top: 0; width: 100%; height: 300px; background: #f00; z-index: 50;}
.edit_box h6 { float: left; font-size: 0;}
.edit_box > div { float: right; font-size: 0;}
.edit_box > div:after { content: ""; display: block; clear: both;}
.edit_box > div a { float: left; display: block; line-height: 1; margin: 0; border-left: 1px solid #fff;}
.edit_box > div a:hover { opacity: .8;}
.edit_box > div a img { vertical-align: middle; margin: 0;}
.edit_top { position: relative; background: #000 url(../images/bg/bg_layout.png) no-repeat 0 0; margin-bottom: 1px; opacity: 1;}
.skin_name { position: absolute; right: -1px; top: 18px; background: #555; color: #fff; padding-left: 3px; font-size: 11px; font-family: Apple SD Gothic Neo, 돋움, Dotum, Helvetica, Droid Sans, AppleSDGothic, Arial, sans-serif; letter-spacing: -0.02em; z-index: 1000; line-height: 16px; height: 16px; border: 1px solid #fff; opacity: 0;}
.skin_name:after { content: ""; display: block; clear: both;}
.skin_name a { float: right;}
.menu_wrap .spc { position: relative; overflow: hidden;}
.menu_wrap .spc:after { position: absolute; left: 0; top: 0; content: ""; display: block; width: 100%; height: 500px; background: url(../images/bg/bg_hr.png) repeat 0 0;}
.menu_wrap .skin_margin { position: relative; overflow: hidden;}
.menu_wrap .skin_margin:after { position: absolute; left: 0; top: 0; content: ""; display: block; width: 100%; height: 500px; background: url(../images/bg/bg_hr02.png) repeat 0 0;}
.menu_wrap .edit_box, .skin_name { transition: .3s all ease; border: 1px solid #fff; box-shadow: 0 0 5px rgba(0,0,0,.3);}
.menu_wrap .edit_box.show { opacity: 1;}
.menu_wrap:hover .edit_box, .menu_wrap:hover .skin_name { opacity: 1; z-index: 9999 ;}

/* Remocon */
#remocon { position: fixed; top: 10px; left: -13px; width: 140px; height: 600px; z-index: 10000;}
#remocon iframe { width: 140px; height: 600px;}

/* Layout helpers
----------------------------------*/
.ui-helper-hidden { display: none; }
.ui-helper-hidden-accessible { position: absolute; left: -99999999px; }
.ui-helper-clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.ui-helper-clearfix { display: inline-block; }
/* required comment for clearfix to work in Opera \*/
* html .ui-helper-clearfix { height:1%; }
.ui-helper-clearfix { display:block; }
/* end clearfix */
.ui-helper-fix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }
/* Overlays */
.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,.7);}
/* Dialog
----------------------------------*/
.ui-dialog { position: relative; padding: 0; background: #fff; border:1px solid #ccc; border-radius: 5px; box-shadow: 0 0 20px #333;}
.ui-corner-all { border-radius: 0 !important;}
.ui-widget-content { border: 0;}

.ui-icon { display: block; width: 16px; height: 16px;}
.ui-icon-closethick { background-position: -96px -128px; text-indent: -9999px;}

.ui-dialog .ui-dialog-titlebar { padding: .4em .3em .6em 1em; position: relative; background: #444; border:1px solid #333; border-radius: 3px; color: #fff; font-weight: bold;}
.ui-dialog .ui-dialog-title { float: left; margin: 0; font-size: 17px; font-family: 맑은고딕, Malgun Gothic, Apple SD Gothic Neo, 돋움, Dotum, Helvetica, Droid Sans, AppleSDGothic, Arial, sans-serif;}
.ui-dialog .ui-dialog-titlebar-close { position: absolute; right: 10px; top: 7px; width: 18px; margin: 0; padding: 1px; height: 18px; border: 0;}
.ui-dialog .ui-dialog-titlebar-close span { display: block; margin: 0; width: 18px; height: 18px; background: url(../image/btn_edit_close.png) no-repeat 0 0;}
.ui-dialog .ui-dialog-titlebar-close:hover span { background-position: 0 -18px;}
.ui-dialog .ui-dialog-content { border: 0; padding: 0; background: none; overflow: hidden; zoom: 1; }
.ui-dialog .ui-dialog-buttonpane { text-align: left; border-width: 1px 0 0 0; background-image: none; margin: .5em 0 0 0; padding: .3em 1em .5em .4em; }
.ui-dialog .ui-dialog-buttonpane button { float: right; margin: .5em .4em .5em 0; cursor: pointer; padding: .2em .6em .3em .6em; line-height: 1.4em; width:auto; overflow:visible; }
.ui-dialog .ui-resizable-se { width: 14px; height: 14px; right: 3px; bottom: 3px; }
.ui-draggable .ui-dialog-titlebar { cursor: move;}
