*{margin: 0; padding: 0;
  font-family: 'Noto Sans KR', sans-serif;
  color: #222;
}



a{
  text-decoration: none;
}

ul,dl,ol{list-style: none}


/*-***********ppt48****************/
/***********************************/
.BG{
  width: 100%;
  margin: 0 auto;
  background-color: #001437;
}

#header_ppt48{
  width: 100%;
  margin: 0 auto;

}

#header_ppt48 >h1{
  font-size: 32px;
  color: #fff;
  text-align: center;
  margin: 0 auto 50px;
  padding-top: 80px;
  position: relative;
}

#header_ppt48 >h1::after{
  display: block;
  content: "";
  position: absolute;
  width: 70%;
  left: 50%;
  transform: translateX(-50%);
  margin: 0 auto;
  height: 1px;
  border-bottom: 1px dashed #666;
  bottom: -30%;

}


#header_ppt48 >p{
  width: 90%;
  margin: 100px  auto 0;
  font-size: 18px;
  -webkit-text-fill-color: rgba(255, 255, 255, 1); 
  color: #fff;
  text-align: right;
  font-weight: bold;
}


.infomatinRead{
  width: 90%;
  margin: 40px auto 0;
  background-color: #fff;
  border-radius: 5px;
}

.wrapReadig{
  width: 100%;
  margin: 0 auto;
  padding: 2.5em 2em;
  box-sizing: border-box;
}

.TopReading{}


.wrap_name{
  border: 1px solid #e5e5e5;
  display: flex;
  width: 48%;
  display: inline-block;
  vertical-align: top;
}

.wrap_name >li{
  width: 48%;
  display: inline-block;
  text-align: center;
  line-height: 50px;
  font-size: 15px;
  font-weight: bold;
}

.wrap_name >li:first-child{
  background-color: #f7f7f7;
}

.WrapCode{
  border: 1px solid #e5e5e5;
  display: flex;
  width: 48%;
  margin-left: 2%;
  display: inline-block;
  vertical-align: top;
}


.WrapCode >li{
  width: 48%;
  display: inline-block;
  line-height: 50px;
  text-align: center;
  font-size: 15px;
  font-weight: bold;

}

.WrapCode >li:first-child{
  background-color: #f7f7f7;
}


.UnderReading{
  width: 100%;
  margin: 30px auto 0;
  display: flex;

}


.UnderReading >li{
  display: inline-block;
  vertical-align: top;
  padding: 1em;
  width: 30.3%;
  margin-left: 2%;
  font-weight: bold;
  border: 1px solid #e5e5e5;
}

.UnderReading >li:first-child{
  margin-left: 0;
}

.TxtReaingInfo{
  width: 90%;
  margin: 0 auto;
  font-size: 15px;
  text-align: center;
  line-height: 35px;
  border-radius: 4px;
  font-weight: bold;
}

.color01{
 background-color: #ffd4b4;
}

.color02{
  background-color: #d7e691;
}

.color03{
  background-color: #c3bbeb;
}
.UnderReading >li >a{
  display: block;
  width: 45px;
  margin: 25px auto;
}

.UnderReading >li >a >img{
  width: 100%;
}

.UnderReading >li >p{
  text-align: center;
  font-size: 18px;

}


#PayList{
  width: 90%;
  margin: 40px auto 0;
  background-color: #fff;
  border-radius: 5px;
}


.wrapPayList{
  width: 100%;
  padding: 2.5em 2em;
  box-sizing: border-box;
}
#NoMargin{
  padding-top: 0;
}

#NoPadding{
  padding-bottom: 0;
}
.Linexx{
  border-bottom: 1px solid #c1c1c1;

}

.common{
  padding: 30px 0;
}
.TitleTxt{
  font-size: 18px;
  font-weight: 700;
}

.middleTitle{
  margin-top: 40px;
  font-weight: bolder;
  font-size: 16px;
}

.middleTitlex{
  margin-top: 20px;
  font-weight: bolder;
  font-size: 16px;
}

