@CHARSET "ISO-8859-1";
/* Reset CSS
 * --------------------------------------- */
/* @media(max-width:900px){
    #fullpage{
        display: block;
    }
    #fullpage .gongzi{
        min-height: 0;
    }
} */
/* @media (max-width:1260px) {
    .section{
        display: block;
    }
    .section > .main .banner_top .banner_field .contents{
        float: none;
        margin: auto;
        min-height: 0;
    }
 } */

@font-face{
    font-family:'Malgun Gothic';
    src: url('/fonts/NanumBarunGothic-YetHangul.ttf') format('truetype');

}
@font-face {
    font-family: 'nanum';
    src: url('/fonts/NanumBarunGothic-YetHangul.ttf') format('truetype');
}
@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff') format('woff');
    font-weight: 900;
    font-style: bold;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,
form,fieldset,input,textarea,p,blockquote,th,td {
	
    padding: 0;
    margin: 0;
}
a{
	text-decoration:none;
}
table {
    border-spacing: 0;
}
fieldset,img {
    border: 0;
}
address,caption,cite,code,dfn,em,strong,th,var {
    font-weight: normal;
    font-style: normal;
}
strong{
	font-weight: bold;
}
ol,ul {
    list-style: none;
    margin:0;
    padding:0;
}
caption,th {
    text-align: left;

}
h1,h2,h3,h4,h5,h6 {
    font-weight: normal;
    font-size: 100%;
    margin:0;
    padding:0;
    color:#444;
}
q:before,q:after {
    content:'';
}
abbr,acronym { border: 0;
}

input[type=text], textarea{
    outline: none;
}

/* Custom CSS
 * --------------------------------------- */
body{
	font-family:"Malgun Gothic" ;
	color: #333;
	color: rgba(0,0,0,0.5);
}
.wrap{
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	position: relative;
}
h1{
	font-size: 6em;
}
p{
	font-size: 1em;
}
.intro p{
	width: 50%;
	margin: 0 auto;
	font-size: 1.5em;
}
.section{
	text-align:center;
}
#menu li {
	display:inline-block;
	margin: 10px;
	color: #000;
	background:#fff;
	background: rgba(255,255,255, 0.5);
	-webkit-border-radius: 10px;
            border-radius: 10px;
}
#menu li.active{
	background:#666;
	background: rgba(0,0,0, 0.5);
	color: #fff;
}
#menu li a{
	text-decoration:none;
	color: #000;
}
#menu li.active a:hover{
	color: #000;
}
#menu li:hover{
	background: rgba(255,255,255, 0.8);
}
#menu li a,
#menu li.active a{
	padding: 9px 18px;
	display:block;
}
#menu li.active a{
	color: #fff;
}
#menu{
	position:fixed;
	top:0;
	left:0;
	height: 40px;
	z-index: 70;
	width: 100%;
	padding: 0;
	margin:0;
}
.twitter-share-button{
	position: fixed !important;
	z-index: 99;
	right: 149px;
	top: 9px;
}
#infoMenu{
	height: 20px;
	color: #f2f2f2;
	position:fixed;
	z-index:70;
	bottom:0;
	width:100%;
	text-align:right;
	font-size:0.9em;
	padding:8px 0 8px 0;
}
#infoMenu ul{
	padding: 0 40px;
}
#infoMenu li a{
	display: block;
	margin: 0 22px 0 0;
	color: #333;
}
#infoMenu li a:hover{
	text-decoration:underline;
}
#infoMenu li{
	display:inline-block;
	position:relative;
}
#examplesList{
	display:none;
	background: #282828;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	padding: 20px;
	float: left;
	position: absolute;
	bottom: 29px;
	right: 0;
	width:822px;
	text-align:left;
}
#examplesList ul{
	padding:0;
}
#examplesList ul li{
	display:block;
	margin: 5px 0;
}
#examplesList ul li a{
	color: #BDBDBD;
	margin:0;
}
#examplesList ul li a:hover{
	color: #f2f2f2;
}
#examplesList .column{
	float: left;
	margin: 0 20px 0 0;
}
#examplesList h3{
	color: #f2f2f2;
	font-size: 1.2em;
	margin: 0 0 15px 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
	-moz-box-shadow: 0 1px 0 rgba(255,255,255,0.1);
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
	padding: 0 0 5px 0;
}



