@charset "utf-8";
/* CSS Document */
html{ -ms-text-size-adjust:100%; -webkit-text-size-adjust:100%;}
html,body,div,p,span,a,img,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,form,input,select,textarea,button,label,fieldset,table,tr,td,th,tbody,thead,tfoot,caption,video,strong,em,i,b{ margin:0; padding:0; word-break:keep-all; font-size:inherit; font-weight:inherit; color:inherit;}
ul,ol,li{ list-style:none;}
img { border:none; max-width:100%;}
em,i{ font-style:normal;}
/* strong,th{ font-weight:500;} */
b{ font-weight:700;}
strong{font-weight: bold;}
table{ table-layout:fixed; border-collapse:collapse; border-spacing:0;}
input, button, textarea, select{ display:inline-block; vertical-align:middle; font-family:inherit;}
input[type=button], input[type=submit], button, input[type=checkbox], input[type=radio]{ cursor:pointer;}
select{ max-width:100%;}
*:focus{ outline:none;}
a, input, button, textarea, select, li{ -webkit-tap-highlight-color:transparent;}
input[type="text"],input[type="password"],input[type=button],input[type=submit],input[type="file"],button,label,textarea{ appearance:none; -webkit-appearance:none; -moz-appearance:none; -webkit-border-radius:0;}