.tuitionPayInfo0{
  margin-top: 20px;

}

.tuitionPayInfo0 >li{
  line-height: 28px;
  font-size: 13px;
  font-weight: 500;
}

.tuitionPayInfo0 >li >a{
  color: #222;
}

.tuitionPayInfo0 >li >span{
  color: #ff8000;
}


.common >p{
  margin-top: 30px;
  line-height: 28px;
  font-size: 13px;
  font-weight: 500;
}
.InfomationList03 >p{

}

.InfomationList03 >p:nth-child(2){
  margin-top: 30px;
}


.InfomationList03 >p:nth-child(3){
  margin-top: 30px;
}


.InfomationList06 >p:nth-child(4){
  margin-top: 20px;
}


#fontboder{
  font-weight: 700;
  margin-top: 20px;
}

#MArgin{
  margin-top: 12px;
}

#footer_ppt48::after{
  display: block;
  content: "";
  clear: both;
}

#footer_ppt48{
  width: 90%;
  margin: 0 auto;
  padding-bottom: 50px;
}
.Logo_White{
  margin-top: 50px;
  float: left;
  width: 200px;
  display: block;
}

.Logo_White >img{
  width: 100%;
}

.TxtAlways{
  float: right;
  margin-top: 65px;
  font-size: 15px;
  color: #fff;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
}


#whiteBG{
  width: 100%;
  margin: 0 auto;
  padding: 30px 0;
}

#whiteBG >a{
  display: block;
  width: 40%;
  margin: 0 auto;
  background-color: #ff8000;
  line-height: 50px;
  font-size: 18px;
  text-align: center;
  color: #fff;
  font-weight: bold;
}


/*****************************************/
/***********ppt15*******************/

#header_ppt15{
  width: 100%;
  margin: 0 auto;

}

.wrapHeaderppt15{
  width: 94%;
  margin: 0 auto;
  padding: 2em 0 1em 0;
}

.wrapHeaderppt15 >h1{
  float: left;

}

.wrapHeaderppt15:after{
  display: block;
  content: "";
  clear: both;
}

.wrapHeaderppt15 >h1 >a{
  display: block;
  width: 150px;

}

.wrapHeaderppt15 >h1 >a >img{
  width: 100%;
}


.wrapHeaderppt15 >span{
  float: right;
  display: block;
  font-weight: 400;
  color: #ff8000;
  font-size: 18px;
  margin-top: 7px;
}

.wrapHeaderppt15 >a{
  float: right;
  display: block;
  font-weight: 400;
  color: #001437;
  font-size: 16px;
  margin-top: 7px;
  font-weight: 700;
}

.wrapHeaderppt15 h2{
  width: 100%;
  padding-top: 50px;
  text-align: center;
  font-size: 26px;
  color: #001437;
  font-family: 'Poppins', sans-serif;
  font-weight: 800;
}


#InfoMine{
  width: 100%;
  margin: 10px auto 0;
}


.wrapInfoMine{
  width: 94%;
  margin: 0 auto;
}
.PCTa{}

.MoTa{
  display: none;
}
.wrapInfoMine table{
  width: 100%;
  border: 1px solid #e5e5e5;
}


.wrapInfoMine table thead{}

.wrapInfoMine table thead tr{
  border-bottom: 1px solid #e5e5e5;
}

.wrapInfoMine table thead tr th{
  background-color: #f7f7f7;
  line-height: 50px;
  font-size: 18px;
  font-weight: 500;

}

.wrapInfoMine table thead tr th >span{
  font-size: 18px;
  font-weight: 600;
}
.wrapInfoMine table tbody{

}

.wrapInfoMine table tbody tr{
  border-bottom: 1px solid #e5e5e5;
}

.wrapInfoMine table tbody tr:last-child{
  border-bottom: 0;
}
.wrapInfoMine table tbody tr td{
  border-right: 1px solid #e5e5e5;
  text-align: center;
  font-size: 14px;
  line-height: 40px;
  font-weight: 400;
}

