._29seconds{ font-size: 20px; letter-spacing: -0.045em; }
._29seconds .vs_title{ background-image: url(/img/29seconds/29sec_bg.png); background-position: top center; background-repeat: no-repeat; }


/* 연혁 */
._history .his_tab{ display: flex; justify-content: center; align-items: center; margin-top: 105px; }
._history > ._wrap{ padding-bottom: 70px; }
._history > ._wrap .imgWrap{ text-align: center; min-height: 350px; }
._history .his_tab li{ width: 24%; max-width: 190px; text-align: center; font-size: 20px; letter-spacing: -0.045em; margin-right: 20px; cursor: pointer;  border-radius: 30px; }
._history .his_tab li a{ display: block; width: 100%; padding: 20px 0; text-align: center; border: 1px solid #fff; box-sizing: border-box; border-radius: 30px; transition-duration: 0.2s; }
._history .his_tab li:last-of-type{ margin-right: 0; }
._history .his_tab li.on{ background-color: #d92b2b; border-color: #d92b2b; }
._history .his_tab li.on a{ border-color: #d92b2b; }

@media screen and (min-width: 821px){
    ._history .his_tab li:hover a{ background-color: #d92b2b; border-color: #d92b2b; }
}


._history .his_con{ display: none; justify-content: space-between; width: 100%; position: relative; }
._history .his_con.on{ display: flex; }

._history .his_con .lbx{ padding-top: 150px; width: calc(700 / 1280 * 100%); }
._history .his_con .lbx .max_{ background-repeat: no-repeat; background-size: cover; background-position: center; border-radius: 50px; overflow: hidden; }
._history .his_con .lbx .max_::after{ content: ''; display: block; padding-bottom: calc(355 / 700 * 100%);  }

._history .his_con .rbx{ padding-top: 150px; width: 100%; border-left: 1px solid #808080; position: relative; }
._history .his_con .rbx::after{ content: ''; display: block; width: 2px; height: 150px; position: absolute; top: 0; left: -1px; width: 2px; height: 165px; background-color: #000; opacity: 0; }
._history .his_con:first-of-type .rbx::after{ opacity: 1; }
._history .his_con .rbx.on::after{ opacity: 1; }


._history .his_con:last-child .rbx{ padding-bottom: 0; }
._history .his_con .rbx .hisbx{ width: 100%; display: flex; width: 100%; margin-bottom: 90px; align-items: flex-start; }
._history .his_con .rbx .hisbx:last-child{ margin-bottom: 0; }
._history .his_con .rbx .hisbx .year{ font-size: 44px; font-weight: 600; letter-spacing: -0.045em; font-family: 'Montserrat'; position: relative; flex-shrink: 0; padding-left: 40px; }
._history .his_con .rbx .hisbx .year::before{ content: ''; display: block; width: 13px; height: 13px; border-radius: 50%; background-color: #d92b2b; position: absolute; top: 50%; left: 0; transform: translate(-50%, -50%); z-index: 1;}
._history .his_con .rbx .hisbx > ul{ width: 100%; padding-left: 35px; padding-top: 11px; font-size: 22px; letter-spacing: -0.045em; font-weight: 600; line-height: 1.3; color: rgba(255,255,255,0.7); }
._history .his_con .rbx .hisbx > ul li{ margin-bottom: 15px; }
._history .his_con .rbx .hisbx > ul li:last-of-type{ margin-bottom: 0; }

@media screen and (max-width: 1280px) {
    ._history .his_con .rbx .hisbx {flex-direction: column;}
    ._history .his_con .rbx .hisbx .year { font-size: 30px; }
    ._history .his_con .rbx .hisbx > ul {padding-left: 60px; font-size: 16px;}
}

@media screen and (max-width: 820px) {
    ._history .his_con .lbx {width: calc( 600 / 1280 * 100%); transition: 0.17s linear;}
    ._history .his_con .rbx {width: calc( 580 / 1280 * 100%);}
    ._history .his_tab li { padding: 0; margin-right: 10px; font-size: 17px;}
    ._history .his_tab li a{ padding: 10px 0; }
    ._history .his_con .rbx .hisbx .year { font-size: 22px; }
    ._history .his_con .rbx .hisbx > ul {box-sizing: border-box; padding-left: 55px; font-size: 16px; word-break: keep-all;}
    ._history .his_con .lbx .max_ {border-radius: 30px;}
}

@media screen and (max-width: 500px) {
    /* ._history .his_con:nth-of-type(1) {position: relative;} */
    /* ._history .his_con:nth-of-type(1)::before {content: ''; display: block; position: absolute; inset: 0; background: #000; filter: blur(5px) brightness(0.5); background-image: url(/img/29seconds/img1.jpg); background-position: 0 0; background-repeat: no-repeat;} */
    ._history .his_con .lbx {width: calc(0 / 1280 * 100%); transition: 0.17s linear;}
    ._history .his_con .rbx {width: calc( 1200 / 1280 * 100%);}
    ._history .his_tab { justify-content: space-between; flex-wrap: wrap;}
    ._history .his_tab li {margin-right: 0; margin-top: 10px; font-size: 15px; width: 49%;}
    ._history .his_con .rbx .hisbx .year {padding-left: 20px; font-size: 40px;}
    ._history .his_con .rbx .hisbx > ul {padding-top: 20px; padding-left: 30px; font-size: 16px;}
}

/* CEO인사말 */
._ceo article {display: flex; flex-direction: column; align-items: center; line-height: 1.5; padding: 145px 0 180px;}
._ceo .greetingText {display: inline-block; position: relative;}
._ceo .greetingText .quotes {position: absolute; bottom: 40px}
._ceo .greetingText .quotes:nth-of-type(1) {left: -55px;}
._ceo .greetingText .quotes:nth-of-type(2) {right: -55px;}
._ceo .greetingText span {font-size: 50px; font-weight: 600; text-align: center;}
._ceo .btmWord {margin-top: 75px; width: 100%; display: flex; justify-content: space-between; align-items: center;}
._ceo .btmWord .profileImg {width: calc(360 / 1280 * 100%); box-sizing: border-box; position: relative;}
._ceo .btmWord .profileImg span {font-size: 18px; white-space: nowrap; color: #bbbbbb; display: block; text-align: center; position: absolute; bottom: -60px; left: 50%; transform: translate(-50%, -50%); word-break: keep-all;}
._ceo .btmWord .profileImg span b {font-weight: 600; color: #fff;}
._ceo .btmWord .textBox {width: calc(851 / 1280 * 100%); box-sizing: border-box;}
._ceo .btmWord .textBox p {font-size: 22px; margin-top: 20px; color: #ccc; word-break: keep-all;}
._ceo .btmWord .textBox p br.mob{ display: none; }
._ceo .btmWord .textBox p br.mob_s{ display: block; }

@media screen and (max-width: 1325px) {
    ._ceo .btmWord .textBox p {font-size: 20px;}
}

@media screen and (max-width: 1280px) {
    ._ceo .greetingText span {font-size: 40px;}
    ._ceo .btmWord .textBox p {font-size: 17px;}
}

@media screen and (max-width: 1024px) {
    ._ceo .greetingText span {font-size: 30px;}
    ._ceo .greetingText .quotes {scale: 0.8; bottom: 20px;}
    ._ceo .btmWord .textBox p {font-size: 14px;}
}

@media screen and (max-width: 820px) {
    ._ceo .greetingText span {font-size: 20px;}
    ._ceo .greetingText .quotes {scale: 0.6; bottom: 10px}
    ._ceo .greetingText .quotes:nth-of-type(1) {left: -40px;}
    ._ceo .greetingText .quotes:nth-of-type(2) {right: -40px;}
    ._ceo .btmWord {flex-direction: column; margin-top: 60px;}
    ._ceo .btmWord .profileImg {width: 50%;}
    ._ceo .btmWord .profileImg span {bottom: -45px}
    ._ceo .btmWord .textBox {width: 95%; margin-top: 30px;}
    ._ceo .btmWord .textBox p {text-align: center;}
    /* ._ceo .btmWord .textBox p br {display: none;} */
    ._ceo .btmWord .textBox p br.mob{ display: block; }
}

@media screen and (min-width: 500px) {
    br.none {display: none;}
}

@media screen and (max-width: 500px) {
    ._ceo article {padding: 100px 0 120px;}
    ._ceo .greetingText span {font-size: 15px; display: block;}
    ._ceo .greetingText .quotes {scale: 0.4; bottom: 25px;}
    ._ceo .greetingText .quotes:nth-of-type(1) {left: -35px;}
    ._ceo .greetingText .quotes:nth-of-type(2) {right: -35px;}
    ._ceo .btmWord .profileImg span {font-size: 15px;}
    
}

@media screen and (max-width: 350px){
    ._ceo .btmWord .textBox p br{ display: none; }
    ._ceo .btmWord .textBox p br.mob{ display: none; }
    ._ceo .btmWord .textBox p br.mob_s{ display: none; }
}

/* CI 및 상표권 */
._trademark article {padding: 145px 0 130px;}
._trademark .contWrap > li {display: flex; justify-content: space-between;}
._trademark .contWrap > li+li {margin-top: 200px;}
._trademark .contWrap > li .contLeft {width: calc(190 / 1280 * 100%);}
._trademark .contWrap > li .contLeft h4 {font-size: 40px; font-weight: 600; margin-bottom: 45px;}
._trademark .contWrap > li .contLeft .btn-Download {width: 100%; height: 40px; border: 1px solid #f1f1f1; font-size: 16px; font-family: Montserrat; padding: 0 15px; border-radius: 50px; box-sizing: border-box; display: flex; align-items: center; justify-content: space-between; transition: .4s;}
._trademark .contWrap > li .contLeft .btn-Download+.btn-Download {margin-top: 10px;}
._trademark .contWrap > li .contRight {width: calc(740 / 1280 * 100%);}
._trademark .contWrap > li .contRight .imgbox {border-radius: 50px; overflow: hidden;}
._trademark .contWrap > li .contRight .imgbox+.imgbox {margin-top: 30px;}
._trademark .contWrap > li .contRight li {position: relative; font-size: 22px;}
._trademark .contWrap > li .contRight li+li {margin-top: 40px;}
._trademark .contWrap > li .contRight li > span {position: absolute; left: 0; top: 0; line-height: 1.7;}
._trademark .contWrap > li .contRight li > p {padding-left: 40px; line-height: 1.7;}
._trademark .contWrap > li .contRight li > p > b {font-weight: 600; position: relative;}
._trademark .contWrap > li .contRight li > p > b::after {content: ""; position: absolute; top: calc(100% + 1px); left: 0; width: 100%; height: 2px; background: #fff;}

@media screen and (max-width: 1280px) {
    ._trademark .contWrap > li .contLeft h4 {font-size: 30px;}
    ._trademark .contWrap > li .contLeft .btn-Download {font-size: 14px;}
    ._trademark .contWrap > li .contRight li {font-size: 18px;}
}


@media screen and (max-width: 1024px) {
    ._trademark .contWrap > li .contLeft {width: 20%;}
    ._trademark .contWrap > li .contRight {width: 60%;}
    ._trademark .contWrap > li .contRight li {font-size: 15px;}
    ._trademark .contWrap > li .contRight li > p {padding-left: 30px;}
}

@media screen and (min-width: 821px) {
    ._trademark .contWrap > li .contLeft .btn-Download:hover {
        color: #d92b2b; border-color: #d92b2b;
    }
}

@media screen and (max-width: 820px) {
    ._trademark .contWrap > li+li {margin-top: 150px;}
    ._trademark .contWrap > li .contLeft {width: 30%;}
    ._trademark .contWrap > li .contLeft h4 {font-size: 25px;}
    ._trademark .contWrap > li .contRight .imgbox {border-radius: 30px;}
    ._trademark .contWrap > li .contRight .imgbox+.imgbox {margin-top: 20px;}
    ._trademark .contWrap > li .contRight li > p > br {display: none;}
    ._trademark .contWrap > li .contRight li > p > b {text-decoration: underline; text-underline-offset : 4px;}
    ._trademark .contWrap > li .contRight li > p > b::after {display: none;}
}

@media screen and (max-width: 500px) {
    ._trademark .contWrap > li {flex-direction: column;}
    ._trademark .contWrap > li+li {margin-top: 100px;}
    ._trademark .contWrap > li:nth-child(3) .contRight li > p {padding: 0;}
    ._trademark .contWrap > li .contLeft {width: 100%;}
    ._trademark .contWrap > li .contLeft h4 {text-align: center; margin-bottom: 30px;}
    ._trademark .contWrap > li .contLeft .btnWrap {display: flex;}
    ._trademark .contWrap > li .contLeft .btn-Download {margin: 0 auto; width: 47%; height: 35px; padding: 0 15px;}
    ._trademark .contWrap > li .contLeft .btn-Download+.btn-Download {margin-top: 0;}
    ._trademark .contWrap > li .contLeft .btn-Download span {text-align: center;}
    ._trademark .contWrap > li .contRight {width: 100%; margin-top: 40px;}
}