@charset "utf-8";

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight:normal;
  src: url('../fonts/Roboto-Regular.eot');
  src: url('../fonts/Roboto-Regular.eot?#iefix') format('embedded-opentype'),
       url('../fonts/Roboto-Regular.woff') format('woff'),
       url('../fonts/Roboto-Regular.ttf') format('truetype');
       src:local(※), url('../fonts/Roboto-Regular.woff') format('woff');
}
@font-face {
  font-family: 'Roboto-Medium';
  font-style: normal;
  font-weight:normal;
  src: url('../fonts/Roboto-Medium.eot');
  src: url('../fonts/Roboto-Medium.eot?#iefix') format('embedded-opentype'),
       url('../fonts/Roboto-Medium.woff') format('woff'),
       url('../fonts/Roboto-Medium.ttf') format('truetype');
       src:local(※), url('../fonts/Roboto-Medium.woff') format('woff');
}

@font-face {
  font-family: 'RobotoCondensed';
  font-style: normal;
  font-weight:normal;
  src: url('../fonts/RobotoCondensed-Bold.woff') format('woff');
  src: url('../fonts/RobotoCondensed-BoldItalic.woff') format('woff');
  src: url('../fonts/RobotoCondensed-Italic.woff') format('woff');
  src: url('../fonts/RobotoCondensed-Light.woff') format('woff');
  src: url('../fonts/RobotoCondensed-LightItalic.woff') format('woff');
  src: url('../fonts/RobotoCondensed-Regular.woff') format('woff');  
}

@font-face {
    font-family: 'NewSEC-Light';
    font-style: normal;
    font-weight:normal;
    src: url('../fonts/NewSEC_W_300Light.eot');
    src: url('../fonts/NewSEC_W_300Light.eot?#iefix') format('embedded-opentype'),
         url('../fonts/NewSEC_W_300Light.woff2') format('woff2');
}

@font-face {
    font-family: 'NewSEC-Regular';
    font-style: normal;
    font-weight:normal;
    src: url('../fonts/NewSEC_W_400Regular.eot');
    src: url('../fonts/NewSEC_W_400Regular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/NewSEC_W_400Regular.woff2') format('woff2');
}

@font-face {
    font-family: 'NewSEC-SemiBold';
    font-style: normal;
    font-weight:normal;
    src: url('../fonts/NewSEC_W_600SemiBold.eot');
    src: url('../fonts/NewSEC_W_600SemiBold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/NewSEC_W_600SemiBold.woff2') format('woff2');
}

@font-face {
    font-family: 'NewSEC-Bold';
    font-style: normal;
    font-weight:normal;
    src: url('../fonts/NewSEC_W_700Bold.eot');
    src: url('../fonts/NewSEC_W_700Bold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/NewSEC_W_700Bold.woff2') format('woff2');
}