.wrapInfoMine table tbody tr td:last-child{
  border-right: 0;
}

.wrapInfoMine table tbody tr td:nth-child(1){
  background-color: #f7f7f7;
  width: 20%;
  color: #777;
}

.wrapInfoMine table tbody tr td:nth-child(2){
  width: 49%;
  text-align: left;
  text-indent: 10px;
}

.wrapInfoMine table tbody tr td:nth-child(3){
  background-color: #f7f7f7;
  width: 15%;
  color: #777;
}
.wrapInfoMine table tbody tr td:nth-child(4){
  text-indent: 10px;
  text-align: left;
}


.Lisention{
  width: 94%;
  margin: 30px auto 0;
}

.TitleBanner{
  width: 100%;
  background-color: #001437;
  line-height: 40px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  text-align: center;
}


.Lisention table{
  width: 100%;
  border: 1px solid #e5e5e5;
}

.Lisention table tbody{

}

.Lisention table tbody tr{
  border-bottom: 1px solid #e5e5e5;

}

.Lisention table tbody tr:last-child{
  border-bottom: 0;

}

.Lisention table tbody tr th{
  width: 11%;
  background-color: #f7f7f7;
  line-height: 40px;
  font-size: 15px;
  border-right: 1px solid #e5e5e5;
  font-weight: 400;
}


.Lisention table tbody tr td{
  border-right: 1px solid #e5e5e5;
  height: 40px;
  font-weight: 400;
}

.Lisention table tbody tr td:last-child{
  border-right: 0;
}


.Lisention table tbody tr td input{
  display: none;
}

.Lisention table tbody tr td label{

  border-radius: 50%;
  border: 1px solid #e5e5e5;
  width: 25px;
  height: 21px;
  padding-top: 4px;
  text-align: center;
  display: block;
  padding-top: 4px;
  margin: 0 auto;
  color: #c1c1c1;
  font-weight: 400;
}

.Lisention table tbody tr td input:checked + label{
  background-color: #ff8000;
  color: #fff;
  border: 1px solid #ff8000;
}

.one{


}


.BTNWrap{
  width: 94%;
  margin: 50px auto;
}


.BTNWrap >a{
  display: block;
  width: 50%;
  margin: 0 auto;
  background-color: #ff8000;
  line-height: 50px;
  font-size: 18px;
  text-align: center;
  color: #fff;
  font-weight: 500;
}

.ox{
  width: 60%;
}

.oxTxt >span{
  display: inline-block;
  vertical-align: middle;
  width: 25px;
  padding-top: 4px;
  height: 21px;
  color: #c1c1c1;
  border-radius: 50%;
  border: 1px solid #e5e5e5;
  text-align: center;
  margin-left: 20px;
  font-size: 15px;
  font-weight: 400;
}

.oxTxt >p{
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  color: #c1c1c1;

}


.textLong >p{
  padding: 1em 1.5em 1em;
  color: #c1c1c1;
  line-height: 28px;
  font-size: 15px;
  font-weight: 400;
}


.Middle{
  vertical-align: middle;
}

/********************/
/********************************************/


.commonsSub{
  width: 400px;
  max-height: 100vh;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}

#headerSub{
  width: 100%;
  margin: 0 auto;
}

#headerSub >h1{

}

#headerSub >h1 >a{
  display: block;
  width: 300px;
  margin: 0 auto;
}

#headerSub >h1 >a >img{
  width: 100%;
}


.SpotName{
  width: 200px;
  background-color: #f7f7f7;
  margin: 50px auto 0;
  line-height: 35px;
  font-weight: 700;
  color: #ff8000;
  border-radius: 10px;
  text-align: center;
}


#Loading{
  width: 100%;
  margin: 0 auto;
}


#Loading div{
  width: 300px;
  margin: 30px auto 0;
}

#Loading div >img{
  width: 100%;
}


