﻿@charset "utf-8";
html,
body,
div,
span,
applet,
object,
iframe,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
acronym,
address,
big,
cite,
code,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
caption,
form,
label,
legend {
    vertical-align: baseline;
    font-family: inherit;
    font-weight: normal;
    font-style: inherit;
    font-size: 100%;
    outline: 0;
    padding: 0;
    margin: 0;
    border: 0
}

a {
    vertical-align: baseline;
    font-family: inherit;
    font-weight: normal;
    font-style: inherit;
    font-size: 100%;
    padding: 0;
    margin: 0;
    border: 0
}

html,
body {
    -webkit-text-size-adjust: none;
    -webkit-overflow-scrolling: touch;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    color: #000;
    line-height: 1.5em;
    font-size: 40px;
    font-family: '굴림','Dotum';
	/*
바탕 : Batang
바탕체 : BatangChe
궁서 : Gungsuh
궁서체 : GungsuhChe
	*/
    font-size: 14px;
    background-color: #fff
}

html,
body.popup {
    min-width: inherit
}

ol,
ul {
    list-style: none;
}

table {
    border-collapse: separate;
    border-spacing: 0;
}

caption,
th,
td {
    font-weight: normal;
    text-align: center
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: ""
}

blockquote,
q {
    quotes: """"
}

img,
fieldset,
button {
    border: 0;
    vertical-align: top;
}

ul,
li,
ol {
    list-style-type: none
}

em {
    font-style: normal
}

caption,
legend {
    display: none;
    font-size: 0;
    height: 0;
    line-height: 0;
    overflow: hidden;
    text-indent: -9999em;
    visibility: hidden;
    width: 0
}

strong {
    font-weight: bold;
}

.sr_only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

a,
a:link,
a:visited {
    color: #666;
    text-decoration: none;
    cursor: pointer
}

a:hover,
a:active {
    color: #1292f2
}

.scroll_y {
    height: 100%;
    width: auto;
    overflow-y: auto
}

h2 {
    font-size: 30px;
    margin: 30px 0 30px 0
}

.float_left {
    float: left
}

.float_right {
    float: right
}

.dis_inb {
    display: inline-block;
}
.function_box
{
    align-items: center;
    justify-content: space-around;
    padding-right: 240px;
}
.user_info {color:#fff; z-index: 2;}
#id_name {width: 80px;}
#id_userbirth {width: 100px;}

.zoom_box  {display: flex ; overflow: hidden ;    margin-top: -3px;}
.zoom_box  a{display:block ; background-color: #DCD6C8; ; height: 24px ; line-height: 24px; border: 1px solid #666 ; border-radius: 2px; margin:2px 2px 5px 2px ;
min-width:60px; font-size:12px; font-weight: bold;
}


/*modal*/

.modal_box {
	text-align:left;
	position: fixed;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	z-index: 20;
	overflow: hidden;
	display: none;
	align-items: center;
    justify-content: center;
}


.modal_bg {
	position: absolute;
	;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .7);
	opacity: 1;
}

.local_modal_box {
	position:absolute;
	z-index: 10;
}

.modal {
	width: 90%;
    position: relative;
    background-color: #fff;
    box-shadow: 0 10px 20px rgb(0 0 0 / 30%);
    opacity: 1;
	border-radius:10px;

    border: 1px solid #666;
}

.modal_l { width:972px  }

.local_modal_box .modal {
margin:0
}

.modal_header {
	font-size: 15px;
	font-family: "nsk_b";
	color:#000;
	padding:5px 10px;
	border-bottom: 1px solid #ccc;
	background-color: #F0F0F0;
	border-radius:10px 10px 0 0;
}

.modal_header .modal_title {
	font-size: 15px;
	font-family: "nsk_b";
	font-weight: 700;
	padding: 0px
}

.modal_header .btn_close {
display: block;
    cursor: pointer;
    float: right;
    font-size: 15px;
    position: absolute;
    right: 10px;
    top: 5px;
    color: #000;
}
.modal_header .more {font-family: "nsk_t"; font-size: 32px; position: absolute;right:30px; top:30px}
.modal_body {
	text-align:left;
	padding:15px 15px 10px 15px ;
	word-break: keep-all;
	min-height: 80px;
	font-size: 15px;
	font-family: "nsk_dl";
	
}
.modal_body .body {

	padding: 10px;
}
.modal_body .body b{ font-family: "nsk_b"; color:#1d5ba8}
.modal_footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 15px 15px 15px;
}
.modal_footer .left_btn {
	text-align: left; display: block; width: 50%
}
.modal_footer .right_btn {
	text-align: right; display: block; width: 50%
}

.modal_footer:after {
	content: "";
	display: block;
	clear: both
}
.modal_body .title {font-family: "nsk_b"; font-size: 17px; margin: 0 0 20px 0; text-align: center;}

.modal_body .prefix {    width: 67px;
    display: inline-block;
}




	/*로딩*/

	.loading_box{
	   position: fixed;
	   top: 0;
	   bottom: 0;
	   right: 0;
	   left: 0;
	   width: 100%;
	   height: 100%;
	   z-index: 10000000;
	   background-color: rgba(255,255,255,.6);
	   transition: all .1s ease;
	}
.bg_desktop .loading_box {    position: absolute;
  background-color: rgba(0, 0, 0, 0);
  width: 100%;
  top: 10px;
  height: 145px;
}

	.loader6{
	  position: relative;
	  width: 12px;
	  height: 12px;

	  top: 46%;
	  top: -webkit-calc(50% - 6px);
	  top: calc(50% - 6px);
	  left: 46%;
	  left: -webkit-calc(50% - 6px);
	  left: calc(50% - 6px);

	  border-radius: 12px;
	  background-color: RGB(29,91,168);
	  -webkit-transform-origin:  50% 50%;
	      transform-origin:  50% 50% ;
	  -webkit-animation: loader6 1s ease-in-out infinite;
	      animation: loader6 1s ease-in-out infinite;
	}

	.loader6:before{
	  content: "";
	  position: absolute;
	  background-color: RGBA(29,91,168,.5);
	  top: 0px;
	  left: -25px;
	  height: 12px;
	  width: 12px;
	  border-radius: 12px;
	}

	.loader6:after{
	  content: "";
	  position: absolute;
	  background-color: RGBA(29,91,168,.5);
	  top: 0px;
	  left: 25px;
	  height: 12px;
	  width: 12px;
	  border-radius: 12px;
	}


	@-webkit-keyframes loader6{
	    0%{-webkit-transform:rotate(0deg);}
	    50%{-webkit-transform:rotate(180deg);}
	    100%{-webkit-transform:rotate(180deg);}
	}

	@keyframes loader6{
	    0%{transform:rotate(0deg);}
	    50%{transform:rotate(180deg);}
	    100%{transform:rotate(180deg);}
	}