/* Demos Menu
 * --------------------------------------- */
 #demosMenu{
	position:fixed;
	top: 20px;
	right:20px;
	z-index: 999;
	padding: 5px 10px;
 }

/* Buttons
 * --------------------------------------- */
#download a{
    text-decoration: none
}
#download,
#download:hover {
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25)
}
.button {
    margin: 20px 0 0 0;
    vertical-align: middle;
    display: inline-block
}

.button a {
    color: #fff;
    background: rgba(0,0,0,0.4);
    padding: 15px 30px;
    border-radius: 5px;
    display: inline-block;
}

.button a:hover {
    color: #316f68;
    background-color: #fff
}


/* Extensions preview menu
 * --------------------------------------- */
.preview-extensions-menu{
	position: fixed;
    top: 0;
    right: 0;
    z-index: 99;
    border-top: 0;
    box-shadow: 1px 0px 3px rgba(0,0,0,0.8);
}
.preview-extensions-menu li{
	display: inline-block;
	margin: 0;
}
.preview-extensions-menu li a{
	padding: 15px 25px;
	display: block;
}
.preview-buy-extension{
    background: #3cc63c;
}
.preview-more-extensions{
	background: #fff;
}
.preview-buy-extension a{
	color: #fff;
}
.preview-buy-extension:hover{
	background-color: #1a961a;
}
.preview-more-extensions a{
	color: #333;
}

.code{
	background: rgba(255,255,255,0.7);
	padding: 0px 5px;
	line-height: 25px;
}


/* Style for our header texts
* --------------------------------------- */
h1{
	font-size: 5em;
	color: #fff;
	margin:0;
}
.section p,
.intro p{
	color: #fff;
}

/* Centered texts in each section
* --------------------------------------- */
.section{
	text-align:center;
}


/* Bottom menu
* --------------------------------------- */
#infoMenu li a {
	color: #fff;
}

/* Sections backgrounds
* --------------------------------------- */
#section1{
	background-image: url(/img/background5.jpg);
    background-size:cover;
}
#section2{
	background-image: url(/img/background6.jpg);
    background-size:cover;
}
.banner_field{
	/* background-image: url(/img/nobanner.png); */
    background-size:cover;
}
.page_sidemenu_backgroundimg{
    background-image: url(/img/container3.PNG) !important;
}
/* #section1{
	background-image: linear-gradient(128deg,#ff9a3f,#ff4b40);
} */

/* #section2{
	background-image: linear-gradient(128deg,#fc40ff,#543fff);
}
#section3{
	background-image: linear-gradient(128deg,#40fff2,#3fbcff);
} */

.notice_ex_main{
	margin-top:20px;
	text-align: left;
}
.notice_ex_main_title{
	font-family: "Malgun Gothic";
	font-size: 16px;
	cursor:pointer;
	color:black
}
.notice_ex_main_date{
	margin-top:20px;
	font-size: 13px;
	font-weight: bold;
	color:rgba(114, 114, 114,0.5);
	margin-left:3px
}
.main_popular{
	width:291px;height:200px;background-color: white;float:left;    border:solid rgba(0, 0, 0, 0.1);
    border-width: 1px 0px 1px 1px;position:relative;cursor:pointer
}
/* .main_popular_name{
	float:left;margin-left:15px;line-height: 99.5px;font-size: 15px;color:white;width:84.75px
} */
.popular_name{
	font-size: 17px;margin-top:20px;font-family: "Malgun Gothic";color:rgb(45, 37, 158) ;transition:0.2s;
}
.popular_info{
	font-size: 14px;margin-top:20px;font-family: "Malgun Gothic";color:rgb(164, 169, 172) ;transition:0.2s;
}
.popular_img{
	width:80px;height:80px;margin:auto;margin-top: 15px;background-size: cover;
}
.more_btn{
	width:30px;height:30px;float:right;font-size: 28px;color:rgba(0,0,0,0.25);line-height: 35px;cursor:pointer;font-family: "jaehoon";/* border:1px solid rgba(0,0,0,0.25); */
}

