@media (max-width: 980px){
	.inners {width: 100%!important;}
	.hidden_quick {display:block!important;}
	.gnb {display: none!important;}
	.topBar ul li a {font-size: 12px;}
	.visual_img {text-align: center;}
	.visual_img h1 {font-size: 38px!important; padding: 0 60px;}
	.visual_img h2 {margin-top: 15px; font-size: 22px!important;padding: 0 50px;}
	.gnb ul li:nth-child(2),.gnb ul li:nth-child(3) {	display: none;}
	.section .list_chat {width: 84%!important; margin: 40px auto 0; position: unset!important;}
	.chat_plus {display:none;}
	.chat_list {float: unset!important; width: 100%!important; padding-left: 5%; padding-right: 5%; box-sizing: border-box;}
	.right_join {	right: 20px!important;}
	.right_join ul li:first-child a {font-size: 12px!important;}
	.footer {right:0!important;}
	.address {text-align: center!important;	font-size: 10px!important;}
	.main_title {display: none;}
	.chat_not {text-align: center; margin-top: 4%; position: unset!important;}
	.logo {padding: 0 30px!important;}
	.logo img {height: 25px;}
	.login_box {top: 20%!important;}
	.chat_t {padding: 4px 6px!important; margin-right: 6px!important;}
	.chat_inp {padding: 4px!important; border-radius:10px!important;}
	.sign_tb {padding: 0 4%; box-sizing: border-box;}
	.sib {width: 100%;}
	.sib th {padding:0!important;}
	.sign-top {padding:0!important;}
	.sign_tb table caption {font-size: 20px!important;}
	.signup_bt {margin-bottom: 50px;}
	.sign_box p {margin-top: 10px!important;}
	.sign-box {padding: 20px 6%!important; width: 100%!important; box-sizing: border-box;}
	.sign_box table caption {font-size: 12px!important;}
	.sign_box table caption span {font-size: 24px!important;}
	.price-col {width: 100%!important;text-align: center;padding: 24px!important;min-height: auto!important}
	.support {position:unset!important;margin : 20px auto 0}
	.webabot {padding: 64px 4% 40px!important;}
	.webabot h1 {text-align: center; font-size: 20px!important;}
	.price-col h1 {font-size: 18px!important;}
	.web-item {float: unset!important; width: 100%!important;height: 110px;}
	.item-subject p {font-size: 11px!important;}
}
@media (max-width: 1260px){
	.inners {width: auto!important;}
}

/* ๋ก๊ทธ??*/
.close_login {
	font-size: 24px;
    font-weight: 300;
    position: absolute;
    right: 40px;
    top: 47px;
}
.close_login a {
	text-decoration: none;
	color:#c1c1c1;
}
.login_box {
	display: none;
    position: absolute;
    width: 360px;
    background: #fff;
    overflow-y: auto;
    top: 30%;
    left: 50%;
    margin-left: -180px;
    box-sizing: border-box;
    border-radius: 10px;
    padding: 50px 40px;
    z-index: 999;
}
.login_box h1 {
	font-size: 24px;
}
.login_box h2 {
	font-size: 14px;
    font-weight: 400;
    margin: 4px 0 20px;
}
.inputstyle {
	box-sizing: border-box;
    width: 100%;
    height: 44px;
    margin-bottom: 8px;
    padding: 12px 14px;
    background: #f4f4f4;
    border: 1px solid #f4f4f4;
    border-radius: 4px;
    font-size: 14px;
    font-weight: bold;
    outline: 0;
    color: #333;
    transition: .2s ease-out;
}
.Loginbtn {
	width: 100%;
    height: 44px;
    background: #601986;
    font-size: 18px;
    color: #fff;
    cursor: pointer;
    border-radius: 4px;
    border: 0;
    outline: 0;
    letter-spacing: -1px;
	margin-top: 10px;
}
.Deletebtn {
	width: 100%;
	height: 44px;
	background: #5e0909;
	font-size: 18px;
	color: #fff;
	cursor: pointer;
	border-radius: 4px;
	border: 0;
	outline: 0;
	letter-spacing: -1px;
	margin-top: 10px;
}
.Cancelbtn {
	width: 100%;
	height: 44px;
	background: #3c3c3c;
	font-size: 18px;
	color: #fff;
	cursor: pointer;
	border-radius: 4px;
	border: 0;
	outline: 0;
	letter-spacing: -1px;
	margin-top: 10px;
}
.loginbar li input[type=checkbox]:checked {
	background-color: #8a4dab;
}
.loginbar li input[type=checkbox] {
    width: 16px;
    height: 16px;
    border-radius: 100%;
    background: #ddd url("../img/v.png") center no-repeat;
    background-size: auto 50%;
    -webkit-appearance: none;
    appearance: none;
    border: 0;
    outline: 0;
}
.loginbar {
	 display: flex;
    margin-top: 14px;
}
.loginbar li {
	flex: 1;
}
/* ๋ก๊ทธ????/

/* ?์์ฐธ๊? */
.chat_pop {
	display: none;
	position: absolute;
    width: 360px;
    background: #fff;
    overflow-y: auto;
    top: 30%;
    left: 50%;
    margin-left: -180px;
    box-sizing: border-box;
    border-radius: 10px;
    padding: 50px 40px;
    z-index: 999;
}
.chat_pop h1 {
	font-size: 24px;
}
.chat_pop h2 {
	font-size: 14px;
    font-weight: 400;
    margin: 4px 0 20px;
}
/* ?์์ฐธ๊? ??*/

