@charset "utf-8";


body {
	width: 100vw;
 	height: 100%;	
	background: #ffffff;
}
#content {
	position: relative;
	width: 100%;
}
/*  헤더  */
header.header_logo_only {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 7.5vh;
	padding: 2.5vh 5% 0;
	background: #009e96;
	box-sizing: border-box;
	z-index: 11;
}
header.header_logo_only > .btn_sideClose {
	position: absolute;
	top: 2.5vh;
	right: 5%;
}
header.header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 7.5vh;
	padding: 2.5vh 5% 0;
	background: transparent;
	box-sizing: border-box;
	z-index: 11;
}
.main_logo {
	width: 28%;
	height: 5vh;
}
.main_logo a {
	width: 100%;
	height: 100%;
	display: block;
	background: url('/mobile/images/main/mainLogo.png') no-repeat,transparent;
	background-size: contain;
	background-position: 50% 50%;
}
.btn_sideOpen {
	width: 8%;
	height: 5vh;
	border: none;
	background: url('/mobile/images/main/icon/icon_side.png') no-repeat,transparent;
	background-size: contain;
	background-position: 50% 50%;
}
.btn_myInfo {
	width: 8%;
	height: 5vh;
	border: none;
	background: url('/mobile/images/main/icon/icon_user.png') no-repeat,transparent;
	background-size: contain;
	background-position: 50% 50%;
}
/*  메인용 헤더  */
.main_logo_main {
	width: 28%;
	height: 5vh;
}
.main_logo_main a {
	width: 100%;
	height: 100%;
	display: block;
	background: url('/mobile/images/main/mainLogo_dark.png') no-repeat,transparent;
	background-size: contain;
	background-position: 50% 50%;
}
.btn_sideOpen_main {
	width: 8%;
	height: 5vh;
	border: none;
	background: url('/mobile/images/main/icon/icon_side_green.png') no-repeat,transparent;
	background-size: contain;
	background-position: 50% 50%;
}
.btn_myInfo_main {
	width: 8%;
	height: 5vh;
	border: none;
	background: url('/mobile/images/main/icon/icon_user_green.png') no-repeat,transparent;
	background-size: contain;
	background-position: 50% 50%;
}

/*  사이드 메뉴  */
.sideMenu {
	position: fixed;
	left: -100%;
	width: 100%;
	height: 100vh;
/*	height: auto;*/
	padding-top: calc( 7.5vh + 40px );
	background: #009e96;
	z-index: 11;
	transition: all 0.3s ease-in-out 0s;
}
.sideMenu.active {
	left: 0;
}
.sideMenu_top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	padding: 0 5% 20px;
	font-size: 24px;
	font-weight: 600;
	color: #f1cf59;
	line-height: 1.2;
}
.btn_sideClose {
	width: 60px;
	height: 60px;
	border: none;
	background: url('/mobile/images/main/icon/icon_sideClose.png') no-repeat,transparent;
	background-size: contain;
	background-position: 50% 50%;
}
.sideMenu_main_wrap {
	width: 100%;
	height: 500px;
	overflow: scroll;
}
.sideMenu_main {
	width: 100%;
	/* margin: 60px 0 40px; */
	padding: 40px 5% 40px;
	background: #009e96;
}
.sideMenu_main > div.side_nav_box{
	overflow: hidden;
	width: 85%;
	margin: 0 auto 20px;
	padding-bottom: 10px;
	border-radius: 15px;
	background: #ffffff;
	box-shadow: 2px 2px 8px 8px rgba(0,0,0,0.2);
}
.side_nav_box .side_nav_title {
	padding: 0 10%;
	border-bottom: 1px solid #009e96;
	box-sizing: border-box;
	font-size: 20px;
	font-weight: 600;
	color: #009e96;
	line-height: 60px;
}
.side_nav_box > ul {
	width: 100%;
}
.side_nav {
	width: 100%;
}
.side_nav a{
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	padding: 0 10%;
	line-height: 50px;
	border-bottom: 1px solid #eae9e7;
	box-sizing: border-box;
	color: #666666;
}
ul .side_nav:last-of-type a {
	border-bottom: none;
}


