@charset "utf-8";

/* Fonts
********************************************************************* */
@font-face{
  font-family:'Noto Sans';
  font-style:normal;
  font-weight:300;
  src:url(../fonts/NotoSansKR-DemiLight.eot);
  src:url(../fonts/NotoSansKR-DemiLight.eot?#iefix) format('embedded-opentype'),
     url(../fonts/NotoSansKR-DemiLight.woff) format('woff'),
     url(../fonts/NotoSansKR-DemiLight.otf) format('opentype');
}
@font-face{
  font-family:'Noto Sans';
  font-style:normal;
  font-weight:400;
  src:url(../fonts/NotoSansKR-Regular.eot);
  src:url(../fonts/NotoSansKR-Regular.eot?#iefix) format('embedded-opentype'),
     url(../fonts/NotoSansKR-Regular.woff) format('woff'),
     url(../fonts/NotoSansKR-Regular.otf) format('opentype');
}
@font-face{
  font-family:'Noto Sans';
  font-style:normal;
  font-weight:700;
  src:url(../fonts/NotoSansKR-Medium.eot);
  src:url(../fonts/NotoSansKR-Medium.eot?#iefix) format('embedded-opentype'),
     url(../fonts/NotoSansKR-Medium.woff) format('woff'),
     url(../fonts/NotoSansKR-Medium.otf) format('opentype');
}
@font-face{
  font-family:'Noto Sans';
  font-style:normal;
  font-weight:800;
  src:url(../fonts/NotoSansKR-Medium.eot);
  src:url(../fonts/NotoSansKR-Medium.eot?#iefix) format('embedded-opentype'),
     url(../fonts/NotoSansKR-Bold.woff) format('woff'),
     url(../fonts/NotoSansKR-Bold.otf) format('opentype');
}


/* base */
/*@import url( "./notosanskr.css" );*/
body,input,textarea,select,button,table,label{font-family:'Malgun Gothic','맑은고딕','dotum','돋움','Gulim',AppleGothic,sans-serif; font-size:12px;}
input,textarea,select,button{border:none; background:#fff;}
body,div,h1,h2,h3,h4,h5,h6,ul,ol,li,dl,dt,dd,p,form,fieldset,input,table,tr,th,td{margin:0;padding:0;word-break: keep-all;}
h1,h2,h3,h4,h5,h6{font-weight:normal;font-size:100%}
ul,ol,li{list-style:none}
fieldset{width:100%;}
fieldset,img{border:0;}
.hidden, legend, caption{display:none !important;}
.invisible{visibility:hidden;}
address{font-style:normal}
label{cursor: default;}
li{list-style:none}}
p,li,dd,td{font-size:1em;text-align:justify;line-height:1.5em; color:black;}
body{overflow-y:scroll; /* overflow-x:hidden; */}
table{width:100%;table-layout:fixed;border-spacing:0;border-collapse:collapse;}
select {-webkit-appearance: none; -moz-appearance: none; appearance: none;
   height: 22px;
   height: auto;
   font-size: 15px;
   color: #888;
   line-height: 22px;
   vertical-align: middle;}
select::-ms-expand {display: none;}
input {
   margin: 0;
   padding: 0;
   font-size: inherit;
   color: #555;
   line-height: 17px;
   vertical-align: middle;
   -webkit-border-radius: 0;
}
.clearfix:after{content:"";display:block;visibility:hidden;clear:both;height:0;}
/* a-style */
a{color:black; text-decoration:none;}
a:hover{color:black;text-decoration:none;}
a:active{text-decoration:none; font-weight:normal;}
a:focus{text-decoration:none; font-weight:normal;}
.blind{text-align:-9999px; position:absolute; left:-1000%; top:0; width:1px; height:1px; overflow:hidden; display:block;}
*{margin:0;padding:0;}
.left {text-align: left}


/* 인트로 */

#wrap {
   
}

#header {
   width: 100%;
   z-index: 9999;
   position: fixed;
   overflow: hidden;
   box-sizing: border-box;
   background: rgba(255,255,255,1);
   transition: 0.3s;
}

#header .header_wrap {
   position: relative;
   max-width: 1100px;
   margin: 0 auto;
   z-index: 900;
}

#header .header_wrap h1.logo {
   position: absolute;
   top: 10px;
   left: 0px;
   width: 79px;
   height: 63px;
   text-indent: -9999px;
   z-index: 9999;
   background: url(/Homepage/images/layout/logo.png) 0 0 no-repeat;
}