#Loading >p{
  text-align: center;
  margin-top: 30px;
  font-weight: 500;
  font-size: 18px;
}

/************/
.Line{
  display: block;
  width: 50px;
  height: 1px;
  border-bottom: 1px solid #999;
  margin: 30px auto 0;
}

#Login{
  width: 400px;
  margin: 0 auto;
}


#Login >h3{
  font-size: 32px;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  text-align: center;
  margin-top: 30px;
}

.loginInput{
  width: 100%;
  margin-top: 30px;
}

.loginInput input{
  outline: 0;
  border: 0;
  background-color: #f7f7f7;
  width: 100%;
  line-height: 50px;
  text-indent: 10px;
  font-size: 15px;
  font-weight: 400;
}

.loginInput input::placeholder{
  color: #c1c1c1;
}


.remember{
  margin-top: 10px;
}


.remember input{
  display: none;
}

.remember label{
  position: relative;
  vertical-align: middle;
  font-size: 15px;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  color: #c1c1c1;
  cursor: pointer;
}

.remember label::before{
  display: inline-block;
  vertical-align: middle;
  content: "";
  background-image: url('/images/checkOff.png');
  width: 20px;
  height: 20px;
  background-size: cover;
  background-repeat: no-repeat;
  margin-right: 10px;
}

.remember input:checked + label::before{
  background-image: url('/images/checkOn.png');
}

.remember span{
  font-size: 13px;
  color: #ff8000;
  line-height: 18px;
  float: right;
}

#Login >a{
  display: inline-block;
  width: 100%;
  margin-top: 20px;
  line-height: 50px;
  text-align: center;
  font-size: 18px;
  background-color: #ff8000;
  color: #fff;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
}



#LevelTest{
  width: 400px;
  max-height: 349px;
  margin: 0 auto;
}


.LevelTestList{

}
.LevelTestList >li{}


.LevelTesT{
  min-height: 349px;
  margin-top: 30px;
  position: relative;
  cursor: pointer;
}

.LevelTesT01{
  background-color: #ffaa94;

}

.LevelTesT02{
  background-color: rgba(200, 215, 50, 0.32);
}

.LevelTesT03{
  background-color: rgba(155, 130, 210, 0.32);
}
.LevelTesTcommon{
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
}
.LevelTesTcommon00 >p:nth-child(1){
  font-size: 20px;
  text-align: center;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
}


.LevelTesTcommon00 >p:nth-child(2){
  font-size: 40px;
  padding-top: 15px;
  text-align: center;
  font-weight: 800;
}


.LevelTesTcommon00 >p:nth-child(3){
  font-size: 28px;
  padding-top: 15px;
  text-align: center;
  font-weight: bold;
}

.LevelTesTcommon00 >p:nth-child(4){
  font-size: 18px;
  padding-top: 50px;
  text-align: center;
  font-weight: bold;
}


.LevelTesT03 div >p:nth-child(1){
  font-size: 20px;
  text-align: center;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
}

.LevelTesT03 div >p:nth-child(2){
  font-size: 28px;
  padding-top: 15px;
  text-align: center;
  font-weight: bold;
}

.LevelTesT03 div >p:nth-child(3){
  font-size: 40px;
  padding-top: 15px;
  text-align: center;
  font-weight: 800;
  padding-bottom: 68px;
}



.LevelTestList .slick-dots li button:before {
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: -35px;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: .5;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


.LevelTestList .slick-dots li.slick-active button:before {
    font-size: 15px;
    color: #fff;
    opacity: 1;
}



/***********성향테스트************/
/*-*******************************/

.NameTestStart{
  width: 100%;
  border-bottom: 1px solid #c1c1c1;
  margin: 34px auto 0;
  line-height: 50px;
  text-align: center;
}

.NameTestStart >p{
  font-size: 20px;
  font-weight: 500;
}

.NameTestStart >p >span{
  color: #ff8000;
}


.DisTest{
  background-color: #fff091;
}

.TestName{
  padding-top: 38px !important;
}
.minute5{
  font-weight: 500 !important;
  padding-top: 55px !important;
}



/****개인정보 입력*******/

#EnterPersoanal{
  width: 400px;
  margin: 0 auto;
}