/* CSS Document */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,
pre,code,form,fieldset,legend,textarea,p,
blockquote,th,td,input,select,textarea,button,
address,small,caption,cite,code,dfn,em,var,
header,footer,section,article,figure{margin:0;padding:0; font-weight:normal; font-style:normal; line-height:100%; color:#000000}
article,aside,details,figcaption,figure,footer,
header,hgroup,nav,section,summary {display: block;}
audio,canvas,video {display: inline-block;}
html, body {  text-size-adjust: auto; -webkit-text-size-adjust: auto; -ms-text-size-adjust: auto; -moz-text-size-adjust: auto;}
fieldset,img{border:0 none}
dl,ul,ol,menu,li{list-style:none; -webkit-tap-highlight-color: transparent; webkit-tap-highlight-color: rgba(0,0,0,0);}
input,select,textarea,button{font-size:100%;vertical-align:middle}
button{border:0 none; background-color:transparent;cursor:pointer}
table{border-collapse:collapse;border-spacing:0}
input[type=text],input[type=password],input[type=submit],input[type=search]{border-radius:0;-webkit-appearance:none}
input:checked[type=checkbox]{background-color:#666;-webkit-appearance:checkbox}
button,html input[type=button],input[type=submit],input[type=reset],input[type=file]{border-radius:0;-webkit-appearance:button}
button::-moz-focus-inner,
input::-moz-focus-inner {border: 0; padding: 0;}
select{-webkit-appearance:none}
body{background:#fff}
a{color:#000000;text-decoration:none}
a:active,a:hover{text-decoration:none}
header,footer,section,article,nav{display:block}
hr{display:none}
caption span,
.blind{display:block;overflow:hidden;position:absolute;width:1px;height:1px;font-size:1px;line-height:0;text-indent:10px;white-space:nowrap}
*{-webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; -webkit-tap-highlight-color: transparent;}
.hide{visibility:hidden; overflow:hidden; position:absolute; top:0; left:0; width:0; height:0; font-size:0; line-height:0}
*{font-family:'dotum','돋움', 'sans-serif'; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box;}
.hide{visibility:hidden; overflow:hidden; position:absolute; top:0; left:0; width:0; height:0; font-size:0; line-height:0}
.noDisplay{display:none!important}
.noScroll{width: 100vw; height: 100vh; position: fixed;}
body{font-family:'dotum','돋움', 'sans-serif';}
html,body{height:100%}
/*정렬*/
.text_cen{ text-align: center; }

/*margin, padding*/
.mt20{ margin-top:20px; }
.mb25{ margin-bottom:25px; }
/* layout */
#wrap {min-width:320px; min-height:100%; overflow-x:hidden;}
#main_wrap {margin:0 auto; min-width:320px; background:#56c0e5; min-height:100%; overflow-x:hidden}
#mainlink_wrap {margin:0 auto; min-width:320px; background:#fafafa; min-height:100%; overflow-x:hidden}
#sub_wrap {margin:0 auto; min-width:320px; background:#fafafa; min-height:100%; overflow-x:hidden}
#sub_wrap.bg { background:#56c0e5 }
#sub_content {margin-top: 149px; }
#sub_content.mr_t240 { margin-top:166px; }
#sub_content.mr_t177 { margin-top:177px; }
#sub_content.mr_t48 {margin-top:48px;} 
#sub_content.mr_t72 {margin-top:72px;}
#sub_content .btn_play {}
#loading_bar {display:none; position:fixed; background:#fff; width:100%; height:100%; top:0; letter-spacing:0; z-index:130; opacity:0.7;}
#loading_bar .loading_big{position:relative; top:50%; left:50%; margin:-21px auto 0 -21px; background:url("../images/loadingbar.gif"); background-repeat:no-repeat; width:42px; height:42px;}
.loading_small {position:absolute; top:50%; left:50%; margin:-10px auto 0 -10px; background:url("../images/loadingbar.gif"); background-repeat:no-repeat; background-size:20px 20px; width:20px; height:20px}

/* popup */
#popup_wrap {display:none; /*position:fixed; width:100%; height:100%; top:0; letter-spacing:0; z-index:150; background:#000; opacity:0.55; */}
.popup {position:absolute; margin:0 auto; padding:16px; background:#666; border-radius:30px; opacity:0.9; color:#fafafa; font-size:14px; width:50%; max-width:80%; text-align:center; bottom:64px; left:0; right:0;}
 
/* header */
header {
    position:fixed;
    z-index:100;
    width:100%;
    top:0;
    background:white;
}

header .fix_wrap {overflow:hidden; border-bottom:1px solid #e7e6e6; height:64px ; position:relative;  width:100%; display:flex; align-items: center} /* height:56px; */
header .fix_wrap.bg2 {overflow:hidden; background: #252525;}
header .fix_wrap a { height:46px;display: table;} /* height:54px; */
header .fix_wrap .photo img { width:24px; height:24px; vertical-align:middle;}  /* width:44px; height:44px; */
header .fix_wrap .header_container { width: 100%; display: flex; align-items: center; display:table; }
header .fix_wrap .header_container .photo {width:56px;vertical-align:middle; display:table-cell; padding:19px 12px 21px 20px}  /* padding-left:16px */
header .fix_wrap .header_container .sender {font-size:21px; color:#010102; text-align:left; display:table-cell; vertical-align:middle; font-family: NewSEC-Regular; font-weight: 600;}
header .fix_wrap .header_container .open_in_app_area { margin: 0 24px 0 0; color: #010102; display: table-cell; vertical-align: middle; text-align: right; font-size: 15px;}
header .fix_wrap .header_container .open_in_app_area .open_in_app {
    cursor:pointer;
    margin-right: 20px;
    font-family: NewSEC-Regular;
    font-weight: 600;
}
header .fix_wrap .down_area {position:absolute; right:16px; top:20px;}
header .list_info { padding:10px 0 6px 24px; color:#848487; font-size:13px; text-align:left;}  /* padding:6px 12px 6px 0; */
header .list_info .expired { color: #848487 }
header .button_wrap { color:#86898b; font-size:13px; text-align:center;}  /* padding:6px 12px 6px 0; */
header .header_container {display: flex; justify-content: space-between; align-items: center;}
header .info_container {
    display: grid;
    line-height: 18px;
    font-family: NewSEC-Regular;
    word-break: break-all;
}

header .download_container{
    display: flex;
    margin-right: 12px;
    margin-left: 12px;
    margin-bottom: 1px;
}

header .download_container .refresh{
    line-height: 21px;
    vertical-align: middle;
    margin-right: 12px;
    background: rgba(0,0,0,0.06);
    padding: 5px 6px 0px 6px;
    border-radius: 25px;
}

header .download_container .refresh img{
    height: 25px;
}

header #uploadingInProgressMsg.hide{
    display: none;
}

header #downloadInProgressMsg{
    display: none;
}

header #downloadInProgressMsg.show{
    display: block;
}

header #downloadInProgressMsg .learn-more {
    color: #0072DE;
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    line-height: 18px;
    text-decoration: underline;
}

header .detailIncomplete{
    font-size: 13px;
    color: #e65b17;
    letter-spacing: 0;
    line-height: 21px;
    text-align: start;
    padding: 4px 12px 4px 12px;
    width: 100%;
}

header #downloadInProgressMsg span{
    color: #848487;
}

header .detailIncomplete span{
    font-family: NewSEC-Regular;
    font-weight: 400;
}

header .detailIncomplete .learn-more {
    font-family: NewSEC-Regular;
}

.header_spacer {
    width: 100%;
    height: 6px;
}

.select_spacer {
    width: 100%;
    height: 6px;
}

.header_spacer.hide, .select_spacer.hide {
    display: none;
}

header .select_container {
    font-family: NewSEC-Regular !important;
    font-weight: 600;
    text-align: end;
    height: 48px;
    padding-left: 12px;
    display: flex;
    width: 100%;
    align-items: center;
}

.body_container.check-false header .select_container{
    padding-top: 0;
}

header .select_container .check_container{
    display: flex;
    align-items: center;
    width: 100%
}

header .select_container .check_container .all{
    line-height: 5px;
}

header .select_container .check_container #selectedCount{
    font-family: NewSEC-Regular;
    font-weight: 600;
    font-size: 15px;
    color: #010102;
    padding-left: 4px;
}

header .select_container .check_area{
    text-align: center;
}

header .select_container .selectionBtn{
    cursor: pointer;
}

header .info_container .infoShareText{
    font-family: NewSEC-Regular;
    font-weight: bold;
    font-size: 17px;
    color: #010102;
    padding-bottom: 4px;
    text-size-adjust: auto; 
    -webkit-text-size-adjust: auto; 
    -ms-text-size-adjust: auto;
    -moz-text-size-adjust: auto;
    unicode-bidi: bidi-override;
}
header .info_container .file, .file .newFile {
    font-family: NewSEC-Regular;
    font-weight: 400;
    color: #848487 !important;
}
header .info_container .expired{
    font-family: NewSEC-Regular;
}
header .list_info .refresh img {width: 18px;  height: 18px;  margin-bottom: -4px;}
header .fix_wrap .down_text {position:absolute; top:28px; right:16px; font-size:15px; color:#fafafa;}
header .fix_wrap .down_text a {color:#fafafa;}
header .fix_wrap .selected {font-size:15px; color:#fafafa; vertical-align:text-top;} 
header .fix_wrap .divider {padding:0 3px; font-size:10px; color:#fafafa;}
header .fix_wrap .divider_2 {padding:0 8px 0 16px; font-size:13px; color:#fafafa; opacity:0.5}
header .fix_wrap .num{position:absolute; top:15px; left:0; right:0; width:120px; margin:0 auto; font-size:15px; color:#fafafa; text-align:center}  /* top:23px; */
header .fix_wrap .btn_list {position:absolute; top:12px; left:16px; }  /* top:20px; */
header .fix_wrap .btn_list a {display:inline-block; width:24px; height:24px;  background:url(../images/bt_ss_type.png) no-repeat 0 0; background-size:74px 50px; background-position:0 -25px;}
header .fix_wrap .btn_list a:hover {background-position:-25px -25px;}
header .fix_wrap .btn_list a:active {background-position:-50px -25px;}
header .fix_wrap .btn_list img {width:24px; height:24px;}
header .fix_wrap .check_area {width:72px; text-align:center; position:absolute; top:3px; left:0px;}  /* top:9px; */
header .fix_wrap .count {position:absolute; top:16px; left:72px; font-size:20px; color:#252525;}  /* top:20px;*/
header .fix_wrap .all {margin-top:-5px; font-size:11px; color:#252525;} /* margin-top:-5px; font-family: Roboto Regular; */
header .fix_wrap .tit_event { display: table-cell; vertical-align: middle; color:#505050; padding-left:16px; font-size:14px  }
header .detail {
    overflow: hidden;  border: 1px solid #e7e6e6;  background: #f0f0f0;
    padding: 10px 16px;  position: relative;
    display: table; width: 100%;
}
header .detailbg {   
    overflow: hidden;
    padding: 10px 16px;
    position: relative;
    height: 72px;
    display: table-cell;
    vertical-align: middle;  
}
header .detailbg span{ font-size: 14px;    color: #505050;   text-align: left;      line-height: 20px; }
header .detailbg span.ellip{ 
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    word-wrap: break-word;}
.down_info .btn_back {position:absolute; top:19px; left: 20px; z-index:10000}
.down_info .btn_back a {display:block; text-indent:-1000em; background:url(../images/Share_tips_prev.png) no-repeat 0 0; width:24px; height:24px; background-size:24px 24px; } /*  background:url(../images/tw_ic_ab_back.png) no-repeat 0 0; */
.btn_down {position:absolute; top:46px; left:16px;}
.btn_down a {display:inline-block; text-indent:-1000em; width:24px; height:24px; background:url(../images/easyshare_view_ic_downloaded.png) no-repeat 0 0; background-size: 24px }
.set_num { text-align:center; font-size:12px; line-height: 14px; height: 20px; color:#fff; position:absolute; left: 50%; transform: translateX(-50%); -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); -o-transform: translateX(-50%); -moz-transform: translateX(-50%); z-index:100; top: 74px; background: rgba(0,0,0,0.40); border-radius: 10px; visibility: hidden;}
#pageInfo {
    display: block;
    height: 14px;
    margin: 3px 6px 3px 20px;
    font-family: NewSEC-Regular;
    color: #FAFAFA;
    letter-spacing: -0.12px;
}
.num_icon { margin: 4px 2px 4px 6px; color: #FAFAFA; height: 12px; width: 12px; position: absolute; left: 0}
.num_icon img { height: 12px; width: 12px; }

/* zoom controls */
.zoom_controls {background: rgba(0,0,0,0.40); outline: 1px solid rgba(255,255,255,0.20); border-radius: 20px; width: 120px;height: 36px;position: absolute;z-index: 2; margin: 0 auto; left: 0; right: 0; bottom: 146px; justify-content: space-evenly; align-items: center; display: none;}
.zoom_controls #btn1, .zoom_controls #btn2 {background-size: 100%!important; border-radius: 15px; ;width: 24px;height: 24px;}
.zoom_controls #btn1 {background: url(../images/webview_screen_zoomout.png);}
.zoom_controls #btn2 {background: url(../images/webview_screen_zoomin.png);}
#zoom_slider {background: rgba(250,250,250,0.50); border-radius: 20px; width: 48px; height: 8px; -webkit-appearance: none;}
.slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 8px;
    height: 8px;
    background: #FAFAFA;
    border-radius: 50%;
    cursor: pointer;
}
.slider::-moz-range-thumb {
    width: 8px;
    height: 8px;
    background: #FAFAFA;
    border-radius: 50%;
    cursor: pointer;
  }

/*20160720  simple share 수정*/
header .profile_area dl:after{ display: block; content: ""; clear: both }
header .profile_area dd:first-child{ min-height:50px; float:left; }
header .profile_area dt.sender {color:#252525; font-size:16px; padding:10px 10px 0 0;text-overflow: ellipsis; overflow: hidden; -webkit-line-clamp:2;display:-webkit-box; -webkit-box-orient:vertical; word-wrap:break-word; max-width:280px; }
header .profile_area dd p.photo {float:left; margin:10px 12px 0 16px; background:url(../images/messages_list_id.png.png) no-repeat 0 0 #dbd4c7; background-size:40px 40px; border-radius:40px; box-sizing:border-box; width:40px; height:40px; } 
header .profile_area dd p.photo img {border:1px solid #fafafa;  border-radius:40px; width:40px; height:40px;}
header .profile_area dd.file { float:left; padding-left:20px; padding-top:3px; color:#979797; font-size: 13px; background:url(../images/phone_logs_ic_received.png) 0 3px no-repeat; background-size: 13px ; }
header .profile_area dd.expired { clear:both; text-align:right; color:#848487 ; font-size:13px; padding:0 16px 8px 0}

/* header checkbox */
header input[type=checkbox] {position: absolute;width: 1px;height: 1px;padding: 0;margin: -1px;overflow: hidden; clip:rect(0,0,0,0); border: 0 }
header input[type=checkbox] + label{display:block; cursor:pointer; width:32px; height:32px;position:relative; top:0; left:0;}
header input[type=checkbox] + label:before {content:""; display:block; width:32px; height:32px; background:url(../images/Webview_Checkbox_off.png) 0 0 no-repeat; background-size:32px; position:relative; top:0; left:0;}
header input[type=checkbox]:checked + label:before {content:""; background:url(../images/Webview_Checkbox_on.png) 0 0 no-repeat; background-size:32px; width:32px; height:32px;position:relative; top:0; left:0;}
header input[type=checkbox] + label.sel:before {border:1px solid #eaaf3e; background-position:-1px -1px;}
header input[type=checkbox]:checked + label.sel:before { background-position:-1px -1px}

/* list checkbox */
label {cursor:pointer;}
.list input[type=checkbox] {position: absolute;width: 1px;height: 1px;padding: 0;margin: -1px;overflow: hidden; clip:rect(0,0,0,0); border: 0 }
.list input[type=checkbox] + label{ display: block;position: relative; top: 0;left: 0; width: 100%; height: 100%; background: rgba(201,201,201,0.10); }
.list input[type=checkbox] + label:before {content:""; display:inline-block; position:absolute;top:0;left:0; width:32px; height:32px; background:url(../images/Webview_Checkbox_off_thumb.png) 0 0 no-repeat; background-size: 100% ;}
.list input[type=checkbox]:checked + label:before {content:""; background:url(../images/Webview_Checkbox_on_thumb.png) 0 0 no-repeat; background-size: 32px; }
.list input[type=checkbox] +label.sel:before { border:1px solid #eaaf3e; }
.list input[type=checkbox] + label.on{ content:""; background:url(../images/Webview_Checkbox_on_thumb.png) 0 0 no-repeat; background-size: 32px; }

/* main contant */
.contant {margin-bottom:50px; padding:10px 13px; position:relative; height:100%;}
.contant_digit { padding:32px 29px; }
.contant h1 {margin-top:25px; color:#fafafa; font-size:18px; text-align:center}
.contant h1 .ico_tit { display: inline-block; vertical-align: middle; margin-right:7px  }
.contant h1 .ico_tit img { width:35px; height:35px; }
.contant .bg_pin {margin:20px auto 0; background:url(../images/simpleshare_pin_simpleshare.png) 0 0 no-repeat; background-size:275px 72px; width:274px; height:68px;}
.contant .explanation {margin:19px auto 114px auto; font-size:14px; text-align:center; width:75%}
.contant .explanation.digit { margin:45px auto 104px auto; width:100% }
.contant .explanation.digit_v2 { margin-bottom:104px; width:100% }
.contant .explanation.digit_v3{ margin-top:30px; margin-bottom:104px; width:100% }
.contant .explanation p {color:#fafafa; line-height:18px;}
.contant.link{margin: 64px 0 0; padding:21px 24px; position:relative; height:100%;}
.contant.link h1 {margin-top:196px; color:#252525 ;   opacity: 0.9; font-size:40px;
    text-align:center; font-weight: bold; height: fit-content; min-height: 48px}
.contant.link .explanation {margin:19px auto 78px auto; font-size:14px; text-align:center; width:75%}
.contant.link .explanation p {color:#252525 ;  opacity: 0.6; font-size:14px;  line-height:18px;   }  /*  font-family: Roboto Regular;*/

.pin_wrap {position:relative; overflow:hidden; margin:0 auto; background:#fafafa; border:1px solid #c3c3c3; border-radius:1px; box-shadow:1px 1px 1px rgba(0, 0, 0, 0.3); box-sizing:border-box; width:100%; height:250px; text-align:center;}
.pinlink_wrap { position: relative;  overflow: hidden; margin: 0 auto;  width: 100%; height: fit-content;  text-align: center;}
.dig_wrap { height:192px; border-radius: 14px; border:1px solid #cfcfcf; width:90%; position: relative; }
.wrap_h140 { height:148px; }
.pinnumber {box-sizing:border-box;}
.number input {padding-left:10px; background:#fff; border:2px solid #a5a4a6; border-radius:1px; width:200px; height:44px; box-sizing:border-box;}
.dig_number input { border-radius:6px; border:2px solid #d6d6d6; height:40px;width:206px; }
.dig_number.wid100 input { width:208px }
.btn_ok input[type=submit] {border:none;}
.btn_ok input {background:url(../images/bt_s_normal.png) 0 0 no-repeat; background-size:64px 44px; cursor:pointer; width:64px; height:44px; font-size:16px; color:#000;}
.btn_ok input:hover {background:url(../images/bt_s_mouseover.png) 0 0 no-repeat; background-size:64px 44px;}
.btn_ok input:active {background:url(../images/bt_s_pressed.png) 0 0 no-repeat; background-size:64px 44px; color:#fff;}
.link_button { 
    display: inline-block; 
    width: 75%; 
    height: 44px;
    background-color: rgba(0, 0, 0, 0.06);
    border-radius: 22px;
    font-size: 17px;
    color: #252525;
    text-align: center;
    line-height: 20px;
}
.link_button_mod { 
    height: 36px !important;
    width: fit-content;
    min-width: 100px;
}

.link_button_mod span { 
    font-family: NewSEC-Regular;
    font-weight: 600;
    font-size: 15px !important;
    line-height: 15px !important;
}

#selectFilesBtn, #cancelSelectBtn{
    font-family: NewSEC-Regular;
    font-weight: 600;
    color: #0072DE;
    letter-spacing: 0;
    text-align: right;
    position: relative;
    right: 20px;
    margin-left: auto;
    font-size: 14px;
    white-space: nowrap;
}

#selectFilesBtn.on, #cancelSelectBtn.on { background:#5381ed; color: #FAFAFA; }
#downloadFilesBtn.off, #downloadAllBtn.off { background-color: rgba(83, 129, 237, 0.4); color: rgba(250, 250, 250, 0.4); font-family: NewSEC-SemiBold; font-weight: 500; pointer-events: none;  }
#downloadFilesBtn.on, #downloadAllBtn.on { background:#0381FE; color: #FAFAFA; padding: 0 5px 0 5px; }
#selectFilesBtn.off, #cancelSelectBtn.off { color: #86898b;  pointer-events: none;  }
.refresh{
    cursor: pointer;
}

#downloadOption {
    border-radius: 26px;
    background: #fcfcfc;
    box-shadow: 0px 0px 5px 1px rgb(0 0 0 / 20%);
    -webkit-box-shadow: 0px 0px 5px 1px rgb(0 0 0 / 20%);
    -moz-box-shadow: 0px 0px 5px 1px rgb(0 0 0 / 20%);
    position: absolute;
    right: 10px;
    top: 83px;
    z-index: 2;
    margin-left: 10px;
}

#downloadOption ul {
    padding: 0 24px;
}

#downloadOption ul li {
    color: #010102;
    font-family: NewSEC-Regular;
    font-size: 16px;
    font-weight: 400;
    height: 48px;
    align-items: center;
    display: flex;
    cursor: pointer;
}

.expandBtn {display:inline-block; position:absolute;bottom:0;right:0; width:22px; height:22px;
    background-size:22px 22px;
    background: url(../images/btn_ic_expand.svg) no-repeat center;
    border:0; outline:0; cursor: pointer;
    z-index: 57;
}

.check_area label{
    font-family: NewSEC-Regular;
    font-size: 10px;
    color: #252525;
}
    
.btn_dig_ok input {background:#fff; border:1px solid #dadada; box-shadow:1px 1px 1px #f0f0f0;  border-radius:6px;cursor:pointer; width:56px; height:40px; font-size:16px; color:#000;}
/*.btn_dig_ok input:hover {background:#e8e8e8; }
.btn_dig_ok input:active {background:#b1b1b1; color:#fff;}*/

.btn_dig_ok a  {background:#fff; border:1px solid #dadada; box-shadow:1px 1px 1px #f0f0f0;line-height: 40px; display: inline-block; vertical-align: middle; border-radius:6px;cursor:pointer; width:56px; height:40px; font-size:16px; color:#000;}
.btn_dig_ok a:hover{background:#e8e8e8; }
.btn_dig_ok a:active{background:#b1b1b1; color:#fff;}
.pin_text {margin:11px auto 24px auto; color:#464646; font-size:14px; text-align:center; line-height:16px; width:75%;}
.pre_text {margin:30px auto 0 auto; text-align:left; width:268px;color:#464646; font-size:14px;}
.dig_wrap .pin_text  {margin: 2px auto 20px auto; text-align:left; width:268px}
.pin_error {margin:8px auto 42px auto; font-size:14px; text-align:center; color:#ff1616; line-height:18px; width:75%;}
.pin_box {position:relative;}
.dig_box { margin-bottom:45px; }
.pin_img {position:absolute; top:-74px; margin:0 auto; left:0; right:0; text-align:center; z-index:120;}
.pin_img img {width:276px; height:106px;}
.pin_img.digit { top:-74px; }
.pintop_img {position:absolute; top:72px; margin:0 auto; left:0; right:0; text-align:center; z-index:120;
    padding:25px 30px 24px 30px;}
.pintop_img img {width:56px; height:56px;}

.pin_wrap .pin_error { margin:3px 0 0 0; width:100%;}
.dig_wrap .pin_error{font-size: 13px;  letter-spacing: -0.03em}
.h147 { height:147px; }
.pin_wrap2 {text-align:center;}
.pin_wrap2.box_white {border-radius: 14px; border:1px solid #cfcfcf; width:100%; background:#fff; padding-bottom:50px; }
.pin_wrap2 .info_text {margin-top:7px; color:#252525; font-size:19px;}
.box_white .info_text { margin-top:18px; font-family: NewSEC-Regular; font-weight: 600; }
.pin_wrap2.box_white .pin_text { margin:30px auto 22px auto; width:270px; text-align:left}
.dig_wrap .info_text{ color:#dd2c00; font-size:14px;}
.pin_wrap2 .pin input{padding-left:10px; background:#fff; border:2px solid #a5a4a6; border-radius:1px; width:290px; height:44px; box-sizing:border-box;}
.pin_wrap2.box_white .pin input { width:270px; }
.pin_wrap2.box_white  input { border-radius:6px; border:2px solid #d6d6d6; height:40px; }
.pin_wrap2 .character_wrap {margin:10px auto 0; width:290px; text-align:center;}
.pin_wrap2.box_white .character_wrap {margin:14px auto 0; width:270px;}
.pin_wrap2 .captcha {display:inline-block; margin:0 5px 10px 0; padding:0px; background:#fff; border:2px solid #a5a4a6; border-radius:1px; width:215px; height:44px; box-sizing:border-box;}
.pin_wrap2.box_white .captcha {position:relative; border-radius:6px; border:2px solid #d6d6d6;height:40px;width:100%; margin-bottom:14px;  }
.pin_wrap2.box_white .captcha span { display: inline-block;  text-align: left; }
.pin_wrap2 .btn_refresh {display:inline-block; float:right;}
.pin_wrap2.box_white .pin_error { width:270px; text-align:left; margin:22px auto 25px auto; letter-spacing:-0.03em }
.pin_wrap2 .btn_refresh a {display:inline-block; background:url(../images/gallery_channel_web_view_ic_refrash_normal.png) 50% 50% no-repeat, url(../images/bt_s_normal.png) 0 0 no-repeat; background-size:20px 20px, 64px 44px; cursor:pointer; border-radius:1px; box-sizing:border-box; width:64px; height:44px}
.pin_wrap2 .btn_refresh a:hover {background:url(../images/gallery_channel_web_view_ic_refrash_normal.png) 50% 50% no-repeat, url(../images/bt_s_mouseover.png) 0 0 no-repeat; background-size:20px 20px, 64px 44px;}
.pin_wrap2 .btn_refresh a:active {background:url(../images/gallery_channel_web_view_ic_refrash_pressed.png) 50% 50% no-repeat, url(../images/bt_s_pressed.png) 0 0 no-repeat; background-size:20px 20px, 64px 44px;}
.pin_wrap2.box_white .img_refresh { position:absolute; top:8px; right:10px; display:block;  text-indent:-1000em; background: url( ../images/btn_refresh.png  )  50% 50% no-repeat; background-size:20px; width:20px;height:20px;  }
.pin_wrap2 .btn_ok a {display:inline-block; margin-top:15px; padding-top:12px; background:url(../images/bt_l_normal.png) 0 0 no-repeat; background-size:290px 44px; box-sizing:border-box; width:290px; height:44px; font-size:16px; color:#000; text-align:center;}
.pin_wrap2 .btn_ok a:hover {background:url(../images/bt_l_mouseover.png) 0 0 no-repeat; background-size:290px 44px;}
.pin_wrap2 .btn_ok a:active {background:url(../images/bt_l_pressed.png) 0 0 no-repeat; background-size:290px 44px;}
.text_area {vertical-align:middle; text-align:center;
    position: absolute; top:50%;left:50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    width:100%; height: auto}
.text_area.link {vertical-align:middle; text-align:center;
    position: relative;  margin-top:12px; margin-bottom: 150px; left:50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    width:100%; height: 0; min-height: 26px;}
.info_box {position:relative; top:-50%;}
.info_text {margin:0 10px; color:#252525; font-size:19px;}
.infolink_text {margin:0 10px; color:#252525; font-size:15px; opacity: 1; line-height: 26px; font-family: NewSEC-Regular; font-weight: 600;} /*font-family: Roboto Regular; */
.infolinkex_text {margin:0; color:#010102 ; font-size:17px;  line-height: 24px; text-align: left; font-family: NewSEC-SemiBold; font-weight: 500; letter-spacing: 0;} /* font-family: Roboto Regular; */
.infolinkex_text img{ width: 20px;  height: 20px; margin-right: 10px;  margin-bottom: -3px;}
.infolinkex_body {color:#010102; font-size:13px; opacity: 1; font-family: NewSEC-Regular; letter-spacing: 0; text-align: left; line-height: 24px;}
.pin_title {margin:0 10px; color:#69ca48; font-size:19px;}
.dig_title {margin:0 10px 23px 10px; color:#297fff; font-size:19px; font-family: NewSEC-Regular; font-weight: 600;}
.info_title {color:#252525; font-size:19px;}

.link_text {margin:130px 0 5px 0px;}
.link_text p {color:#fafafa; font-size:12px; text-align:center; line-height:16px}
.link_text a {color:#fafafa;}
.link_text a:hover, .link_text a:active {color:#0070d2; text-decoration:underline;}

/* footer */
footer { position: relative; }
footer.bg2{ position: relative;   top: -48px;}
/*약관보기 */ 
/* footer .footer_pol{ position:absolute; bottom:0; left:0;height:88px;width:100%; background:#459ab7; } */
footer .footer_pol{ position:absolute; bottom:0; left:0;height:58px;width:100%; background:#459ab7;}
footer .footer_pol .area_pol{ padding:10px 0 0 13px; }
footer .footer_pol .area_pol .link_pol a,footer .footer_pol .area_pol .link_pol
{ color:#f0f0f0; font-size:12px; }
footer .footer_pol .area_pol .logo { padding:1px 0;}
footer .footer_pol .area_pol .logo img {width:90px; height:20px;}
footer .footer_pol .area_pol .copy_pol {font-size:10px; color:#fff;}

footer .footer_link { position:absolute; bottom:0; left:0; width:100%; min-width: 320px; overflow: hidden}
footer .footer_link .area_pol{ padding: 0 20px; }
footer .footer_link .area_pol .link_pol a,footer .footer_link .area_pol .link_pol
{ color:#f0f0f0; font-size:12px; }
footer .footer_link .area_pol .logo { padding:1px 0;}
footer .footer_link .area_pol .logo img {width:90px; height:20px;}
footer .footer_link .area_pol .copy_pol {font-size:13px;  color: #777777;  opacity: 0.6; line-height: 16px;} /* font-family: Roboto Regular; */
footer .footer_link .area_pol_new { padding: 15px 19px 20px 24px; }
footer .footer_link .area_pol_new .logo { padding:1px 0; max-width: 90px; overflow: hidden;}
footer .footer_link .area_pol_new .logo img {width:88px; height:23px; margin-left: -5px;}
footer .footer_link .area_pol_new .info_pol {font-size:12px;  color: #252525; letter-spacing: 0; font-family: NewSEC-Regular;}

footer .main {margin-top:-30px; height:30px; text-align:center;}
footer .dig_main { position:absolute;bottom:0; width:100%;}
footer .main p{color:#fafafa; font-size:12px; margin:0 auto; width:75%;}
footer .dig_main p {color:#d6ebf2 ; font-size: 13px ; padding-bottom:27px;  text-align: center; line-height:18px}
footer .main a {color:#fafafa;}
footer .dig_main a {color:#0963f8  ; margin-top:6px;  display: block}
footer .main a:hover, .link_text a:active {color:#0070d2; text-decoration:underline;}
.footer_dig { position: fixed; bottom:0; height:48px;line-height:48px; color:#0e0e0e; border-top:1px solid #e6e6e6;text-align: center; cursor: pointer; width: 100%; background: #fafafa; z-index: 100; text-transform: uppercase;}
.footer_dig a { display:block; width:99%; height:45px; margin:0 auto;}
.footer_dig.off { background:#f0f0f0;  pointer-events: none;  }
.footer_dig.off a {color:#b5b5b5;}
.footer_dig.tab_on { border:1px solid #eaaf3e; }
footer .ge_main {margin-top:-30px; height:30px; text-align:center;}
footer .ge_main p{color:#fafafa; font-size:12px;}
footer .ge_sub {margin-top:-30px; height:30px; text-align:center;}
footer .ge_sub p{color:#464646; font-size:12px; opacity:0.9}

footer .fix_wrap.bg2 {overflow:hidden; background: #252525; border-bottom:1px solid #e7e6e6;  height:48px ;     position: fixed;    top: 590px;  z-index: 100; width:100%; display:table} /* height:56px; */


/* sub contant */
.list {display:-moz-box; display:-webkit-box; display:-ms-flexbox; display:box; width:100%; margin-bottom:48px; padding-right: 8px;}
.list .img_wrap { position:relative; padding:0; margin:0; -moz-box-flex:1.0; -webkit-box-flex:1.0; -ms-flex:1.0; width:100%; margin-bottom: 60px;transform: translate(2%, 0) scale(1);}
.list li {
    position: relative;
    float: left;
    box-sizing: border-box;
    width: calc((100vw - 40px) / 3);
    height: calc((100vw - 40px) / 3);
    line-height: 0.5;
    margin-bottom: 10px;
    margin-right: 10px;
}

.list li img { width:100%; height: 100%; object-fit: cover; }
/* file type */
.list .file_wrap {position:relative; overflow:hidden;background: rgba(201,201,201,0.10); margin-right:10px; 
    margin-bottom:10px; }
.list .file_wrap img { width:100%; height: 100%; margin:0px; padding:0px;}
/* .list .file_wrap img.new {z-index:30; width:30%; height:30%; margin:40px; padding:0px;} */
.list .file_type {position:absolute;  padding:4px 0 0 7px; color:#fafafa; font-size:14px; z-index:50;max-width:80%; height:36px; line-height:16px; overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; word-wrap:break-word; word-break:break-all;} /* top:0px; */
/*.list .file_type.new { bottom:0px;  top: initial; padding:3px 6px 0 6px; color:#000000 ; font-family: Roboto Regular; font-size:11px; background-color: #e9e9e9;    opacity: 0.7; z-index:50;max-width:100%; width:100%; height:21px; line-height:16px;  -webkit-line-clamp:1;} */
.list .file_type.new { left: 0; bottom: 0px; padding: 3px 6px 0 6px; color: #252525; font-family: NewSEC-Regular; font-weight: 400; font-size: 11px;  background-color: rgb(201, 201, 201, 0.2); z-index: 50;  max-width: 100%;  width: 99.5%;  height: 21px;  line-height: 18px;  -webkit-line-clamp: 1; }  /*  white-space:nowrap; top: initial;  font-family: Roboto Regular; */
.list .file_type.new.select_mode {padding: 3px 22px 0 6px;font-family: NewSEC-Regular;font-size: 11px;}

.list .file_category {
    display: flex;
    flex-direction: column;
    padding: 21.1% 29.54% 37.0375%;
    height: 100%
}

.list .file_broken {
    display: flex;
    flex-direction: column;
    padding: 29.54%;
}

.list .file_select {position:absolute; top:23px; padding:6px 0 0 7px; color:#fafafa; font-size:14px; z-index:50;max-width:80%; height:38px; line-height:16px; overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; word-wrap:break-word; word-break:break-all;}

.list .viedo_wrap {position:relative;}
.list .error_type {position:absolute; left:30%; margin:0 auto; padding-top:30%;  width:42%; height:42%; z-index:55; text-align:center;}
.list .error_type img {width:100%;}

.list .movie_wrap {position:absolute; bottom:0px; opacity:0.6; border-right:1px solid #fff; border-bottom:1px solid #fff; box-sizing:border-box; width:100%; height:27%; z-index:35}  /* background:#000;  */
.list .movie_type {  position: absolute;  left: 4px;  bottom: 4px;  z-index: 55;}
.list .movie_type img {width:33%; height: auto !important;}
.list .file_capacity {position:absolute; left:25px; bottom:10px; z-index:55; text-align:left; font-size:11px; color:#fafafa;  -webkit-text-stroke-color: #252525;  -webkit-text-stroke-width: 1px;  -webkit-text-stroke: rgba(72, 71, 71, 0);} /*  font-family: Roboto Regular; */
.list .file_capacity.new   { padding: 0 5px 4px; bottom:8%;  left: 4px;  height: 14px;  line-height: 16px;  overflow: hidden;  text-overflow: ellipsis;  -webkit-line-clamp: 1;  -webkit-box-orient: vertical;  word-wrap: break-word;  word-break: break-all;white-space:nowrap;}

.movie_icon {position:absolute; top:50%; left:0; right:0; bottom:4px; margin:0 auto; margin-top:-20px; width:40px; height:40px; z-index:55; text-align:center;}
#wrap .flexslider .slides > li {position: relative;}

/*download_background*/
.bg_down {position: absolute; height:100%;width:100% ;left:0; z-index:0; background: rgba(140,140,140,.95);}
.down_container {
    width: 100%;
    background: #f6f6f6;
    /* position: absolute; */
    position: relative;
    height: 56px;
    pointer-events: none;
    /* bottom: 0; */
}
.down_area1 {
    background: #f6f6f6;
    height: 56px;
    width: 100%;
    color:#fff;
    z-index: 9999!important;
    pointer-events: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
.down_area1 .btn_down1 { width: 100%; display: block; text-align: center; color: #010102; font-size: 17px; line-height: 21px; font-family: NewSEC-Regular; font-weight: 600; height: 44px; width: 216px; background-color: #e4e4e7; border-radius: 22px; padding: 12px 16px; }
.down_area1 .bg_footer { position: absolute;bottom:0; left:0; background:#000; opacity:.15;width:100%; height:48px;  }
.down_info { position: relative; width:100%; background: #fcfcfc; height: 64px; z-index:9999!important; max-width: 1028px; left: 50%; transform: translateX(-50%);}  /* background:rgba(0,0,0,.15); */
.down_info ul { padding: 10px 20px 10px 52px }
.down_info ul li { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.down_info ul li.down_name { margin-bottom: 0; width: 200px; font-family: NewSEC-Regular; font-weight: 600;}
.down_info ul li.down_size { font-family:NewSEC-Regular;}
.down_name { font-size: 21px; line-height: 27px; font-weight: 500; color: #010102; }
.down_size { font-size: 13px; line-height: 15px; color: #636363; }
.down_info ul li .btn_file_down { background:url(../images/easyshare_view_ic_downloaded.png) no-repeat; background-size:20px 21px; width:20px; height:20px; display:inline-block; vertical-align:middle;text-indent:-1000em}
.down_info a.btn_report{ display:block; position:absolute;font-family: NewSEC-SemiBold; font-weight: 500; top: 0; right: 20px; font-size: 16px; line-height: 19px; color: #010102; padding: 23px 0 22px; }  /*  font-family: Roboto condensed bold; */
.down_list {position:absolute; top:50%;left:50%; transform: translate(-50%, -50%);-webkit-transform: translate(-50%, -50%);-o-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%);  width:100%; height: auto;  z-index:60; text-align: center; /* margin-top: 34px */ }
.down_list.top_video{ margin-top:38px; }
.down_list>img {width:100%; min-height:100%;}
.down_list .img_icon { text-align: center;  }
.down_list .img_icon img { width:72px; height:72px; }
.detail_view_area { position: absolute; width:100%; z-index:9999!important; max-width: 1024px; left: 50%; transform: translateX(-50%);}

.file_icon {
    width:100%; max-width: 1024px;
    z-index: 60;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.file_icon .icon_placeholder {
    width: 260px;
    height: 260px;
    background: rgba(201,201,201,0.10);
    border-radius: 26px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}
.file_icon .img_icon {
    display: flex;
}
.file_icon .file_name {
    font-family: NewSEC-Regular;
    font-size: 20px;
    color: #252528;
    text-align: center;
    font-weight: 400;
    height: 24px;
    margin-top:24px;

    text-size-adjust: auto;
    -webkit-text-size-adjust: auto;
    -ms-text-size-adjust: auto;
    -moz-text-size-adjust: auto;
}
.file_icon .img_icon img { width: 72px; height: 72px; }
.broken_icon { width: 72px !important; height: 72px !important; }
/* content checkbox */
.content_check {
    opacity: 1;
    position: absolute;
    top: 69px;
    left: calc(50% + 5px);
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    height: 32px; width: 100%;
    max-width: 1024px;
    z-index: 60;
    text-align: center;
}
.content_check input[type=checkbox] {position: absolute;width: 1px;height: 1px;padding: 0;margin: -1px;overflow: hidden; clip:rect(0,0,0,0); border: 0 }
.content_check input[type=checkbox] + label{ display: block;position: relative; top: 0;left: 0; }
.content_check input[type=checkbox] + label:before {content:""; display:inline-block; position:absolute; top: 0px; left: 0px; width: 32px; height: 32px; background:url(../images/Webview_Checkbox_off_thumb.png) 0 0 no-repeat; background-size: 100%; }
.content_check input[type=checkbox]:checked + label:before {content:""; background:url(../images/Webview_Checkbox_on_thumb.png) 0 0 no-repeat; background-size: 32px; }
.content_check input[type=checkbox] +label.sel:before { border:1px solid #eaaf3e; }
.content_check input[type=checkbox] + label.on{ content:""; background:url(../images/Webview_Checkbox_on_thumb.png) 0 0 no-repeat; background-size: 32px; }

/* .file_viewer */
.file_img {margin:192px auto 0 auto; width:63px; height:63px;}
.file_img img {width:100%;}
.file_info {margin-top:20px; width:100%; text-align:center;}
.file_info p {color:#313131; font-size:16px; line-height:24px;}

/* Gallery Event */
#ge_main_wrap {margin:0 auto; min-width:320px; background:#0b96fa; min-height:100%; overflow-x:hidden;}
#ge_main_wrap .contant, #sub_wrap .contant {padding-bottom:0px}
#ge_main_wrap .contant h1 {margin-top:13px; color:#fafafa; font-size:20px; text-align:center}
.contant .ge_bg_pin {margin:10px auto 0; background:url(../images/gallery_channel_web_view_ic_01.png) 0 0 no-repeat; background-size:282px 160px; width:282px; height:78px;}
.contant .ge_explanation {margin-top:30px; font-size:14px; text-align:center;}
.contant .ge_explanation p {margin:0 auto; color:#fafafa; text-align:center; line-height:18px; width:75%;}
.ge_pin_wrap {overflow:hidden; position:relative; margin:0 auto; background:#fafafa; border:1px solid #c3c3c3; border-radius:2px; width:100%; height:250px; text-align:center;}
.ge_info_sub {margin:11px auto 0 auto; color:#464646; font-size:14px; width:75%;}
.ge_pin_wrap .pin_error {font-size:14px; text-align:center; color:#ff1616; margin:0 auto; width:100%;}
.ge_caution {margin:24px auto 0 auto; color:#fafafa; font-size:12px; text-align:center; line-height:16px; width:75%;}
.ge_sub_text {margin-top:7px; color:#999; font-size:15px;}
.nom {height: 100%; background-color: #626262}

/* no item_wrap */
.ge_item_wrap {text-align:center;position:absolute; top:50%;left:50%; transform: translate(-50%, -50%);-webkit-transform: translate(-50%, -50%);-o-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%);  width:100%; height: auto;  z-index:60; }
.ge_item_img img {margin-bottom:26px; width:82px; height:82px;}
.ge_no_data_wrap {margin:0 auto;}
.ge_no_img {text-align:center;}
.ge_no_img img {width:84px; height:84px;}
.ge_no_data {margin-top:3px; color:#fafafa; font-size:19px; text-align:center;}

/*layer pop*/
.layer_toast { background:#fafafa; position:fixed;border-top:1px solid #e6e6e6; bottom:48px; left:0; z-index:110; width:100%; height:120px;padding:10px 0 ; text-align: center;}
.btn_pop { display:inline-block; background:#56c0e5; color:#fff; padding:5px 15px; }
.bg_pop {display:none;  position: fixed; z-index: 10000; top:0; left:0; bottom:0; right:0; background:rgba(0,0,0,.5) }
.layer_pop { position: absolute; background:#FCFCFC; width:80%; max-width:340px; height:auto; padding:24px 24px 20px; text-align:left; 
            box-shadow:2px 2px 2px rgba(0,0,0,.15); top: 50%; left: 50%; transform: translate(-50%, -50%);-webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);-moz-transform: translate(-50%, -50%);-o-transform: translate(-50%, -50%); border-radius: 26px;} 
.layer_pop .txt_service{
    font-family: NewSEC-Regular;
    font-size: 14px;
    color: #252525;
    letter-spacing: 0;
    line-height: 23px;
}
.layer_pop .txt_service_header{
    font-family: NewSEC-SemiBold;
    font-size: 16px;
    color: #252525;
    letter-spacing: 0;
    line-height: 23px;
    font-weight: 500;
    margin-bottom: 15px;
}
.layer_pop.ok { padding:10px 0; border-radius: 15px;}
.layer_pop.ok .txt_service{  padding: 30px 24px; text-align: left;  font-size: 16px;  color: #252525;}  /* font-family: Roboto Regular; */
.layer_pop .btn_close { display: block; position: absolute; top:0; right:0; height:28px; width:28px; background: url(../images/btn_close.gif) no-repeat; text-indent:-1000em; z-index:140  }
.layer_pop h3{ padding: 14px 24px; text-align: left;    font-size: 18px;  opacity: 0.9;  color: #252525;} /*  font-family: Roboto Condensed Bold; */
.pop_btns a.btn_ok {background: #fff; margin-right:14px;  font-size: 15px;  color: #499ebd; } /*  font-family: Roboto Condensed Bold; */
.text_lch { padding:10px 15px; }
.pop_btns { margin-top:16px; text-align:center;}
.pop_btns.ok {text-align:right;    padding: 0px; }
.pop_btns a { display: inline-block; padding: 7.5px 0; height: 36px; width: 105.5px;}
.pop_btns a.btn_confirm, .pop_btns a.btn_cancel {
    font-family: NewSEC-Regular;
    font-weight: 600;
    font-size: 18px;
    color: #010102;
    text-align: center; 
    word-wrap: break-word;
}
.pop_btns .btn_separator {
    display: inline-block;
    height: 16px;
    background: #E6E6E6;
    width: 1px;
    margin-top: -4px;
    vertical-align: middle;
}

/* dummy div */
div[id^=dummy]{display:none;}

/* move to fotoram.dev.css */

/* navigation buttons */
.page_button { position: absolute; bottom: 56px; z-index:9999; width: 44px; height: 72px; background-color: rgba(246, 246, 246, 0.9); }
.prev_button { left: 0px; }
.prev_button a { display: block; text-indent:-1000em; background:url(../images/Share_tips_prev.png) no-repeat center; width: 44px; height: 72px; background-size: 20px 20px; }
.next_button { right: 0px; }
.next_button a {
    display: block;
    text-indent:-1000em; background:url(../images/Share_tips_prev.png) no-repeat center;
    width: 44px; height: 72px;
    background-size: 20px 20px;
    transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -moz-transform: scaleX(-1);
}

.fotorama {
    visibility: hidden;
}

/* thumbnails */
.fotorama__nav__shaft { margin: 11px 0; transition-property: transform, width, left !important; }
.stage__shaft__resize { width: 100% !important; }
.fotorama__nav:before { background-image: none !important; }
.fotorama__nav:after { background-image: none !important; }
/* .fotorama__thumb-border { border: 2px solid white !important; background-image: none !important; margin-top: -4px !important; margin-left: -6px; width: 54px !important; height: 54px !important; transition-duration: 0ms !important; } */
.fotorama__thumb-border { display: none;}
.fotorama__thumb { background: #f9f9f9 !important; }
.fotorama__nav--thumbs .fotorama__active { transform: scale(1.2); -webkit-transform: scale(1.2); -ms-transform: scale(1.2); -o-transform: scale(1.2); -moz-transform: scale(1.2); z-index: 1; transition-property:-webkit-transform; transition-property: transform; transition-timing-function: cubic-bezier(0.1,0,.25,1); transition-duration:0ms}
.fotorama__nav__frame--thumb { transform: scale(1); -webkit-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); -moz-transform: scale(1); transition-property:-webkit-transform; transition-property: transform; transition-timing-function: cubic-bezier(0.1,0,.25,1); transition-duration:0ms}
.fotorama__thumb .fotorama__loaded--img{ background: rgba(201,201,201,0.10) !important; }
.fotorama__nav-wrap { background: #f6f6f6; }
.thumbcheck { position: absolute; width: 20px; height: 20px; left: 0.5px; }
.fotorama__active .fotorama__thumb { outline: 2px solid white;}
/* fotorama detail view max width */
.fotorama__stage__frame img.fotorama__img {
    height: auto !important;
    max-width: 100% !important;
    max-height: 100% !important;
    margin: auto;
    left: 0px !important;
    top: 0! important;
}
.div_masking {
    max-width: 1024px;
    margin: 0 auto;
    overflow: hidden !important;
    position: relative;
}

/*shareweb image, video background color*/
.bg_gallery { background: #fcfcfc; }
.bg_foto {  position: relative; }

.fotorama .file {  position: absolute;  top: 50%; left: 50%;transform: translate(-50%, -50%);-webkit-transform: translate(-50%, -50%); 
                   -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%);-o-transform: translate(-50%, -50%);
                   width:95%; height: auto;  z-index:60; text-align: center;}
.fotorama .file .img_file { width:63px; height:63px; margin:0 auto; }
.fotorama .file .img_file img { width:100%; }
.fotorama .file .info_file { margin-top:20px; }
.fotorama .file .info_file p {  color: #313131;font-size: 16px; line-height: 24px; }
.fotorama .fotorama__video-play {
    background: rgba(0,0,0,0.40);
    border-radius: 20px;
    border: 1px solid rgb(255, 255, 255, 0.20);
    margin-left:-35px;
    margin-top:-35px;
    min-width:80px;
    height: 36px;
    position: absolute;
    bottom: 16px;
    top: unset !important;
}
.fotorama .fotorama__video-play .video-play {
    background: url(../images/ic_viewer_play.png) no-repeat;
    background-size:24px 24px;
    font-family: NewSec-Regular;
    font-size: 15px;
    font-weight: 600;
    color: #FAFAFA;
    display: block;
    height: 24px;
    min-width: 54px;
    margin: 5px 7px 0;
    pointer-events: none;
    padding: 5px 0 0 27px;
    text-size-adjust: auto;
    -webkit-text-size-adjust: auto;
    -ms-text-size-adjust: auto;
    -moz-text-size-adjust: auto;
}

.fotorama .fotorama__video-play .btn360-play {
    background: url(../images/ic_viewer_360.svg) no-repeat;
    background-size:24px 24px;
    color: #FAFAFA;
    display: block;
    height: 24px;
    min-width: 54px;
    margin: 5px 12px 0;
    pointer-events: none;
    padding: 5px 0 0 27px;
    font-family: NewSEC-SemiBold;
    font-size: 15px;
    font-weight: 500;
}
.fotorama .fotorama__view_360_photo { background-size:30px 30px; border: 1px solid rgba(255,255,255,0.20); margin-left:-35px; margin-top:-35px; height: 36px !important; background-size: center; background-color: rgba(0,0,0,0.40);}
.fotorama .fotorama__view_360_photo .video-play { visibility: hidden; }
.fotorama .fotorama__video {top: 0px;} 
.fotorama__stage:before {
    opacity: 0;
}.fotorama__stage:after {
    opacity: 0;
}
.header-hidden { visibility: hidden; position: relative; }

#dialogOverlay, #progressOverlay {
    background: rgb(0,0,0, 0.18);
    display: flex;
    width: 100%;
    position: fixed;
    min-height: 100%;
    top: 0;
    z-index: 200;
}

#dialogInfo {
    background: #FCFCFC;
    border-radius: 26px;
    width: 340px;
    min-height: 263px;
    margin: auto;
    padding: 24px 24px 20px;
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 200;
}

#dialogInfo h3, #dialogInfo .dialogCloseBtn {
    font-family: NewSEC-SemiBold;
}

#dialogInfo li {
    font-family: NewSEC-Regular;
}

#dialogInfo h3 {
    font-size: 16px;
    color: #010102;
    font-weight: 500;
    line-height: 27px;
}

#dialogInfo ul {
    padding-left: 24px;
    margin: 8px 0 16px;
}

#dialogInfo li {
    font-size: 14px;
    color: #848487;
    letter-spacing: 0;
    line-height: 22px;
    font-weight: 400;
    list-style: disc;
}

#dialogInfo .dialogCloseBtn {
    width: 262px;
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    font-size: 18px;
    color: #010102;
    font-weight: 500;
}

#progressModal {
    align-items: center;
    background: #FCFCFC;
    border-radius: 26px;
    max-width: 340px;
    min-height: 119px;
    width: 100%;
    margin: auto;
    padding: 24px 24px 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    z-index: 200;
}

#progressModal .zipProgress-msg, #progressModal .zipError-msg {
    justify-content: center;
    align-items: center;
    width: 100%;
}

#progressModal .loadingIcon {
    background:url("../images/oneui_indeterminate_progress.svg");
    background-size: 60px;
    margin: 0 auto 15px;
    width: 60px;
    height: 60px;
    display: block;
}

#progressModal h3, #progressModal .zipProgress-msg p {
    font-size: 15px;
    color: #252525;
    text-align: center;
    line-height: 21px;
}

#progressModal h3 {
    font-family: NewSEC-SemiBold;
    font-weight: 500;
    margin: 0 auto 4px;
}

#progressModal p {
    font-family: NewSEC-Regular;
    font-weight: 400;
}
#progressModal .zipError-msg p {
    font-size: 14px;
    color: #252525;
    letter-spacing: 0;
    line-height: 23px;
}

#progressModal .progressBtn {
    width: 100%;
    height: 36px;
    display: flex;
    justify-content: center;
    margin: 16px 0 0;
}

#progressModal .progressBtn button {
    font-family: NewSEC-Regular;
    font-size: 18px;
    color: #010102;
    text-align: center;
    font-weight: 800;
}

#listInfo .span {
    text-size-adjust: auto;
    -webkit-text-size-adjust: auto;
    -ms-text-size-adjust: auto;
    -moz-text-size-adjust: auto;
}

header .info_container .file {
    text-size-adjust: auto;
    -webkit-text-size-adjust: auto;
    -ms-text-size-adjust: auto;
    -moz-text-size-adjust: auto;
}

header .info_container .expired {
    text-size-adjust: auto;
    -webkit-text-size-adjust: auto;
    -ms-text-size-adjust: auto;
    -moz-text-size-adjust: auto;
}

header .fix_wrap .header_container .sender {
    text-size-adjust: auto;
    -webkit-text-size-adjust: auto;
    -ms-text-size-adjust: auto;
    -moz-text-size-adjust: auto;
}

header .select_container .check_container #selectedCount {
    text-size-adjust: auto;
    -webkit-text-size-adjust: auto;
    -ms-text-size-adjust: auto;
    -moz-text-size-adjust: auto;
}

#cancelSelectBtn {
    text-size-adjust: auto;
    -webkit-text-size-adjust: auto;
    -ms-text-size-adjust: auto;
    -moz-text-size-adjust: auto;
}

.link_button_mod {
    text-size-adjust: auto;
    -webkit-text-size-adjust: auto;
    -ms-text-size-adjust: auto;
    -moz-text-size-adjust: auto;
}

.fotorama__view_360_photo, .fotorama__video-play {
    position: fixed !important ;
    right: 0 !important;
    left: 0 !important;
    margin-right: auto !important;
    margin-left: auto !important;
    width: fit-content !important;    
}

.read-more, .read-less, .text-link {
    cursor: pointer;
    font-weight: 500;
    text-decoration: underline;
    color: #0072DE;
    cursor: pointer;
}

.more-content {
    display: none;
}

.onlyText {
    overflow-y: hidden;
    white-space: pre-wrap;
    padding-right: 30px;
    padding-left: 35px;
    word-break: break-all;
    overflow-wrap: break-word;
    max-width: 100%;
    margin-left: 0;
    display: -webkit-box;
    max-height: 200vh;
    -webkit-line-clamp: 80;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    margin-bottom: 32px;
}

.previewText {
    font-weight: bold;
    margin-top: 8px;
    font-size: 18px;
    color: #000;
    padding-right: 30px;
    padding-left: 35px;
}

@media screen and (orientation:landscape) and (max-height: 600px) {
    .onlyText {
        overflow-y: hidden;
        white-space: pre-wrap;
        padding-right: 30px;
        padding-left: 35px;
        word-break: break-all;
        overflow-wrap: break-word;
        max-width: 100%;
        margin-left: 0;
        display: -webkit-box;
        max-height: 200vh;
        -webkit-line-clamp: 40;
        -webkit-box-orient: vertical;
        text-overflow: ellipsis;
        margin-bottom: 32px;
    }
}



@media screen and (min-width: 600px) {
    .fotorama__html {
        max-width: 1028px;
        margin: 0 auto;
    }
    .down_container {
        width: 100%;
        height: 64px;
        background: transparent;
        position: absolute;
        top: 0;
        max-width: 1024px;
        margin: 0 auto;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        z-index: 99999;
    }
    .down_area1 {
        position: absolute;
        background: transparent;
        height: 64px;
        width: auto;
        padding: 23px 0 22px;
        right: 102px;
        top: 0;
    }

    .down_area1 .btn_down1 { font-size: 16px; line-height: 19px; font-family: NewSEC-SemiBold; background-color: transparent; width: 100%;}
    .fotorama__stage__frame img.fotorama__img {
        margin: auto;
        max-width: 1024px !important;
    }
    .page_button {
        bottom: 0px;
    }
    .zoom_controls { 
        bottom: 90px; 
    }
    .btn_report {
        width: 50px !important;
        margin-right: 30px !important;
    }

    .down_name {
        width: 35vw !important;
    }
}

@media screen and (orientation:landscape) and (min-width: 600px) {
    .fotorama__html {
        max-width: 1028px;
        margin: 0 auto;
    }
    .down_container {
        width: 100%;
        height: 64px;
        background: transparent;
        position: absolute;
        top: 0;
        max-width: 1024px;
        margin: 0 auto;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        z-index: 99999;
    }
    .down_area1 {
        position: absolute;
        background: transparent;
        height: 64px;
        width: auto;
        padding: 23px 0 22px;
        right: 102px;
        top: 0;
    }

    .down_area1 .btn_down1 { font-size: 16px; line-height: 19px; font-family: NewSEC-SemiBold; font-weight: 500;}
    .fotorama__stage__frame img.fotorama__img {
        margin: auto;
        max-width: 1024px !important;
    }
    .page_button {
        bottom: 0px;
    }
    .zoom_controls { 
        bottom: 90px; 
    }
}
@media screen and (max-width:500px) {
    #contentList, .contentsListSelection {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
    }
  }

@media screen and (min-width:640px) {
  header .info_wrap { display: flex; justify-content: space-between; flex-direction: column; }

  footer .footer_link .area_pol_new { padding: 15px 19px 20px 24px; }
}

@media screen and (min-width:640px) {

/* simle share */
.file_img {margin:70px auto 0 auto}
.pin_wrap {max-width:442px;}
/* gallery event */
.ge_pin_wrap {max-width:442px;}
.ge_caution {margin:24px auto 20px auto;}
.dig_main { margin-top:20px; }
/*20160720 simple header 오류 수정*/
header .profile_area dt.sender { max-width:560px; }

}
@media screen and (max-width:320px) {
    .pin_wrap2.box_white .pin input {width: 240px;}
    .pin_wrap2.box_white .character_wrap { width:240px; }
    .dig_number.wid100 input { width:176px; }
    .pin_wrap2.box_white .pin_text { width:240px; }
    .pin_wrap2.box_white .pin_error{  width:240px; }
    .dig_number input { width:180px }
    .contant { padding:10px 0; }
    .contant_digit { padding:25px; }
    .dig_wrap .pin_text { width:238px }
    .down_info ul li.down_name { width: 180px }

    header .select_container .check_container #selectedCount {
        font-size: 12px !important;
    }

    #cancelSelectBtn {
        font-size: 12px;
    }

    .link_button_mod span { 
        font-size: 13px !important;
    }
}

@media screen and (max-width:360px) {
    #progressModal {
        width: 300px;
    }
}

/*20160720 simple header 오류 수정*/
@media screen and (min-width:480px) {
    header .profile_area dt.sender { min-width:400px; }
}
/*20200610 GUI Guide*/
@media screen and (min-width:1920px) {
    .link_button {width: 100px;}
}

@media screen and (max-height: 640px){
    .text_area.link {margin-bottom: 300px;}
}

@media screen and (max-height: 200px){
    .fotorama .fotorama__video-play {
        background-size: 30px 30px;
        margin-left: -15px;margin-top: -5px;
        width: 30px;height: 30px;}
}

@media screen and (max-height: 660px){
    #sub_content.sub-cont-true {
        margin-top: 140px;
    }
}

@media screen and (max-height: 285px){
    #sub_content.sub-cont-true {
        margin-top: 103px;
    }
}

@media screen and (min-width: 630px){
    .body_container{
        display: flex;
        justify-content: center;
    }
    .body_container.check-false{
        max-width: 1024px;
        margin: 0 auto;
    }
    .body_container header {
        max-width:1024px;
        left:50%;
        transform: translate(-50%, 0);
    }
    .body_container #sub_content {
        width: 1024px;
    }
    .body_container.exp-true #sub_content {
        width: 1024px;
    }
    .body_container #sub_content.check-false {
        position: relative;
        transform: translate(0%, 0);
        display: block;
        margin-left: 0;
        margin-right: auto;
    }
    .body_container .list .img_wrap {
        top: 0;
        left: calc(50% + 10px);
        transform: translate(-50%, 0) scale(1) !important;
    }
}

@media screen and (min-width: 1023px) {
    /* .body_container #sub_content {
        width: 1024px;
        padding: 0px 32px;
    }
    .body_container.exp-true #sub_content {
        width: 1024px;
    } */

    .onlyText {
        overflow-y: hidden;
        white-space: pre-wrap;
        padding-right: 30px;
        padding-left: 35px;
        word-break: break-all;
        overflow-wrap: break-word;
        width: 1024px;
        margin-left: 0;
        display: -webkit-box;
        max-height: 200vh;
        -webkit-line-clamp: 80;
        -webkit-box-orient: vertical;
        text-overflow: ellipsis;
        margin-bottom: 32px;
    }

    footer .footer_link{
        transform: translate(-172%, -0);
        width:600px
    }
    footer .footer_link .area_pol_new{
        width:600px
    }
    .body_container.check-false footer .footer_link{
        transform: translate(-171%, 0);
    }
    .body_container.exp-true footer .footer_link{
        transform: translate(-171%, 0);
    }
    .footer-expired .footer_link{
        transform: translate(0, 0);
    }
    .body_container .list .file_wrap {
        width: 159px;
        height: 159px;
    }
    .list li {
        width: 159px;
        height: 159px;
    }
    .down_info ul li.down_name {
        width: 775px
    }
}

@media screen and (min-width: 640px) and (max-width: 820px){
    .list li {
        width: 120px;
        height: 120px;
    }
}

@media screen and (min-width: 821px) and (max-width: 1023px){
    .list li {
        width: 159px;
        height: 159px;
    }
}

@media screen and (min-width: 500px) and (max-width: 640px){
    .list li {
        width: 147px;
        height: 147px;
    }
}

@media screen and (min-width: 631px) and (max-width: 1023px){
    footer .footer_link{
        transform: translate(-135%, -0);
        width: 74vw;
    }
    footer .footer_link .area_pol_new{
        width:600px
    }
    .footer-expired .footer_link{
        transform: translate(0, 0);
    }
    .body_container.check-false footer .footer_link{
        transform: translate(-135%, 0);
    }
    .body_container.exp-true footer .footer_link{
        transform: translate(-135%, 0);
    }
}

@media screen and (min-width: 800px) and (max-width: 1023px){
    .body_container .list .file_wrap img {
        height: 100%;
    }
}

@media screen and (max-width: 630px){
    .body_container{
        display: flex;
        justify-content: center;
    }
    .body_container.check-false{
        max-width: 1024px;
        margin: 0 auto;
    }
    .body_container header {
        max-width:1024px;
        left:50%;
        transform: translate(-50%, 0);
    }
    .body_container #sub_content {
        width: 1024px;
    }
    .body_container.exp-true #sub_content {
        width: 100%;
    }
    .body_container #sub_content.check-false {
        position: relative;
        transform: translate(0%, 0);
        display: block;
        margin-left: 0;
        margin-right: auto;
    }
    .body_container .list .img_wrap {
        top: 0;
        left: calc(50% + 10px);
        transform: translate(-50%, 0) scale(1) !important;
    }
    footer .footer_link{
        transform: translate(-100%, -0);
        width: 100vw;
    }
    footer .footer_link .area_pol_new{
        width:600px
    }
    .body_container.check-false footer .footer_link{
        transform: translate(-100%, 0);
    }
    .body_container.exp-true footer .footer_link{
        transform: translate(-100%, 0);
    }
    footer .footer_link .area_pol_new .info_pol{
        overflow-wrap: break-word;
        width: 90vw;
    }
    .footer-expired .footer_link{
        transform: translate(0, 0);
        width: 100%;
    }
}

@media screen and (max-width: 485px){
    .layer_pop {
        text-align: start;
        width: 97.2%
    }
}

@media screen and (max-width: 357px){
    #sub_content.sub-cont-true.check-false {
        margin-top: 261px;
    }
    #sub_content.sub-cont-false.check-false{
        margin-top: 197px;
    }
}

@media screen and (max-width: 275px){
    .pop_btns .btn_separator {
        visibility: hidden;
    }
}

@media screen and (max-width: 280px){
    #listInfo {
        padding-left: 16px !important;
    }

    #listInfo .span {
        font-size: 4vw !important;
        word-break: break-word;
    }

    .infoShareText {
        font-size: 4.2vw !important;
        word-break: break-word;
    }

    header .info_container .file {
        font-size: 3.2vw !important;
        word-break: break-word;
    }

    header .info_container .expired {
        font-size: 4vw !important;
    }

    header .detailIncomplete {
        padding: 4px 20px 4px 8px
    }

    header .fix_wrap .header_container .sender {
        font-size: 6vw;
    }

    #cancelSelectBtn {
        font-size: 11px;
    }

    .down_name {
        font-size: 16px;
    }

    .btn_report {
        width: 50px;
        margin-right: 15px;
    }

    .btn_down1, .btn_report {
        font-size: 14px !important;
    }

    header .select_container .check_container #selectedCount {
        font-size: 11px !important;
    }

    .link_button_mod span { 
        font-size: 13px !important;
    }

    .down_name {
        width: 35vw !important;
    }

    #downloadOption ul li {
        font-size: 13px;
    }
}

@media screen and (max-width: 360px) and (min-width: 320px  ) {
    .infoShareText {
        font-size: 4.5vw !important;
        word-break: break-word;
    }

    #listInfo .span {
        font-size: 4vw !important;
        word-break: break-word;
    }

    header .info_container .file {
        font-size: 3.8vw !important;
        word-break: break-word;
    }

    header .info_container .expired {
        font-size: 4vw !important;
    }

    header .fix_wrap .header_container .sender {
        font-size: 6vw;
    }

    #cancelSelectBtn {
        font-size: 13px;
    }

    .down_name {
        font-size: 16px;
    }

    .btn_report {
        width: 50px;
        margin-right: 15px;
    }

    .btn_down1, .btn_report {
        font-size: 14px !important;
    }

    header .select_container .check_container #selectedCount {
        font-size: 13px !important;
    }

    .link_button_mod {
        width: fit-content !important;
    }

    .link_button_mod span { 
        font-size: 13px !important;
    }

    .down_name {
        width: 35vw !important;
    }
}

@media screen and (max-width: 599px) {
    .btn_report {
        width: 50px !important;
        margin-right: 25px;
    }
}

@media screen and (max-height: 450px) {
    .file_icon .icon_placeholder {
        width: 30vh;
        height: 30vh;
    }

    .file_icon .file_name {
        font-size: 15px;
    }
}

@media screen and (max-width: 600px) and (max-height: 500px){
    .file_icon .icon_placeholder {
        width: 20vh;
        height: 20vh;
    }

    .file_icon .img_icon img {
        width: 15vh;
        height: 15vh;
    }

    .file_icon .file_name {
        font-size: 13px;
    }
}