@charset "utf-8";
@media (max-width:599px) {
    :root {font-size: 12px;}
}

@media (min-width:600px) and (max-width:799px) {
    :root {font-size: 14px;}
}

@media (min-width:800px) {
    :root {font-size: 14px;}
}

/* xeicon */
@import url(/css/fonts/xeicon.otf);
@font-face {font-family: 'xeicon'; font-style: normal;font-weight: 100;src:/* url(../css/fonts/xeicon.woff2) format('woff2'),url(../css/fonts/xeicon.woff) format('woff'),*/url(../css/fonts/xeicon.otf) format('opentype');}

/* 본고딕 */
@font-face {font-family: 'Noto Sans KR';font-style: normal;font-weight: 100;src: url(../font/NotoSansKR-Thin.woff2) format('woff2'),url(../font/NotoSansKR-Thin.woff) format('woff'),url(../font/NotoSansKR-Thin.otf) format('opentype');}

@font-face {font-family: 'Noto Sans KR';font-style: normal;font-weight: 300;src: url(../font/NotoSansKR-Light.woff2) format('woff2'),url(../font/NotoSansKR-Light.woff) format('woff'),url(../font/NotoSansKR-Light.otf) format('opentype');}

@font-face {font-family: 'Noto Sans KR';font-style: normal;font-weight: 400;src: url(../font/NotoSansKR-Regular.woff2) format('woff2'),url(../font/NotoSansKR-Regular.woff) format('woff'),url(../font/NotoSansKR-Regular.otf) format('opentype');}

@font-face {font-family: 'Noto Sans KR';font-style: normal;font-weight: 500;src: url(../font/NotoSansKR-Medium.woff2) format('woff2'),url(../font/NotoSansKR-Medium.woff) format('woff'),url(../font/NotoSansKR-Medium.otf) format('opentype');}

@font-face {font-family: 'Noto Sans KR';font-style: normal;font-weight: 700;src: url(../font/NotoSansKR-Bold.woff2) format('woff2'),url(../font/NotoSansKR-Bold.woff) format('woff'),url(../font/NotoSansKR-Bold.otf) format('opentype');}

@font-face {font-family: 'Noto Sans KR';font-style: normal;font-weight: 900;src: url(../font/NotoSansKR-Black.woff2) format('woff2'),url(../font/NotoSansKR-Black.woff) format('woff'),url(../font/NotoSansKR-Black.otf) format('opentype');}