.Wrap_EnterPersoanal{
  margin-top: 20px;
}

.EnterCommon{
  width: 100%;
  margin-top: 10px;
}


.EnterCommon input{
  width: 100%;
  background-color: #f7f7f7;
  outline: none;
  border: 0;
  line-height: 50px;
  font-size: 15px;
  text-indent: 10px;
  font-weight: 400;
}

.EnterCommon input::placeholder{
  color: #c1c1c1;
}


.SelectSchool{
  width: 100%;
  height: 50px;
  margin-top: 10px;

  background: url('/images/select.png') no-repeat 97% 50%/23px auto;
  background-color: #f7f7f7;
}
.SelectSchool select{
  display: block;
  background-color: transparent;
  border: 0;
  outline: 0;
  width: 400px;
  height: 50px;

  font-size: 15px;
  padding: 0 40px 0 10px;
  box-sizing: border-box;
  font-weight: 400;
  -webkit-appearance:none; /* for chrome */
  -moz-appearance:none; /*for firefox*/
  appearance: none;
}

.SelectSchool select::-ms-expand{

   display:none;/*for IE10,11*/

}


.SelectSchool select:invalid{
      color: #c1c1c1;
}

.SelectSchool select optgroup, .SelectSchool select option {
    color: #222;
}

.selectGrade{
  width: 100%;
  height: 50px;
  margin-top: 10px;

  background: url('/images/select.png') no-repeat 97% 50%/23px auto;
  background-color: #f7f7f7;
}

.selectGrade >select{
  display: block;
  background-color: transparent;
  border: 0;
  outline: 0;
  width: 100%;
  height: 50px;
  text-indent: 10px;
  color: #222;
  font-size: 15px;
  font-weight: 400;
  box-sizing: border-box;
  -webkit-appearance:none; /* for chrome */
  -moz-appearance:none; /*for firefox*/
  appearance: none;
}

.selectGrade select::-ms-expand{

   display:none;/*for IE10,11*/

}


.selectGrade select:invalid{
      color: #c1c1c1;
}

.selectGrade select optgroup, .SelectSchool select option {
    color: #222;
}


.SchoolEnter{
  margin-top: 10px;
}

.SchoolEnter input{
  width: 100%;
  background-color: #f7f7f7;
  outline: none;
  border: 0;
  line-height: 50px;
  font-size: 15px;
  text-indent: 10px;
  font-weight: 400;
}

.SchoolEnter input::placeholder{
  color: #c1c1c1;
}

.AGree{
  margin-top: 20px;
  position: relative;
}

.AGree label{
  vertical-align: middle;
}
/* .AGree::after{
  display: block;
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-top: 1px solid #c1c1c1;
  border-right: 1px solid #c1c1c1;
  transform: rotate(45deg);
  top: 20%;
  right: 4%;

} */

.AGree i{
  display: block;
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-top: 1px solid #c1c1c1;
  border-right: 1px solid #c1c1c1;
  transform: rotate(45deg);
  top: 20%;
  right: 4%;
  cursor: pointer;
}

.commonBTNinfo{
  width: 100%;
  display: block;
  margin: 40px auto 0;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 50px;
}

.commonBTNinfo >span{
  display: inline;
  font-size: 18px;
  font-weight: 700;
  font-family: 'Poppins', sans-serif;
}


.commonBTNinfo01{
  background-color: #ffaa94;
}

.commonBTNinfo02{
  background-color: rgba(200, 215, 50, 0.32);
}





/*******************ppt28*********/

.TitleBar{
  font-size: 36px;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  text-align: center;
  color: #fff;
  background-color: #001437;
  line-height: 100px;
}


#sectionLevelTest{
  width: 100%;
  margin: 80px auto 0;
}