/*  사이드 로그인  */
.sideLogin {
	position: fixed;
	right: -100%;
	width: 100%;
	min-height: 100vh;
	padding-top: calc( 7.5vh + 40px );
	background: #009e96;
	z-index: 11;
	transition: all 0.3s ease-in-out 0s;
}
.sideLogin.active {
	right: 0;
}
.sideLogin_main_wrap {
	width: 100%;
	height: 600px;
	overflow: scroll;
}
.sideLogin_main {
	width: 100%;
	padding: 0 5%;
}
.loginWrap {
	width: 84%;
	margin: 45px auto 55px;
}
.loginWrap .btn_login {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	height: 50px;
	margin: 8px 0;
	padding: 0 10%;
	border: none;
	background: #ffffff;
	border-radius: 50px;
	box-shadow: 3px 3px 8px 3px rgba(0,0,0,0.2);
	box-sizing: border-box;
	font-size: 17px;
	color: #666666;
}
.icon_menu {
	display: block;
	width: 20px;
	height: 20px;
	background: url('/mobile/images/main/btn_menu.png') no-repeat, transparent;
	background-size: contain;
	background-position: 50% 50%;
}
.loginWrap .btn_login.active {
	background: #f1cf59;
	color: #013835;
	font-weight: 600;
}
.loginWrap .btn_login.active > .icon_menu {
	display: block;
	width: 20px;
	height: 20px;
	background: url('/mobile/images/main/btn_menu_active.png') no-repeat, transparent;
	background-size: contain;
	background-position: 50% 50%;
}
.loginArea {
	display: none;
	width: 100%;
}
.loginArea.active {
	display: block;
	width: 100%;
}
.loginArea > div {
	position: relative;
	margin: 10px 0;
	border-bottom: 1px solid #ffffff;
}
.loginArea > div > input.inputLogin {
	width: 100%;
	height: 40px;
	border: none;
	background-color: transparent;
	box-sizing: border-box;
	color: #ffffff;
	font-size: 17px;
	text-align: center;
}
.loginArea > div > input.inputLogin::placeholder {
	background-color: transparent;
	color: #ffffff;
	font-size: 17px;
}
.loginArea > div:before {
	display: block;
	position: absolute;
	content: '';
	bottom: -5px;
	left: 0;
	width: 8px;
	height: 8px;
	border: 2px solid #ffffff;
	border-radius: 100%;
	background: #009e96;
}
.loginArea > div:after {
	display: block;
	position: absolute;
	content: '';
	bottom: -5px;
	right: 0; 
	width: 8px;
	height: 8px;
	border: 2px solid #ffffff;
	border-radius: 100%;
	background: #009e96;
}
.loginArea > .btn_loginGo {
	width: 100%;
	height: 50px;
	margin: 20px 0 40px;
	border: none;
	border-radius: 50px;
	background: #005e59;
	box-sizing: border-box;
	color: #ffffff;
	font-size: 17px;
	font-weight: 600;
}
.sideLogin_photo {
	margin-top: 40px;
}
.sideLogin_photo > img {
	width: 100%;
}

/*  하단 tab bar index  */
.index_tabBar,
.sub_tabBar {
	display: flex;
	justify-content: flex-end;
	position: fixed;
	bottom: 0;
	right: 0; 
	width: 100px;
	height: 70px;
	padding: 0 4%;
	z-index: 10;
	box-sizing: border-box;
}
.btn_bottom_open {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 45px;
	height: 45px;
	border-radius: 50px;
	background: #02ced7;
	box-shadow:  0 -3px 6px rgba(0,0,0,0.2), 0 3px 6px rgba(0,0,0,0.23);
}
/* .index_tabBar img {
	width: 100%;
}
.index_tabBar_ul {
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: absolute;
	top: 2vh;
	left: 5%;
	width: 72%;
	height: 50%;
	box-sizing: border-box;
}
.index_tabBar_ul > li {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
}
.index_tabBar_ul > li:nth-of-type(1),
.index_tabBar_ul > li:nth-of-type(2){
	width: 18%;
}
.index_tabBar_ul > li:nth-of-type(3) {
	width: 28%;
}
.index_tabBar_ul > li:last-of-type {
	width: 36%;
}
.index_tabBar_ul > li > a {
	display: block;
	position: relative;
	width: 100%;
	padding: 10px 0;
	font-size: 15px;
	font-weight: 600;
	color: #001424;
	text-align: center;
}
.index_tabBar_ul > li > a:after {
	display: block;
	position: absolute;
	content: '';
	top: 28%;
	right: 0;
	width: 1px;
	height: 45%;
	background: #b8bbc0;
}
.index_tabBar_ul > li:last-of-type > a:after {
	display: none;
} */