* {margin: 0; padding: 0; }
html {height: 100%; position: relative;}
body {margin: 0px;  font-family: 'SEBANG','DAON',"Noto Sans KR", sans-serif; font-weight: 400; height: 100%; }
li {list-style: none;}
a {color: #333; text-decoration: none;}
div {box-sizing: border-box; }
i {vertical-align: middle;}
img {vertical-align: middle;}


table {border: 0px solid; border-spacing: 0; width:100%; box-sizing: border-box;border-collapse: collapse; margin: 10px 0; }
table th{border: 1px solid #d8dbdf; background: #f7f7f9; padding: 10px 5px;}
table td{border: 1px solid #e7e9ec; padding: 10px 10px;}



input[type=text] { height: 28px;border: 1px solid #c1c1c1; vertical-align: middle; padding: 2px 10px; box-sizing: border-box; margin: 2px;}
input[type=number] { height: 28px;border:1px solid #c1c1c1;vertical-align: middle;padding: 2px 10px; box-sizing: border-box;margin: 2px;}
input[type=password] { height: 28px;border:1px solid #c1c1c1;vertical-align: middle;padding: 2px 10px; box-sizing: border-box;margin: 2px;}
input[type=email] { height: 28px;border:1px solid #c1c1c1;vertical-align: middle;padding: 2px 10px; box-sizing: border-box;margin: 2px;}
input[type=tel] { height: 28px;border:1px solid #c1c1c1;vertical-align: middle;padding: 2px 10px; box-sizing: border-box;margin: 2px;}
input[type=checkbox] { height: 28px;border: #c1c1c1;vertical-align: middle; zoom:1.2;}
input[type=radio] { height: 20px;border: #c1c1c1;vertical-align: middle;  zoom:1.4; margin-top: -2px;}

select { -webkit-appearance: none;-moz-appearance: none; appearance: none; background: #fff url(../images/select.png) no-repeat 95% 50%; min-width: 10px; padding: 2px 20px 2px 5px; box-sizing: border-box; min-height: 28px; margin: 2px; vertical-align: middle;border-radius: 0px; box-sizing: border-box;text-overflow: ellipsis; border:1px solid #c1c1c1;vertical-align: middle;}
select::-ms-expand { display: none;}
textarea {height: auto; resize: none; overflow:visible; padding: 10px; box-sizing: border-box; border: 1px solid #eee;}
.text_ov {max-width: 200px; overflow: hidden; text-overflow: ellipsis; white-space : nowrap;}
button {cursor: pointer;font-size: inherit;}

/* 스크롤 안보이게 */
div {-ms-overflow-style: none; /* IE and Edge */scrollbar-width: none; /* Firefox */}
div::-webkit-scrollbar { display: none; /* Chrome, Safari, Opera*/}

/* 페이징 */
.paging { width: auto; display: block; height: 40px; margin: 0 auto; text-align: center; margin: 30px 0;}
.paging a {font-size: 14px;display: inline-block;}
.paging .bt_at {color: #7e7e7e; font-size: 20px; margin: 5px 2px}
.paging ul {display: inline-block; margin: 0 3px;}
.paging ul ol {display: inline-block;}
.paging span {width: 30px; height: 30px; text-align: center; display: inline-block; line-height: 20px;   vertical-align: middle; margin: 0 2px; border-radius: 50%; overflow: hidden;}
.paging span a {display: block; width: 100%; height: 100%; line-height: 30px;}
.paging span a.on {background: #ebebeb;}
.paging span a:hover {background: #ebebeb; }


@media (max-width:767px) {
    
    .page .bt_at {color: #7e7e7e; font-size: 20px; margin: 0px}
    .page span {width: 30px; height: 30px; text-align: center; display: inline-block; line-height: 20px;   vertical-align: middle; margin: 0 2px; border-radius: 50%; overflow: hidden;}
    .page span a {line-height: 28px; font-size: 12px}
}

/* header */
header {width: 100%; max-width: 1400px; margin: 0 auto; background: #4c9f43; display: block; height: 80px;} 
.header {width: auto; height: 80px;}  
#logo {width:auto; height: auto; padding: 15px; display: inline-block;}    

#menu {width:auto; float: right;}
nav.main {width:auto; ; float: right; height: 80px; display: inline-block;}
nav.main>ul { width:auto;  margin: 20px; float: right;}
nav.main>ul>li {position: relative;text-align: center; line-height: 40px; width: auto; display: inline-block; padding: 0 5px;}
nav.main>ul>li:after {content: ""; width: 1px; height: 10px; position: absolute; top: 16px; right: 0;; background: #ffffff;}
nav.main>ul>li:last-child:after {content: ""; display: none;}
nav.main ul>li>a {display: block ;  padding: 0 10px; position: relative; text-align: center; margin: auto; color: #fff; font-size: 1.2em; }
nav.main ul>li a:hover {color: #fff600} 
nav.main ul>li a:after {content: ""; width: 0%; height: 2px; position: absolute; bottom: 0; left: 50%;; background: #fff600; transition:  all 0.35s;; } 
nav.main ul>li a:hover:after { width: 100%; left: 0%; } 
nav.main ul>li>a.on {color: #fff600;} 
nav.main ul>li>a.on:after {color: #fff600; width: 100%; left: 0%; } 

.menu {position: relative; display: none; z-index: 0; width: 100%; height: 200px; background: #ddd;}

nav.main ul>li.adm {background: #fff600; color: #446f95; border-radius: 5px; height: 24px;vertical-align: middle; line-height: 24px; margin-right: 5px; font-weight: bold;}
nav.main ul>li.adm i {margin-top: -2px;}
nav.main ul>li.adm:after {display: none;}

@media (min-width:768px) {
    #menu {display: block !important;}
}



.mobile_menu {position: absolute; right: 30px; top : 30px; width: 30px; height: 30px; display: none; z-index: 10;}
.mobile_menu input[id="menuicon"] {display: none;}
.mobile_menu input[id="menuicon"] + label {position: relative;display: block; margin: 0px; width: 30px; height: 25px;  cursor: pointer;}
.mobile_menu input[id="menuicon"] + label span{display: block; position: absolute; width: 100%; height: 3px; border-radius: 30px; background: #fff; transition: all .35s;}
.mobile_menu input[id="menuicon"] + label span:nth-child(1){top: 0; }
.mobile_menu input[id="menuicon"] + label span:nth-child(2){top: 50%; transform: translateY(-50%);}
.mobile_menu input[id="menuicon"] + label span:nth-child(3){bottom: 0;}
.mobile_menu input[id="menuicon"]:checked + label {z-index: 2;}
.mobile_menu input[id="menuicon"]:checked + label span {background: #fff;}
.mobile_menu input[id="menuicon"]:checked + label span:nth-child(1) {top: 50%; transform: translateY(-50%) rotate(45deg)}
.mobile_menu input[id="menuicon"]:checked + label span:nth-child(2) {opacity: 0;}
.mobile_menu input[id="menuicon"]:checked + label span:nth-child(3) {bottom: 50%; transform: translateY(50%) rotate(-45deg)}

.mobile_menu input + label + .mb_bg .sidebar {width: 200px; height: 100%; background: #446f95; position: fixed; top: 0; right: -300px; z-index: 1; transition: all 2s;}
.mobile_menu input[id="menuicon"]:checked + label + .mb_bg .sidebar {right: 0;}
.mobile_menu .mb_bg {position: fixed; width: 100%; height: 100%; top: 0; left: 0; background: rgba(0, 0, 0, 0.3); display: none; opacity: 0;transition: all 2s;}
.mobile_menu input[id="menuicon"]:checked + label + .mb_bg {opacity: 1; display: block; opacity: 1;transition: all 2s;}

.mb_bg .sidebar {padding: 20px 0; }
.mb_bg .sidebar ul {margin-top: 60px ; border-top: 1px solid #fff000; }
.mb_bg .sidebar ul li {font-size: 16px; margin: 10px 20px;}
.mb_bg .sidebar ul li a {color: #fff;}
.mb_bg .sidebar ul li a.on {color: #fff000;}

@media (max-width:767px) {
    #menu {display: none;}
    .mobile_menu {display: block;}
}

@media (max-width:410px) {
    #logo img {width:220px; margin-top: 5px;}
}


/* footer */
a#MOVE_TOP_BTN {position: fixed;right: 20px;bottom: 20px;display: none;z-index: 999;background: #446f95; color: #fff; width: 40px; height: 40px; border-radius: 50%; box-sizing: border-box; line-height: 35px; text-align: center; font-weight: bold;}
footer {width: 100%; max-width: 1400px; height: auto; margin: 0 auto; padding: 25px 0; box-sizing: border-box; }
.foot {display: flex; flex-wrap: wrap; color: #fff; }
.foot li {display: inline-block; width: 100%; text-align: center;}
.foot li span {padding:0 20px;}

@media (max-width:767px) {
    footer {padding: 10px 0;}
    .foot li span {display: block;}
    .foot li b {display: none;}
}


/*공통*/

#wrap {width: 100%; max-width: 1400px; margin: 0 auto 0px;; min-height: calc(100% - 230px);}
h1 {margin: 50px 0 20px; text-align: center; color: #446f95;}
input.important { background-image:url(/images/important.png); background-repeat:  no-repeat; background-position: right 10px center;}

.contents {margin-top: 50px;}

@media (max-width:767px) {
    #wrap {padding: 0 10px;}
    .contents {padding: 10px;}
    
}


/*로그인*/
.login_area {width: 100%; max-width: 400px; margin: 0 auto;}
.login_area input {position: relative; margin-bottom: 10px;}
.login_area input[type=text] {width: 100%; height: 45px; }
.login_area input[type=password] {width: 100%;  height: 45px;}
.login_area button {width: 100%; height: 45px; margin-bottom: 5px; border: 0px; font-weight: 600;}
.login_area button.login {background-color: #4b8e28; color: #fff;}
.login_area button.kakao { background-color: #ffeb33;}
.login_area button.naver { background-color: #19ce60; color: #fff;}
.login_area button img {height: 25px; margin-right: 5px;}
.login_area input[type=checkbox] {margin-bottom: 3px; margin-right: 5px;}

.login_area .btn_area {border-top: 2px solid #eee; margin-top: 10px; padding: 0px 0; }
.login_area .btn_area button {background: none; width: auto; color: #666; vertical-align: top; margin: 0; padding: 0;}
.login_area .btn_area button.left {float: left;}
.login_area .btn_area button.right {float: right;}
.login_bg {width: 100%; max-width: 400px; margin: 200px auto 0; display: block; }

@media (max-width:767px) {
    .login_area {padding: 10px;}
    .login_bg {margin: 100px auto 0;}
}
.red {color: #ff0000;}

/*약관 동의*/
#regi { margin-bottom: 50px;}
.c-point01 {color: #da2128;}
.page_title .inner h3 { font-size: 20px;font-weight: 400; line-height: 1.4em; color: #333333;}
.page_title .inner p {margin-top: 20px; font-size: 16px;}
.join-info-wrap {margin-top: 45px;}
.red span{color: #db2228;;}
.red span i {margin-top: -3px; margin-right: 5px;}

.register {margin-top: 50px;}
#fregister { border: 1px solid #dde7e9; padding: 0px;;}
#fregister h2 {font-size: 1em; padding: 20px; border-bottom: 1px solid #dde7e9; }
#fregister h2 input[type=checkbox]{float: right; height: 20px;}
#fregister textarea {width: 100%; min-height: 300px; padding: 20px; overflow-y: auto; border: none;}
#fregister table {width: calc(100% - 40px); margin: 10px 20px;}

#fregister.chk_all {position: relative; background: #f7f7f9;; margin: 15px 0 5px; padding: 15px; text-align: center; font-weight: 600; }

#fregister .selec_chk {position: absolute; right: 20px; top: 8px;}

#regi .btn_area { width: 100%;}
#regi .btn_area ul {display: flex; justify-content: space-between;}
#regi .btn_area li { width: 49%; padding: 10px 0;}
#regi .btn_area li button {width: 100%; height: 45px; border: 1px solid #dde7e9; font-size: 16px; font-weight: bold;}
#regi .btn_area li button.cancel { background: #fff;  color: #333;}
#regi .btn_area li button.btn_submit { background: #3a8afd; color: #fff; }
#regi .btn_area li button.btn_submit:hover { background: #2375eb;}

@media (max-width:767px) {
   #fregister table {width: calc(100% - 20px); margin: 10px 10px;}
}


/*콘텐츠 헤더*/
.info_hd01 {border: 2px solid #919191; padding: 15px 40px; background: #e2eaf0; margin-bottom: 50px;}
.info_hd01 p {position: relative;}
.info_hd01 p.dot {margin-left: 15px;}
.info_hd01 p.dot b {color: #814a0a; font-weight: 500;}
.info_hd01 p.dot:after {content: ""; position: absolute; width: 12px; height: 12px; background: #333; border-radius: 50%; top: 7px; left: -16px;  }

.info_hd02 {border: 1px solid #003366; padding: 15px 40px; background: #f9f9f9; margin-bottom: 50px;}
.info_hd02 p {position: relative; text-align: center; font-size: 13px}
.info_hd02 p.no1 {font-weight: bold; font-size: 16px;}
.info_hd02 p.no1 b {text-decoration: underline; color: #ce5a1b;}
.info_hd02 p.dot b {color: #814a0a; font-weight: 500;}
.info_hd02 p.dot:after {content: ""; position: absolute; width: 12px; height: 12px; background: #333; border-radius: 50%; top: 7px; left: -16px;  }


/*공통 테이블 버튼*/
table.nomal01 { margin-bottom: 30px;}
table.nomal01 th {border: 1px solid #848484; background: #e2eaf0; vertical-align: middle;}
table.nomal01 td {border: 1px solid #848484; padding: 10px; vertical-align: middle; line-height: 28px;} 
table.nomal01 th.coR {background: #f0e8e2;}

table.nomal02 { margin-bottom: 10px;}
table.nomal02 th {border-top : 2px solid #003366; border-bottom: 2px solid #003366; background: #e2eaf0; vertical-align: middle; border-right: 0; border-left: 0;}
table.nomal02 td {border-top : 0; border-bottom: 1px solid #848484;  padding: 10px 2px; text-align: center; border-right: 0; border-left: 0; vertical-align: middle; height: 49px; } 

table.nomal03 { margin-bottom: 100px;}
table.nomal03 th {}
table.nomal03 td {border-top : 2px solid #003366; border-bottom: 2px solid #003366; background: #e2eaf0; vertical-align: middle; border-right: 0; border-left: 0; height: 49px; } 
table.nomal03 td:first-child {padding-left: 130px;}

table.important {border: 5px solid #006aa8; margin-bottom: 30px; height: 50px; }
table.important th, table.important td {border: 2px solid #006aa8; text-align: center;vertical-align: middle;}

ul.text {font-size: 0.8em; margin: 10px 0 10px; line-height: 1.5;}

button.Sort {background: none;padding: 0 3px; height: 20px;}
button.Sort i {margin-top: -2px;}
button.btn01 {border: none; background: #446f95; color: #fff; height: 28px; vertical-align: middle; margin: 0 7px; padding: 0 8px; min-width: 80px; border-radius: 5px;}

button.col01 {border: none; background: #446f95; color: #fff; height: 28px; vertical-align: middle; margin: 0 2px; padding: 0 5px; min-width: 70px;}
button.col02 {border: none; background: #950f91; color: #fff; height: 28px; vertical-align: middle; margin: 0 2px; padding: 0 5px; min-width: 70px;}
button.col03 {border: none; background: #b34519; color: #fff; height: 28px; vertical-align: middle; margin: 0 2px; padding: 0 5px; min-width: 70px;}
button.col04 {border: none; background: #b5b5b5; color: #fff; height: 28px; vertical-align: middle; margin: 0 2px; padding: 0 5px; min-width: 70px;}

.atmosphere {width: 80px; height: 28px; display: inline-block; vertical-align: middle; color: #fff;  line-height: 28px;background: #95380f; font-size: 13px;}

td.division {}
input[name=division] { margin-left: 0px; margin-right: 15px; display: inline-block}
input[name=division]:checked {color: #eee;}
input[name=division]:checked + label {color: #eee;}

button.txt1,.txt1 {color: #006aa8; background: none; height: 20px;}
button.txt2,.txt2 {color: #950f91; background: none; height: 20px;}
button.txt3,.txt3 {color: #c50000; background: none; height: 20px;}

span.txt4 {color: #b34519; font-weight: bold; margin-left: 6px;}

.inb {display: inline-block;}

.wi08 {width: 80px;}
.wi12 {width: 120px;}
.wi30 {width: 300px;}
.wi100 {width: 100%;}
.txt_sm {font-size: 0.75em; display: inline-block;}

.ceri_area {overflow-x: auto;}
.ceri_area table {min-width: 650px;}
.ceri_area.wide table {min-width: 1400px; font-size: 12px;}
.ceri_area.wide table td{font-weight: 500;}
.ceri_area.btm {margin-bottom: 80px;}
.ceri_area.wide table.nomal02 td.last_td { background: #e2eaf0; font-weight: bold;}

.btn_area {position: relative; width: 100%;  text-align: center; margin-bottom: 50px;}
.btn_area button {min-width: 120px; height: 35px; margin: 0 5px; padding: 0 15px; color: #fff;}
.btn_area .btn1 {background: #245a1d;}
.btn_area .btn2 {background: #009a57;}
.btn_area .btn3 {background: #b34519;}
.btn_area .btn4 {background: #727272;}
.btn_area .right {position: absolute; right: 0; top: 0;}

@media (max-width:767px) {
   .btn_area button {height: 35px; margin: 2px 2px; padding: 0 5px; color: #fff; font-size: 12px;}
    .btn_area .right {position: relative; display: inline-block;} 
}

.img_center {width: 100%; max-width: 738px; display: block; margin: 0 auto;}
.bottom_img {width: 100%; max-width: 1000px; display: block; margin: 0 auto;}

/*테이블 헤드*/
.table_hd {display: inline-block; width: 100%;}
.table_hd .th_bt_area{ display: inline-block;}
.table_hd button {height: 28px; padding: 0 10px; color: #fff;}
.table_hd .btn1 {background: #006aa8;}
.table_hd .btn2 {background: #950f91;}
.table_hd .btn3  {background: #b34519;}

.th_search {float: right; height: auto;}
.th_search select {height: 28px; padding: 0 5px; min-width: 100px; margin: 0;}
.th_search button {height: 28px; padding: 0 5px; margin: 0;}
.th_search ul li{display: inline-block; vertical-align: middle;}
.th_search ul li .search {width: 150px;}
.th_search ul li .search input[type=text] {width: 120px; position: relative; margin: 0; }
.th_search ul li .search button{background: #c1c1c1; width: 28px; padding: 0; position: relative; margin-left: -2px; vertical-align: middle;}

@media (max-width:767px) {
    .th_search {float: none; margin-top: 5px;}
    .th_search ul {display: flex; flex-wrap: wrap;}
    .th_search li {width: auto; margin-bottom: 5px; padding-right: 5px;}
}

/*팝업*/
.pop_up {position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.3); display: none; align-items: center; justify-content: center;}
.pop_up .pop_contants {width: 100%; max-width: 500px; background: #fff; padding: 10px; box-shadow: 0 0 15px rgba(0, 0, 0, 0.4); border-radius:  7px;}
.pop_up .pop_contants h1 {font-size: 1.5em; color: #666; margin: 10px 0 20px;}
.pop_up .pop_contants .btn_area {margin: 20px 0 10px;}
.pop_up .pop_contants p.secession {text-align: center; margin: 20px}

/* 출자 및 펀드 수정 팝업 */
.pop_up2 {position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.3); display: none; align-items: center; justify-content: center;}
.pop_up2 .pop_contants2 {width: 100%; max-width: 500px; background: #fff; padding: 10px; box-shadow: 0 0 15px rgba(0, 0, 0, 0.4); border-radius:  7px;}
.pop_up2 .pop_contants2 h1 {font-size: 1.5em; color: #666; margin: 10px 0 20px;}
.pop_up2 .pop_contants2 .btn_area {margin: 20px 0 10px;}
.pop_up2 .pop_contants2 p.secession {text-align: center; margin: 20px}

@media (max-width:767px) {
    .pop_up .pop_contants {margin: 0 10px;}
}
/*  */


/* 페이징 css */
a.on {color: black; font-weight:bold;} 
.on:after {color: black; width: 100%; left: 0%; font-weight:bold;} 
/*  */