.wrap_sectionLevelTest{
  width: 94%;
  margin: 0 auto;

}

.wrap_sectionLevelTest >h3{
  font-size: 18px;
  font-weight: 500;
  font-family: 'Poppins', sans-serif;
  text-align: center;
}

.wrap_sectionLevelTest >h3 >span{
  font-size: 18px;
  font-weight: 800;
  font-family: 'Poppins', sans-serif;
  text-align: center;
}


.Total_LevelTest{
  padding: 0 3em;
  margin: 50px auto 0;
  width: 619px;
}
.left_leveltest{
  display: inline-block;
  vertical-align: middle;
}


.left_leveltest >p{
  font-size: 15px;
  font-weight: 500;
}


.left_leveltest >p >span{
  font-size: 18px;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
  text-align: center;
  text-decoration: underline;
  color: #ff8000;
}


.UnderLeft_LevelTest{
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  width: 220px;
  padding: 5px 0;
  margin: 30px auto 0;
}


.UnderLeft_LevelTest >ul{

}

.UnderLeft_LevelTest >ul >li{
  width: 100%;

}

.UnderLeft_LevelTest >ul >li >a{
  width: 100%;
  height: 1px;
  border-bottom: 1px dashed #e5e5e5;
  display: block;
}

.UnderLeft_LevelTest >ul >li:nth-child(2){
  margin: 3px 0;
}
.UnderLeft_LevelTest >ul >li >span{
  display: inline-block;
  vertical-align: middle;
  line-height: 60px;
  font-size: 15px;
  background-color: #f7f7f7;
  width: 100px;
  text-align: center;
}

.UnderLeft_LevelTest >ul >li >p{
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  width: 47%;
  font-size: 15px;
}


.Right_leveltest{
  display: inline-block;
  vertical-align: middle;
  width: 250px;
  margin-left: 50px;
}

.Right_leveltest >img{
  width: 100%;
}



#GrapySection{
  width: 100%;
  margin: 30px auto 0;
}


.wrap_GrapySection{
  width: 94%;
  margin: 0 auto;
  position: relative;
}

.wrap_GrapySection table{
  width: 100%;
  border: 1px solid #e5e5e5;
}


.wrap_GrapySection table thead{

}

.wrap_GrapySection table thead tr{
  border: 1px solid #e5e5e5;
}

.wrap_GrapySection table thead tr:last-child th{
  color: #c1c1c1;
}

.wrap_GrapySection table thead tr:first-child th{
  font-weight: 600 !important;
}

.wrap_GrapySection table thead tr:first-child th:first-child{
  width: 30%;
}

.wrap_GrapySection table thead tr th{
  border-right: 1px solid #e5e5e5;
  text-align: center;
  font-size: 14px;
  line-height: 40px;
  font-weight: 400;
  font-family: 'Poppins', sans-serif;
  vertical-align: middle;
}

.wrap_GrapySection table thead tr th:last-child{
  border-right: 0;
}



.wrap_GrapySection table tbody{

}


.wrap_GrapySection table tbody tr{

}

.wrap_GrapySection table tbody tr:first-child th:nth-child(2){
  color: #888;
}
.wrap_GrapySection table tbody tr th{
  line-height: 40px;
  font-size: 14px;
  font-weight: 400;
  border-right: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  vertical-align: middle;
}
.wrap_GrapySection table tbody tr td{
  border-right: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}

.wrap_GrapySection table tbody tr:last-child td{
  border-bottom: 0;
}

.wrap_GrapySection table tbody tr td:last-child{
  border-right: 0;
}

/* .Color01{
  background-color: rgba(240,49,49,0.1);
}

.Color02{
  background-color: rgba(255, 153, 51,0.1);
}


.Color03{
  background-color: rgba(0, 226, 161,0.1);
} */

.Color04{
  background-color: rgba(0, 124, 215,0.1);
}


.Color05{
  background-color: rgba(153, 102, 255,0.1);
}