.tabmenu{
    text-align: right;
    line-height: 100px;
    font-size: 21px;
    margin-right:40px;
    color:black;
    font-family: "Pretendard";
}
.scroll{
    border-radius: 50%;
    transition:1s
    /* border:2px dotted white */
}
#myVideo{
    opacity: 1;
    position: absolute;
    right: 0;
    bottom: 0;
    top:0;
    width: 100%;
    height: 100%;
    background-size: 99% 99%;
     background-color: black; /* in case the video doesn't fit the whole page*/
      background-position: center center;
      background-size: contain;
       object-fit: cover; /*cover video background */
       z-index:1;
}
.top_menu{
    border:solid rgba(0,0,0,0.1);
    border-width: 1px 0px 1px 1px;
    width:18.43%;height:100%;
    float:left;
    font-size: 16px;
    line-height: 54px;
    font-weight: 600;
    color:black;
    cursor:pointer;
    font-family: 'Malgun Gothic';
}
.top_field{
    position:fixed;
    left:0;
    right:0;
    top:0;
    height:150px;
    z-index:99;
    width:100%;
    background: white;
}
.top_field_plus{
    display:none;
    position:fixed;
    left:0;
    right:0;
    top:150px;
    height:150px;
    z-index:9;
    width:100%;
    background: white;
    border:1px solid rgba(0,0,0,0.1);
}
.top_field_plusin{
    margin:auto;
    width:1345px;
    height:100%;
    /* background-color: red; */
    border:solid rgba(0,0,0,0.1);
    border-width: 0px 0px 1px 1px;
    margin-left:313px
}
.top_field_plus_info{
    width:267px;
    height:100px;
    border:solid rgba(0,0,0,0.1);
    border-width: 0px 1px 0px 0px;
    float:left;
    margin-top:25px;
    text-align: center;
    font-size:23px;
}
.top_field_plus_menu{
    width:calc((94.4% - 267px)/4);
    height:100px;
    border:solid rgba(0,0,0,0.1);
    border-width: 0px 1px 0px 0px;
    float:left;
    margin-top:25px;
    text-align: center;
    font-size:23px;
}
.top_field_plus_menu_final{
    width:calc((94.4% - 267px)/4);
    height:100px;
    border:solid rgba(0,0,0,0.1);
    border-width: 0px 0px 0px 0px;
    float:left;
    margin-top:25px;
    text-align: center;
    font-size:23px;
}
.top_field_plus_info_name{
    font-size: 21px;
    margin-top:15px;
    font-family: "Malgun Gothic";
    color:black
}
.top_field_plus_info_sub{
    font-size: 16px;
    margin-top:15px;
    font-family: "Malgun Gothic";
    color:rgb(138, 138, 138)
}
.top_field_plus_info_sub2 , .top_field_plus_info_sub3 , .top_field_plus_info_sub4 ,.top_field_plus_info_sub6{
    font-size: 16px;
    margin-top:15px;
    font-family: "Malgun Gothic";
    color:rgb(138, 138, 138)
}
.site_banner{
    width:200px;
    height:68px;
    margin-top:12px;
    float:left;
    background-size:cover;
}

