@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap');

* {
	padding: 0;
	margin: 0;
	list-style: none;
	text-decoration: none;
	font-family: 'Noto Sans KR';
	letter-spacing: -1px;
	/* -ms-user-select: none;
	-khtml-user-select: none;
	user-select:none; */
}

body {
	width: 100%;
	overflow: scroll;
	overflow-x: hidden;
	-webkit-overflow-scrolling:touch;
}

input, select, textarea {
	outline: none;
}

.security {
	-webkit-text-security: disc;
}

.main_img {
	width: 100%;
}

.main_img img {
	width: 100%;
}

.main_text {
	color: #989898;
	text-align: center;
	font-size: 16px;
	margin-top: 20px;
	margin-bottom: 5px;
}

.main_input {
	max-width: 300px;
	border-bottom: 2px solid #17409a;
	margin: auto;
}

.main_input input {
	text-align: center;
	width: 100%;
	border: 0;
	height: 30px;
	font-size: 15px;
}

.main_button {
	width: 250px;
	margin: auto;
	text-align: center;
}

.main_button button {
	border: 0;
	background: #17409a;
	color: #fff;
	width: 100%;
	padding: 10px 0 10px 0;
	margin-top: 30px;
	font-size: 15px;
}

.main_link {
	text-align: center;
	margin-top: 20px;
}

.main_link a {
	color: #788fae;
	font-weight: 500;
	font-size: 14px;
}

.main_link a:nth-child(2) {
	margin-left: 30px;
}

.main_link a span {
	color: #000;
	font-weight: bold;
	font-size: 11px;
	margin-left: 5px;
	color: #788fae;
}

#index_line,
#register_line,
#owner_line {
	width: 100%;
}

.index_top {
	width: 100%;
	text-align: center;
	background: #173e99;
	position: fixed;
	top: 0;
	z-index: 1000;
}

.index_top .top_left span {
	float: left;
	position: relative;
	font-size: 20px;
	top: 19px;
	left: 18px;
	font-weight: 500;
	cursor: pointer;
	color: #fff;
}

.index_top .top_right {
	float: right;
	position: absolute;
	top: 16px;
	right: 10px;
	cursor: pointer;
}

.index_top .top_right span {
	font-size: 20px;
	font-weight: 500;
	color: #fff;
	position: relative;
	right: 5px;
	top: 3px;

}

.index_top img {
	position: relative;
	width: 200px;
	top: 3px;
	right: 3px;
}

#register_line {
	background-image: url(/resource/images/background.jpg);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	width: 100%;
	min-height: 100%;
}

.regi {
	width: 100%;
	height: 106vh;
}

.regi .all_register {
	width: 90%;
	position: absolute;
	top: calc(50% - 22%);
	right: calc(50% - 45%);
}

.regi_logo {
	width: 60%;
	margin: auto;
}

.regi_logo img {
	width: 100%;
}

.regi_input {
	width: 80%;
	margin: auto;
	text-align: center;
}

.regi_input div {
	border-bottom: 1px solid #173e99;
	padding-bottom: 5px;
}

.regi_input div span {
	color: #173e99;
}

.input01,
.input02,
.input03 {
	border: 0;
	width: 85%;
	margin-top: 20px;
	margin-left: 20px;
	font-size: 15px;
}

.regi_input button {
	border: 0;
	background: #173e99;
	color: #fff;
	padding: 10px 80px 10px 80px;
	margin-top: 36px;
	font-size: 15px;
}

.owner_top {
	width: 100%;
	background: #17409a;
	height: 50px;
	text-align: center;
}

.owner_top img {
	position: relative;
	width: 200px;
}

.owner_contents div {
	padding: 10px;
	border-bottom: 1px solid #898989;
}

.owner_contents div:first-child input::placeholder {
	color: #000;
}

.owner_contents div .square {
	background: #17409a;
	color: #fff;
	padding: 0 10px 0 10px;
	font-size: 15px;
}

.owner_contents div input {
	border: 0;
	width: 70%;
	margin-left: 10px;
	font-size: 14px;
	position: relative;
	bottom: 1.5px;
}

.owner_textarea {
	padding: 15px;
}

.owner_textarea textarea {
	border: 0;
	width: 100%;
	resize: none;
	height: 50vh;
}

.owner_btnarea {
	text-align: center;
}

.owner_btnarea button {
	width: 150px;
	height: 30px;
	border: 0;
}

