@import url(mypage.css);

#container.backImg{
	background: url(/images/myCorpBack_1.svg) no-repeat,url(/images/myCorpBack_2.svg) no-repeat;
	background-position: top center, bottom center;
	background-size: 100%;
}

.profileBox,
.contBox_list{
	display: flex;
	justify-content: space-between;
}
.profileBox{
	padding: 50px 70px;
}
.profileBox .logo_wrap{
	width: 220px;
	text-align: center;
	font-size: 18px;
}
.profileBox .logo_wrap .img{
	border-bottom: 1px solid #E1E1E1;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
.profileBox .logo_wrap .img img{
	max-width: 200px;
	max-height: 38px;
}
.profileBox .name{
	justify-content: center;
}

.contBox_list{
	width: 65%;
}
.contBox_list li{
	background-color: #F9F9F9;
	border-radius: 14px;
	padding: 20px;
	width: 173px;
}
.contBox_list li .tit{
	font-weight: normal;
	font-size: 16px;
}
.contBox_list li .tit img{
	position: relative;
	top: -2px;
	left: 3px;
}
.contBox_list li .num{
	font-size: 24px;
	text-align: right;
	margin-top: 8px;
	line-height: 1;
}
.contBox_list li .num a{
	display: flex;
	justify-content: end;
	align-items: end;
}
.contBox_list li .num span{
	display: block;
	font-weight: bold;
	font-size: 1.1em;
}

.summary_list{
	height: auto;
	margin: 36px 0;
}
.summary_list li{
	width: 228px;
}
.mainMenu_list li.menu03{
	/* width: 100%;
	height: auto;
	border-radius: 35px;
	box-shadow: inset 5px 5px 15px #00000029;
	background: #5057DC url(/images/matchBack.png) no-repeat;
	background-position: top right 150px;
	background-size: 15%;
	padding: 45px 80px;
	font-weight: normal; */
	width: 100%;
	padding: 0;
	height: auto;
	border-radius: 10px;
	box-shadow: 5px 5px 10px rgb(0 0 0 / 8%);
	overflow: hidden;
}
.mainMenu_list li.menu03 img{
	width: 100%;
}
.mainMenu_list li.menu03 a{
	display: flex;
	width: 100%;
	justify-content: space-between;
	align-items: flex-end;
}
.mainMenu_list li.menu03 .txt span{
	font-weight: bold;
	font-size: 22px;
	display: block;
	margin-bottom: 7px;
}
.mainMenu_list li.menu03 .goPage{
	background-color: #fff;
	border-radius: 100px;
	padding: 10px 20px;
	color: #324663;
	font-weight: bold;
}

.subMenuBox{
	margin-top: 90px;
}
.subMenu_list{
	display: flex;
	justify-content: space-between;
}
.subMenu_list li{
	background-color: #fff;
	border-radius: 27px;
	padding: 30px 20px;
	box-shadow: 0px 0px 20px #EBEBEB;
	width: 470px;
}
.subMenu_list li a{
	display: flex;
}
.subMenu_list li .icon{
	width: 47px;
	height: 47px;
	border-radius: 8px;
	background-color: #DEF9FE;
	margin-right: 12px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding-left: 5px;
}
.subMenu_list li:first-child .icon{
	background-color: #EFF5FF;
	padding: 0;
	padding-right: 5px;
}

.subMenu_list li .tit{
	font-weight: bold;
	margin-bottom: 5px;
}
.subMenu_list li .tit .brace{
	font-weight: normal;
	color: #CECECE;
}

.contTable_wrap > .tab_list{
	display: flex;
	margin: 25px 0 10px;
}
.contTable_wrap > .tab_list li{
	font-size: 14px;
	color: #8F959E;
	padding: 7px 16px;
	margin-right: 10px;
	border-radius: 100px;
}
.contTable_wrap > .tab_list li:hover{
	background-color: #f3f3f3;
	color: #54585e;
}
.contTable_wrap > .tab_list li span{
	font-weight: bold;
}
.contTable_wrap > .tab_list li.on{
	background-color: #526074;
	border-radius: 100px;
	color: #fff;
}

.contTable_list td.type{
	width: 15%;
	font-weight: normal !important;
}
.contTable_list td.txt{
	width: 43%;
	text-align: left;
}
.contTable_list td.cont{
	width: 37%;
}

.contTable_list td.type .idx{
	margin-bottom: 5px;
}
.contTable_list td.type .idx span{
	display: inline-block;
	border: 1px solid #526074;
	color: #526074;
	padding: 5px 10px;
	border-radius: 100px;
}
.contTable_list tr.proMatch td.type .idx span{
	color: #5057DC;
	border-color: #5057DC;
}
.contTable_list tr.proMatch .subTxt{
	margin-top: 10px;
	font-size: 12px;
}

.contTable_list td.txt .tit{
	margin-bottom: 8px;
	display: block;
}
.contTable_list td.txt .date{
	display: flex;
	align-items: center;
	
	position: relative;
}
.contTable_list td.txt .state{
	background-color: #CFD9F4;
	border-radius: 6px;
	padding: 3px 7px;
	display: inline-block;
	margin-right: 7px;
	font-size: 12px;
}
.contTable_list td.txt .date .hoverPopBox{
	top: 27px;
	width: auto;
}
.contTable_list td.txt .bar{
	color: #CECECE;
	font-size: .7em;
	display: inline-block;
	margin: 0 10px;
}

.contTable_list .btn_list{
	display: flex;
	justify-content: flex-end;
}
.contTable_list .btn_list li:not(:first-child){
	margin-left: 23px;
	cursor: pointer;
	transition: .2s;
}
.contTable_list .btn_list li:not(:first-child):hover{
	color: #5057DC;
}
.contTable_list .btn_list li.state{
	color: #5057DC;
	/*border-bottom: 1px solid #5057DC;*/
	font-weight: bold;
}
.contTable_list .num_list{
	display: flex;
	justify-content: space-around;
	background-color: #F6F6F6;
	border-radius: 8px;
	padding: 15px;
	text-align: center;
	margin-top: 15px;
}
.contTable_list .num_list .tit{
	font-weight: bold;
	font-size: 12px;
	margin-bottom: 3px;
	height: 12px;
	line-height: 1;
}
.contTable_list .num_list li:not(:first-child) .tit,
.contTable_list .num_list li:not(:first-child) .num{
	padding-left: 25px;
}
.contTable_list .num_list li:not(:first-child) .tit{
	border-left: 1px solid #CECECE;
	
}
.contTable_list .num_list.center{
	justify-content: center;
}
.contTable_list .num_list.center li:not(:first-child){
	margin-left: 25px;
}

/*지원자 관리*/
.mypg_wrap.applyView{
	position: relative;
}
.mypg_wrap.applyView .titList_wrap{
	position: absolute;
	top: 37px;
	left: 0;
	background-color: #fff;
	border: 1px solid #D7DCE5;
	padding: 30px;
	font-size: 14px;
	z-index: 9;
	width: 550px;
	box-shadow: 5px 5px 10px #00000029;
	display: none;
}
.mypg_wrap.applyView .titListDiv{
	margin: 20px 0;
}
.mypg_wrap.applyView .titListDiv:first-child{
	margin-top: 0;
}
.mypg_wrap.applyView .titListDiv .idx{
	font-weight: bold;
	margin-bottom: 7px;
}
.mypg_wrap.applyView .titListDiv .tit_list li{
	display: flex;
	justify-content: space-between;
	margin: 5px 0;
}
.mypg_wrap.applyView .titListDiv .tit_list li .date{
	color: #8F959E;
}
.mypg_wrap.applyView .goList{
	text-align: right;
}
.mypg_wrap.applyView .goList a{
	display: inline-block;
	border-bottom: 1px solid #324663;
	width: auto;
}


.mypg_wrap.applyView .tab_list{
	margin-bottom: 0;
}
.userBtn_wrap{
	font-size: 13px;
	display: flex;
	justify-content: flex-end;
	margin-bottom: 12px;
}               
.userBtn_list{
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.userBtn_list li:not(.sort){
	border-radius: 4px;
	border: 1px solid #D7DCE5;
	padding: 2px 7px;
	margin-right: 8px;
}
.userBtn_list li,
.userBtn_list li .selectInput{
	height: 23px;
}
.userBtn_list li .selectInputDiv:after{
	top: 4px;
}
.userBtn_wrap .button_wrap{
	font-size: 14px;
	margin-left: 12px;
}
.userBtn_wrap .button_wrap div{
	/* width: 110px; */
	height: 34px;	
	padding: 0 20px;
	line-height: 34px
}

.mypg_wrap.applyView .contTable_list th:not(:first-child),
.mypg_wrap.applyView .contTable_list td:not(:first-child){
	border-left: 1px solid #D7DCE5;
}
.mypg_wrap.applyView .contTable_list th{
	background-color: #F8FAFF;
	padding: 15px 10px;
}

.mypg_wrap.applyView .contTable_list td{
	padding: 20px 10px;
	text-align: center;
	word-break: keep-all;
}
.mypg_wrap.applyView td.state b{
	display: block;
}
.mypg_wrap.applyView td.name .flexDiv{
	display: flex;
	text-align: left;
	
}
.mypg_wrap.applyView td.name .img{
	width: 42px;
	height: 42px;
	border-radius: 50%;
	overflow: hidden;
	margin-right: 8px;
}
.mypg_wrap.applyView td.name .img img{
	width: 100%;
}
.mypg_wrap.applyView td.name span{
	display: block;
}
.mypg_wrap.applyView td.date span{
	display: block;
	text-align: center;
}
.mypg_wrap.applyView td.btn div{
	width: 133px;
	padding: 8px 0;
	margin: 5px auto;
}
.mypg_wrap.applyView td.btn .borderBtn.gray{
	background-color: #F6F6F6;
}

.mypg_wrap.acco .userBtn_wrap{
	justify-content: space-between;
}
.mypg_wrap.acco td.money{
	text-align: right;
}
.mypg_wrap.acco td.change{
	font-weight: bold;
}
.mypg_wrap.acco td.btn div{
	width: 85px;
}

/*충전금 결제*/
.accoCorpWrap{
	width: 1060px;
	margin: 0 auto;
}
.accoCorpTopBox{
	background-color: #5158DD;
	border-radius: 24px;
	box-shadow: inset 5px 5px 15px #00000029;
	color: #fff;
	height: 175px;
	font-size: 15px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 40px;
	line-height: 24px;
}
.accoCorpTopBox .b{
	font-weight: bold;
	font-size: 30px;
	margin-bottom: 15px;
	display: block;
	line-height: 30px;
}
.accoCorpTopBox img{
	width: 270px;
	position: relative;
	top: -15px;
}

.accoDiv{
	margin-top: 35px;
}
.accoDiv > .idx{
	font-size: 18px;
	border-left: 2px solid #5057DC;
	height: 17px;
	line-height: 1;
	padding-left: 12px;
	margin-bottom: 25px;
}
.accoDiv .whiteBox{
	background-color: #fff;
	border: 1px solid #D7DCE5;
	border-radius: 16px;
	padding: 30px 40px;
}
.accoDiv .whiteBox{
	border-radius: 0;
	border-left: none;
	border-right: none;
}

.accoDiv .radio_list li{
	width: auto;
	margin-left: 70px;
}
.accoDiv .radio_list li:first-child{
	margin-left: 0;
}
.accoDiv .radio_list li .chkDiv .txtInput{
	width: 65%;
	height: 36px;
	margin-right: 3px;
}
.accoDiv .chkDiv.radio input + label:before{
	top: 2px;
}
.accoDiv .chkDiv.radio.small input:checked + label:after{
	top: 6px;
}

.accoDiv .subInfo{
	font-size: 14px;
	color: #8491A7;
	margin: 20px 0;
	line-height: 1.5em;
	display: none;
}
.accoDiv .subInfo .darkBlue{
	color: #5D6F8A;
}
.accoDiv .flexDiv{
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}
.accoDiv .flexDiv .input_wrap{
	display: flex;
	align-items: center;
	height: 36px;
}
.accoDiv .flexDiv .input_wrap .txtInput{
	width: 55%;
	margin-left: 8px;
}

.accoDiv .subInfo .whiteBox{
	margin-top: 30px;
	color: #373F57;
	font-size: 16px;
}
.accoDiv .subInfo .whiteBox table{
	margin-top: 30px;
}
.accoDiv .subInfo th,
.accoDiv .subInfo td{
	padding: 7px 0;
}
.accoDiv .subInfo th{
	text-align: left;
	color: #324663;
	width: 13%;
}
.accoDiv .subInfo td .txtInput{
	height: 40px;
	width: 80%;
}

.accoDiv .buttonWrap{
	margin-top: 40px;
	text-align: center;
}
.accoDiv .buttonWrap .input_wrap{
	font-size: 14px;
	color: #8F959E;
	margin-bottom: 16px;
}
.accoDiv .buttonWrap .button_wrap div{
	width: 250px;
	font-size: 18px;
}

/*popup*/
.layerPopup:not(.alert, .addCoupon) .pop_wrap{
	padding: 0;
	font-size: 14px;
}
.layerPopup:not(.alert, .addCoupon) .pop_wrap > .tit{
	padding: 20px 0;
	text-align: center;
	border-bottom: 1px solid #D7DCE5;
	margin: 0;
}
.layerPopup .offerTit_wrap{
	font-size: 18px;
	margin-bottom: 12px;
}
.layerPopup .offerTit_wrap .company{
	font-weight: bold;
	font-size: 14px;
}

.layerPopup .popCont{
	padding: 20px 30px 50px;
}
.layerPopup .popCont th,
.layerPopup .popCont td{
	padding: 10px 0;
}
.layerPopup .popCont th{
	text-align: left;
	width: 20%;
}
.layerPopup .popCont .radio_list.box li{
	margin-left: 10px;
	border: 1px solid #D7DCE5;
	border-radius: 5px;
	/* padding: 8px 15px; */
	width: auto;
  cursor: pointer;
}
.layerPopup .popCont .radio_list.box li .chkDiv.radio.small{
  padding: 8px 15px;
}
.chkDiv.radio.small input + label{
  cursor: pointer;
}
.layerPopup .popCont .radio_list.box li:hover{
  border: 1px solid #9aa2b3;
  color: #000000;
}
.layerPopup .popCont .radio_list.box li:first-child{
	margin-left: 0;
}
.layerPopup .popCont .radio_list.box li.on{
	border-color: #5057DC;
}
.layerPopup .popCont .selectInputDiv{
	width: 53%;
}
.layerPopup .popCont .selectInputDiv::after{
	top: 9px;
}
.layerPopup .popCont .selectInput{
	height: 36px;
	
}

.layerPopup .popCont textarea{
	width: 100%;
	height: 170px;
	border: 1px solid #D7DCE5;
	border-radius: 5px;
	padding: 10px;
}
.layerPopup .popCont .infoTxt{
	font-size: 12px;
	text-align: center;
	margin: 20px 0 30px;
}
.layerPopup .popCont .infoTxt.new_typer{
	text-align: left;
	font-size: 13px;
	padding: 15px 20px;
	background-color: #F8FAFF;
	border-radius: 6px;
	line-height: 1.6em;
}
.layerPopup .popCont .blueBox{
	font-size: 14px;
	max-height: 230px;
	word-break: keep-all;
}
.layerPopup .popCont .button_wrap{
	margin-top: 20px;
}
.layerPopup .popCont .button_wrap div{
	width: 120px;
	font-size: 16px;
}

.layerPopup .popCont .input_wrap{
	width: 162px;
	position: relative;
}
.layerPopup .popCont .input_wrap .layerTxt{
	position: absolute;
    top: 13px;
    right: 12px;
    font-size: 14px;
    color: #8F959E;
}

.layerPopup .popCont .input_wrap.flex{
	width: 100%;
}
.layerPopup .popCont .input_wrap .inputBtn{
	background-color: #324663;
	color: #fff;
	border-radius: 5px;
	width: 30%;
	margin-left: 10px;
	text-align: center;
	line-height: 3;
}

.layerPopup.addCoupon .pop_wrap{
	width: 470px;
}
.layerPopup.addCoupon .button_wrap{
	margin-top: 20px;
}
.layerPopup.addCoupon .button_wrap div{
	width: 110px;
}
.layerPopup.alert .pop_wrap{
	width: 430px;
	padding: 30px 40px;
}

.layerPopup.interview .selectInputDiv{
	width: 100%;
}
.layerPopup.interview .txtInput{
	height: 34px;
}
.layerPopup.interview .subTxt{
	font-size: 12px;
	color: #8F959E;
	display: inline-block;
	margin-left: 7px;
}
.layerPopup.interview tr.subTr th{
	font-weight: normal;
}

.layerPopup.preview.offerMyListPop .pop_wrap{
	padding: 35px 50px
}
.close_box.popX{
  width: 30px;
  height: 30px;
  box-sizing: border-box;
  top: 20px;
  right: 20px;
}
.close_box.popX:hover{
  transform: scale(1.05);
}
/*인재정보 뷰*/
.floatingWrap{
	position: static;
}
.floatingWrap .button_wrap div:not(:first-child){
	margin-top: 12px;
}
.currentBox{
	margin-top: 30px;
}
.currentBox > .tit{
	font-weight: bold;
}
.currentBox_list li{
	margin-top: 12px;
	border: 1px solid #D7DCE5;
	padding: 20px;
	font-size: 14px;
	border-radius: 5px;
}
.currentBox_list .tit{
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
	margin: 5px 0;
}
.currentBox_list .year{
	color: #8F959E;
}

/*기업 프로매치*/
.myMatchDiv{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.myMatchDiv > div{
	width: 49%;
	background-color: #fff;
	border-radius: 10px;
	padding: 30px;
	box-shadow: 5px 5px 15px #CBCBCB29;
	word-break: keep-all;
	display: flex;
	align-items: center;
	align-content: center;
	flex-wrap: wrap;
	margin-bottom: 45px;
}
.myMatchDiv > div .tit{
	font-weight: bold;
	margin-bottom: 5px;
}
.myMatchDiv > div .sub{
	opacity: .7;
	font-size: 14px;
}

.myMatchState{
	justify-content: center;
	text-align: center;
}
.myMatchState.on{
	background: #5158DD url(/images/myMatchImg01.png) no-repeat;
	background-size: 50%;
	background-position: top right;
	color: #fff;
}
.myMatchState.off{
	border: 1px solid #5158DD;
}
.myMatchState .button_wrap{
	width: 100%;
}
.myMatchState .blueBtn{
	width: 100px;
}

.myMatchManager{
	display: flex;
	justify-content: center;
	font-size: 13px;
}
.myMatchManager .img{
	width: 70px;
	margin-right: 20px;
}
.myMatchManager .img img{
	width: 100%;
}

.myMatchManager .manager_list li{
	display: flex;
	margin: 5px 0;
}
.myMatchManager .manager_list .idx{
	background-color: #F6F6F6;
	border-radius: 8px;
	font-weight: bold;
	padding: 3px 7px;
	margin-right: 10px;
	font-size: 12px;
	width: 80px;
	text-align: center
}

.myMatchInfo{
	background:  url(/images/myMatchImg04.png) no-repeat;
	background-size: 35%;
	background-position: bottom right;
}

.myMatchListDiv .tab_list{
	display: flex;
	margin-bottom:25px
}
.myMatchListDiv .tab_list li{
	padding-bottom: 3px;
	font-size: 18px;
}
.myMatchListDiv .tab_list li:not(:first-child){
	margin-left: 80px;
}
.myMatchListDiv .tab_list li.on{
	font-weight: bold;
	color: #5158DD;
	border-bottom: 1px solid #5158DD;
}

.myMatchList_wrap{
	background-color: #fff;
	padding: 30px;
	border-radius: 20px;
	font-weight: 15px;
	border: 1px solid #CFD9F4;
	box-shadow: 5px 2px 15px #CBCBCB29;
	margin-bottom: 50px;
}
.myMatchList_wrap > .tit{
	font-weight: bold;
	display: flex;
}
.myMatchList_wrap > .tit .more{
	color: #8F959E;
	margin-left: auto;
	font-weight: normal;
	font-size: 15px;
}
.myMatch_list{
	background-color: #F8FAFC;
	border-radius: 20px;
	padding: 6px 20px;
	margin-top: 15px;
	max-height: 240px;
}
.myMatch_list li{
	padding: 14px 0;
	font-size: 14px;
	display: flex;
	justify-content: space-between;
}
.myMatch_list li:not(:first-child){
	border-top: 1px solid #C4CEDC;
}
.myMatch_list li .tit{
	font-weight: bold;
}

.myMatch_list li .right{
	text-align: right;
	color: #526074;
}
.myMatch_list li .info{
	display: flex;
	line-height: 1;
	margin-top: 7px;
}
.myMatch_list li .info div:not(:first-child){
	margin-left: 12px;
	padding-left: 12px;
	border-left: 1px solid #C6C7C9;
}

.myMatchSwiper_wrap > .tit{
	font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}
.myMatchSwiper li{
	background-color: #F8FAFC;
	border-radius: 10px;
	padding: 20px;
	font-size: 14px;
}
.myMatchSwiper li .tit,
.myMatch_list table .tit{
	font-weight: bold;
	text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden; 
  margin-bottom: 7px;
}

.myMatchSwiper_wrap{
	margin-bottom: 50px;
	position: relative;
}
.myMatchSwiper{
	position: static;
	
}
.myMatchSwiper .infoBox{
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 5px 5px 6px #A8A8A829;
	display: flex;
	align-items: center;
	padding: 15px 10px;
}
.myMatchSwiper .infoBox .img,
.myMatch_list td .img,
.myMatchList_wrap.table .profile .img{
	height: 60px;
	border-radius: 50%;
	overflow: hidden;
	flex: 0 0 60px;
	margin-right: 10px;
}
.myMatchSwiper .infoBox .img img,
.myMatch_list td .img img,
.myMatchList_wrap.table .profile .img img{
	width: 100%;
}
.myMatchSwiper .infoBox span:not(.bar){
	display: block;
}
.myMatchSwiper .infoBox .bar{
	margin: 0 3px;
}
.myMatchSwiper .infoBox .borderBtn{
	font-size: 13px;
	padding: 5px;
	margin-top: 7px;
}

.myMatchSwiper .arr{
	position: absolute;
	top: 28px;
	left: auto;
	right: 0;
	width: 20px;
	height: 20px;
	background-color: #fff;
	border: 1px solid #cfcfcf;
}
.myMatchSwiper .arr.prev{
	border-right: none;
	right: 20px;
}
.myMatchSwiper .arr:after{
	font-size: 11px;
	color: #000000;
}

.myMatch_list table{
	font-size: 14px;
}
.myMatch_list tr{
	border-bottom: 1px solid #e1e1e1;
}

.myMatch_list td{
	padding: 12px 5px;
}
.myMatch_list td:nth-of-type(3){
	width: 65px;
}
.myMatch_list td.center{
	text-align: center;
}

.myMatch_list td .img,
.myMatchList_wrap.table .profile .img{
	display: block;
	width: 40px;
	height: 40px;
	margin: 0;
	flex: 0 0 40px;
}
.myMatch_list td .tit{
	width: 450px;
	margin-bottom: 3px;
}

.myMatchList_wrap.table{
	font-size: 14px;
	padding: 0;
	overflow: hidden;
}
.myMatchList_wrap.table .borderBtn{
	padding: 8px 0;
	
}
.myMatchList_wrap.table .borderBtn.gray{
	background-color: #F6F6F6;
}

.myMatchList_wrap.table th,
.myMatchList_wrap.table td{
	padding: 17px;
	text-align: center;
}
.myMatchList_wrap.table th{
	background-color:#F8FAFF ;
}
.myMatchList_wrap.table tr:not(:first-child),
.myMatchList_wrap.table td:not(:first-child){
	border-left:1px solid #D7DCE5;
	border-top:1px solid #D7DCE5;
}
.myMatchList_wrap.table th:not(:first-child){
	border-left:1px solid #D7DCE5;
}
.myMatchList_wrap.table td.profile .flex{
	display: flex;
	align-items: center;
	justify-content: center;
}
.myMatchList_wrap.table td.profile .name{
	margin-left: 10px;
}
.myMatchList_wrap.table td.profile .name span{
	display: block;
	text-align: left;

}

.sort_wrap,
.month_list{
	display: flex;
	font-size: 14px;
	align-items: center;
}
.sort_wrap{
	justify-content: flex-end;
	height: 27px;
}
.sort_wrap input{
	height: 27px;
}
.month_list{
	margin: 0 10px;
}
.month_list li{
	height: 100%;
	border: 1px solid #D7DCE5;
	border-radius: 4px;
	padding: 0 7px;
	line-height: 1.8em;
	margin: 0 2px;
	cursor: pointer;;
}
.month_list li.on{
	border-color: #5158DD;
	color: #5158DD;
}

.matchInfoWrap{
	margin-top: 40px;
}
.matchInfoSec{
	margin-top: 120px;
	width: 915px;
	position: relative;
}
.matchInfoSec .tit,
.matchFaq_wrap .tit{
	font-size: 34px;
	font-weight: bold;
	text-align: center;
}
.matchInfoSec .tit .big{
	font-size: 82px;
	color:#5158DD;
	display: block;
}
.matchInfoSec.sec01 .tit{
	font-size: 24px;
}

.matchInfo_list{
	display: flex;
	justify-content: space-between;
	margin-top: 75px;
}
.matchInfo_list li{
	background-color: #fff;
	padding: 50px;
	padding-top: 30px;
	border-radius: 17px;
	box-shadow: 10px 10px 20px #ABABAB29;
}
.matchInfo_list li div{
	display: flex;
	justify-content: center;
}
.matchInfo_list .img{
	width: 180px;
	height: 155px;
	align-items: center;
}
.matchInfo_list img{
	max-width: 180px;
	max-height: 155px;
}
.matchInfo_list .txt{
	margin-top: 10px;
	font-size: 19px;
	font-weight: 600;
}

.matchInfoWrap .button_wrap{
	margin-top: 50px;
}
.matchInfoWrap .button_wrap div{
	font-size: 20px;
	font-weight: 500;
	padding: 14px 37px;
	margin: 0 10px;
}
.matchInfoWrap .button_wrap div.lightBlueBtn{
	background-color: #B2C7FF;
}
.matchInfoWrap .button_wrap div.lightBlueBtn:hover{
	background-color: #7399FE;
}

.matchInfoSec.sec02{
	margin-top: 230px;
}
.txtBoxImg{
	width: 27%;
	position: absolute;
	top: -120px;
	right: 0;
}
.matchInfoTxtImg{
	width: 73%;
	display: block;
	margin: 40px auto 80px;
}
.scroll_wrap {overflow: hidden;}
.scroll_on {opacity: 0; transition: all 1.5s;}
.scroll_on.active {opacity: 1 !important;transform: translate(0, 0) !important;}
.scroll_on.type_bottom {transform: translate(0, 50px);}

.matchInfoSec.sec02 .boldTxt{
	font-size: 34px;
	text-align: center;
	font-weight: bold;
}
.matchInfoSec.sec02 .boldTxt span{
	display: block;
	font-size: 72px;
}

.matchInfoSec.sec02 .matchInfo_list li{
	padding: 35px 10px;
	width: 23%;
}
.matchInfoSec.sec02 .matchInfo_list .img{
	width: 100%;
	height: 130px;

}
.matchInfoSec.sec02 .matchInfo_list .img img{
	max-width: 130px;
	max-height: 130px;
}
.matchInfoSec.sec02 .matchInfo_list .txt{
	display: block;
	text-align: center;
	font-size: 16px;
}
.matchInfoSec.sec02 .matchInfo_list .sub{
	font-size: 14px;
	color: #8F959E;
	display: block;
	word-break: keep-all;
	font-weight: normal;
	display: inline-block;
	padding-top: 3px;
}

.matchFaq_wrap{
	margin-top: 120px;
	width: 915px;
}
.matchFaq_wrap > .tit{
	margin-bottom: 35px;
}
.matchFaq_list li{
	background-color: #F6F6F6;
	border-radius: 13px;
	padding: 20px 30px;
	margin: 16px 0;
  cursor: pointer;
  transition: .3s;
}
.matchFaq_list li:hover{
  background-color: #F6F6FF;
}
.matchFaq_list li .Q{
	display: flex;
	align-items: center;
	font-size: 22px;
	font-weight: bold;
}
.matchFaq_list li .Q .arrow{
	margin-left: auto;
}
.matchFaq_list li .A{
	background: #FFFFFF 0% 0% no-repeat padding-box;
	box-shadow: 0px 3px 6px #00000029;
	border-radius: 11px;
	padding: 25px;
	color: #75787D;
	font-size: 18px;
	word-break: keep-all;
	margin-top: 16px;
	display: none;
}

.matchFaq_list li.on{
	background-color: #F6F6FF;
}
.matchFaq_wrap .darkBlueBtn{
	width: 250px;
	font-size: 20px;
	font-weight: 500;
	margin-top: 80px;
}