/* 페이지이름 / 설명 / 이미지 */
.page_info{
    z-index: 11;
    width:100%;
    height:190px;
    margin-top:150px;
    background-size:cover;
}
.page_info_name{
    text-align: center;
    font-size: 35px;
    font-weight: bold;
    color:white;
    letter-spacing: 0.2em;
}
.page_info_info{
    text-align: center;
    font-size: 18px;
    margin-top:15px;
    color:white
}
.page_contentfield{
    width:1344px;
    min-height: 600px;
    margin:auto;
    overflow: hidden;
}
.page_sidemenu{
    width:268px;
    background-color: white;
    float:left;
    margin-left:35px
}
.page_sidemenu_backgroundimg{
    width:268px;
    height:100px;
    background-size:cover;
}
.page_sidemenu_namefield{
    width:268px;
    height:100px;
    background-color:rgba(106, 106, 255, 0.8);
    line-height: 100px;
    text-align: center;
    letter-spacing: 0.2em;
    font-family: 'Malgun Gothic';
}
.page_sidemenu_name{
    color:white;
    font-size: 24px;
}
.page_sidemenu_menu{
    width:266px;
    height:60px;
    border:solid rgba(0,0,0,0.2);
    border-width:0px 1px 1px 1px;
    cursor:pointer
}
.page_sidemenu_menuname{
    font-size:14.5px;
    padding-top:20px;
    margin-left:20px;
    color:black;
    font-family: 'Malgun Gothic';
}
.goicon{
    margin-left:90px;font-size: 20px;line-height: 0px;
}
.page_icon{
    width:136px;height:60px;float:left;background-color: white;
}
.page_name{
    width:130px;height:60px;float:left
}
.page_contents{
    width:909px;background-color: white;float:left;margin:33px
}
.page_blank{
    width:67px;height:500px;background-color: white;float:left
}


/* Footer */
.footer{
    height: 170px !important;
    border-top: 1px solid #dedede;
    color: #888;
    font-size: 0.9em;
    display: block !important;
    text-align: left;
}

.footer_contents{
    width: 1080px;
    margin: 0 auto;
    padding: 25px 0px;
}

.footer .logo{
    float: left;
    width: 200px;
    height: 105px;
    margin-top: 7px;
}

.footer ul{
    margin-bottom: 15px;
}

.footer li{
    display: inline-block;
    position: relative;
    margin-right:8px;
    padding-right: 8px;
}

.footer li:after {
    display: block;
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -4px;
    height: 9px;
    border-right: 1px #dedede solid;
}
.footer a{
    font-size: 0.9em;
    color: #888;
}
.footer p{
    font-size: 0.9em;
    color: #888;
    margin-top:3px;
}

.footer p > span{
    margin-right: 7px;
}



/*paging*/
.pageing * {
    vertical-align: middle;
}
.pageing a {
    display: inline-block;
    padding: 0 10px;
    color: #818181;
    font-size: 15px;
    line-height: 17.5px;
}
.pageing span{
    font-size: 15px;
}
.pageing #page_num:not(:nth-last-child(3)) {
    border-right: 1px solid #ddd;
}
.div_button{
    height: 25px;
    width: 80px;
    border: 1px dashed rgba(0,0,0,0.2);
    float: left;
    margin-left: 10px;
    font-size: 13px;
    line-height: 25px;
    text-align: center;
    cursor: pointer;
}
.input_file_div{
    height: 4vh;
}
.content_div > p {
    font-size:13px;
    color:black
}

.border_div{
    width: 80%;
    height: 300px;
    margin: 2vh auto;
    padding: 2vh 0;
    border-radius: 8px;
    border: 1px solid rgb(226, 225, 225);
}
.border_admin_div{
    width: 80%;
    /* height: 40vh; */
    margin: 2vh auto;
    padding: 2vh 0;
    border-radius: 8px;
    border: 1px solid rgb(226, 225, 225);
}


.admin_submit_form{
    border: 1px solid #c9c638; 
    padding: 15px; 
    width: 100px;
    text-align: center; 
    border-radius: 8px; 
    margin: 15px;
    cursor: pointer;
}
.proof_big_button{
    width: 200px;
}
.admin_submit_form:hover{
    background-color: #c9c638
}
.admin_submit_form:hover a{
    color: white;
    font-weight: bold;
}
.admin_input_form{
    outline: none;
    padding: 0 10px;
    height: 30px;
    border: 2px solid #c9c638;
    border-radius: 30px;
    text-align: center;
    float: left !important; 
    outline: none !important;
    width: 80%;
    cursor: pointer;
}