.owner_btnarea button:first-child {
	background: #17409a;
	color: #fff;
	font-size: 15px;
}

.owner_btnarea button:last-child {
	background: #fff;
	color: #17409a;
	border: 1px solid #898989;
	margin-left: 10px;
	font-size: 15px;
}

ul.tabs{
	display: flex;
	background: #fff;
	box-shadow: 0 2px 5px 1px #898989;
}

ul.tabs li{
	width: 33%;
	text-align: center;
	padding: 10px 0;
	color: #aaa;
	font-weight: 500;
	font-size: 14px;
}

ul.tabs li.current{
	font-weight: 500;
	color: #17409a;
	border-bottom: 2px solid #17409a;
	font-size: 14px;
}

.tab-content{
	display: none;
	width:100%;
}

.tab-content.current{
	width:100%;
	height:auto;
	display: inherit;
}

#tab-1,
#tab-2,
#tab-3 {
	position: relative;
	top: 100px;
}

#tab-1 .form {
	display: flex;
	justify-content: center;
	margin-top: 20px;
	width: 100%;
}

#tab-1 .form .form_select {
	width: 20%;
}

#tab-1 .form .form_select select {
	display: block;
	height: 100%;
	background: #17409a;
	color: #fff;
	width: 100%;
	text-align-last: center;
	-moz-text-align-last: center;
	-ms-text-align-last: center;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	direction: rtl 10%;
}

#tab-1 .form .search_bar {
	margin-left: 5px;
	border: 1px solid  #555;
	padding: 5px;
	width: 65%;
	background: #fff;
	display: flex;
	border-radius: 5px;
}

#tab-1 .form .search_bar input {
	border: 0;
	width: 90%;
}

#tab-1 .form .search_bar button {
	border: 0;
	background: #fff;
	margin-left: 8px;
	margin-top: 2px;
}

#tab-1 .form .search_bar button span {
	font-size: 13px;
	font-weight: bold;
}

.member {
	width: 100%;
}

.member .member_list {
	padding: 10px;
}

.member .member_list .list_content {
	display: flex;
	border-bottom: 1px solid #ccc;
	margin-top: 10px;
	padding-bottom: 10px;
	margin-left: 4px;
}

.member .member_list .list_content p {
	position: relative;
	top: 5px;
	color: #555;
	font-weight: 500;
	font-size: 14px;
}

.member .member_list .list_content .name_area {
	width: 20%;
	text-align: center;
}

.member .member_list .list_content .team_area {
	position: relative;
	left: 10px;
	top: 1px;
	width: 42%;
}

.member .member_list .list_content .team_area p {
	font-size: 12px;
	max-width: 105px;
}

.member .member_list .list_content .contact_area ul {
	display: flex;
}

.member .member_list .list_content .contact_area ul li {
	color: #17409a;
	background: #ddd;
	font-size: 18px;
	margin-left: 10px;
	width: 30px;
	height: 30px;
	text-align: center;
	border-radius: 50%;
}

.member .member_list .list_content .contact_area ul li span {
	position: relative;
	top: 2px;
}

.member .member_list .list_content .contact_area ul li:last-child span {
	top: 1px;
}

#tab-2 .system {
	margin: auto;
	padding: 20px;
}

#tab-2 .system ul {
	margin-top: 3px;
}

#tab-2 .system ul li {
	display: flex;
}

#tab-2 .system ul .first_list {
	background: #fff;
	border: 1px solid #aaa;
}

#tab-2 .system ul .first_list .system_left {
	width: 67%;
}

#tab-2 .system ul .first_list .system_left p {
	color: #000;
	font-weight: 500;
	padding: 10px;
	margin-left: 9px;
	font-size: 14px;
}

#tab-2 .system ul .first_list .system_right {
	width: 25%;
	padding: 10px;
}

#tab-2 .system ul .first_list .system_right a {
	color: #fff;
	border: 1px solid #fff;
	padding: 0 10px 0 10px;
	float: left;
	background: #17409a;
	font-size: 11px;
	position: relative;
	left: 1px;
	border-radius: 5px;
}

#tab-2 .system ul .first_list .system_right .system_btn {
	display: flex;
	margin-top: 4px;
}

#tab-2 .system ul .first_list .system_right .system_btn span {
	font-weight: 500;
	color: #17409a;
	font-weight: bold;
	margin-left: 20px;
}