#header .header_wrap h1.logo > a {
   display: block;
   height: 100%;
}

#header .gnbWrap {
   position: relative;
   text-align: center;
}

#header #gnb {
   font-size: 0;
   text-align: center;
   display: inline-block;
   vertical-align: top;
}

#header .gnbWrap > h2 {
   display: none;
}

#header #gnb > li {
   display: inline-block;
   margin: 0 5px;
}

#header #gnb > li > a {
   display: inline-block;
   line-height: 88px;
   padding: 0px 20px;
   color: #555;
   font-size: 17px;
   font-weight: bold;
   text-align: center;
}

#header #gnb > li > a:after {
   display: block;
   content: '';
   border-bottom: solid 2px #0e9f82;
   transform: scaleX(0);
   transition: transform 250ms ease-in-out;
   z-index: 999;
   position: relative;
   top: 0px;
}

#header #gnb > li:hover > a:after {
   transform: scaleX(1);
}

#header #gnb > li > .two_depth {
   font-size: 0;
   display: none;
   position: fixed;
   background: #fff;
   top: 80px;
   left: 0;
   right: 0;
   height: 70px;
   border-top: 1px solid #ccc;
   border-bottom: 1px solid #ddd;
   text-align: left;
}

#header #gnb > li > .two_depth > .inner {
   position: relative;
   max-width: 1100px;
   margin: 0 auto;
}

#header #gnb .two_depthList {
   margin-left: 150px;
}

#header #gnb .two_depthList > li {
   display: inline-block;
   height: 70px;
   padding-right: 30px;
}

#header #gnb .two_depthList > li > a {
   display: block;
   color: #777;
   font-size: 15px;
   font-weight: bold;
   margin-top: 24px;
}

#header #gnb .two_depthList.list01 {margin-left:255px;}
#header #gnb .two_depthList.list03 {margin-left:550px;}
#header #gnb .two_depthList.list04 {margin-left:680px;}

#header.load {
   top: 0;
}


#header .header_wrap .top_area {
   z-index: 100;
   position: absolute;
   top: 25px;
   right: 0px;
   transition: 3s;
}
#header .header_wrap .top_area > span {
   display: inline-block;
}
#header .header_wrap .top_area > span.modify_info {
   margin-right: 12px;
}
#header .header_wrap .top_area > span.modify_info > a {
   font-size: 14px;
   color: #666;
}
#header .header_wrap .top_area > span.modify_info > a:hover {
   color: #222;
   text-decoration: underline;
}
#header .header_wrap .top_area .top-btn > a {
   display: block;
   color: #222;
   font-size: 13px;
   padding: 5px 20px 6px;
   border: 1px solid #fff;
   border-radius: 50px;
   border: 1px solid #aaa;
   transition: 0.2s;
}
#header .header_wrap .top_area .top-btn > a:hover {
   background: #0e9f82;
   color:#fff;
   border: 1px solid #0e9f82;
}


#header.ov{background: #fff;}
#header.ov #gnb > li > a {color: #333;text-shadow: none;}
#header.ov #gnb > li > a:hover {color: #0e9f82;}
#header.ov #gnb .two_depthList > li > a:hover {color:#0e9f82;}
#header.ov .header_wrap .top_area .top-btn > a {color: #222;border: 1px solid #aaa;}

