body {
    /* overflow: hidden; */
}

.history {
    overflow: hidden;
}

.sec_title {
    display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center;
}
.sec_title span {
    font-family: 'Roboto';
    font-weight: 500;
    font-size: 20px;
    padding-bottom: calc(5/20*1em);
    letter-spacing: -0.04em;
    color: #000;
}
.sec_title b {
    font-family: 'Roboto';
    font-size: 120px;
    display: block;
}
.sec_title p {
    font-family: 'Pretendard';
    font-size: 22px;
    line-height: calc(36/22*1em);
    letter-spacing: -0.04em;
    color: #000;
    padding-top: calc(40/22*1em);
}
.sec_title p em {
    color: #c41b24;
    font-weight: 600;
}
@media screen and (max-width: 1440px) {
    .sec_title b {
        font-size: clamp(100px, 120/1440*100vw, 120px);
    }
    .sec_title p {
        font-size: clamp(20px, 22/1440*100vw, 22px);
    }
}
@media screen and (max-width: 1024px) {
    .sec_title b {
        font-size: clamp(80px, 90/1024*100vw, 90px);
    }
    .sec_title p {
        font-size: clamp(18px, 20/1024*100vw, 20px);
    }
}
@media screen and (max-width: 820px) {
    .sec_title p {
        font-size: clamp(16px, 18/820*100vw, 18px);
    }
}
@media screen and (max-width: 500px) {
    .sec_title p br {
        display: none;
    }
}
@media screen and (max-width: 360px) {
    .sec_title b {
        font-size: clamp(60px, 70/360*100vw, 70px);
    }
    .sec_title p {
        font-size: clamp(14px, 16/360*100vw, 16px);
    }
}

/* .s1_pin {
    height: 170dvh;
} */
.s1 {
    height: 100dvh;
    position: relative;
    box-sizing: border-box;
    overflow: hidden;
    z-index: 1;
}
.s1 .bigTxt {
    opacity: 0;
    width: 95%;
    max-width: 1720px;
    margin: 0 auto;
    display: flex; flex-direction: column;
    align-items: flex-start;
    position: relative;
    font-size: clamp(135px, 160/1920*100vw, 160px);
    padding-top: calc(220/160*1em);
}
.s1 .bigTxt p {
    display: inline-block;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    letter-spacing: -0.04em;
    color: #000;
}
.s1 .bigTxt ._1 {
    opacity: 0;
    transform: translateX(-50%);
}
.s1 .bigTxt ._2 {
    opacity: 0;
    transform: translateX(50%);
    align-self: flex-end;
}
.s1 .bigTxt p b {
    font-weight: 400;
}
.s1 .cont {
    position: absolute;
    width: 100%;
    height: 100dvh;
    bottom: 50%;
    left: 50%;
    transform: translate(-50%, 50%) scale(1);
    transform-origin: center;
    overflow: hidden;

    &.dev {
        bottom: 50%;
        transform: translate(-50%, 50%) scale(1);
    }
}
.s1 .cont .vidWrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
}
.s1 .cont .vidWrap .vid_pc {
    display: block;
    position: relative;
    width: 100%; height: 100%;
}

.s1 .cont .vidWrap .vid_pc iframe{
    width: 100vw; height: 56.25vw; min-height: 100vh; min-width: 177.77vh; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);
}