/* ?? ?์ */
.del_pop {
	display: none;
	position: absolute;
	width: 360px;
	background: #fff;
	overflow-y: auto;
	top: 30%;
	left: 50%;
	margin-left: -180px;
	box-sizing: border-box;
	border-radius: 10px;
	padding: 50px 40px;
	z-index: 999;
}

	.del_pop h1 {
		font-size: 24px;
	}

	.del_pop h2 {
		font-size: 14px;
		font-weight: 400;
		margin: 4px 0 20px;
	}
/* ?? ?์ ??*/

/* ?ต๋ฐ */
.hidden_quick {
	display :none;
	float: right;
    padding: 36px 34px 0 0;
}
.quick_nav {
	position: fixed;
    left: -70%;
    top: 0;
    width: 250px;
    height: 100%;
    background: #fff;
    z-index: 102;
    -webkit-transition: width .34s ease-in-out;
    transition: width .34s ease-in-out;
	-webkit-box-shadow: 0 8px 17px rgba(0,0,0,0.2);
    box-shadow: 0 8px 17px rgba(0,0,0,0.2);
}
.quick_menu li {
	height: 48px;
    line-height: 48px;
    border-bottom: 1px solid #f3f3f3;
    padding: 0 24px;
	cursor: pointer;
}
.quick_menu li a {
	text-decoration: none;
}
.quick_menu li:hover {
	background:#f3f3f3;
}

.quick_logo {
	padding: 24px;
}
.quick_logo img {
	height: 30px;
}
.close_btn {
	float: right;
    font-size: 24px;
    font-weight: 300;
}
.close_btn a {
	text-decoration: none;
	color:#c1c1c1;
}
/* ?ต๋ฐ ??*/

#header {
	width: 100%;
	height: auto;
}
.inners {
	width: 1280px;
	margin:0 auto;
	position: relative;
}
.section-inner {
	width: 100%;
	height: calc(100vh - 225px);
	height: -webkit-calc(100vh - 225px);
	height: -moz-calc(100vh - 225px);
}
.darkbg {
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.7);
	position: absolute;
	top:0;
	display: none;
	z-index: 100;
}
header {
   position: relative;
    height: auto;
    width: 100%;
	border-bottom: 1px solid #ddd;
}
.topBar {
	width: 100%;
	height: 40px;
    line-height: 40px;
    background: #3c3c3c;
}
.topBar ul {
	text-align: right;
	box-sizing: border-box;
	padding-right: 20px;
}
.topBar ul li {
	display: inline-block;
	margin-left: 20px;
}
.topBar ul li a {
	color: #fff;
	text-decoration: none;
}
.gnb_tb {
	width: 100%;
    height: 84px;
    line-height: 84px;
	box-shadow: 0 2px 4px 0 rgb(185 185 185 / 20%);
}
.logo {
	float: left;
}
.logo img{
	width: auto;
    margin-top: 24px;
    height: 36px;
}
.gnb {
	display: block;
}
.gnb ul {
	text-align: right;
	    box-sizing: border-box;
    padding-right: 20px;
}
.gnb ul li {
	margin-left: 40px;
	display: inline-block;
}
.gnb ul li a {
	font-size: 15px;
	text-decoration: none;
}
.gnb ul li:last-child a {
	background: #2d3e50;
    color: #fff;
    padding: 10px 24px;
    border-radius: 10px;
}
.gnb ul li:last-child:hover a {
    background: #47617d;
}
.visual_img {
	width: 100%;
	height: calc(100vh - 225px);
	height: -webkit-calc(100vh - 225px);
	height: -moz-calc(100vh - 225px);
	background:url(../img/bg.jpg) no-repeat center;
	background-size: cover;
	padding: 150px 0;
    box-sizing: border-box;
}
.visual_img h1 {
	font-size: 46px;
    letter-spacing: -2px;
    font-weight: 400;
    color: #fff;
}
.visual_img h2 {
	font-size: 26px;
	font-weight: 300;
	color: #fff;
}
footer {
	width: 100%;
    height: 190px;
    background: #3c3c3c;
}
.address {
	padding: 10px 0 20px 0;
}
.addrUl {
	border-bottom: 1px solid #616161;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.addrUl li {
	display: inline-block; 
	margin-right: 20px;
}
.addrUl li a {
    color: #a5a5a5;
}
.address p {
    color: #7d7d7d;
}
.banner {
	border-bottom: 1px solid #616161;
	padding-bottom: 40px;
	margin-bottom: 10px;
}
.banner li {
	display: inline-block;
	margin-right:20px;
	float: right;
}
.banner li a {
	color: #a5a5a5;
}