/*  하단 tab bar sub  */
/* .sub_tabBar {
	display: flex;
	justify-content: flex-end;
	position: fixed;
	bottom: -5px;
	left: 0; 
	width: 100%;
	height: 70px;
	padding: 0 4%;
	z-index: 10;
	box-sizing: border-box;
} */
/* .sub_tabBar img {
	width: 100%;
}
.sub_tabBar_ul {
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: absolute;
	top: 2vh;
	left: 5%;
	width: 72%;
	height: 50%;
	box-sizing: border-box;
}
.sub_tabBar_ul > li {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
}
.sub_tabBar_ul > li:nth-of-type(1),
.sub_tabBar_ul > li:nth-of-type(2){
	width: 18%;
}
.sub_tabBar_ul > li:nth-of-type(3) {
	width: 28%;
}
.sub_tabBar_ul > li:last-of-type {
	width: 36%;
}
.sub_tabBar_ul > li > a {
	display: block;
	position: relative;
	width: 100%;
	padding: 10px 0;
	font-size: 15px;
	font-weight: 600;
	color: #ffffff;
	text-align: center;
}
.sub_tabBar_ul > li > a:after {
	display: block;
	position: absolute;
	content: '';
	top: 28%;
	right: 0;
	width: 1px;
	height: 45%;
	background: #ffffff;
}
.sub_tabBar_ul > li:last-of-type > a:after {
	display: none;
}
.btn_bottom_open {
	display: block;
	position: absolute;
	top: 1vh;
	right: 4%;
	width: 11%;
	height: 60%;
	border-radius: 50%;
} */

/*  footer  */
footer {
	width: 100%;
	padding: 12px 5%;
	background: #8c8c8c;
	box-sizing: border-box;
}
footer > p {
	text-align: center;
	color: #ffffff;
	font-size: 14px;
	line-height: 120%;
}

/*   하단 메인 네비게이션   */
.main_nav {
	width: 100%;
}
.main_nav_login {
	width: 100%;
	padding: 40px 5% 20px;
	background: #009e96;
	box-sizing: border-box;
}
input.main_nav_login_input {
	width: 100%;
	height: 48px;
	margin-bottom: 10px;

	border: 1px solid #ffffff;
	border-radius: 48px;
	background: #99d8d5;
	box-sizing: border-box;
	text-align: center;
	color: #009e96;
} 
input.main_nav_login_input::placeholder {
	text-align: center;
	color: #009e96;
}
.btn_main_nav_login {
	width: 100%;
	height: 48px;
	border: 1px solid #009e96;
	border-radius: 48px;
	background: #ffffff;
	box-sizing: border-box;
	text-align: center;
	color: #009e96;
	font-size: 16px;
	font-weight: 600;
}
.main_nav_top {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 160px;
	font-size: 24px;
	font-weight: 600;
	color: #f1cf59;
	line-height: 1.2;
}
.main_nav_box_asiorna{
	width: 100%;
	padding: 0 5%;
	background-color: #009e96;

}
.main_nav_box_asiorna a{
	display: block;
	background-color: #fff;
	overflow: hidden;
	border-radius: 20px;
	text-align: center;
	margin-bottom: 15px;
}