#header.active {background-color: #fff;border-bottom:1px solid #ccc}
#header.active #gnb > li > a {color: #333;text-shadow: none;}
#header.active #gnb > li > a:hover {color: #0e9f82;}
#header.active #gnb .two_depthList > li > a:hover {color:#0e9f82;}
#header.active .header_wrap .top_area .top-btn > a {color: #222;border: 1px solid #aaa;}
#header.active .header_wrap .top_area .top-btn > a:hover {background: #0e9f82;color:#fff;border: 1px solid #087244;}
#header.active .header_wrap .top_area > span.modify_info > a {color: #666;}
#header.active .header_wrap .top_area > span.modify_info > a:hover {color: #222;}

.mainBg {
   position: relative;
   width: 100%;
   height: 100%;
   min-height: 760px;
   margin: 0 auto;
}

.mainBg .visual {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100vh;
}

.main .mainBg > img {
   width: 100%;
   height: 100%;
   position: absolute;
   -ms-transform: scale(1.2,1.2);
   -o-transform: scale(1.2,1.2);
   -moz-transform: scale(1.2,1.2);
   -webkit-transform: scale(1.2,1.2);
   transform: scale(1.2,1.2);
   -webkit-transition: transform 3700ms ease-in-out;
   -moz-transition: transform 3700ms ease-in-out;
   -o-transition: transform 3700ms ease-in-out;
   -ms-transition: transform 3700ms ease-in-out;
   transition: transform 3700ms ease-in-out;
}

.mainBg .visual li{
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   min-height: 760px;
   min-width: 1200px;
   background-repeat: no-repeat;
   background-position: center center;
   -webkit-background-size: cover;
   -moz-background-size: cover;
   -o-background-size: cover;
   background-size: cover;
}

.visual .mainBg01 {
   min-width: 1200px;
   background: url(/Homepage/images/visual_01.jpg) 50% 50%;
}

.visual .mainBg02 {
   min-width: 1200px;
   background: url(/Homepage/images/visual_02.jpg) 50% 50%;
}

.visual .mainBg03 {
   min-width: 1200px;
   background: url(/Homepage/images/visual_03.jpg) 50% 50%;
}

.bx-wrapper {
   box-shadow: none !important; 
   border: none !important;
   background: none !important;
   margin-bottom: 0px !important;
}

.bx-controls {
   display: none;
   position: absolute;
   text-align: center;
   width: 100%;
   bottom: 240px;
}


.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
   width: 80% !important;
   left: 95px;
}