#tab-2 .system ul .active {
	background: #17409a;
}

#tab-2 .system ul .active .system_left p {
	color: #fff;
}

#tab-2 .system ul .first_list .system_right .system_btn .up {
	display: none;
}

#tab-2 .system ul .active .system_right .system_btn .down {
	display: none;
}

#tab-2 .system ul .active .system_right .system_btn .up {
	display: block;
	color: #fff;
}

#tab-2 .system ul .system_child01 {
	background: #edf3ff;
	border-left: 1px solid #aaa;
	border-right: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	display: none;
	height: 40px;
}

#tab-2 .system ul .system_child01 .child01_left {
	width: 70%;
}

#tab-2 .system ul .system_child01 .child01_left p {
	font-weight: 500;
	padding: 10px;
	font-size: 12px;
	color: #17409a;
	/*margin-left: 20px;*/
}

/* #tab-2 .system ul .system_child01 .child01_left p::before {
	content: '↳';
	position: relative;
	right: 5px;
	bottom: 3px;
} */

#tab-2 .system ul .system_child01 .child01_right {
	width: 25%;
	padding: 10px;
}

#tab-2 .system ul .system_child01 .child01_right a {
	color: #17409a;
    border: 1px solid #17409a;
    padding: 0 10px 0 10px;
    float: left;
    background: #fff;
    font-size: 11px;
	margin-left: -6.5px;
	border-radius: 5px;
}

#tab-2 .system ul .system_child01 .child01_right span {
	font-weight: 500;
	color: #fff;
	margin-left: 19px;
	font-weight: bold;
}

.child_btn span {
	color: #17409a !important;
}

.child_btn .up {
	display: none;
}

.hide_content {
	background: #fff;
	border-left: 1px solid #aaa;
	border-right: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	display: none;
}

.hide_content.active {
	display: block;
	background: #fff !important;
}

.hide_content .child02_left {
	width: 70%;
}

.hide_content .child02_left p {
	color: #000;
	padding: 10px;
	margin-left: 5px;
	font-size: 12px;
}

.hide_content .child02_right {
	width: 25%;
	padding: 10px;
}

.hide_content .child02_right a {
	color: #fff;
	padding: 0 10px 0 10px;
	float: left;
	background: #17409a;
	font-size: 11px;
	margin-left: -5.5px;
	border-radius: 5px;
}

.on .down {
	display: none;
}

.on .up {
	display: initial;
}

#tab-3 {
	width: 100%;
	height: 100%;
}

#tab-3 .me {
	padding: 25px 30px 80px 30px;
}

#tab-3 .me .me_box {
	background: #fff;
	margin: auto;
	height: auto;
}

#tab-3 .me .me_box div:last-child {
	border-bottom: 0px;
}

#tab-3 .me .me_box .view01 {
	display: flex;
	border-bottom: 1px solid #989898;
}

#tab-3 .me .me_box .view01 .my_img {
	width: 100px;
	padding: 30px 0 30px 40px;
}

#tab-3 .me .me_box .view01 .my_img .img_area {
	width: 100%;
	height: 100%;
	background: #eee;
}

#tab-3 .me .me_box .view01 .my_img img {
	width: 100%;
	height: 100%;
}

#tab-3 .me .me_box .view01 ul {
	padding: 30px;
}

#tab-3 .me .me_box .view01 ul li {
	margin-top: 10px;
	color: #989898;
	font-size: 13px;
}

#tab-3 .me .me_box .view01 ul li:last-child {
	margin-top: -2px;
}

#tab-3 .me .me_box .view01 ul li:first-child {
	color: #17409a;
	font-weight: 500;
	font-size: 15px;
}

#tab-3 .me .me_box .me_list {
	border-bottom: 1px solid #989898;
	padding: 5px;
	display: flex;
	height: 30px;
}

#tab-3 .me .me_box .me_list .me_title {
	color: #989898;
	width: 60px;
	font-size: 11px;
	position: relative;
	top: 4px;
	text-align: center;
}

#tab-3 .me .me_box .me_list .me_content {
	width: 190px;
	font-size: 12px;
	position: relative;
	left: 15px;
	top: 2px;
}

#tab-3 .me .me_box .me_list .me_content a {
	color: #000;
}

#tab-3 .me .me_box .me_list .me_icon {
	width: 30px;
	height: 30px;
	background: #eee;
	text-align: center;
	border-radius: 50%;
}