.s1 .cont .vidWrap .vid_mo {
    display: none;
}
.s1 .cont .txt {
    height: 100%;
    position: relative; z-index: 1;
    opacity: 0;
}
.s1 .cont .txt .wrap {
    height: 100%;
}
.s1 .cont .txt .wrap .inner {
    display: flex; align-items: flex-start; justify-content: space-between;
    height: 100%;
    position: relative;
    padding: calc(120/1440*100%) 0;
    box-sizing: border-box;
}
.s1 .cont .txt .big {
    font-size: 50px;
    display: flex; flex-direction: column;
}
.s1 .cont .txt .big p {
    font-family: 'Pretendard';
    font-weight: 600;
    line-height: calc(100/70*1em);
    letter-spacing: -0.04em;
    color: #000;
    padding-bottom: calc(50/50*1em);
}
.s1 .cont .txt .big p .hidden_pc {
    display: none;
}
.s1 .cont .txt .big img {
    width: calc(415/50*1em);
}
.s1 .cont .txt .small {
    flex-shrink: 0;
    width: calc(720/18*1em);
    align-self: flex-end;
    /* padding-bottom: 100px; */
    box-sizing: border-box;
    font-size: 18px;
    height: 100%;
    overflow: hidden;
    position: relative;
}
.s1 .cont .txt .small .message {
    display: flex; flex-direction: column;
    gap: calc(40/18*1em);
    position: absolute;
    top: 0;
}
.s1 .cont .txt .small .message p {
    font-family: 'Pretendard';
    font-size: inherit;
    letter-spacing: -0.04em;
    line-height: calc(30/18*1em);
    color: #000;
}
.s1 .cont .txt .small .message p span {
    font-weight: 600;
    font-size: 16px;
}
.s1 .cont .txt .small .message p b {
    font-weight: 600;
    font-size: 26px;
    padding-top: calc(10/26*1em);
}
.s1 .cont .txt .small .message p.sign {
    display: flex; flex-direction: column;
}
.s1 .scroll {
    position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
    display: flex; align-items: center;
    padding-right: 5px;
}
.s1 .scroll span {
    position: absolute;
    left: 100%;
    top: 50%;
    transform: translateY(-50%);
}
@media screen and (max-width: 1440px) {
    .s1 .bigTxt {
        font-size: clamp(120px, 135/1440*100vw, 135px);
    }
    .s1 .cont .txt .big {
        font-size: clamp(35px, 45/1440*100vw, 45px);
    }
    .s1 .cont .txt .wrap .inner{ align-items: center; padding-bottom: 0; padding-top: calc(100 / 1440 * 100%); }
    .s1 .cont .txt .small{ height: auto; font-size: 16px; align-self: unset; }
    .s1 .cont .txt .small .message{ gap: calc(30 / 18 * 1em); position: relative; }
}
@media screen and (max-width: 1280px) {
    /* .s1_pin {
        height: 270dvh;
    } */
    .s1 .bigTxt {
        font-size: clamp(90px, 120/1280*100vw, 120px);
    }
    .s1 .cont .txt .big {
        font-size: clamp(30px, 35/1280*100vw, 35px);
    }
    .s1 .cont .txt .small {
        font-size: clamp(16px, 18/1280*100vw, 18px);
        width: calc(580/16*1em);
    }
    .s1 .cont .txt .small br {
        display: none;
    }
}
@media screen and (max-width: 1024px) {
    /* .s1_pin {
        height: 700dvh;
    } */
    .s1 .bigTxt {
        font-size: clamp(70px, 90/1024*100vw, 90px);
    }
    .s1{ height: auto; }
    .s1 .cont {
        position: relative;
        bottom: auto;
        left: auto;
        transform: translate(0, 0%) scale(1);
        transform-origin: center;
        min-height: 100dvh;
        height: auto;
    }
    .s1 .cont .txt .wrap .inner{ align-items: flex-start; padding: 100px 0; }
    .s1 .cont .txt .big {
        font-size: clamp(20px, 30/1024*100vw, 30px);
    }
    .s1 .cont .txt .small {
        width: calc(460/16*1em);
    }
    .s1 .scroll {
        bottom: 3%;
    }
}
@media screen and (max-width: 820px) {
    .s1_pin {
        height: auto;
    }
    .s1 {
        height: auto;
        min-height: 100dvh;
    }
    .s1 .bigTxt {
        font-size: clamp(60px, 110/820*100vw, 110px);
        padding-bottom: calc(200/100*1em);
        padding-top: calc(200/100*1em);
        gap: calc(20/100*1em);
        width: 90%;
    }
    
    .s1 .cont .vidWrap {
        transform: translateX(-50%) scale(1);
        transform-origin: center top;
        height: 100dvh;
        object-fit: cover;
        width: clamp(280/583*100vh, 820/1024*100vh, 100%);
        left: 50%;
    }
    .s1 .cont .vidWrap .vid_pc {
        display: none;
    }
    .s1 .cont .vidWrap .vid_mo {
        display: block;
    }
    .s1 .cont .txt {
        padding-top: 100px;
    }
    .s1 .cont .txt .wrap .inner {
        flex-direction: column;
        align-items: flex-start;
    }
    .s1 .cont .txt .big {
        font-size: clamp(30px, 40/820*100vw, 40px);
        padding-bottom: calc(0/60*1em);
    }
    .s1 .cont .txt .small {
        width: 100%;
        height: auto;
        font-size: clamp(16px, 20/820*100vw, 20px);
        padding-bottom: calc(100/20*1em);
        margin-top: 40px;
    }
    .s1 .cont .txt .small .message {
        position: relative;
        top: 0;
    }
    .s1 .cont .txt .small .message p span {
        font-size: clamp(16px, 18/820*100vw, 18px);
    }
    .s1 .cont .txt .small .message p b {
        font-size: clamp(26px, 28/820*100vw, 28px);
    }
    .s1 .scroll {
        display: none;
    }
}
@media screen and (max-width: 500px) {
    .s1 .bigTxt {
        font-size: clamp(52px, 60/500*100vw, 60px);
        padding-top: calc(170/60*1em);
    }
    /* .s1 .cont .txt {
        padding-top: 70px;
    } */
}
@media screen and (max-width: 360px) {
    .s1 .cont .txt .big {
        font-size: clamp(30px, 35/360*100vw, 35px);
    }
    .s1 .cont .txt .big img {
        width: 100%;
    }
    .s1 .bigTxt {
        font-size: clamp(40px, 52/360*100vw, 52px);
        padding-top: calc(220/52*1em);
        padding-bottom: calc(170/52*1em);
    }
    .s1 .cont .txt .small .message p span {
        font-size: clamp(14px, 16/360*100vw, 16px);
    }
    .s1 .cont .txt .small .message p b {
        font-size: clamp(24px, 26/360*100vw, 26px);
    }
}


