@import url("./common.css");

/* CI 페이지 스타일 */
.ci-content {
    margin: 0 auto;
    width: 100%;
    max-width: 1200px;
    box-sizing: border-box;
}

.ci-section {
    margin-bottom: 60px;
    background-color: #fff;
}

.desc-section{
    margin-bottom: 45px;
    text-align: center;
}
.desc-tit{
    font-weight: 700;
    font-size: 26px;
    line-height: 1.3;
    color: #222;
}

.desc-desc{
    margin-top: 15px;
    font-weight: 200;
    font-size: 18px;
    line-height: 1.3;
    color: #222;
}
.ci-section + .ci-section{
    margin-top: 80px;
}
.ci-section h2 {
    margin-bottom:25px;
    color: #222;
    font-weight: 700;
    font-size: 30px;
}

.ci-section h2 span{
    color: #117D8D;
}

.logo-wrapper{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 390px;
    border: 1px solid #C9C9C9;
    background-image:
    linear-gradient(to right, #f8f8f8 1px, transparent 1px),
    linear-gradient(to bottom, #f8f8f8 1px, transparent 1px);
    background-size: 10px 10px;
    background-position: 9px 9px;
}

.logo-download{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}

.logo-download a{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width:300px;
    height: 67px;
    border: 1px solid #111;
    font-weight: 500;
    font-size: 17px;
    color: #000;
    transition: all .3s ease-in-out;
}

.logo-download a:hover{
    background-color: #111;
    color: #fff;
}
.logo-download a + a{
    margin-left: -1px;
}
.logo-download a:after{
    content:'';
    display: inline-block;
    margin-left: 10px;
    width:24px;
    height: 21px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='21' fill='none'%3E%3Cg clip-path='url(%23a)'%3E%3Cmask id='b' width='24' height='21' x='0' y='0' maskUnits='userSpaceOnUse' style='mask-type:luminance'%3E%3Cpath fill='%23fff' d='M23.9.595H.1v19.81h23.8V.595Z'/%3E%3C/mask%3E%3Cg fill='%231D1C1C' mask='url(%23b)'%3E%3Cpath d='M12 16.815c-.14 0-.29-.05-.4-.16l-5.7-5.7a.555.555 0 0 1 0-.79c.22-.22.57-.22.79 0l5.3 5.3 5.3-5.3c.22-.22.57-.22.79 0 .22.22.22.57 0 .79l-5.7 5.7a.55.55 0 0 1-.4.16'/%3E%3Cpath d='M12 16.245a.56.56 0 0 1-.56-.56V1.155a.56.56 0 1 1 1.12 0v14.53c0 .31-.25.56-.56.56Z'/%3E%3Cpath d='M23.34 20.405H.66a.56.56 0 0 1-.56-.56v-5.04a.56.56 0 1 1 1.12 0v4.48h21.56v-4.48a.56.56 0 1 1 1.12 0v5.04c0 .31-.25.56-.56.56Z'/%3E%3C/g%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M.1.595h23.8v19.81H.1z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
    transition: background .3s ease-in-out;
}
.logo-download a:hover:after{
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='21' fill='none'%3E%3Cmask id='a' width='24' height='21' x='0' y='0' maskUnits='userSpaceOnUse' style='mask-type:luminance'%3E%3Cpath fill='%23fff' d='M23.9.595H.1v19.81h23.8V.595Z'/%3E%3C/mask%3E%3Cg fill='%23fff' mask='url(%23a)'%3E%3Cpath d='M12 16.815c-.14 0-.29-.05-.4-.16l-5.7-5.7a.555.555 0 0 1 0-.79c.22-.22.57-.22.79 0l5.3 5.3 5.3-5.3c.22-.22.57-.22.79 0 .22.22.22.57 0 .79l-5.7 5.7a.55.55 0 0 1-.4.16'/%3E%3Cpath d='M12 16.245a.56.56 0 0 1-.56-.56V1.155a.56.56 0 1 1 1.12 0v14.53c0 .31-.25.56-.56.56Z'/%3E%3Cpath d='M23.34 20.405H.66a.56.56 0 0 1-.56-.56v-5.04a.56.56 0 1 1 1.12 0v4.48h21.56v-4.48a.56.56 0 1 1 1.12 0v5.04c0 .31-.25.56-.56.56Z'/%3E%3C/g%3E%3C/svg%3E");
}

.logo-item img {
    max-width: 100%;
    height: auto;
}

.mt-120{
    margin-top: 120px!important;

}
.mt-40 {
    margin-top: 40px;
}

/* CI 색상 팔레트 스타일 */
.color-palette {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    gap: 13px;
}

.color-item {
    flex:1 0 calc(25% - 10px);
    padding:40px 20px;
    height: 224px;
}

.color-item.primary {
    background-color: #0055a4;
}

.color-item.secondary {
    background-color: #13b5ea;
}

.color-item.accent {
    background-color: #8fc31f;
}

.color-item.gray {
    background-color: #58595b;
}

.color-info h4 {
    margin: 0 0 15px;
    font-weight: 700;
    font-size: 20px;
    color:#fff;
}

.color-info p {
    font-weight: 200;
    font-size: 14px;
    line-height: 1.3;
    color: #fff;
}

.ci-wrapper{
    display: flex;
    flex-wrap: wrap;
    gap: 75px 16px;
}
.ci-item{
    display: flex;
    flex-direction: column;
    align-items: center;
    width:389px;
    height: 305px;
}

.ci-item p{
    margin-bottom: 15px;
    font-weight: 700;
    font-size: 20px;
    color: #222;
}
.img-wrapper{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 224px;
    border: 1px solid #D9D9D9;
}
.img-wrapper.vertical img{
    width: 124px;
}
.img-wrapper.horizontal img{
    width: 187px;
}
.img-wrapper.eng-vertical img{
    width: 124px;
}
.img-wrapper.black img{
    width: 187px;
}
.img-wrapper.white img{
    width: 187px;
}

.ci-item .logo-download{
    margin-top: 0;
    width: 100%;
}
.ci-item .logo-download a{
    flex:0 0 50%;
    margin-top: -1px;
    border:1px solid #D9D9D9;
    font-size: 15px;
}
.ci-item .logo-download a:after{
    width:19px;
    height: 16px;
    background-size: cover;
    background-position: center;
}

@media (max-width: 1200px) {
    .ci-item{
        flex: 0 0 calc(50% - 8px);
    }
}

@media (max-width: 768px) {
    .ci-item{
        flex: 0 0 100%;
    }
    .desc-tit{
        font-size: 20px;
    }
    .ci-section{
        padding: 0 30px;
    }
}

@media (max-width: 665px) {
    .logo-wrapper{
        padding:0 30px;
    }
    .only-mobile{
        display: inline;
    }
    .color-palette{
        gap:2px;
    }
    .color-item{
        padding:40px 0 0 10px;
        flex:1 0 calc(25% - 2px)
    }
    .color-info p{
        display: none;
    }
}

@media (max-width: 480px) {
    .logo-wrapper{
        height: 135px;
    }
    .logo-wrapper .logo-item img{
        width: 182px;
    }
    .logo-download a{
        height: 47px;
        font-size: 14px;
    }
    .logo-download a:after{
        margin-left: 9px;
        width:19px;
        height: 16px;
        background-size: cover;
        background-position: center;
    }
    .ci-section h2{
        font-size: 20px;
    }
    .color-item{
        flex: 1 0 25%;
        padding:10px 0 0 10px;
        height: 70px;   
    }
    .color-info h4{
        font-size: 10px;
    }
    .ci-wrapper{
        gap: 43px;   
    }
    .ci-item{
        width: 100%;
        height: 303px;
    }
    .ci-item p{
        font-size: 16px;
    }
    .img-wrapper{
        height: 180px;
    }
    
} 