::selection     { background:#000; color:#fff !important;}
::-moz-selection{ background:#000; color:#fff !important;}

a,
a:visited,
a:active,
a:hover{ text-decoration:none;}

html{/* overflow-x:hidden; overflow-y:scroll;*/ }
body{ /* overflow:hidden; */ overflow-x: hidden; font-family:'Ms', sans-serif; font-weight: 500; line-height:1.2; font-family: 'Open Sans', 'NotoS', 'roboto', sans-serif; letter-spacing: -.5px;}
/*-webkit-font-smoothing:antialiased; 폰트 부드럽게*/
html.hidden{ margin-right:17px;}
html.hidden #header{ right:17px;}
html.hidden .goTop{ display:none !important;}
/* body.hidden, html.hidden{ overflow-y:hidden;} */
br{ font-family:Arial;}

img { -webkit-user-select: none; -moz-user-select: none; -ms-use-select: none; user-select: none;}

/* .en{ font-family:Ms, NotoSans, sans-serif; letter-spacing:0; } */

/*inc*/
.al{ text-align: left !important;}
.ac{ text-align: center !important;}
.ar{ text-align: right !important;}

.vt{ vertical-align:top !important;}
.vm{ vertical-align:middle !important;}
.vb{ vertical-align:bottom !important;}
.vs{ vertical-align:baseline !important;}

.fl{ float:left !important;}
.fr{ float:right !important;}
.cl{ clear:both !important; display:block;}
.oh{ overflow:hidden !important;}

.pr{ position:relative; z-index:inherit;}
.pa{ position:absolute; z-index:inherit;}
.pf{ position:fixed; z-index:inherit;}
.pa100{ position:absolute; left:0; top:0; width:100%; height:100%;}

.di{ display:inline-block; *display:inline; zoom:1;}
.db{ display:block !important;}
.dn{ display:none !important;}

/**/
.con_idx{ position:relative;}
.con_idx > .idx{ position:absolute; left:0; top:0; width:100%; height:0; overflow:hidden; visibility:hidden; filter:alpha(opacity=0); opacity:0;}
.con_idx > .idx.on{ position:relative; height:auto; overflow:visible; visibility:visible; filter:alpha(opacity=100); opacity:1;}

/*popup*/
.layer_wrap{ position:fixed; z-index:1000; left:0; top:0; width:100%; height:100%; visibility:hidden;}
.layer_wrap .layer_frame{ position:absolute; z-index:10000; left:0; top:0; width:100%; height:100%; opacity:0; transition:.1s;}
.layer_wrap .layer_img{ position:absolute; z-index:10000; left:0; top:0; width:100%; height:100%; display:flex; justify-content:center; align-items:center; min-width:0;}
.layer_wrap .layer_img .img{ position:relative; z-index:2; display:inline-block; box-sizing:border-box; padding:.5em; background:#fff; box-shadow:3px 3px .625em rgba(0,0,0,.5);}
.layer_wrap .layer_img .img img{ max-width:80vw; max-height:85vh;}
.layer_wrap .layer_img .layer_bg{ opacity:.8;}
.layer_wrap .layer_img .popClose{ top:0; right:-2.5em; color:#fff;}

.layer_wrap.on{ visibility:visible;}
.layer_wrap.on .layer_frame{ opacity:1;}
.layer_bg{ position:fixed; z-index:1; width:100%; height:100%; left:0; top:0; background:#000; opacity:.5;}
.popClose{ position:absolute; z-index:10000; top:.938em; right:1em; font-size:1em; color:#222; transition:.3s}
.popClose .xi{ font-size:1.750em;}
.popClose .xi:before{ content:"\e921"}
.popClose:hover{ color:#323d8f;}

body.pop{ background:transparent; display:flex; justify-content:center; align-items:center; width:100vw; height:100vh;}
body.pop .popWrap .popTit,
body.pop .popWrap .popTit .tit,
body.pop .popWrap .popIn,
body.pop .popWrap .popIn .popCon{ box-sizing:border-box;}
body.pop .popWrap{ position:relative; display:flex; justify-content:center; align-items:center; max-width:96vw;}
body.pop .popWrap .popTit{ position:absolute; left:0; top:0; width:100%; z-index:3;}
body.pop .popWrap .popTit .tit{ display:flex; align-items:center; width:100%; height:4em; padding:0 1.5em; background:#fff; border-bottom:1px solid #e5e5e5;}
body.pop .popWrap .popTit .tit .t1{ font-size:1.250em; color:#000; font-weight:700;}
body.pop .popWrap .popIn{ position:relative; z-index:2; background:#fff; box-shadow:1px 1px 10px rgba(0,0,0,.6); text-align:left; white-space:normal; width:100%; max-width:96vw; max-height:96vh;}
body.pop .popWrap .popIn .popCon{ padding:3em 1.5em;}
body.pop .popWrap .popTit + .popIn .popCon{ padding-top:6em;}
body.pop .popWrap .popIn .popCon.pd{ padding-top:5em; padding-bottom:1em;}

body.pop .winpopWrap{ padding:1em 1.5em; font-size:16px;}

/**/
.pd0{ padding:0 !important;}
.pt0{ padding-top:0 !important;}
.pb0{ padding-bottom:0 !important;}
.pt5{ padding-top: 5px !important}


.mg0 { margin:0 !important;}
.mt0 { margin-top:0 !important;}
.mt5 { margin-top:5px !important;}
.mt10{ margin-top:10px !important;}
.mt20{ margin-top:20px !important;}
.mt30{ margin-top:30px !important;}
.mt40{ margin-top:40px !important;}
.mt50{ margin-top:50px !important;}

.mb0 { margin-bottom:0 !important;}
.mb5 { margin-bottom:5px !important;}
.mb10{ margin-bottom:10px !important;}
.mb20{ margin-bottom:20px !important;}
.mb30{ margin-bottom:30px !important;}
.mb40{ margin-bottom:40px !important;}
.mb50{ margin-bottom:50px !important;}

.ml0 { margin-left:0 !important;}
.ml5 { margin-left:5px !important;}
.ml10{ margin-left:10px !important;}
.ml20{ margin-left:20px !important;}
.ml30{ margin-left:30px !important;}
.ml40{ margin-left:40px !important;}
.ml50{ margin-left:50px !important;}

.mr0 { margin-right:0 !important;}
.mr5 { margin-right:5px !important;}
.mr10{ margin-right:10px !important;}
.mr20{ margin-right:20px !important;}
.mr30{ margin-right:30px !important;}
.mr40{ margin-right:40px !important;}
.mr50{ margin-right:50px !important;}

/**/
.c_white { color:#fff !important;}
.c_black { color:#000 !important;}
.c_gray  { color:#777 !important;}
.c_blue  { color:#386fc8 !important;}
.c_red   { color:#dc232d !important;}
.c_orange{ color:#e7883c !important;}
.c_green { color:#2abd87 !important;}
.c_point { color:#f57d20 !important;}

.fs10{ font-size:0.625em !important;}
.fs11{ font-size:0.688em !important;}
.fs12{ font-size:0.750em !important;}
.fs13{ font-size:0.813em !important;}
.fs14{ font-size:0.875em !important;}
.fs15{ font-size:0.938em !important;}
.fs16{ font-size:1.000em !important;}
.fs17{ font-size:1.063em !important;}
.fs18{ font-size:1.125em !important;}
.fs19{ font-size:1.188em !important;}
.fs20{ font-size:1.250em !important;}

.fsS{ font-size:0.875em !important;}
.fsB{ font-size:1.375em !important;}

.fwT { font-weight:100 !important;}
.fwEL{ font-weight:200 !important;}
.fwL { font-weight:300 !important;}
.fwR { font-weight:400 !important;}
.fwM { font-weight:500 !important;}
.fwB { font-weight:700 !important;}
.fwEB{ font-weight:800 !important;}
.fwBL{ font-weight:900 !important;}

.fstL { text-decoration:underline;}
.fstUC{ text-transform:uppercase;}
.fstH1{ line-height:1.4;}
.fstH2{ line-height:1.6;}
.fstH3{ line-height:1.8;}

.scrollst,
.scrollstW{ overflow:hidden;}

/*****************/
/* SLICK SLIDER */
.slick-slider{ position:relative; display:block; box-sizing:border-box;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
	 -khtml-user-select: none;
    -webkit-touch-callout: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list{ position:relative; display:block; overflow:hidden; margin:0; padding:0;}
.slick-list:focus{ outline:none;}
.slick-list.dragging{ cursor:pointer; cursor:hand;}
.slick-slider .slick-track,
.slick-slider .slick-list{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}
.slick-track{ position:relative; top 0; left:0; display:block;}
.slick-track:before,
.slick-track:after{ display:table; content:'';}
.slick-track:after{ clear:both;}
.slick-loading .slick-track{ visibility:hidden;}

.slick-slide{ display:none; float:left; height:100%; min-height:1px;}
[dir='rtl'] .slick-slide{ float:right;}
.slick-slide.slick-loading img{ display:none;}
.slick-slide.dragging img{ pointer-events:none;}
.slick-initialized .slick-slide{ display:block;}
.slick-loading .slick-slide{ visibility:hidden;}
.slick-vertical .slick-slide{ display:block; height:auto; border:1px solid transparent;}
.slick-arrow.slick-hidden { display:none;}

#file_view_bg {
	position: fixed;
	top: 0;
	left: 0;
	height: 100vh;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.8);
	display: none;
	z-index: 99995;
	cursor: pointer;
  justify-content: center;
  align-items: center;
}
#file_view_bg > .file_view_image {
  display: flex;
  max-width: 90%;
  max-height: 90%;
  /* margin: 0 auto; */
  margin: 30px;
  justify-content: center;
  align-items: center;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
#file_view_bg > .file_view_image > div {
	flex: 1;
	width: 500px;
	height: 500px;
	text-align: center;
}
#file_view_bg > .file_view_video {
	display: flex;
	width: 100%;
	height: 100%;
  max-width: 90%;
  max-height: 90%;
  margin: 30px;
  /* margin: 0 auto; */
  justify-content: center;
  align-items: center;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
#file_view_bg img {
	/* height: 500px;
	width: auto; */
  /* width: 100%;
  transform: translate(0, 50%);
	position: relative;
	z-index: 99999; */
  position: relative;
  z-index: 99999;
  max-height: 80%;
}
#file_view_bg video {
	max-width: 100%;
	max-height: 100%;
	flex: 1;
	position: relative;
	z-index: 99999;
}