.main_nav_box_area1 {
	width: 100%;
	padding: 0 5%;
	background: linear-gradient( #009e96 0 50%, #ffffff 51% 100% );
}
.main_nav_box1 {
	width: 100%;
	padding: 20px 6%;
	border-radius: 20px;
	background: #02ced7;
	color: #ffffff;
}
.main_nav_box1 h3,
.main_nav_box2 h3,
.main_nav_box3 h3 {
	margin-bottom: 5px;
	font-size: 17px;
	font-weight: bold;
	color: #ffffff;
	line-height: 1.2;
}
.main_nav_box1 ul {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	width: 100%;
	box-sizing: border-box;
}
.main_nav_box1 ul li {
	width: 50%;
	box-sizing: border-box;
}
.main_nav_box1 ul li a {
	display: block;
	font-size: 16px;
	color: #ffffff;
	line-height: 1.5;
}
.main_nav_box_area2 {
	display: flex;
	justify-content: space-between;
	width: 100%;
	margin-top: 15px;
	padding: 0 5%;
	background: #ffffff;
}
.main_nav_box2 {
	width: 49%;
	padding: 20px 6%;
	border-radius: 20px;
	background: #00958d;
	color: #ffffff;
}
.main_nav_box2 ul {
	width: 100%;
	box-sizing: border-box;
}
.main_nav_box2 ul li {
	width: 100%;
	box-sizing: border-box;
}
.main_nav_box2 ul li a {
	display: block;
	font-size: 16px;
	color: #ffffff;
	line-height: 1.5;
}

.main_nav_box_area3 {
	display: flex;
	justify-content: space-between;
	width: 100%;
	margin: 15px 0 100px;
	padding: 0 5%;
	background: #ffffff;
}
.main_nav_box3 {
	width: 49%;
	padding: 20px 6%;
	border-radius: 20px;
	background: #02ced7;
	color: #ffffff;
}
.main_nav_box3 ul {
	width: 100%;
	box-sizing: border-box;
}
.main_nav_box3 ul li {
	width: 100%;
	box-sizing: border-box;
}
.main_nav_box3 ul li a {
	display: block;
	font-size: 16px;
	color: #ffffff;
	line-height: 1.5;
}
.bg-yellow {
	background: #f1d05c !important;
}
.bg-kaorn-blue {
	background: #00bbea; !important;
}
.bg-kaorn-green {
	background: #00a996 !important;
}
.bg-dark-green {
background: #025c67 !important;
}

/*  모달  */
.modal_overlay {
    /* display: none; */
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.3);
    z-index: 30;
}
.modal_window {
    position: relative;
    top: 35%;
    left: 5%;
    width: 90%;
    height: auto;
    background: #009e96;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.25);
}
.modal_window > .modal_head {
	display: flex;
	justify-content: flex-end;
    width: 100%;
    padding: 15px 15px 0;
}
.modal_window > .modal_body {
    width: 100%;
    height: auto;
    padding: 0 15px 30px;
}
.btn-modal-close {
	width: 25px;
	height: 25px;
	border: none;
	background: url('/mobile/images/sub/btn_modal_close.png') no-repeat, transparent;
	background-size: contain;
	background-position: 50% 50%;
}
.modal_body .modal_menu_title {
	padding: 5px 15px;
	border-bottom: 1px solid #ffffff;
	font-size: 20px;
	font-weight: bold;
	color: #ffffff;
	line-height: 1.8;
}
.modal_body .modal_menu_ul {
	width: 100%;
	margin-bottom: 20px;
}
.modal_body .modal_menu_ul li a {
	display: flex;
	justify-content: space-between;
	width: 100%;
	padding: 15px 15px;
	border-bottom: 1px solid #ffffff;
	box-sizing: border-box;
	font-size: 17px;
	color: #ffffff;
} 
.modal_body .modal_menu_ul li a > div {
	display: flex;
	align-items: center;
}
.list_square {
	display: block;
	width: 5px;
	height: 5px;
	margin-right: 10px;
	background: #ffffff;
}
.modal_window_white {
    position: relative;
    top: 15%;
    left: 5%;
    width: 90%;
    height: auto;
    background: #ffffff !important;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.25);
}
.modal_window_white > .modal_head {
	display: flex;
	justify-content: flex-end;
    width: 100%;
    padding: 15px 15px 0;
}
.modal_window_white > .modal_body {
    width: 100%;
    height: auto;
    padding: 0 15px 30px;
}
.modal_window_white .modal_body  .modal_menu_title {
	padding: 5px 15px;
	border-bottom: 1px solid #009e96;
	font-size: 20px;
	font-weight: bold;
	color: #000000;
	line-height: 1.8;
}
.modal_window_white .btn-modal-close2 {
	width: 25px;
	height: 25px;
	border: none;
	background: transparent;
	color: #009e96;
	font-size: 20px;
}
/*  테이블  */
.table {
	width: 100%;
}
.table-main {
	border-top: 1px solid #009e96;
}
.table-main th {
	padding: 8px 0;
	border-bottom: 1px solid #ddd3db;
	background: #f4f7f7; 
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	vertical-align: middle;
}
.table-main td {
	padding: 8px 0;
	border-bottom: 1px solid #ddd3db;
	background: #ffffff; 
	font-size: 14px;
	color: #666666;
	vertical-align: middle;
}
.table-main a {
	color: #666666;
}

