*{-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
body , main{background-color: #fbfbfb;}
main.myOffice{background-color: #fbfbfb !important;}
body main {min-height: 0 !important;}
body .myOffice > .bg{display: none !important;}
.g30{gap: 30px;}
.mgb50{margin-bottom: 50px;}

/* 상단메뉴 */
.wrap{width:100%; min-height: 100vh;  background: #fbfbfb;}
.wrap .bg{display: none;}

.wrap .top{width: 1400px; margin: 0 auto; display: flex; gap:20px; align-items:center; margin-top: 100px;}
.top .prof{background: #4849ff; width: 30%; height:250px; border-radius:8px; display: flex; gap:20px; align-items:center;
padding: 20px 40px; color:#fff; box-shadow: 2px 2px 10px rgba(204,204,204,0.5); position: relative;}
.prof h3{font-size: 20px; margin-bottom: 10px; font-weight: bold;} 
.prof p{margin-bottom: 5px; font-size: 16px;}
.prof p.part{margin-top: 10px; line-height: 24px;}
.prof p.part img{width: 24px; cursor: pointer;}
.prof .lt > h3 {display: none;}

.top .gnb{width: 70%;height: 250px; line-height: 35px; background: #fff;box-shadow: 2px 2px 10px rgba(204,204,204,0.5); border-radius:8px; }
.top .gnb ul {width: 100%;padding: 25px 30px; display: grid; grid-template-columns: repeat(6, 1fr); gap:10px;}
.top .gnb ul li {padding:12px 0;text-align: center; }
.top .gnb ul li a{display: block; width: 100%;  font-size: 16px;}

.top .gnb ul li:hover{background: #000;}
.top .gnb ul li:hover a{color:#fff}

.joqrp{margin-top: 20px;margin-bottom: 0;}
a.joqr{color:#fff;padding:4px 7px;background: #000;}
ul li.onblack{background: #000;}
ul li.onblack a{color: #fff;}

@media screen and (max-width: 1400px) {
.wrap{width:100%; min-height: 100vh; background: #fbfbfb;}

.wrap .top{width: 98%; margin: 0 auto; gap:1.4286vw; align-items:center; margin-top: 7.1429vw;}
.top .prof{background: #4849ff; width: 30%; height:20vw; border-radius:0.5714vw;  gap:1.0714vw; align-items:center;
padding: 1.4286vw 0.7143vw 1.4286vw 1.4286vw;  box-shadow: 0.1429vw 0.1429vw 0.7143vw rgba(204,204,204,0.5);}
.top .prof img{width:6.4286vw;}

.prof h3{font-size:1.5714vw; margin-bottom: 0.7143vw; } 
.prof p{margin-bottom: 0.3571vw; font-size:1.4286vw;}
.prof p.part{margin-top: 0.7143vw; line-height: 1.7143vw;}
.prof p.part img{width: 1.7143vw; cursor: pointer;}

.top .gnb{width: 70%;height: 20vw; line-height: 3.2vw; background: #fff;box-shadow: 0.1429vw 0.1429vw 0.7143vw rgba(204,204,204,0.5); border-radius:0.5714vw; }
.top .gnb ul {width: 100%;padding: 1.7857vw; gap:0.5714vw;}
.top .gnb ul li {padding:0.9000vw 0; }
.top .gnb ul li a{font-size: 1.3286vw;}
.top .gnb ul .onblack{background-color: #000;}
.top .gnb ul li:hover{background: #000;}
.top .gnb ul li:hover a{color:#fff}


}

@media screen and (max-width: 1000px) {

.wrap{width:100%; min-height: 100vh;background: #fbfbfb;}

.wrap .top{width: 98%; margin: 0 auto;  height:auto; gap:4.0000vw; align-items:center; margin-top:8.0000vw; flex-direction: column;}

.top .prof{background: #4849ff; width:100%; height:auto; border-radius:0.8000vw;
padding: 4.0000vw 4.0000vw;  box-shadow: 0.2000vw 0.2000vw 1.0000vw rgba(204,204,204,0.5); justify-content:center; gap:5.0000vw;box-sizing:border-box}
.top .prof img{width: 12.0000vw;}
.prof .rt > h3{display: none; }
.prof .lt > h3{display: block; text-align:center; margin-top:2.0000vw;}

.prof h3{font-size: 4.0000vw; margin-bottom: 1.0000vw; } 
.prof p{margin-bottom: 1.0000vw; font-size: 3.4000vw;}
.prof p.part{margin-top: 2.0000vw; line-height: 4.8000vw; }
.prof p.part img{width: 4.8000vw; cursor: pointer;}

.top .gnb{width: 100%;height:auto; background: #fff;box-shadow: 0.2000vw 0.2000vw 1.0000vw rgba(204,204,204,0.5); border-radius:0.8000vw; }
.top .gnb ul {width: 100%;padding:4.0000vw 2.0000vw; display: flex;flex-direction: row;flex-wrap: wrap;align-items: center;
justify-content: space-between; }
.top .gnb ul li {  flex-grow: 1;background: #fff;border-radius:8px;margin: 1%; background: #f5f5f5; padding: 1.5000vw;}
.top .gnb ul li a{font-size: 3.4000vw; text-align:center; line-height: 4.40000vw;	}




}


/* 기간별 수익 */
.main_bg{background-color: #F6F6FC;width: 1400px;margin: 0 auto;margin-top: 50px;padding:50px 30px;}
.top_title{font-size: 24px;text-align: center; margin-bottom: 50px;}
.mid_title{font-size: 24px;text-align: center; margin: 150px 0 50px 0;position: relative;display: block;}
.mid_title::after{content:"";display: block;position: absolute;top: -100px;right: 0;width: 100%;height: 1px;background-color: #ddd;}

table{width: 100%;text-align: center;padding-bottom: 50px;box-shadow: 2px 2px 10px rgba(204, 204, 204, 0.5);}
table th {background-color: #CFDAFF;font-size: 20px;height: 50px;}
table td{background-color: #fff;font-size: 18px;height: 50px;}
.hapsantt{background-color: #efefef;}
.hapsant{background-color: #CFDAFF;font-weight: bold;}
.five th{width: 20%;}
.four th{width: 25%;}
.date_3box{width: 100%;flex: 1; display: flex;}
.date_3box a{width: 30%;height: 50px;line-height: 50px;text-align: center;background-color: #4849FF;color:#fff;border-radius:5px;font-size: 20px;}





.top_box {width: 100%;display: flex;margin-bottom: 30px;align-items:center;}
.top_box p{font-size: 24px; padding-right: 20px;}
.top_box > div {width: 50%; display: flex; align-items:center;}

.period_box{width: 100%;}
.period_box .date_box {flex: 1;display: flex;}
input, .period_box .date_box .con1 {flex: 1;min-width: 0;height: 50px;}
.top_box input:nth-of-type(1), .top_box .date_box .con1:nth-of-type(1) {margin-right: 10px;}
.period_box .date_box .con1{height: 50px;border: 1px solid #cccccc;border-radius: 8px;background-color: white;font-size: 20px;text-align: center;color: #130005;transition: all 0.3s;
	padding: 0 10px;display: flex; justify-content:space-between;align-items:center;}

.top_box > a{display: inline-block; width: 290px;height: 50px;line-height: 50px;text-align: center;background-color: #4849FF;color:#fff;border-radius:5px;font-size: 20px;}
.top_box .text_point{width: 25%;}

table{width: 100%;}
table th {background-color: #CFDAFF;}
.four th{width: 25%;}




/* 서브계정 관리 */
.seven td{height: 100px;padding: 10px 20px;border:1px solid #CFDAFF;}

/* 서브계정 생성 */
.table_wrap_wrap .garo{margin-bottom: 50px;}
.boder_b{border-bottom:1px solid #CFDAFF;}
.garo select {height: 50px;}
.garo td {height: 100px; padding-left: 10px;}
.garo td div{float: left;text-align: left;}
.garo td div::after{content:"";display: block;clear: both;}
.garo td .notice {display:block;text-align: left;clear: both;}
.garo .input_box {display: flex;}
.garo .input_box input , .garo .sponLook_btn , .wrap .sbg_bt{height: 50px;line-height: 50px;}
.wrap a.sbg_bt {padding: 0 20px;font-size: 20px;}


@media screen and (max-width:1400px) {
	.main_bg{width: 100%;}
	.table_wrap_wrap table td{padding: 10px 20px;}
	.table_wrap_wrap .seven td{padding: 5px;font-size: 18px;}
}
@media screen and (max-width:1000px) {
	.table_wrap_wrap table td{padding: 5px 10px;}
}

@media screen and (max-width:650px) {
	.main_bg{width: 100%;padding: 7.6923vw 1%;}
	.main_bg table{width: 650px;}
	.main_bg .garo {width: 100%;}
	.top_title{font-size: 3.8vw;margin-bottom:7.6923vw;}
	.table_wrap_wrap{overflow-x: auto;}
	.g30{gap:1.5vw;}
	table th{font-size: 18px;}
	.table_wrap_wrap table td{font-size:3.6vw;padding: 1vw 2vw;}
	.table_wrap_wrap .seven td, .garo td .notice{font-size:2.5vw;}
}
@media screen and (max-width:450px) {
	.table_wrap_wrap .seven td{font-size:3.6vw;}
}