.s2 {
    padding-top: 240px;
    padding-bottom: 200px;
}
.s2 .history_list {
    display: flex; align-items: flex-start; justify-content: space-between;
    padding-top: 200px;
}
.s2 .history_list .head {
    display: flex; flex-direction: column;
    /* flex-grow: 1; */
    max-width: 760px;
}
.s2 .history_list .head .selected {
    display: flex; align-items: center; justify-content: space-between;
    font-size: 100px;
    padding-bottom: calc(170/100*1em);
    padding-top: calc(200/100*1em);
}
.s2 .history_list .head .selected .year {
    font-family: 'Pretendard';
    font-weight: 600;
    line-height: calc(110/100*1em);
    letter-spacing: -0.04em;
    color: #000;
    padding-right: calc(0/100*1em);
}
.s2 .history_list .head .selected .year p {
    display: none;
}
.s2 .history_list .head .selected .year p.on {
    display: block;
}
.s2 .history_list .head .selected .img {
    width: calc(510/100*1em);
    object-fit: cover;
    position: relative;
    overflow: hidden;
}
.s2 .history_list .head .selected .img::after {
    content: '';
    display: block;
    padding-top: calc(220/300*100%);
}
.s2 .history_list .head .selected .img img {
    position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%);
    width: 100%; height: 100%;
    object-fit: cover;
}
.s2 .history_list .head .tab ul {
    display: flex; flex-direction: column;
    font-size: 20px;
    gap: calc(15/20*1em)
}
.s2 .history_list .head .tab ul li {
    display: flex; align-items: center;
    font-family: 'Roboto';
    font-weight: 500;
    letter-spacing: -0.04em;
    color: #000;
    opacity: .2;
    cursor: pointer;
    transition: all .3s;
    
    @media screen and (min-width: 821px) {
        &:hover {
            opacity: 1;
        }
    }
}
.s2 .history_list .head .tab ul li:before {
    content: '▪';
    margin-right: calc(5/20*1em);
    color: #c41b24;
    display: inline-block;
    width: 0;
    transition: .2s;
    overflow: hidden;
}
.s2 .history_list .head .tab ul li.on {
    opacity: 1;
}
.s2 .history_list .head .tab ul li.on:before {
    width: calc(16.44/20*1em);
}
.s2 .history_list .body {
    flex-shrink: 0;
    padding-left: clamp(30px, 100/1440*100%, 100px);
    box-sizing: border-box;
    width: 660px;
    display: none;
}
.s2 .history_list .body dl {
    display: flex; flex-direction: column;
}
.s2 .history_list .body dl + dl {
    margin-top: 50px;
}
.s2 .history_list .body dl > * {
}
.s2 .history_list .body dl dt {
    padding: calc(20/24*1em) 0;
    font-family: 'Roboto';
    font-weight: 600;
    font-size: 24px;
    letter-spacing: -0.04em;
    color: #c41b24;
    border-bottom: 1px solid #ddd;
}
.s2 .history_list .body dl dd ul {
    display: flex; flex-direction: column;
}
.s2 .history_list .body dl dd ul li {
    display: flex; align-items: flex-start; 
    font-size: 18px;
    padding: calc(15/18*1em) 0;
    border-bottom: 1px solid #ddd;
    line-height: calc(30/18*1em);
}
.s2 .history_list .body dl dd ul li .month {
    font-family: 'Pretendard';
    font-weight: 600;
    letter-spacing: -0.04em;
    color: #000;
    width: calc(65/18*1em);
    flex-shrink: 0;
}
.s2 .history_list .body dl dd ul li .work {
    display: flex; flex-direction: column;
    gap: calc(20/18*1em);
    font-family: 'Pretendard';
}
@media screen and (max-width: 1600px) {
    .s2 .history_list .head .selected {
        font-size: clamp(90px, 100/1600*100vw, 100px);
    }
}
@media screen and (max-width: 1440px) {
    .s2 .history_list {
        padding-top: 150px;
    }
    .s2 .history_list .head .selected {
        justify-content: flex-start;
        font-size: clamp(80px, 90/1440*100vw, 90px);
    }
}
@media screen and (max-width: 1280px) {
    .s2 {
        padding-top: 150px;
    }
    .s2 .history_list .head .selected {
        padding-top: calc(100/90*1em);
        padding-bottom: calc(80/90*1em);
        font-size: clamp(60px, 70/1280*100vw, 70px);
    }
    /* .s2 .history_list .head .selected .year {
        padding-right: calc(20/60*1em);
    } */
    .s2 .history_list .body {
        padding-left: clamp(50px, 80/1280*100%, 80px);
        width: auto;
        flex-grow: 1;
        flex-shrink: unset;
    }
    .s2 .history_list .body dl dd ul li {
        font-size: clamp(16px, 18/1280*100vw, 18px);
    }
}
@media screen and (max-width: 1024px) {
    .s2 {
        padding-top: 100px;
        padding-bottom: 150px;
    }
    .s2 .history_list {
        padding-top: 100px;
    }
    .s2 .history_list .head .selected {
        flex-direction: column;
        align-items: flex-start;
        font-size: clamp(50px, 60/1024*100vw, 60px);
        padding-top: 0px;
        padding-bottom: calc(20/50*1em);
        gap: calc(10/50*1em);
    }
    .s2 .history_list .head .selected .year {
        padding-right: 0;
    }
    .s2 .history_list .head .tab ul {
        font-size: clamp(18px, 20/1024*100vw, 20px);
    }
    .s2 .history_list .body {
        padding-left: 80px;
    }
}
@media screen and (max-width: 820px) {
    .s2 .history_list {
        flex-direction: column;
    }
    .s2 .history_list .head .selected {
        /* font-size: clamp(40px, 50/820*100vw, 50px); */
        display: none;
    }
    .s2 .history_list .headWrap {
        width: 100%;
    }
    .s2 .history_list .head .tab {
        width: 100%;
    }
    .s2 .history_list .head .tab ul {
        width: 100%;
        flex-direction: row; justify-content: center;
        padding-bottom: calc(20/20*1em);
        font-size: clamp(20px, 24/820*100vw, 24px);
    }
    .s2 .history_list .body {
        width: 100%;
        padding-left: 0;
    }
    .s2 .history_list .body dl dd ul li {
        font-size: clamp(16px, 18/820*100vw, 18px);
    }
}
@media screen and (max-width: 500px) {
    .s2 {
        padding-bottom: 100px;
    }
    .s2 .history_list {
        padding-top: 80px;
    }
    .s2 .history_list .head .tab ul {
        font-size: clamp(16px, 20/500*100vw, 20px);
    }
    .s2 .history_list .body dl dt {
        font-size: clamp(20px, 24/500*100vw, 24px);
    }
    .s2 .history_list .body dl dd ul li {
        font-size: clamp(14px, 16/500*100vw, 16px);
        flex-direction: column;
    }
    .s2 .history_list .body dl dd ul li .work br {
        display: none;
    }
}
@media screen and (max-width: 360px) {
    .s2 .history_list .head .tab ul {
        flex-wrap: wrap;
    }
}