.bx-wrapper .bx-pager.bx-default-pager a {
   background: rgba(255,255,255,0.4) !important;
   margin: 0 7px !important;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active, .bx-wrapper .bx-pager.bx-default-pager a:focus {
   background: #fff !important;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
   display: none;
}



.main .fade01{
   z-index: 999;
   display: inline-block;
   position: absolute;
   top: 28%;
   left: 35%;
   width: 560px;
   height: 121px;
   margin-top: -60px;
   margin-left: -280px;
   animation-name: fade01;
   animation-delay: 0.5s;
   animation-duration: 1s;
   animation-direction: normal;
   animation-fill-mode: forwards;
   opacity: 0;
   text-align: center;
}

@keyframes fade01 {
   from {
       bottom: 250px;
       opacity: 0;
   }
   to {
       bottom: 350px;
       opacity: 1;
   }
}
@-moz-keyframes fade01 {
   /* Firefox */
   from {
       bottom: 200px;
       opacity: 0;
   }
   to {
       bottom: 300px;
       opacity: 1;
   }
}
@-webkit-keyframes fade01 {
   /* Safari and Chrome */
   from {
       bottom: 200px;
       opacity: 0;
   }
   to {
       bottom: 300px;
       opacity: 1;
   }
}
@-o-keyframes fade01 {
   /* Opera */
   from {
       bottom: 200px;
       opacity: 0;
   }
   to {
       bottom: 300px;
       opacity: 1;
   }
}


.mcWrap {
   position: absolute;
   bottom: 50px;
   left: 50%;
   margin-left: -550px;
   overflow: hidden;
   z-index: 2147483647;
   font-size: 0;
}

.mainCon {
   width: 1100px;
   margin: 0 auto;
   animation-duration: 0.7s !important;
   animation-delay: 0.25s; 
}

.mainCon .con01, .mainCon .con02 {
   display: inline-block;
   width: 530px;
   height: 200px;
   position: relative;
   color: #fff;
   box-shadow: 4px 4px 10px rgba(0,0,0,0.5);
   vertical-align: top;
   border-radius: 50px 0px 50px 0px;
}

.mainCon .con01 {
   background: #68c45f;
   transition: 0.2s;
   margin-right: 40px;
}

.mainCon .con02 {
   background: #0e9f82;  
}

.mainCon .con01 h4, .mainCon .con02 h4{
   margin-top: 27px;
   margin-left: 50px;
   font-size: 21px;
   font-weight: bold;
   letter-spacing: -0.5px;
}

.mainCon .list {
   margin-left: 50px;
   margin-top: 20px;
}

.mainCon .con01 > .list > li > a {
   display: block;
   opacity: 0.5;
   transition: 0.2s;
}

.mainCon .con02 > .list {
   margin-left: 50px;
   margin-top: 10px;
}

.mainCon .con02 > .list > li {
   font-size: 19px;
   font-weight: bold;
   color: #5de7f1;
}

.mainCon .con02 > .list > li {
   display: inline-block;
   color: #fff;
   font-size: 14px;
   font-weight: normal;
   line-height: 24px;
}

.mainCon .con01 > .icon, .mainCon .con02 > .icon {
   position: absolute;
   left: 50px;
   bottom: 27px;
}



input[type="text"], input[type="password"] {
   font-size: 15px;
   height: 30px;
   line-height: 30px;
   padding-left: 10px;
   border: 1px solid #cdcdcd;
   -webkit-appearance: none;
}

.dataTable.type2 .bt {
   display: inline-block;
   padding: 0 9px;
}

.dataTable.type2 .info {
   font-size: 14px;
   margin-top: 10px;
}

.js-select {
   display: inline-block;
   vertical-align: middle;
   position: relative;
}
.js-select select {
   position: absolute;
   top: -9999em;
   visibility: hidden;
}
.js-select > a {
   display: block;
   box-sizing: border-box;
   height: 34px;
   line-height: 32px;
   color: #555;
   font-size: 14px;
   padding: 0 41px 0 15px;
   border: 1px solid #cdcdcd;
   background: url(/Homepage/images/common/bg_select.png) no-repeat right center;
}
.js-select ul {
   display: none;
   position: absolute;
   z-index: 11;
   top: 39px;
   left: 0;
   border: 1px solid #cdcdcd;
   border-top: 0;
   box-sizing: border-box;
   padding: 8px 0;
   width: 100%;
   background: #fff;
}
.js-select ul li a {
   display: block;
   box-sizing: border-box;
   height: 28px;
   line-height: 28px;
   color: #6c6c6c;
   font-size: 15px;
   padding: 0 15px;
   background: #fff;
}

.checkBox, .radioButton {
   display: inline-block;
   vertical-align: middle;
   position: relative;
}

.checkBox + .checkBox, .radioButton + .radioButton {
   margin-left: 27px;
}

.checkBox input[type="checkbox"], .radioButton input[type="radio"] {
   position: absolute;
   top: 5px;
   left: 1px;
   text-indent: 9999px;
   width: 1px;
   height: 1px;
   border: 0;
   overflow: hidden;
   font-size: 0;
   line-height: 0;
   white-space: nowrap;
   opacity: 0;
   -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.checkBox label, .radioButton label {
   background: url(/Homepage/images/common/bg_checkbox.png) no-repeat left center;
   padding-left: 22px;
   color: #6c6c6c;
   font-size: 15px;
   line-height: 15px;
   display: block;
}

input[type="radio"] {
   width: 13px;
   height: 13px;
   vertical-align: -1px;
   *margin-right: -3px;
}

.dataTable.type2 table tbody .trData th, .dataTable.type2 table tbody .trData td {
   padding-top: 23px;
   padding-bottom: 23px;
}


input[type="text"]:disabled, input[type="password"]:disabled {
   background-color: #f7f7f7;
}

.radioButton label {
   background-image: url(/Homepage/images/common/bg_radio.png);
}

.radioButton input[type="radio"]:checked + label {
   background-image: url(/Homepage/images/common/bg_radio_on.png);
}

textarea {
   -webkit-appearance: none;
   -webkit-border-radius: 0;
   border: 1px solid #cdcdcd;
   color: #6c6c6c;
   background: #fff;
   padding: 15px;
   font-size: 15px;
   width: 100%;
   box-sizing: border-box;
}

.fileSearch {
   position: relative;
   padding-right: 110px;
   display: inline-block;
   vertical-align: middle;
   /* margin-bottom: 5px; */
}

.fileSearch input[type="text"] {
   width: 400px;
}

.fileSearch input[type="file"] {
   position: absolute;
   top: 0px;
   right: 0px;
   width: 90px;
   height: 34px;
   opacity: 0;
   -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.btnArea {
   text-align: center;
   margin-top: 50px ;
}

.btn {
   display: inline-block;
   text-align: center;
   box-sizing: border-box;
   vertical-align: middle;
   height: 50px;
   line-height: 48px;
   background: #999;
   color: #fff;
   font-size: 16px;
   font-weight: bold;
   border: 1px solid #999;
}

.btn.type2 {
   font-size: 15px;
   background: #fff;
   color: #555;
   border: 1px solid #999;
}

.btn.type3 {
   min-width: 150px;
   background: #00ab5d;
   color: #fff;
   border: 1px solid #00ab5d;
}

.btn.btnSearch {
   padding: 0px 20px;
   height: 34px;
   line-height: 32px;
   font-weight: normal;
}

.btn + .btn {
   margin-left: 5px;
}

.fileSearch .btnSearch {
   position: absolute;
   top: 0px;
   right: 0px;
}

.dataTable.type2 .js-select + .js-select, 
.dataTable.type2 .js-select + input, 
.dataTable.type2 input + input, 
.dataTable.type2 input + .js-select {
   margin-left: 7px;
}


/*** map ***/

.submap_wrap.w1200{
   display: inline-block;
   width: 1200px;
   margin: auto;
   margin-bottom: 150px;
}



/*** bannerZone ***/
.bannerZone {
   width: 100%;
   height: 82px;
   margin: 0 auto;
   border-top: 1px solid #d5d5d5;
}

.bannerZone > .banner{
   width: 1100px;
   margin: 0 auto;
}

.bannerZone > .banner a {
   display: block;
   margin: 20px 35px 0px 35px;
}

.bannerZone > .banner a img{
   height: 41px;
}

.slick-prev, .slick-next {
   display: none !important;
}



/*** footer ***/
#footer {
   width: 100%;
   background: #232428;
   padding: 30px 0px 80px;
}

.footer {
   width: 1100px;
   margin: 0 auto;
   text-align: center;
}

.footer_logo {
   display: inline-block;
   vertical-align: top;
}

#footer .address {
   display: inline-block;
   padding-left: 0px;
   color: #999;
   font-size: 13px;
   line-height: 26px;
}

#footer .address .privacy {
}