/* ?์๊ฐ??*/
.sign-top {
	padding: 100px 0;
}
.sign_tb {
	width: 100%;
}
.sign_tb table  {
	width: 100%;
}
.sign_tb table caption {
	font-size: 30px;
    font-weight: 600;
    color: #333;
    margin-bottom: 20px;
}
.sign_tb table th {
	font-weight: 400;
	text-align: left;
	font-size: 16px;
	padding: 15px 20px;
    width: 50%;
    border: 1px solid #ddd;
    box-sizing: border-box;
}
.sign_tb table td{
	padding: 15px 20px;
    width: 50%;
    border: 1px solid #ddd;
    box-sizing: border-box;
}
.sign_tb p {margin: 20px 0;}
.signup_bt {
	text-align: center;
	margin-top: 20px;
}
.signup_bt input {
	padding: 14px 84px;
    background: #fff;
    border: 1px solid #ccc;
    cursor: pointer;
}
.signup_bt input[type="submit"] {  
	background: #2d3e50;
	color: #fff;
}
/* ?์๊ฐ??input*/
.sign-box {
	padding: 70px 0;
	width: 400px;
	margin: auto;
}
.sign_box table caption {
	font-size: 14px;
    font-weight: 400;
    color: #333;
    margin-bottom: 20px;
}
.sign_box table caption span{
	font-size: 30px;
    font-weight: 600;
}
.sib td { 
	width: 10%;
    padding: 5px 0;
    box-sizing: border-box;
	border: none;
}
.sib  th {
    font-weight: 400;
    text-align: left;
    font-size: 14px;
	padding-top: 10px;
}
.sign_box table td input { 
	border: 1px solid #ccc;
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
	border-radius: 10px;
}
.sign_box p {
	margin-top: 30px;
}
.sign_box p a {
	color: #601986;
    text-decoration: underline;
}
/* ๊ฐ๊ฒฉ์ ์ฑ?*/
.webabot {
	padding: 64px 0 100px;
}
.webabot h1 {
	font-size: 22px;
    font-weight: 600;
	margin-bottom: 20px;
	color:#676767;
}
.boximg {
	width: 100%;
	margin-bottom: 30px;
}
.boximg img {
	width: 100%;
}
.price-box {
	width: 100%;
}
.price-tap {
	border: 1px solid #f1f1f5;
	margin-bottom: 40px;
}
.price-tap:after {
	content:" "; 
	display:block; 
	clear:both;
}
.price-col {
	/* width: calc(100% / 4); */
    /* width: -webkit-calc(100% / 4); */
    /* width: -moz-calc(100% / 4); */
	width: 25%;
    box-sizing: border-box;
    float: left;
    padding: 35px;
    min-height: 372px;
	position: relative;
}
.price-col p {
	font-size: 14px;
}
.price-col  h1 {
	font-size: 22px;
}
.price-col  h2 {
	    font-size: 26px;
    letter-spacing: -1px;
}
.price-col h2 span {
	font-size: 12px;
    font-weight: 400;
}
.price-col ul li {
	font-size: 14px;
	line-height: 30px;
}
.price-tap div:first-child {
	background:rgba(246,247,249,0.6);
}
.price-tap div:nth-child(3) {
	background:rgba(246,247,249,0.6);
}
.support {
	cursor: pointer;
	position: absolute;
    bottom: 40px;
    background: rgba(82,82,128,0.08);
    border-radius: 10px;
    text-align: center;
    width: 70%;
    padding: 10px;
    color: #222230;
    font-size: 16px;
    line-height: 19px;
}
.web-box {
	width: 100%;
	height: auto;
}
.web-item {
	float: left;
    width: 33.3%;
}
.web-box:after {
	content:" "; 
	display:block; 
	clear:both;
}
.item-img {
	float: left;
	width: 100px;
	margin-right: 20px;
}
.item-img img {
	width: 100%;
}
.item-subject {
	padding: 24px 20px;
}
.item-subject p {
	font-size: 14px;
}