#GrapyIMG{
  top: 34%;
}
.GrapyImg{
  position: absolute;
  top: 29%;
  left: 28.5%;
  width: 72%;
}

.GrapyImg >ul{
  width: 100%;
}

.GrapyImg >ul >li{
  line-height: 33px;
}

.GrapyImg >ul >li div{
  width: 87%;
}

.GrapyImg >ul >li div >img{
  width: 100%;
}



#Total_explanation{
  width: 100%;
  margin: 50px auto 0;
}


.wrap_Total_explanation{
  width: 94%;
  margin: 0 auto;
}

.wrap_Total_explanation >h3{
  text-align: center;
  font-size: 20px;
  font-weight: 600;
}


.TotalExp{
  width: 100%;
  margin: 30px auto 0;
  border-top: 1px solid #999;
}


.TotalExp >li{
  border-bottom: 1px solid #e5e5e5;
  display: flex;

}

.TotalExp >li >p{

  width: 75%;
  padding: 1em 0;
  margin-left: 20px;
  font-size: 13px;
  line-height: 25px;
}

.TitleTxEtAbbox{
  position: relative;
  width: 150px;
  background-color: #f7f7f7;
}

.TitleTxEt{

  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);

}

.TitleTxEt >p{
  font-size: 18px;
  font-weight: 600;
  padding-left: 10px;

}


.TitleTxEt >span{
  font-size: 15px;
  font-weight: 400;
  margin-top: 10px;
  display: block;
  padding-left: 10px;
}


#LevelTotalMap{
  width: 100%;
  margin: 50px auto 0;
  background-color: #f7f7f7;
}

.wrap_LevelTotalMap{
  width: 94%;
  margin: 0 auto;
}

.wrap_LevelTotalMap >h3{
  padding-top: 80px;
  font-size: 20px;
  font-weight: 500;
  font-family: 'Poppins', sans-serif;
  text-align: center;
}

.wrap_LevelTotalMap >h3 >span{
  display: inline-block;
  font-size: 20px;
  font-weight: 800;
  margin-right: 10px;
}


.LevelTotalMap_ul{
  width: 100%;
  margin: 20px auto 0;
  padding-bottom: 50px;
}


.LevelTotalMap_ul >li{
  border-bottom: 1px solid #e5e5e5;
  padding: 20px 0;
}

.ListTotal{

}

.ListTotal >p{
  margin-top: 15px;
  line-height: 30px;
  font-size: 15px;
  font-weight: 400;
}
.TopTitle{

}

.TopTitle >p:first-child{
  font-size: 20px;
  font-weight: 800;
  font-family: 'Poppins', sans-serif;
  display: inline-block;
  vertical-align: middle;
}

.TopTitle >p:last-child{
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
  vertical-align: middle;
}

.TopTitle01 >p{
  color: #f03131;
}

.TopTitle02 >p{
  color: #00e2a1;
}

.TopTitle03 >p{
  color: #ff9933;
}
.score{
  display: inline-block;
  vertical-align: middle;
  background-color: #fff;
  padding: 0 15px;
  border-radius: 15px;
  margin: 0 20px;
}

.score >p{
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  font-weight: 500;
  line-height: 30px;
}

.score >span{
  display: inline-block;
  vertical-align: middle;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  margin: 0 5px;
}

.score01{
  border: 1px solid #f03131;
}

.score02{
  border: 1px solid #00e2a1;
}

.score03{
  border: 1px solid #ff9933;
}

.score01 >span{
  background-color: #f03131;
}

.score02 >span{
  background-color: #00e2a1;
}

.score03 >span{
  background-color: #ff9933;
}


.Btnsection{
  width: 100%;
  margin: 0 auto;
  padding: 150px 0;
}


.Btnsection >a{
  display: block;
  width: 60%;
  margin: 0 auto;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  background-color: #ff8000;
  color: #fff;
  line-height: 50px;
}

.H{
  max-height: 2882px;
}