#footer .address .privacy > a{
   display: inline-block;
   color: #999;
   font-weight: bold;
   margin-bottom: 10px;
}

#footer .address .privacy > a:hover{
   color: #ea1414;
}

#footer .address > img{
   vertical-align: top;
   margin: 9px 10px 0px 10px;
   opacity: 0.7;
}

#footer .family-site-wrap {
   float: right;
   width: 430px;
}

#footer .family-site-wrap .family-site {
   width: 200px;
   position: relative;
   margin-bottom: 10px;
   float: right;
   margin-right: 15px;
}

#footer .family-site-wrap .family-site button {
   border: 1px solid #bbb;
   background: none;
   display: block;
   width: 100%;
   line-height: 100%;
   padding: 10px 10px;
   font-size: 14px;
   letter-spacing: 0.05em;
   color: #777;
   position: relative;
   text-align: left;
}

#footer .family-site-wrap .family-site button:before {
   display: block;
   content: '';
   width: 8px;
   height: 6px;
   background: url(/Homepage/images/more06.png) 0 0 no-repeat;
   position: absolute;
   top: 15px;
   right: 14px;
   margin-top: 4px;
   transform: rotate(0deg);
}

.ui-select {
   display: inline-block;
   position: relative;
   z-index: 1;
   font-size: 10px;
   width: 200px;
   vertical-align: top
}