.s3 {
    padding-bottom: 100px;
}
.s3 .banner {
    padding: 100px 0 110px;
}
.s3 .banner .inner .sec_title {
    color: #fff;
}
.s3 .banner .inner .sec_title p {
    color: #fff;
}
.s3 .banner .inner .sec_title p em {
    color: #fff;
}
.s3 .award {
    padding-top: 100px;
}
.s3 .award .headTxt {
    display: flex; flex-direction: column;
}
.s3 .award .headTxt li {
    display: flex; align-items: flex-start;
    color: #444;
    line-height: calc(30/18*1em);
    font-size: 18px;
}
.s3 .award .headTxt li:before {
    content: '▪';
    margin-right: calc(5/18*1em);
}
.s3 .award .headTxt p {
    font-family: 'Pretendard';
    letter-spacing: -0.04em;
}
.s3 .award .award_list {
    padding-top: 100px;
    padding-bottom: 80px;
    display: grid; grid-template-columns: repeat(4, 1fr);
    gap: 60px 40px;
}
.s3 .award .award_list .item a {
    display: flex; flex-direction: column;
    gap: calc(15/16*1em);
    font-size: 16px;
}
.s3 .award .award_list .item .img {
    width: 100%;
    position: relative;
}
.s3 .award .award_list .item .img::after {
    content: '';
    display: block;
    padding-top: calc(216/325*100%);
}
.s3 .award .award_list .item .img img {
    position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%);
    width: 100%; height: 100%;
    object-fit: cover;
}
.s3 .award .award_list .item .info {
    display: flex; flex-direction: column; align-items: center;
}
.s3 .award .award_list .item .info span {
    font-family: 'Roboto';
    font-weight: 500;
    font-size: 14px;
    letter-spacing: -0.04em;
    color: #000;
}
.s3 .award .award_list .item .info .title {
    font-family: 'Pretendard';
    letter-spacing: -0.04em;
    color: #000;
    line-height: calc(26/16*1em);
    padding-top: calc(15/16*1em);
    text-align: center;
}
.s3 .award .award_list .item .info .desc {
    color: #777;
    line-height: calc(26/16*1em);
    text-align: center;
}
.s3 .award .inner .viewMore {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    display: inline-block;
    text-align: center;
    font-family: 'Roboto';
    font-weight: 500;
    font-size: 20px;
    letter-spacing: -0.04em;
    color: #000;
    border-bottom: 1px solid #000;
    transition: .3s;

    @media screen and (min-width: 821px) {
        &:hover {
            color: #c41b24;
            border-color: #c41b24;
        }
    }
}
@media screen and (max-width: 1280px) {
    .s3 .award {
        padding-top: 80px;
    }
    .s3 .award .award_list {
        padding-top: 80px;
        gap: 40px 20px;
    }
}
@media screen and (max-width: 1024px) {
    .s3 .award .award_list {
        grid-template-columns: repeat(2, 1fr);
        gap: 50px 30px
    }
}
@media screen and (max-width: 820px) {
    .s3 .award {
        padding-top: 50px;
    }
    .s3 .award .headTxt li {
        font-size: clamp(16px, 18/820*100vw, 18px);
    }
    .s3 .award .award_list {
        padding-top: 50px;
        gap: 30px 20px;
    }
}
@media screen and (max-width: 500px) {
    .s3 {
        padding-bottom: 50px;
    }
    .s3 .award .headTxt li {
        font-size: clamp(14px, 16/500*100vw, 16px);
    }
    .s3 .award .award_list {
        grid-template-columns: 1fr;
    }
    .s3 .award .award_list .item {
        font-size: clamp(14px, 16/500*100vw, 16px);
    }
    .s3 .award .inner .viewMore {
        font-size: clamp(16px, 20/500*100vw, 20px);
    }
}