/* ๋ก๊ทธ???์ด์ง */
.login_tap {
	width: 100vw;
	height: 100vh;
	background-color: #f3f3f3;
	display: flex;
    align-items: center;
}
.login_form {
	width: 350px;
	height: auto;
    margin: auto;
}
.login_logo {
	text-align: center;
	padding: 30px 0;
}
.login_logo img {
	height: 40px;
}
.login_logo span {
	vertical-align: bottom;
    font-size: 20px;
    padding-left: 10px;
    font-weight: 400;
    color: #020202;
}
.login_input {
	width: 100%;
    height: auto;
    background-color: #fff;
    border: 1px solid #e8e8e8;
    box-sizing: border-box;
    padding: 40px 40px 50px;
}
[id^="btn-"] {
	width: 100%;
	display: block;
	padding: 14px; 
	border:1px solid #d4d4d4; 
	border-radius: 2px;
	box-sizing: border-box;
	margin: 4px 0 16px;
}
[type="checkbox"] {
	background:#ddd;
}
[class$="idc"] {
}
[class^="btn-"]::placeholder {
  color: #ccc;
}
.bt-submit {
	width: 100%;
    display: block;
    padding: 14px;
    border: 1px solid #d4d4d4;
    border-radius: 2px;
    box-sizing: border-box;
    background-color: #4d0d6f;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    margin-top: 30px;
}
.login_addr {
	text-align: center;
    font-size: 11px;
    color: #9e9e9e;
    padding-top: 30px;
}

@media (max-width: 980px){ 
	.login_logo span {display:none;} 
	.login_form {width: 320px!important;}
}