.ui-select > button {
   width: 100%;
   background: #fff;
   border: 1px solid #ddd;
   height: 44px;
   font-size: 16px;
   white-space: nowrap;
   overflow: hidden;
   text-overflow: ellipsis;
   text-align: left;
   padding: 0 16px;
}

.ui-select > ul {
   display: none;
   position: absolute;
   left: 0;
   bottom: 44px;
   width: 100%;
   border: 1px solid #ccc;
   border-bottom: 0;
   box-sizing: border-box;
   background-color: #fff;
   overflow-y: auto;
   max-height: 285px;
   z-index: 11;
   padding: 5px 0px;
}

.ui-select > ul > li > a {
   display: block;
   text-align: left;
   padding: 5px 0px;
   line-height: 20px;
   color: #777;
}

#footer .family-site-wrap .family-site ul li {
   padding-left: 15px;
   background: none;
}

#footer .family-site-wrap .family-site ul li a {
   font-size: 14px;
   color: #777;
}

.ui-select > ul.above {
   top: auto !important;
   bottom: auto;
   margin-top: 0;
}

.ui-select.active {
   z-index: 2;
}

.ui-select.active ul {
   display: block;
}


a#MOVE_TOP_BTN {
   position: fixed;
   right: 2%;
   bottom: 50px;
   display: none;
   z-index: 999;
}

a#MOVE_TOP_BTN:hover {
   transition: all ease 0.5s 0s;
}



/*** 로그인 ***/
.loginWrap {
   position: relative;
   width: 100%;
   height: 100%;
   min-height: 600px;
   margin-top: 80px;
}
#login-contents {
   position: absolute;
   left: 50%;
   top: 50%;
   width: 350px;
   min-height: 300px;
   text-align: left;
   transform: translate(-50%, -50%);
}

#login-contents > h4 {
   font-size: 26px;
   font-weight: 800;
   margin-bottom: 15px;
   text-align: center;
}

#login-contents > h4 > span {
   font-size: 16px;
   font-weight: normal;
   color:#aaa;
}

.login_box {
   width: auto;
}

.input_box {
   padding-right: 20px;
}

.input_box > input[type=text], input[type=password] {
   width: 328px;
   border-color: #ddd;
   color: #666;
   font-size: 15px;
   padding: 0 0 0 20px;
   line-height: 52px;
   height: 52px;
   margin-bottom: 10px;
 }

 .login_btn > a {
   display: inline-block;
   background: #0e9f82;
   width: 350px;
   height: 58px;
   line-height: 58px;
   color: #fff;
   font-size: 16px;
   font-weight: bold;
   text-align: center;
   border-radius: 50px;
   margin-top: 20px;
 }




