@charset "utf-8";
/* CSS Document */

#wrap {
    position: relative;
    min-height: 100vh;
    margin: 0 auto;
}
.container{
    position: relative;
    max-width: 800px;
    margin: 0 auto;
}
	
/* 햄버거 메뉴 */
.c-hamburger {display: block;position: relative;overflow: hidden;margin: 0;padding: 0;width: 50px;height: 50px;font-size: 0;text-indent: -9999px;appearance: none;box-shadow: none;border-radius: none;border: none;cursor: pointer;transition: background 0.3s;background-color: rgba(255,255,255,0);}
.c-hamburger:focus {outline: none;}
.c-hamburger span {display: block;position: absolute;top: 21px;left: 14px;right: 14px;width: 26px;height: 3px;background: #fff;text-align: right;}
.c-hamburger span::before,  .c-hamburger span::after {position: absolute;display: block;left: 4px;width: 22px;height: 3px;background-color: #fff;content: "";}
.c-hamburger span::after{width:18px;}
.c-hamburger span::before {top: -9px;}
.c-hamburger span::after {left: 8px;bottom: -9px;}
.c-hamburger--htx {}
.c-hamburger--htx span {transition: background 0s 0.3s;}
.c-hamburger--htx span::before,  .c-hamburger--htx span::after {transition-duration: 0.3s, 0.3s;transition-delay: 0.3s, 0s;}
.c-hamburger--htx span::before {transition-property: top, transform;}
.c-hamburger--htx span::after {transition-property: bottom, transform;}
.open .c-hamburger--htx {
    z-index: 9999;
}
.open .c-hamburger--htx span {background: none;}
.open .c-hamburger--htx span::before {top: 0;transform: rotate(45deg);background-color: #fff;}
.open .c-hamburger--htx span::after {bottom: 0;transform: rotate(-45deg);background-color: #fff;}
.open .c-hamburger--htx span::before,  .open .c-hamburger--htx span::after {transition-delay: 0s, 0.3s;}
.open .c-hamburger--htx span::after{
    left: 4px;
    width: 22px;
}

#header {display: block;position: fixed;top: 0;left: 0;width: calc(100% - 40px);padding: 20px;/* background: #2a3344; */z-index: 999;}
#header .brand-logo {margin: 0;text-align: left;}
#header .brand-logo a {/* display: inline-block; *//* width: 155px; *//* height: 36px; *//* background: url(../images/common/logo.png) 0 0 no-repeat; *//* background-size: 100%; *//* line-height: 1; *//* vertical-align: top; */}
#header .brand-logo a img {/* width: 70px; */}
#header .hmnu {position: absolute;top: 20px;right: 10px;}
#header .hmnu ul li {position: relative;}
#header .hmnu ul li a {display: block;width: 40px;height: 50px;line-height: 50px;font-size: 20px;text-align: center;}
#header .hmnu ul li a .alarmon {position: absolute;top: 13px;right: 8px;width: 10px;height: 10px;background-color: #F93434;border-radius: 50%;}

.shadow {position: fixed;top: 54px;right: -20px;bottom: 0;width: 20px;z-index: 3000;-webkit-transition: .3s ease-in-out;-moz-transition: .3s ease-in-out;-o-transition: .3s ease-in-out;transition: .3s ease-in-out;/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#00b550+0,008b93+100 */background: #00b550; /* Old browsers */background: -moz-linear-gradient(left,  #00b550 0%, #008b93 100%); /* FF3.6-15 */background: -webkit-linear-gradient(left,  #00b550 0%,#008b93 100%); /* Chrome10-25,Safari5.1-6 */background: linear-gradient(to right,  rgba(0, 181, 80, 0.9) 0%,rgba(0, 139, 147, 0.9) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b550', endColorstr='#008b93',GradientType=1 ); /* IE6-9 */}
.shadow.open {top: 0;right: 0;width: 100%;/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#00b550+0,008b93+100 */background: #00b550; /* Old browsers */background: -moz-linear-gradient(left,  #00b550 0%, #008b93 100%); /* FF3.6-15 */background: -webkit-linear-gradient(left,  #00b550 0%,#008b93 100%); /* Chrome10-25,Safari5.1-6 */background: linear-gradient(to right,  rgba(0, 181, 80, 0.9) 0%,rgba(0, 139, 147, 0.9) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b550', endColorstr='#008b93',GradientType=1 ); /* IE6-9 */}

#m-nav {position: fixed;overflow-y: auto;top: 84px;right: -400px;bottom: 0;width: 400px;z-index: 5000;-webkit-transition: .3s ease-in-out;-moz-transition: .3s ease-in-out;-o-transition: .3s ease-in-out;transition: .3s ease-in-out;}
#m-nav.open {right: 0;width: 100%;}
#m-gnb > ul {border-top: 1px solid rgba(255, 255, 255, 0.3);}
#m-gnb > ul > li {border-bottom: 1px solid rgba(255, 255, 255, 0.3);}
#m-gnb > ul > li .depth1 a {display: block;height: 50px;line-height: 50px;padding: 0 15px;color: #fff;font-size: 18px;}
#m-gnb > ul > li .depth1 a:hover, #m-gnb > ul > li .depth1 a:focus{color:#fff !important;}
#m-gnb > ul > li.active,  #m-gnb > ul > li.on ul,  #m-gnb > ul > li.on li {display: block;position: relative;}
#m-gnb > ul > li.on li:after {display: block;content: "";position: absolute;top: 19px;left: 15px;width: 4px;height: 4px;border-radius: 5px;background: #7ece9c;}
#m-gnb > ul > li > ul {display: none;padding: 5px 0;}
#m-gnb > ul > li > ul > li > a {display: block;height: 40px;line-height: 40px;padding: 0 15px 0 27px;font-size: 16px;}
#m-gnb > ul > li > ul > li > ul {padding-bottom: 10px;}
#m-gnb > ul > li > ul > li > ul > li {position: relative;}
#m-gnb > ul > li > ul > li > ul > li:after {position: absolute;top: 50%;left: 25px;width: 4px;height: 4px;margin-top: -2px;background-color: #71D8FF;border-radius: 50%;content: ''}
#m-gnb > ul > li > ul > li > ul > li > a {display: block;height: 26px;line-height: 26px;padding: 0 35px;}
#m-gnb > ul > li.on {background-color: #313c4e;color: #fff;}
#m-gnb > ul > li.on .depth1 a {/* background-color: #0887ff; */color: #fff;ackground: #348d53;background: -moz-linear-gradient(left, #348d53 0%, #384cbc 100%);background: -webkit-linear-gradient(left, #348d53 0%,#384cbc 100%);background: linear-gradient(to right, #348d53 0%,#384cbc 100%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#348d53', endColorstr='#384cbc',GradientType=1 );}
#m-gnb > ul > li.on > ul > li > a {color: #fff}
#m-gnb > ul > li.on > ul > li > ul > li > a {color: #fff}
	
/* footer */
footer{
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 105px;
}
footer:after{
    display:block;
    content:"";
    position:absolute;
    bottom:0;
    left:0;
    width:100%;
    height: 110px;
    background: url("../images/common/bg_home.png") bottom center no-repeat;
    z-index:-1;
}
footer nav{
    padding: 25px 0 0;
}
footer nav ul{}
footer nav ul:after{display:block; clear:both; content:"";}
footer nav ul li{display: inline-block;position:relative;float: left;width: 20%;}
footer nav ul li.menu3{/* padding-top: 0px; *//* background: url("../images/common/bg_home.png") bottom center no-repeat; */}

footer nav ul li a:after{display:block;content:"";position:absolute;top: 50%;left: 50%;width: 30px;height: 30px;margin-top: -15px;margin-left: -16px;text-align: center;}
footer nav ul li.menu1 a:after{background: url("../images/common/ico_zip.png") -81px -92px no-repeat;}
footer nav ul li.menu2 a:after{background: url("../images/common/ico_zip.png") -156px -92px no-repeat;}
footer nav ul li.menu3 a:after{top: 12px;background: url(../images/common/ico_zip.png) 0 -92px no-repeat;}
footer nav ul li.menu4 a:after{background: url("../images/common/ico_zip.png") -385px -92px no-repeat;}
footer nav ul li.menu5 a:after{background: url("../images/common/ico_zip.png") -463px -92px no-repeat;}

footer nav ul li a{
    position: relative;
    display: block;
    /* justify-content: center; */
    /* align-items: center; */
    height: 80px;
    text-align: center;
}
footer nav ul li a span{}

/* popup */
.modal{
    z-index: 10003 !important;
}
.modal-content{
    border-radius: 10px !important;
}
.modal-header{
   position:relative;
   padding: 20px 15px !important;
   border-radius: 8px 8px 0 0 !important;
   background: #00b550;
    background: -moz-linear-gradient(left, #00b550 0%, #008b93 100%);
    background: -webkit-linear-gradient(left, #00b550 0%,#008b93 100%);
    background: linear-gradient(to right, #00b550 0%,#008b93 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b550', endColorstr='#008b93',GradientType=1 );
}
.modal-header:after{
   display:block;
   content:"";
   position:absolute;
   bottom:0;
   left:0;
   width:100%;
   height: 100%;
   background: url(../images/common/bg-popup-after.png) bottom left no-repeat;
   opacity: 0.5;
}
.modal-header:before{
   display:block;
   content:"";
   position:absolute;
   bottom:0;
   right:0;
   width:100%;
   height: 100%;
   border-radius: 0 8px 0 0;
   background: url(../images/common/bg-popup-before.png) top right no-repeat;
   opacity: 0.5;
}
.modal-content .close{
    position: absolute;
    top: 12px;
    right: 8px;
    padding: 0 !important;
    color: #fff;
    opacity: 1;
    /* text-shadow: 0 1px 0 #000; */
}
.modal-content .close:focus, .modal-content .close:hover{color: #fff;}
.modal-title{
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    /* text-shadow: 0 1px 0 #000; */
}
.modal-footer{
    padding: 13px !important;
}
.modal-footer .btn-group{
    margin: 0;
}

.modal table.board-write{
    border-top: 2px solid #777f8c;
}
.modal table.board-write th{
    padding: 13px 10px;
    border-right:1px solid #ddd;
    border-bottom:1px solid #ddd;
    font-size: 17px;
    line-height: 24px;
}
.modal table.board-write th label{
    margin: 0;
    font-weight: 400;
}
.modal table.board-write td{
    padding: 13px;
    border-bottom:1px solid #ddd;
    font-size: 17px;
    font-weight: 300;
    text-align: left;
}
.modal table.board-write td input, .modal table.board-write td select{
    display: block;
    width: calc(100% - 20px);
    height: 40px;
    padding: 0 10px;
    border: 1px solid #ddd;
    font-family: 'Noto Sans Korean' !important;
    font-size: 17px;
    font-weight: 300;
}
.modal table.board-write td select{display:inline-block;width:auto;}
.modal table.board-write td input.inline-block{
    width: auto;
}
.modal .list03{
    margin: 15px 0 0;
}
.modal .list03 li{
    font-size: 16px;
    font-weight: 300;
}
.modal .list03 li strong{
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
}
.modal .btn-group .btn{float: left; }
.modal .btn{
    display: inline-block;
    margin-left: 10px;
    padding: 10px 20px;
    border: 0;
    border-radius: 5px;
    background: #6f7986;
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    vertical-align: top;
}
.modal .btn.focus, .modal .btn:focus, .modal .btn:hover{color:#fff;}


.modal .btn2{background:#ced1d5;color: #090a0c;}


@media screen and (min-width:801px) {
	footer nav ul li:first-child, footer nav ul li:last-child,
	footer nav ul li:nth-child(2), footer nav ul li:nth-child(4){background:#fff; box-shadow: 0 -5px 5px -5px #b7b7b7;}
}

@media (min-width: 768px){
	.modal-dialog {
		width: 600px !important;
		margin: 30px auto;
	}
}