#join_file_form{
    text-align: center;
}

.admin_submit_span{
    font-weight: 400; 
    font-size: medium; 
    float: left; 
    height: 34px; 
    line-height: 34px;
}

.admin_submit_file{
    width: 100%;
    height: 70px
}

.admin_submit_button{
    margin: 0 auto;
    width: 35%;
    text-align: center;
    margin-top: 2vh !important;
    color: #8d8b28;
}
.admin_form_button{
    margin: 0 auto;
    width: 70px;
    text-align: center;
    margin-top: 8vh !important;
    color: #8d8b28;
}
.admin_input_button{
    cursor: pointer;
    width: 200px;
    border-radius: 8px;
    padding: 9px 10px;
    transform: translate(-50%, -50%);
    font-family: 'Montserrat', Arial, Helvetica, sans-serif;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
    background: #c9c638;
}
.content_spaces{
    width: 100%;
    margin-top: 10px;
    max-width: 940px;
    height: 45vh;
    border: 1px solid black;
}

#input_employee{
    margin-top: 5%;
}

#input_employee_list{
    margin-top: 10px;
}

.employee_span{
    height: 30px;
    width: 200px;
    font-size: 1em;
    display: inline-block;
}

.employee_input{
    height: 25px;
    line-height: 30px;
    margin-right: 10px;
}

.employee_textarea{
    margin-right: 10px;
    width: 80%;
    resize: none;
}

.input_td{
    border-top: 2px solid;
    border-bottom: 2px solid;
    border-color: transparent;
    height: 40px;
    line-height: 40px;
    margin-top: 10px;
}

.administrative_car_h2{
    font-size: 1.5em;
    margin-top: 2%;
    display: inline-block;
}

.administrative_car_div{
    margin-top: 2% !important;
}

.administrative_car_h3{
    font-size: 1.2em;
}

.administrative_car_h4{
    font-size: 0.6em;
}

.divide_bul{
    width: 80% !important;
}

.bul{
    width:100%;
    max-width:960px;
    height:2px;
    background-color: rgba(0,0,0,0.1);
    margin-top: 30px;
}

.popup_input{
    width: 100%;
}

.popup_table{
    width: 90%;
    border-spacing: 10px;
    margin: 0 auto;
}

.btn{
    padding: 5px 10px;
    border: 1px solid green;
    background-color: green;
    color: white;
    border-radius: 8px;
    text-align: center;
    cursor: pointer;
}

.text_notice {
    background: linear-gradient(to top, #FFFA53 50%, transparent 50%);
    font-size: 18px;
    /* color: blue; */
}

/* 로딩스크린 */
.layerPopup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.8);
    z-index: 1000;
    justify-content: center;
    align-items: center;
}
.spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    border: 8px solid #f3f3f3; /* Light grey */
    border-top: 8px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 60px;
    height: 60px;
    animation: spinner 2s linear infinite;
}
@keyframes spinner {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

/* 위탁행정업무신청 모바일 부분 */
@media screen and (max-width: 800px){
    .proof_big_button{
        margin: 15px auto;
    }
    .div_button{
        height: 25px;
        width: 80px;
        border: 1px dashed rgba(0,0,0,0.2);
        font-size: 13px;
        line-height: 25px;
        cursor: pointer;
        float: right;
        margin-top: 10px;
        margin-right: 10px;
    }
    .admin_input_form{
        outline: none;
        padding: 0 10px;
        height: 30px;
        border: 2px solid #c9c638;
        border-radius: 30px;
        text-align: center;
        float: left !important; 
        outline: none !important;
        width: calc(100% - 20px);
        cursor: pointer;
    }
    .admin_submit_button{
        margin: 0 auto;
        width: 100%;
        text-align: center;
        margin-top: 14vh !important;
        color: #8d8b28;
    }

    .border_admin_div{
        height: 70vh !important;
        margin: 1vh auto;
    }

    .temp_size{
        width: 100%;
        text-align: left;
    }
}