.table {
	width: 100%;
}
.table-main2 th {
	padding: 8px 0;
	border-bottom: 1px solid #ddd3db;
	background: #f4f7f7; 
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	vertical-align: middle;
}
.table-main2 td {
	padding: 8px 0;
	border-bottom: 1px solid #ddd3db;
	background: #ffffff; 
	font-size: 14px;
	color: #666666;
	vertical-align: middle;
}

/*   페이지네이션   */
.pagination {
    display: flex;
    align-items: center;
    margin: 30px 0 0;
}
.pagination li > a {
    display: block;
    width: 19px;
    height: 19px;
    border: 1px solid #a4a8ab;
    font-size: 17px;
    text-align: center;
    line-height: 28px;
    color: #666;
}
.pagination li.btn-page-number > a {
    width: 28px;
    height: 28px;
    border: none;
}
.btn-page-first {
    margin-right: 5px;
    background: url("/images/icon/page_first.png") no-repeat 3px 7px;
}
.btn-page-prev {
    margin-right: 5px;
    background: url("/images/icon/page_prev.png") no-repeat 6px 7px;
}
.btn-page-next {
    margin: 0 5px;
    background: url("/images/icon/page_next.png") no-repeat 7px 7px;
}
.btn-page-last {
    background: url("/images/icon/page_last.png") no-repeat 4px 7px;
}
.pagination li.active > a {
    color: #00a996;
    font-weight: 600;
}

/*  border, background  */
.border-top-primary2 {
	border-top: 2px solid #009e96 !important;
}
.border-bottom-primary2 {
	border-bottom: 2px solid #009e96 !important;
}
.border-top-primary {
	border-top: 1px solid #009e96 !important;
}
.border-bottom-primary {
	border-bottom: 1px solid #009e96 !important;
}

.bg-primary {
	background: #009e96 !important;
}
.font-primary {
	color: #009e96 !important;
}


/* 모달 관리자 페이지 스타일 */
/*  모달  */

.modal_overlay_office {
    /* display: none; */
    position: fixed;
    left: 0;
	right: 0;
    top: 0;
	bottom: 0;
    background: rgba(0, 0, 0, 0.3);
    z-index: 30;
	display: flex;
	justify-content: center;
	align-items: center;
}


.modal_window_office {
    position: relative;
	width: 80%;
    border-radius: 5px;
    background: #fff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.25);
}

.modal_window_office > .modal_head_office {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    height: 50px;
    padding: 10px;
    border-bottom: 1px solid #e7ecf1;
}

.modal_window_office > .modal_body_office {
    width: 100%;
    height: auto;
    padding: 20px;
	box-sizing: border-box;
}
.modal_window_office > .modal_footer_office {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    height: 50px;
    padding: 10px;
    border-top: 1px solid #e7ecf1;
}

button.btn_office {
    height: 32px;
    padding: 2px 8px;
    cursor: pointer;
    box-sizing: border-box;
    border-radius: 2px;
    font-size: 13px;
}
.btn_modal_top_close_office{
    border: none;
    background: transparent;
    font-size: 18px;
    color: #333333;
}
.btn_dark_outline {
    border: 1px solid #2f353b;
    background: #fff;
    color: #2f353b !important;
}
.btn_dark_outline:hover {
    background: #2f353b;
    color: #fff !important;
}