@media screen and (max-width: 2560px) {
.max-w-screen-xl {
    width: 1550px;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}
}

@media screen and (max-width: 1920px) {
.max-w-screen-xl {
    width: 1550px;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}
}

@media screen and (max-width: 1440px) {
.max-w-screen-xl {
    width: 1250px;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}
}



.researchDet {
   background: url(../img/bg2.png);
  	padding-bottom: 45px;
}

.researchDet-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 50px 0;
}
.researchDet-top-name {
    flex: none;
    font-size: 40px;
    color: #9e7b4b;
    line-height: 1.2;
}
.researchDet-top-name-ornament {
    float: left;
    width: 34px;
    height: 51px;
    margin-right: 10px;
}
.researchDet-top-channel {
    display: flex;
    color: #9e7b4b;
}
.researchDet .researchDet-top-channel > .researchDet-top-channel-item {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    margin-left: 30px;
    background: #f1ebe5;
    border-radius: 50%;
}
.inputBox {
    display: flex;
    padding: 0px 20px;
    box-sizing: border-box;
    width: 559px!important;
    height: 51px!important;
    line-height: 51px;
    border-radius: 25px!important;
}
.inputBox-inp {
    flex: 1;
    margin-right: 20px;
    font-size: 16px;
    font-weight: bold;
    color: #b7987e;
}
.inputBox-inp-icon {
    width: 25px;
}
.researchDet .researchDet-top-channel > .researchDet-top-channel-item.active {
    background: #b7987e;
}
.researchDet .researchDet-top-channel > .researchDet-top-channel-item.active .researchDet-top-channel-item-img {
    filter: brightness(0) invert(1);
}
.researchDet .researchDet-top-channel .researchDet-top-channel-item .researchDet-top-channel-item-img {
    display: block;
    width: 50%;
    height: 50%;
    margin: 0 auto;
}
.researchDet .researchDet-menu {
    display: flex;
    padding-bottom: 25px;
    border-bottom: solid 1px #cebda5;
}
.researchDet .researchDet-menu .researchDet-menu-li {
    font-size: 20px;
    color: #9e7b4b;
    font-weight: bold;
  font-family: SourceHanSerifSC-Bold;
}
.researchDet .researchDet-menu .researchDet-menu-li:not(:last-child)::after {
    content: '/';
    margin: 0 10px 0 5px;
}
.researchDet-contentTitle {
    margin-top: 30px;
    margin-bottom: 20px;
    font-size: 32px;
    font-weight: bold;
    color: #9e7b4b;
    text-align: center;
      font-family: SourceHanSerifSC-Bold!important;
}
.researchDet-contentTime {
    margin-bottom: 40px;
    font-size: 20px;
    color: #666;
    text-align: center;
}
.researchDet-contentCompany,.researchDet-contentAuthor,.researchDet-contentBody {
    font-size: 24px;
    color: #101010;
    font-weight: bold;
}
.researchDet-contentCompany,.researchDet-contentAuthor {
    margin-bottom: 10px;
}
.researchDet-contentBody {
    margin-bottom: 35px;
}
.researchDet-contentImg {
    display: inline-block;
    width: 100%;
    margin-bottom: 25px;
    margin-top: 20px;
}
.researchDet-contentCompanyName,.researchDet-contentAuthorName,.researchDet-contentParagraph {
    margin-bottom: 20px;
    line-height: 2;
    text-indent: 40px;
    font-size: 20px;
    color: #101010;
}
.researchDet-contentSubTitle {
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: bold;
    color: #101010;
}

input {
    background: none;
    border: none;
}
input:focus {
    outline: none;
}
input::placeholder {
    color: #b7987e;
}

a {
    outline: none;
    text-decoration: none;
}

.normalP{
  font-size:20px;
  line-height:40px;
}