/* ?์??๊ด๋ฆ?*/
@media (max-width: 980px){ 
	.section-item {height:auto!important;}
	.item-room table td {padding: 10px 4px!important;}
	div.item-room {padding: 40px 0 50px!important;}
	.room-title h1 {font-size: 22px!important;margin-bottom: 10px!important; padding: 5px 10px!important;}
	.room-title img {height: 40px!important;}
}
.section-item {
	width: 100%;
	background: #f1f1f1;
    padding: 0 4%;
    box-sizing: border-box;
	height: calc(100vh - 225px);
	height: -webkit-calc(100vh - 225px);
	height: -moz-calc(100vh - 225px);
}
.section-item2 {
	width: 100%;
	background: #f1f1f1;
    padding: 0 4%;
    box-sizing: border-box;
}
div.item-room {
	padding: 70px 0 100px;
}
.room-title {
    text-align: center;
}
.room-title img {
	height: 60px;
}
.room-title h1 {
	font-size: 28px;
    margin-bottom: 20px;
    display: inline-block;
    padding: 12px 20px;
	font-weight: 500;
    color: #55606b;
}
.room-team {
	font-size: 16px;
    font-weight: 400;
    margin-bottom: 6px;
}
.room-team img {
	height: 20px;
    margin-left: 5px;
    cursor: pointer;
	vertical-align: bottom;
}
.item-room table {
	width: 100%;
	text-align: center;
}  
.item-room table th{
	font-weight: 400;
    font-size: 14px;
	border: 1px solid #ccc;
	padding: 14px 0;
    background-color: #f9f9f9;
}
.item-room table th:first-child{
	width: 4%;
}
.item-room table td{
	border: 1px solid #ccc;
	padding: 20px 0;
	background-color: #fff;
}
[class^="bt-"] {
	padding: 8px 16px;
    border: none;
    border-radius: 2px;
    box-sizing: border-box;
    margin: 4px 2px;
	font-weight: 600;
	color: #fff;
	cursor: pointer;
}
button:focus {outline:none;}
[class$="btedit"] {background: #7da3b5; padding: 8px; border-radius: 50%; font-size: 30px; margin-top: 4px; height: 50px; width: 50px;}
[class$="btedit"] img {height: 22px; margin-top: 5px;}
[class$="btedit"]:hover  {background: #6590a5;}
[class$="entrance"] {background: #589cc7;}
[class$="entrance"]:hover  {background: #4889b3;}
[class$="copy"] {background: #f1ae48;}
[class$="copy"]:hover  {background: #e2a240;}
[class$="invite"] {background: #4CAF50;}
[class$="invite"]:hover {background: #3ea042;}
[class$="modify"] {background: #a5a5a5;}
[class$="modify"]:hover  {background: #908f8f;}
[class$="delete"] {background: #e55046;}
[class$="delete"]:hover  {background: #ce433a;}
[class$="plus"] {background: #607D8B;border-radius: 50%; font-size: 30px; margin-top: 4px; height: 50px; width: 50px;}
[class$="plus"]:hover  {background: #506f7d;}
.plusbox {text-align: right;padding-top: 6px;}

/* ๋ก๊ทธ?ธ๋ฃธ */
.user-lap {padding: 80px 0 100px;}
.user-room {
   text-align: center;
    width: 200px;
    margin: auto;
    padding: 40px 70px;
    background: #fff;
    border-radius: 20px;
    border: 1px solid #ccc;
}
.room-user {
	margin: auto;
    border: 3px solid #d0d1d3;
    border-radius: 50%;
    padding: 24px 0;
    width: 130px;
    height: 130px;
    box-sizing: border-box;
    overflow: hidden;
}
.room-user img {
	height: 102px;
}
.user-title p {
	margin-top: 26px;
	font-size: 15px;
}
.user-title h1 {
	font-size: 28px;
	margin-bottom: 10px;
	letter-spacing: 4px;
}
.user-title h1 span {
	font-size: 18px;
}
.user-title ul li {
	text-indent: 30px;
	text-align: left;
    font-size: 15px;
    line-height: 26px;
}
[class$="Btt"] {
	width: 100%;
    display: block;
    padding: 14px;
    border: none;
    border-radius: 2px;
    box-sizing: border-box;
    background-color: #2d3e50;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
	margin-top: 20px;
    margin-bottom: 7px;
    cursor: pointer;
}
[class$="cancel-Btt"] {
	margin-top: 0;
    background-color: #bfbfbf;
}

ul.pagination {
	display: inline-block;
	padding: 0;
	margin: 0;
}

	ul.pagination li {
		display: inline;
	}

		ul.pagination li a {
			color: black;
			float: left;
			padding: 8px 16px;
			text-decoration: none;
			transition: background-color .3s;
			border: 1px solid #ddd;
		}

.pagination li:first-child a {
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}

.pagination li:last-child a {
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}

ul.pagination li.active a {
	background-color: #3d3939;
	color: white;
	border: 1px solid #3d3939;
}

ul.pagination li a:hover:not(.active) {
	background-color: #ddd;
}
.text-filter {
	width: 250px;
	display: inline;
	padding: 14px;
	border: 1px solid #d4d4d4;
	border-radius: 2px;
	box-sizing: border-box;
	margin: 4px 0 16px;
}

/*Modal Popup*/
.modalBackground {
	background-color: black;
	filter: alpha(opacity=60);
	opacity: 0.6;
}

.modalPopup {
	display: none;
	position: absolute;
	overflow-y: auto;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	border-radius: 15px;
	background-color: white;
	width: 800px;
	height: 60px;
}

	.modalPopup div {
		margin: auto;
		text-align: center;
		color: white;
		vertical-align: middle;
		height: 60px;
		line-height: 60px;
	}

		.modalPopup div span {
			display: inline-block;
			vertical-align: middle;
			line-height: normal;
			font-size: 17px;
		}

#Label_ModalMesg {
	color: #555;
	font-weight: bold;
	width: 300px;
}

.modalBackground {
	height: 100%;
	background-color: #FFFFFF;
	filter: alpha(opacity=30);
	opacity: 0.3;
}

.modalPopup {
	background-color: #ccc;
	width: 500px;
	color: white;
}