:root {
    --mc: #d97e59;
}
.Wrapper {
    font-family: "Pretendard";
    letter-spacing: -0.025em;
    /* width: 1920px; */
}

.container {
    width: 1200px;
    margin: 0 auto;
}
.titImg {
    margin-bottom: 10px;
}

/* 
.Header
 */
.Header {
    background: var(--mc);
    color: #fff;
}
.Header nav {
    display: flex;
    justify-content: space-between;
    line-height: 100px;
}
.Header nav h1 {
    font-size: 0;
}
.Header nav > ul {
    display: flex;
    gap: 30px;
}
.Header .center {
    font-size: 17px;
}
.Header .right {
    font-size: 21px;
}
/* 
.Header
 */

/* 
.MainVisual
 */
.MainVisual {
    position: relative;
    width: 100%;
    margin-bottom: 200px;
    overflow-x: hidden;
}
.MainVisual .mainSlider figure {
    height: calc(100vh - 100px);
}
.MainVisual .itm01 {
    background: url(../img/m3840x1440/kv_v2.jpg) no-repeat center center/cover;
}
.MainVisual .itm02 {
    background: url(../img/m3840x1440/kv_v3.jpg) no-repeat center center/cover;
}
.MainVisual .itm03 {
    background: url(../img/m3840x1440/kv_v4.jpg) no-repeat center center/cover;
}
.MainVisual .swiper-pagination {
    bottom: 60px;
}
.MainVisual .swiper-pagination-bullet {
    width: 150px;
    height: 6px;
    border-radius: 0;
    background: var(--mc);
    transition: 0.5s;
}
.MainVisual .swiper-pagination::after {
    content: "";
    position: absolute;
    bottom: -35px;
    left: 50%;
    transform: translateX(-50%) rotate(-45deg);
    width: 30px;
    height: 30px;
    border-left: 1px solid rgba(255, 255, 255, 0.5);
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.mainSlogan {
    position: absolute;
    top: 80%;
    left: 50%;
    transform: translateX(-50%);
    font-size: 50px;
    font-weight: 300;
    line-height: 1.1;
    width: 800px;
    text-align: center;
    color: #fff;
    text-shadow: 0 0 1px #000;
}
.mainSlogan span {
    font-weight: 500;
}
.mainSlogan .swiper-slide {
    opacity: 0;
}
.mainSlogan .swiper-slide-active {
    opacity: 1;
}

/* 
.MainVisual
 */

/* 
.Connect
 */
.Connect {
    background: #fff;
    text-align: center;
    margin-bottom: 200px;
}
.Connect h2 {
    font-size: 30px;
    margin-bottom: 10px;
    font-weight: 500;
}
.Connect p {
    font-size: 19px;
    font-weight: 300;
    margin-bottom: 10px;
}
.Connect strong {
    display: block;
    font-size: 23px;
    margin-top: 10px;
}
.Connect span::after {
    content: "";
    display: inline-block;
    width: 200px;
    height: 1px;
    margin: 0 10px;
    background: #000;
    vertical-align: middle;
}
/* 
.Connect
 */

/* 
.Bespoke
 */
.Bespoke {
    background: #fff;
    margin-bottom: 200px;
}
.Bespoke .container {
    text-align: center;
}
.Bespoke h2 {
    font-size: 30px;
    margin-bottom: 10px;
    font-weight: 500;
}
.Bespoke .container > span {
    display: inline-block;
    font-size: 19px;
    font-weight: 300;
    margin-bottom: 30px;
}
.Bespoke .content {
    display: flex;
    text-align: left;
    gap: 20px;
}
.Bespoke .itm {
    display: flex;
    align-items: flex-end;
    height: 500px;
    padding: 25px;
    border-radius: 10px;
}
.Bespoke .itm {
    flex: 1;
}
.Bespoke .itm01 {
    background: url(../img/m3840x1440/kv_v2.jpg) no-repeat center center/cover;
}
.Bespoke .itm02 {
    background: url(../img/m3840x1440/kv_v3.jpg) no-repeat left 56% center/cover;
}
.Bespoke .itm03 {
    background: url(../img/ss672x672/ss05.jpg) no-repeat center center/cover;
}
.Bespoke .txt {
    color: #fff;
}
.Bespoke .txt h3 {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 10px;
}
.Bespoke h3 > strong {
    font-size: 23px;
    font-weight: 900;
}
.Bespoke .txt p {
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 10px;
}
.Bespoke .txt a {
    display: inline-block;
    font-size: 13px;
    font-weight: 300;
    padding: 3px 20px 5px 20px;
    border: 1px solid #fff;
    border-radius: 3px;
}
/* 
.Bespoke
 */

/* 
.Smart
 */
.Smart {
    text-align: center;
    margin-bottom: 200px;
}
.Smart .container {
}
.Smart .container .content {
    display: flex;
}
.Smart .left,
.Smart .right {
    flex: 1;
}
.Smart .left {
    height: 640px;
}

.Smart h2 {
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.Smart .container > span {
    display: inline-block;
    font-size: 19px;
    font-weight: 300;
    margin-bottom: 30px;
}
.Smart .left p {
    height: 50px;
    padding: 15px 30px 15px 30px;
    margin-bottom: 10px;
    margin-right: 30px;
    font-size: 19px;
    font-weight: 700;
    color: #000;
    border-radius: 10px;
    text-align: center;
    cursor: pointer;
    transition: 1s;
}
.Smart .left p.on {
    height: 400px;
}
.Smart .left .img01 {
    background: url(../img/smart/cut01_paint_cooking.jpg) no-repeat top
        center/cover;
    color: #ff7447;
}
.Smart .left .img02 {
    background: url(../img/smart/cut01_ddd.jpg) no-repeat top center/cover;
    color: #3e9efd;
}
.Smart .left .img03 {
    background: url(../img/smart/cut01_paint_aircare.jpg) no-repeat top
        center/cover;
    color: #00b5fa;
}
.Smart .left .img04 {
    background: url(../img/smart/cut01_paint_clothingcare.jpg) no-repeat top
        center/cover;
    color: #32bdac;
}
.Smart .left .img05 {
    background: url(../img/smart/cut01_paint_homecare.jpg) no-repeat top
        center/cover;
}
.Smart .txt {
    font-family: "Noto Sans KR";
    display: none;
}
.Smart .txt.on {
    display: block;
}
.Smart .txt h3 {
    margin-top: 50px;
    margin-bottom: 20px;
    line-height: 1.25;
    font-size: 23px;
    font-weight: 500;
}

.Smart .box {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}
.Smart .des {
    display: flex;
    align-items: center;
    height: 200px;
    width: calc(50% - 15px);
}
.Smart .des p {
    padding: 30px;
    line-height: 1.5;
    font-size: 15px;
}

.Smart .txt:nth-child(1) .des {
    border: 1px solid #ff75477f;
    border-radius: 10px;
}
.Smart .txt:nth-child(2) .des {
    border: 1px solid #3e9dfd7b;
    border-radius: 10px;
}
.Smart .txt:nth-child(3) .des {
    border: 1px solid #00b3fa57;
    border-radius: 10px;
}
.Smart .txt:nth-child(4) .des {
    border: 1px solid #32bdad75;
    border-radius: 10px;
}
.Smart .txt:nth-child(5) .des {
    border: 1px solid #ddd;
    border-radius: 10px;
}
/* 
.Smart
 */

/* 
.Product
 */
.Product {
    text-align: center;
    margin-bottom: 200px;
}
.Product h2 {
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 10px;
}
.Product .container > span {
    display: inline-block;
    font-size: 19px;
    font-weight: 300;
    margin-bottom: 30px;
}
.Product .content > figure {
    margin-bottom: 15px;
}
.Product .content ul {
    display: flex;
    background: rgb(243, 243, 243);
}
.Product ul > li {
    flex: 1;
}
.Product ul img {
    height: 130px;
    padding: 20px 30px 15px 30px;
}
.Product ul span {
    display: inline-block;
    padding-bottom: 20px;
}
/* 
.Product
 */

/* 
.Story
 */
.Story {
    text-align: center;
    margin-bottom: 50px;
}
.Story h2 {
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 10px;
}
.Story .container > span {
    display: inline-block;
    font-size: 19px;
    font-weight: 300;
    margin-bottom: 30px;
}

.Story .storySlider {
    line-height: 1.35;
}
.Story .storySlider img {
    max-height: 300px;
    margin-bottom: 15px;
}
.Story .storySlider p {
    font-size: 15px;
    letter-spacing: 3px;
}
.Story .storySlider h3 {
    font-size: 19px;
    font-weight: 400;
}
.Story .storySlider span {
    font-size: 15px;
    font-weight: 300;
}

/* 
.Story
 */

/* .Footer */
.Footer {
    border-top: 1px solid #ddd;
    line-height: 1.35;
}
.Footer .content {
    border-bottom: 1px solid #ddd;
}
.Footer .container {
    display: flex;
}
.Footer .container > div {
    padding: 30px 0;
}
.Footer .container > div:first-of-type {
    flex: 2;
}
.Footer .container > div ~ div {
    flex: 1;
    border-left: 1px solid #ddd;
    padding-left: 30px;
}
.Footer .txt {
    display: flex;
}
.Footer .txt > div {
    flex: 1;
}
.Footer .container h3 {
    display: block;
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 10px;
}
.Footer .container a {
    display: block;
    font-size: 13px;
    margin-bottom: 10px;
}
.Footer .top {
    margin-bottom: 50px;
}
.Footer .contentAdr {
    line-height: 1.8;
    padding: 30px 0;
}
.Footer .contentAdr .container {
    display: flex;
    flex-direction: column;
}
.Footer address,
.Footer .contentAdr p {
    font-size: 12px;
    color: #999;
    font-weight: 500;
    letter-spacing: -0.05em;
}
.Footer .contentAdr .buisnessman {
    display: inline;
    font-size: 12px;
    padding: 2px 10px;
    background: #888;
    color: #fff;
    border-radius: 20px;
}
.Footer .contentAdr .copyright {
    font-weight: 700;
    letter-spacing: 0;
}
/* .Footer */