#tab-3 .me .me_box .me_list .me_icon span {
	position: relative;
	top: 3px;
}

.lnr.lnr-envelope {
	top: 1px !important;
}

#tab-3 .me .me_btn {
	text-align: center;
}

#tab-3 .me .me_edit {
	border: 0;
	width: 250px;
	color: #fff;
	text-align: center;
	background: #17409a;
	margin-top: 20px;
	height: 40px;
	font-size: 15px;
}

.modal {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 110px;
	left: 0;
	background: #eee;
}

.modal.open {
	display: block;
	z-index: 1;
	position: fixed;
	top: 100px;
}

.modal-content {
	padding: 20px;
	text-align: right;
	position: relative;
}

.modal-content .me {
	margin-top: 10px;
}

.modal-content .me .me_box {
	background: #fff;
	margin: auto;
	height: auto;
}

.modal-content .me .me_box .modal_like {
	font-size: 20px;
	position: absolute;
	right: 33px;
	top: 41px;
}

.modal-content .me .me_box .like {
	color: #17409a;
	font-weight: bold;
}

.modal-content .me .me_box div:last-child .me_icon {
	border-bottom: 0px;
}

.modal-content .me .me_box .view01 {
	display: flex;
	border-bottom: 1px solid #989898;
}

.modal-content .me .me_box .view01 .my_img {
	width: 100px;
	padding: 30px 0 30px 28px;
}

.modal-content .me .me_box .view01 .my_img .img_area {
	width: 100%;
	height: 100%;
	background: #eee;
}

.modal-content .me .me_box .view01 .my_img img {
	width: 108%;
	height: 100%;
}

.modal-content .me .me_box .view01 ul {
	padding: 30px;
	text-align: left;
}

.modal-content .me .me_box .view01 ul li {
	margin-top: 3px;
	color: #989898;
	font-size: 13px;
}

.modal-content .me .me_box .view01 ul li:first-child {
	color: #17409a;
	font-weight: 500;
	font-size: 15px;
}

.modal-content .me .me_box .me_list {
	border-bottom: 1px solid #989898;
	padding: 5px;
	display: flex;
	height: 30px;
}

.modal-content .me .me_box .me_list:last-child {
	border: 0;
	height: auto;
	min-height: 30px;
}

.modal-content .me .me_box .me_list .me_title {
	color: #989898;
	width: 80px;
	text-align: left;
	font-size: 11px;
	position: relative;
	top: 5px;
	left: 17px;
}

.modal-content .me .me_box .me_list .me_content {
	width: 190px;
	text-align: left;
	font-size: 13px;
	position: relative;
	top: 3px;
}

.modal-content .me .me_box .me_list .me_content a {
	color: #000;
	position: relative;
}

.modal-content .me .me_box .me_list .me_icon {
	width: 30px;
	height: 30px;
	background: #eee;
	text-align: center;
	border-radius: 50%;
}

.modal-content .me .me_box .me_list .me_icon span {
	position: relative;
	top: 3px;
}


.modal-content .me .me_btn {
	text-align: center;
}

.modal-content .me .me_edit {
	border: 0;
	width: 250px;
	color: #fff;
	text-align: center;
	background: #17409a;
	margin-top: 20px;
	height: 40px;
	font-size: 15px;
}

.request01 {
	display: flex;
}

.request01 li:first-child {
	color: #989898 !important;
	margin-right: 10px;
}

.request01 li:last-child {
	position: relative;
	top: 2px;
}

.form span {
	position: relative;
	top: 4px;
	float: right;
}

.select {
    position: relative;
    padding: 10px;
    width: 20%;
    border-radius: 5px;
	cursor: pointer;
	font-size: 13px;
	text-align: center;
	color: #fff;
	background: #17409a;
}

.select p {
	float: left;
	margin-left: 10px;
}

/* 옵션 영역 스타일 */
.select ul {
    position: absolute;
    left: 0;
    width: 100%;
	z-index: 100;
}

.select ul li:first-child {
	border-top: 1px solid #aaa;
}

.select ul li {
	position: relative;
	bottom: 1px;
	padding: 10px;
	background: #fff;
	color: #000;
	border-left: 1px solid #aaa;
	border-right: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
}

.hide {
	display: none;
}

.form button span {
	top: 0;
}

.me p {
	text-align: center;
	line-height: 1;
	margin-top: 30px;
	font-size: 11px;
	color: #777;
}