.s2.bgadd{ background-color: #fff; z-index: 5; position: relative; padding-top: 100svh; }
.s2.bgadd .bg{ position: absolute; left: 0; top: 0; height: 100svh; }
.s2.bgadd .bg img{ width: 100%; height: 100%; object-fit: cover; }
.s2.bgadd .topimg{ display: flex; position: relative; justify-content: space-between; }
.s2.bgadd .topimg .sec_title{ width: 50%; width: 660px; justify-content: center; align-items: flex-start; text-align: left; padding-left: clamp(30px, 100 / 1440 * 100%, 100px); box-sizing: border-box; }
.s2.bgadd .topimg .dummy{ width: 45%; opacity: 0; }

@media screen and (max-width: 820px){
    .s2.bgadd .topimg{ flex-direction: column; }
    .s2.bgadd .topimg .sec_title{ width: 100%; align-items: center; text-align: center; padding: 0; padding-top: 30px; }
    .s2.bgadd .topimg .dummy{ width: 100%; }
}



/* ci */
.s4{ line-height: 1.76; letter-spacing: -0.03em; padding-top: 130px; padding-bottom: 170px; }
.s4 .sec_title{ line-height: 1.3; margin-bottom: 30px; }

.mgb0 {margin-bottom:0px !important;}
.mgb2 {margin-bottom:2px !important;}
.mgb3 {margin-bottom:3px !important;}
.mgb4 {margin-bottom:4px !important;}
.mgb5 {margin-bottom:5px !important;}
.mgb6 {margin-bottom:6px !important;}
.mgb7 {margin-bottom:7px !important;}
.mgb8 {margin-bottom:8px !important;}
.mgb9 {margin-bottom:9px !important;}
.mgb10 {margin-bottom:10px !important;}
.mgb12 {margin-bottom:12px !important;}
.mgb15 {margin-bottom:15px !important;}
.mgb20 {margin-bottom:20px !important;}
.mgb30 {margin-bottom:30px !important;}
.mgb40 {margin-bottom:40px !important;}
.mgb45 {margin-bottom:45px !important;}
.mgb50 {margin-bottom:50px !important;}
.mgb80 {margin-bottom:80px !important;}

.fl {float:left;}
.fr {float:right;}

.space-center {text-align:center !important;}
.space-right {text-align:right !important;}
.space-left {text-align:left !important;}

.inline-block {display:inline-block;}



.ci-top {text-align:justify; word-break:break-all; font-size: var(--font-size-18);/*  width: 60%; */ margin-top: 0;}

.ci-wrap {text-align:justify; word-break:break-all;padding: 90px 0 75px; margin-bottom: 75px;border-top:1px solid #ddd;border-bottom:1px solid #ddd;}
.ci-download {display: flex; justify-content:space-between; margin-bottom: 70px;}
.ci-download .cnt {width: 33%;}
.ci-download .txt {margin-bottom: 90px;font-size: var(--font-size-18);}
.ci-download .logo {box-sizing: border-box; border:1px solid #e9e9ea; padding: 50px 30px;width: 600px; background: url('/asset/img/sub/grid.png') repeat; display: flex; align-items:center; justify-content:center; width: 46.87%;}
.ci-download .btns {display: flex;}
.ci-download .btns a {box-sizing: border-box; height: 46px; width: 50%; padding: 0 13px;color: #fff;font-size: var(--font-size-16); font-weight: 700; background: #a7a9ac;display: inline-flex; align-items:center; justify-content:center;}
.ci-download .btns a:before {content:''; width: 20px; height: 18px; background: url('/asset/img/sub/download-icon.png') no-repeat 50% 50% /contain; margin-right: 10px;}
.ci-download .btns a + a {margin-left: 10px;}

.ci-desc {display: flex; margin: 0 -66px 100px;}
.ci-desc .col {width: 33.333%; padding: 0 66px;}
.ci-desc .bar {margin-top:7px;width: 1px; background: #ddd; height: 115px;}
.ci-desc p {width: 90%;font-size: var(--font-size-16); word-break: keep-all; text-align: left;}

.symbol .wrap {display: flex;margin-bottom: 35px;}
.symbol .images {width: 43.75%;}
.symbol .images .row {display: flex; width: 73.6%;}
.symbol .images .col {width: 33.333%;}
.symbol .images p {font-size: var(--font-size-18); margin-top: 13px;}
.symbol .color {flex:1 1 auto; min-width:0; width: 1%;}
.symbol .color h3 {font-size: var(--font-size-20); font-weight: 400; color: #242424;}
.symbol .color ul {margin: -5px -10px;display: flex; flex-wrap:wrap;}
.symbol .color ul li {padding: 5px 10px;}
.symbol .color dl {font-size: var(--font-size-16);padding: 10px 20px;display: flex; color: #fff;}
.symbol .color dl dt {margin-right: 30px;}
.symbol .color dl dd:not(:last-child) {margin-right: 30px;}
.symbol .color ul li{ box-sizing: border-box; }
.symbol .color ul li:nth-child(1) {width: 100%;}
.symbol .color ul li:nth-child(2) {width:50%;}
.symbol .color ul li:nth-child(3) {width:50%;}

.signature .list {margin-bottom: 45px;}
.signature .list ul {display: flex; margin: 0 -50px;}
.signature .list ul li {padding: 0 50px; text-align:center;}

.doc-tit {margin-bottom: 44px;font-size: 22px; font-weight: 800; letter-spacing: -.03em; line-height: 1.4em; color: #242424;}

.doc-txt {font-size:14px; font-weight:400; line-height:1.67em; color:#000;}
.doc-txt2 {margin-bottom:30px; font-size:17px; font-weight:400; line-height:1.67em; color:#454545;}


@media (min-width: 1920px) {	
	:root {
		--section-padding : 5.208vw 40px 5.208vw 358px;
	}	
}

@media (max-width: 1919px) {	
	:root {
		--11px : 0.69em;
		--12px : 0.75em;
		--14px : 0.88em;
		--15px : 0.94em;
		--16px : 1em;
		--17px : 1.06em;
		--18px : 1.13em;
		--20px : 1.25em;
		--22px : 1.38em;
		--24px : 1.5em;
		--30px : 1.88em;
		--32px : 2em;
		--36px : 2.25em;
		--48px : 3em;

		--inner: 1600;
		--font-size-14 : clamp(var(--11px), calc( 14 / var(--inner) * 100vw ), var(--14px));
		--font-size-15 : clamp(var(--12px), calc( 15 / var(--inner) * 100vw ), var(--15px));
		--font-size-16 : clamp(var(--14px), calc( 16 / var(--inner) * 100vw ), var(--16px));
		--font-size-17 : clamp(var(--15px), calc( 17 / var(--inner) * 100vw ), var(--17px));
		--font-size-18 : clamp(var(--16px), calc( 18 / var(--inner) * 100vw ), var(--18px));
		--font-size-20 : clamp(var(--18px), calc( 20 / var(--inner) * 100vw ), var(--20px));
		--font-size-24 : clamp(var(--20px), calc( 24 / var(--inner) * 100vw ), var(--24px));
		--font-size-30 : clamp(var(--22px), calc( 30 / var(--inner) * 100vw ), var(--30px));
		--font-size-36 : clamp(var(--24px), calc( 36 / var(--inner) * 100vw ), var(--36px));
		--font-size-48 : clamp(var(--32px), calc( 48 / var(--inner) * 100vw ), var(--48px)); 
	}	
}

@media (max-width: 1700px) {	
	:root {
		--section-padding : 5.208vw 30px 5.208vw 280px;
		--section-padding-left : 30px;
	}

	.ms-sec.ty2 {padding: 0 30px 5.208vw 30px;}

	.ci-download .cnt {width: 45%;}

	.symbol .images .row {width: 100%;}
}


@media (max-width: 1024px) {	
	:root {
		--section-padding : 5.208vw 20px 5.208vw 75px;
		--section-padding-left : 20px;
	}


	.ci-wrap {padding: 70px 0 50px;}

	.ci-top {width: 100%;}

	.ci-download .logo img {width: 100px;}

	.ci-desc {margin:0 -30px 80px;}
	.ci-desc .col {padding: 0 30px;}

	.symbol .color ul li {width: 100% !important;}

	.signature .list ul {margin: 0 -25px;}
	.signature .list ul li {padding: 0 25px;}
}

@media (max-width: 900px) {	
	:root {
		--section-padding : 60px 20px 60px 75px;

	}
	
	.ci-download {flex-direction:column-reverse; margin-bottom: 50px;}
	.ci-download .logo {width: 100%; margin-bottom: 20px;}
	.ci-download .cnt {width: 100%;}
	.ci-download .txt {margin-bottom: 30px;}

	.ci-desc {display: block; margin: 0 0 70px;}
	.ci-desc .col {width: 100%; padding:0;}
	.ci-desc .bar {width: 100%; height: 1px; margin: 25px 0;}

	.symbol .images {width: 100%; text-align:center; margin-bottom: 40px;}
	.symbol .images img {height: 100px;}
	.symbol .wrap {display: block; margin-bottom: 20px;}
	.symbol .color {width: 100%;}
	.symbol .color dl {padding: 7px 20px;}

}

@media (max-width: 767px) {	
	:root {
		--accordion-button : 38px;

		--font-size-24 : 18px;
		--font-size-30 : 19px;
		--font-size-36 : 22px;
		
	}


    .ci-download {margin-bottom: 40px;}
	.ci-download .logo {padding: 30px;}
    .ci-download .logo img {width: 80px;}
	.ci-download .btns {display: block;}
	.ci-download .btns a {width: 100%;}
	.ci-download .btns a + a {margin: 10px 0 0;}

    .ci-wrap {padding:  60px 0 50px; margin-bottom: 60px;}
	
    .symbol .images img {height: 75px;}
	.symbol .color dl {display: block;}
	.symbol .color dl dt {margin: 0;}
	.symbol .color dl dd:not(:last-child) {margin: 0px;}

	.signature .list {margin-bottom: 30px;}
	.signature .list ul {flex-wrap:wrap; margin: -15px;}
	.signature .list ul li {width: 50%; padding: 15px;}

	
}

