html,
body {

    /* Prevent font scaling in landscape */

    -webkit-text-size-adjust: none;
    /*Chrome, Safari, newer versions of Opera*/

    -moz-text-size-adjust: none;
    /*Firefox*/

    -ms-text-size-adjust: none;
    /*Ie*/

    -o-text-size-adjust: none;
    /*old versions of Opera*/

}

.contentwrap {
    /* padding: 0 20px 0 20px; */
}

/* 메인 텍스트 */

div.maintext {
    width: 800px;
    display: block;
    margin: 0 auto;
    word-break: normal;
    padding: 0 20px;
}

div.textcontainer {
    display: table-cell;
}

div.textcontainer>h2 {
    font-size: 2.2em;
    font-weight: bold;
    margin: 20px 0 15px 0;
}

.contentwrap>div.maintext:nth-of-type(3)>div.textcontainer {
    display: block;
}

.contentwrap>div.maintext:nth-of-type(3)>div.textcontainer>h2 {
    font-weight: bold;
    font-size: 1.7em;
    margin: 15px 0 15px 0;
    padding-left: 10px;
    position: relative;
}

.contentwrap>div.maintext:nth-of-type(3)>div.textcontainer>h2::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 1px;
    width: 2px;
    height: 17px;
    background-color: red;
}

div.textcontainer>p {
    color: #fdfee9;
    font-weight: normal;
    font-size: 1.4em;
    margin: 0 0 15px 0;
}

div.textcontainer>p>b {
    font-weight: normal;
    color: #fdfee9;
}

/* 맴버 */

div.member {
    width: 800px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
}

div.member>.titlecontainer>h2 {
    line-height: 18px;
    font-size: 1.7em;
    font-weight: bold;
    text-align: left;
    margin: 13px 0 15px 0;
    color: #fdfee9;
    padding-left: 10px;
    position: relative;
}

.member>.titlecontainer>h2::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 2px;
    height: 17px;
    background-color: red;
}



div.member .team-composition {
    display: block;
    width: 100%;
    max-width: 760px;
    aspect-ratio: 1009 / 563;
    margin: 0 auto 50px;
    background: url('image/member/team_composition.webp') no-repeat center;
    background-size: contain;
}






/* 연혁 제목 + 상자 */

div.history>div.titlecontainer>h2 {
    text-align: left;
    font-size: 1.7rem;
    margin-bottom: 20px;
    font-weight: bold;
    color: #fdfee9;
    margin-top: 20px;
    padding-left: 10px;
    position: relative;
}

.history>.titlecontainer>h2::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 1px;
    width: 2px;
    height: 17px;
    background-color: red;
}

/* 연혁 */

div.historywrap {
    display: block;
    margin: 0 auto;
    width: 800px;
    padding: 0 20px;
}

div.historywrap>div.history {
    margin-bottom: 2%;
    text-align: left;
}

div.historywrap>div.boxcontainer {
    display: flex;
    flex-direction: row;
    margin: 0 0 2% 0;
}


div.historywrap>div.boxcontainer>div.boxline>div.red {
    font-size: 1.4em;
    line-height: 20px;
    color: #8bdaff;
    position: relative;
    font-weight: bold;
    word-break: normal;
    transform: skew(-0.04deg);
    text-align: left;

}

div.historywrap>div.boxcontainer>div.boxline>div.normal {
    font-size: 1.4em;
    line-height: 20px;
    color: #8bdaff;
    position: relative;
    font-weight: normal;
    word-break: normal;
    transform: skew(-0.04deg);
}

div.historywrap>div.boxcontainer>div.boxline>div.bold {
    font-size: 1.2em;
    line-height: 17px;
    position: relative;
    font-weight: normal;
    word-break: normal;
    transform: skew(-0.04deg);
}

div.historywrap>div.boxcontainer>div.boxline>div>span.red {
    font-size: 1.4em;
    line-height: 20px;
    color: #8bdaff;
    position: relative;
    font-weight: bold;
    word-break: normal;
    transform: skew(-0.04deg);

}

div.historywrap>div.boxcontainer>div.boxline>div>span.normal {
    font-size: 1.4em;
    line-height: 20px;
    color: #8bdaff;
    position: relative;
    font-weight: normal;
    word-break: normal;
    transform: skew(-0.04deg);
}

div.historywrap>div.boxcontainer>div.boxline>div>span.bold {
    font-size: 1.2em;
    line-height: 17px;
    position: relative;
    font-weight: normal;
    word-break: normal;
    transform: skew(-0.04deg);
}


div.historywrap>div.boxcontainer>div.boxline>p {
    font-size: 0.8em;
    line-height: 15px;
    position: relative;
    font-weight: lighter;
    word-break: normal;
    color: #d1d1ca;
}

div.historywrap>div.boxcontainer>div.boxline>p>b {
    font-weight: lighter;
    font-size: 0.7em;
    line-height: 15px;
}

div.historywrap>div.boxcontainer>div.boxline>p>.font_weaker_2 {
    color: #d1d1ca;
}

div.historywrap>div.boxcontainer>div.boxline {
    border-top: none;
    border-bottom: none;
    border: 1px solid #4d4d4d;
}

div.historywrap>div.boxcontainer>div.boxline:nth-of-type(1) {

    width: 12%;
    margin: 0;
    text-align: center;
    position: relative;
    border-left: none;
    border-right: none;
    border-top: none;
    border-bottom: none;
}

div.historywrap>div.boxcontainer>div.boxline:nth-of-type(1)>h2 {
    font-size: 1.2em;
    font-weight: normal;
    text-align: left;
    line-height: 17px;
}

div.historywrap>div.boxcontainer>div.boxline>h2>b {
    font-size: 1.05em;
    line-height: 20px;
    color: #b3b3b3;
}


div.historywrap>div.boxcontainer>div.boxline:nth-of-type(2) {
    margin: 0;
    display: block;
    width: 100%;
    min-width: 30%;
    position: relative;
    border-right: none;
    border-top: none;
    border-bottom: none;
    padding-left: 15px;
}

.boxline>h2>b {
    font-weight: 200;
    font-weight: 0.6em;
}

.history_line {
    margin: 4% 0 4% 0;
    display: flex;
    align-items: center;
}

.history_line>span {
    font-size: 1.4rem;
    width: 12%;
    display: inline-block;
}

.history_line>hr {
    display: inline-block;
    width: 100%;
    height: 1px;
    background-color: #4d4d4d;
    border: none;
}


.font_weaker {
    color: powderblue;
    font-weight: lighter;
    font-size: 0.7em;
    line-height: 17px;
}

.font_weaker_2 {
    font-weight: normal;
    font-size: 0.7em;
    line-height: 10px;
}

.jigpulink {
    display: none !important;
}

.highlight {
    font-size: 1.05em;
    color: #ffffff;
    /* 흰색 */
    font-weight: bold;
    /* 볼드체 */
}

.small-text {
    font-size: 0.8em;
    /* 원하는 크기로 조정 */
    font-weight: normal;
    /* 필요하면 굵기 조정 */
    color: inherit;
    /* 부모의 색상 유지 */
}

.no-border {
    display: block !important;
    /* ✅ flex 해제 */
    border: none !important;
    /* ✅ 회색줄 제거 */
}

.no-border .boxline {
    display: block !important;
    /* ✅ 자식 세로 정렬 */
    border: none !important;
    /* ✅ 내부 줄 제거 */
    width: 100% !important;
    padding-left: 0 !important;
    text-align: left !important;
}