@import url(bootstrap-grid.css);
@import url(reset.css);
@import url(common.css);
@import url(../fonts/font-awesome/css/all.min.css);
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700&display=swap');
@import url(../fonts/font.css);
@font-face {
    font-family: "geforce-bold";
    src: url("../fonts/geforce-bold.ttf") format("truetype");
}

* {font-family: 'Pretendard', Apple SD Gothic Neo, Roboto, 'Noto Sans KR', sans-serif; font-weight: 400;}

.section-summery .row {width: 740px; padding: 130px 0; /* 130px 10px; */}
.mt100-m {margin-top: 100px;}
.mt140-m {margin-top: 140px;}
.mt70-m {margin-top: 70px !important;}
.mt60-m {margin-top: 60px !important;}
.mt40-m {margin-top: 40px !important;}
.w-740 {width: 740px; margin-left: auto; margin-right: auto;}
.row.row-w-900 {width: 900px;}
.row.row-w-920 {width: 920px;}
.row.row-w-950 {width: 950px;}
.row.row-w-1100 {width: 1100px;}
.row-w-740 {width: 740px;}


/* --php add start-- */
#hd_login_msg {
    overflow: hidden; position: absolute; top: 0; left: 0; font-size: 0; line-height: 0;
}

.msg_sound_only,
.sound_only {
    overflow: hidden !important;
    position: absolute; top: 0; left: 0;
    width: 0; height: 0;
    line-height: 0; font-size: 0;
    display: inline-block !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
}


/* daum address */
#daum_juso_pagemb_zip {width: 110% !important;}

/* member leave */
#fregisterform .btn_cancel {float: right; color: #aaa;}

/* id finder */
.find-view {display: none !important;}
.find-close {display: none !important;}
.find-open {display: flex !important;}

/* -------php add end------- */

/* common */
input[type=text],
input[type=email],
input[type=password],
textarea,
select {
    width: 100%; height: 60px;
    padding: 0;
    border: none;
    border-bottom: 1px solid #d0d1d6;
    -webkit-appearance: none;
    font-size: 14px;
    box-sizing: border-box;
    font-family: 'Pretendard', Apple SD Gothic Neo, Roboto, 'Noto Sans KR', sans-serif;
}

textarea {
    overflow-x: hidden; width: 100%; height: 14.5em;
    padding: 20px; line-height: 180%; font-size: 14px;
    font-family: 'Pretendard', Apple SD Gothic Neo, Roboto, 'Noto Sans KR', sans-serif;
    border-radius: 5px; background: none; border: 1px solid #d0d1d6;
}

select {background: url(../img/ico_arrow_down.png) no-repeat right center;}
select::-ms-expand {display: none;}
button {
    outline: none;
    box-shadow: none;
    border: none;
    background: none;
    font-family: 'Pretendard', Apple SD Gothic Neo, Roboto, 'Noto Sans KR', sans-serif;
    transition: all 0.2s ease;
    /* font-family:'Spoqa Han Sans', sans-serif; cursor: pointer;  */
}
button:focus {outline: none; box-shadow: none;}
button:hover {color: #76b900;}
button.active {color: #76b900;}

em {font-style: normal;}

input:focus,
textarea:focus,
select:focus {outline: none; box-shadow: none;}

.clearfix:after {content: ""; display: block; clear: both;}


/* form */
input.input-sm {height: 36px;}
input[type=text].input-white,
input[type=email].input-white,
input[type=password].input-white {
    width: 100%; height: 100%; border: none; background-color: #fff !important;
}

.contact-textarea {
    height: auto;
    padding-left: 0; padding-right: 0;
    font-size: 14px;
    border: none;
    border-bottom: 1px solid #d0d1d6;
    border-radius: 0;
}

.form-checkbox {opacity: 0; position: absolute;}
.form-checkbox+label {line-height: 20px; color: #000; font-size: 14px; font-weight: 600;}
.form-checkbox+label span {font-weight: 700;}
.form-checkbox+label:before {
    position: relative;
    content: ""; display: inline-block; top: -1px;
    width: 20px; height: 20px;
    margin-right: 8px;
    border-radius: 50%;
    border: 1px solid #ddd;
    vertical-align: middle;
    cursor: pointer;
}
.form-checkbox:checked+label:before {background: url(../img/ico_check.png) no-repeat; border: none;}
.form-checkbox-lg {opacity: 0; position: absolute;}
.form-checkbox-lg+label {
    line-height: 24px; color: #5a5a5a; font-size: 16px; font-weight: 600;
}
.form-checkbox-lg+label span {font-weight: 700;}
.form-checkbox-lg+label:before {
    position: relative;
    content: ""; top: -1px;
    display: inline-block; width: 24px; height: 24px; margin-right: 5px;
    vertical-align: middle;
    border-radius: 50%;
    border: 1px solid #ddd;
    cursor: pointer;
}
.form-checkbox-lg:checked+label:before {
    background: url(../img/ico_check-lg.png) no-repeat; border: none;
}
.form-checkbox-s {opacity: 0; position: absolute; pointer-events: none;}
.form-checkbox-s+label {
    overflow: hidden;
    display: inline-block; width: 18px; height: 18px;
    margin-right: 10px;
    text-indent: -9999px; vertical-align: middle;
    background: url(../img/btn_sel.png) no-repeat;
    cursor: pointer;
}
.form-checkbox-s:checked+label {background: url(../img/btn_sel_on.png) no-repeat;}
.form-radio-s {opacity: 0; position: absolute; pointer-events: none;}
.form-radio-s+label {
    overflow: hidden;
    display: inline-block; width: 18px; height: 18px;
    margin-right: 5px;
    text-indent: -9999px; vertical-align: middle;
    background: url(../img/btn_sel.png) no-repeat;
    cursor: pointer;
}
.form-radio-s:checked+label {background: url(../img/btn_sel_radio_on.png) no-repeat;}
.select-white {
    width: 100%; height: 40px;
    background: url(../img/btn_arr_down.png) no-repeat right 15px center;
    background-color: #fff; border: none;
}

.switch-chk {opacity: 0; position: absolute; }
.switch-chk+label {
    position: relative;
    display: block; width: 45px; height: 25px;
    border-radius: 13px;
    cursor: pointer;
    transition: all 0.2s ease;
    background-color: #ddd;
}
.switch-chk+label:after {
    display: block;
    content: ""; position: absolute; top: 2px; left: 2px;
    width: 21px; height: 21px;
    background-color: #fff;
    border-radius: 50%;
    transition: all 0.2s ease;
}
.switch-chk:checked+label {background-color: #65c466;}
.switch-chk:checked+label:after {left: 22px;}


/* link */
a:hover,
a:hover i {color: #76b900;}


/* font */
* {word-break: keep-all;}
.en * {font-family: inherit;}
.en {
    font-family: 'Pretendard', Apple SD Gothic Neo, Roboto, 'Noto Sans KR', sans-serif !important;
    /* 'Roboto', sans-serif; */
}

.roboto,
.roboto * {
    font-family: 'Pretendard', Apple SD Gothic Neo, Roboto, 'Noto Sans KR', sans-serif;
    /* font-family:'Roboto','Spoqa Han Sans', sans-serif; */
}

b, strong {font-weight: 700;}


.f11 {font-size: 11px;}
/* .f12{font-size:12px !important;} */
.f13 {font-size: 13px !important;}
.f14 {font-size: 14px !important;}
.f15 {font-size: 15px;}
.f18 {font-size: 18px;}
.fs-18 {font-size: 18px !important;}
.fs-28 {font-size: 28px;}
.fs-26 {font-size: 26px;}
.fs-24 {font-size: 24px;}
.fs-21 {font-size: 21px;}
.fs-22 {font-size: 22px;}
.lh-24 * {line-height: inherit;}
.lh-26 * {line-height: inherit;}
.lh-28 * {line-height: inherit;}
.lh-24 {line-height: 24px;}
.lh-26 {line-height: 26px;}
.lh-28 {line-height: 28px;}

.f_blue {color: #0068ff !important;}
.f_lightBlue {color: #45bac3;}
.f_red {color: #e63b1f !important;}
.f_gray {color: #757575 !important;}

.f_light {color: #999999;}
.f_green {padding-bottom: 20px; color: #9bd61f !important; }
.f_brown {color: #b07220;}
.f_orange {color: #f54828;}
.f_black {color: #111 !important;}

:root {--over-default: #76b900;}

.btn {
    position: relative;
    display: inline-block;
    display: flex; align-items: center; justify-content: center;
    border: 0;
    padding: 0;
    box-sizing: border-box;
    transition: all 0.2s ease;
    vertical-align: top;
    border-radius: 3px;
    font-size: 13px; text-align: center; font-weight: normal;
}

.btn:focus {box-shadow: none;}
.btn-green {
    display: inline-block;
    width: 160px; height: 40px;
    line-height: 40px;
    border-radius: 20px;
    font-size: 16px; color: #fff;
    background-color: #9bd61f;
}
.btn-green:hover {color: #fff;}
.btn-s {height: 28px; min-width: 87px;}
.btn-m {height: 35px; min-width: 120px;}
.btn-l {height: 45px; font-size: 15px;}

.btn-blue {color: #fff !important; background-color: #0068ff;}
.btn-blue-line {color: #0068ff !important; border: 1px solid #0068ff;}
.btn-red-line {color: #ff4444 !important; border: 1px solid #ff4444;}
.btn-gray-line {
    color: #727272;
    border: solid 1px #e3e3e3;
    background-color: #fff;
}

.btn-round {border-radius: 3px;}
.btn-full {width: 100%;}
.btn img {margin-right: 6px;}

.btn:disabled {
    border: 1px solid #ddd;
    background-color: #f5f5f5;
    cursor: default;
    color: #888 !important;
}

.btn-w-52 {width: 52px; min-width: 0;}


.row {
    overflow: hidden; position: relative; display: flex; 
    width: 1100px; margin: auto; box-sizing: border-box;
}
.row.row-ampere {
    overflow: hidden; max-width: 1100px; margin: 0 auto; box-sizing: border-box;
}

.row.full-row {width: 100% !important;}

.flex {display: flex; flex-wrap: wrap;}
.flex-just-center {justify-content: center;}
.flex-align-center {align-items: center;}
.flex-between {justify-content: space-between;}
.flex-colum {flex-direction: column;}
.flex-wrap {flex-wrap: wrap;}
.ml-auto {margin-left: auto;}
.text-center {text-align: center;}
.round-box {overflow: hidden; border-radius: 12px;}
.align-center {text-align: center;}
.no-wrap {white-space: nowrap;}
.no-animation {
    animation: initial !important;
    transform: initial !important;
    transition: initial !important;
}


/* 모바일용 햄버거 버튼 */
.navTrigger {
    z-index: 60; display: none; transform: scale(1); width: 25px; height: 16px; cursor: pointer;
}
.navTrigger i {
    content: ''; display: block; 
    width: 100%; height: 2px; border-radius: 2px; background-color: #000;
}
.navTrigger i:nth-child(1) {
    -webkit-animation: outT 0.4s backwards;
    animation: outT 0.4s backwards;
    -webkit-animation-direction: reverse;
    animation-direction: reverse;
}
.navTrigger i:nth-child(2) {
    margin: 5px 0;
    -webkit-animation: outM 0.4s backwards;
    animation: outM 0.4s backwards;
    -webkit-animation-direction: reverse;
    animation-direction: reverse;
}
.navTrigger i:nth-child(3) {
    -webkit-animation: outBtm 0.4s backwards;
    animation: outBtm 0.4s backwards;
    -webkit-animation-direction: reverse;
    animation-direction: reverse;
}
.navTrigger.active i {background-color: #fff;}
.navTrigger.active i:nth-child(1) {
    -webkit-animation: inT 0.4s forwards; animation: inT 0.4s forwards;
}
.navTrigger.active i:nth-child(2) {
    -webkit-animation: inM 0.4s forwards; animation: inM 0.4s forwards;
}
.navTrigger.active i:nth-child(3) {
    -webkit-animation: inBtm 0.4s forwards; animation: inBtm 0.4s forwards;
}


@-webkit-keyframes inM {
    50% {-webkit-transform: rotate(0deg);}
    100% {-webkit-transform: rotate(45deg);}
}

@keyframes inM {
    50% {transform: rotate(0deg);}
    100% {transform: rotate(45deg);}
}

@-webkit-keyframes outM {
    50% {-webkit-transform: rotate(0deg);}
    100% {-webkit-transform: rotate(45deg);}
}

@keyframes outM {
    50% {transform: rotate(0deg);}
    100% {transform: rotate(45deg);}
}

@-webkit-keyframes inT {
    0% {-webkit-transform: translateY(0px) rotate(0deg);}
    50% {-webkit-transform: translateY(7px) rotate(0deg);}
    100% {-webkit-transform: translateY(7px) rotate(135deg);}
}

@keyframes inT {
    0% {transform: translateY(0px) rotate(0deg);}
    50% {transform: translateY(7px) rotate(0deg);}
    100% {transform: translateY(7px) rotate(135deg);}
}

@-webkit-keyframes outT {
    0% {-webkit-transform: translateY(0px) rotate(0deg);}
    50% {-webkit-transform: translateY(7px) rotate(0deg);}
    100% {-webkit-transform: translateY(7px) rotate(135deg);}
}

@keyframes outT {
    0% {transform: translateY(0px) rotate(0deg);}
    50% {transform: translateY(7px) rotate(0deg);}
    100% {transform: translateY(7px) rotate(135deg);}
}

@-webkit-keyframes inBtm {
    0% {-webkit-transform: translateY(0px) rotate(0deg);}
    50% {-webkit-transform: translateY(-7px) rotate(0deg);}
    100% {-webkit-transform: translateY(-7px) rotate(135deg);}
}

@keyframes inBtm {
    0% {transform: translateY(0px) rotate(0deg);}
    50% {transform: translateY(-7px) rotate(0deg);}
    100% {transform: translateY(-7px) rotate(135deg);}
}

@-webkit-keyframes outBtm {
    0% {-webkit-transform: translateY(0px) rotate(0deg);}
    50% {-webkit-transform: translateY(-7px) rotate(0deg);}
    100% {-webkit-transform: translateY(-7px) rotate(135deg);}
}

@keyframes outBtm {
    0% {transform: translateY(0px) rotate(0deg);}
    50% {transform: translateY(-7px) rotate(0deg);}
    100% {transform: translateY(-7px) rotate(135deg);}
}

#hd_pop {z-index: 50; position: relative; top: 60px; height: 0; margin: 0 auto;}
#hd_pop h2 {overflow: hidden; position: absolute;  line-height: 0; font-size: 0;}
#hd_pop .hd_pops {
    position: absolute; top: 80px; left: 200px;
    background: #fff;
    box-shadow: 15px 24px 16px 0px rgb(0 0 0 / 16%);
    /* border: 1px solid #E6E6E6; */
}
#hd_pop .hd_pops img {width: 100%;}
#hd_pop .hd_pops_footer {
    display: flex; justify-content: space-between; align-items: center;
    height: 50px; line-height: 50px; padding: 0 1.3rem; text-align: left;
    background: #fff; border-top: 1px solid #cdcdcd;
    box-sizing: border-box;
}
#hd_pop .hd_pops_footer:after {visibility: hidden; content: ""; clear: both; display: block;}
#hd_pop .hd_pops_close {
    position: absolute; right: 1.3rem; padding: 3px 0;
    font-size: 15px; font-weight: bold; color: #000;
    border: 0; cursor: pointer;
}
#hd_pop .hd_pops_reject {
    font-size: 15px; text-align: left; color: #000; font-weight: bold;
    cursor: pointer;
}
#hd_pops_25{left: calc(200px + 400px) !important; /* 2024.3.1절 팝업*/}


/* 팝업-가입이벤트 */
.hd_pops_con {position: relative; height: 100% !important;}
.pop_more_btn01 {
    position: absolute; bottom: 32px; left: 50%; transform: translateX(-50%);
}

.rtxA-wrap .sec-package {padding: 0 0 20em;}
.rtxA-wrap .sec-spec .spec-list .list dd {font-size: 1.4rem;}
.rtxA-wrap .sec-style13 {padding: 37.7954% 0 22.12em 0}
.rtxA-wrap .sec-style13 .sm-sec03 .halfbox .txtbox dl {max-width: 43.8em;}


/* #menu 모바일용 히든 슬라이드 메뉴 */
#menu {
    z-index: 50;
    position: fixed;
    top: 0; bottom: 0; left: 0; right: 0; transform: translateX(100%);
}
#menu.active {transform: translateX(0);}
#menu .contents_box {overflow: hidden; height: 100%;}
#menu .menuBlock {
    z-index: 50; position: absolute; top: 0; right: 0; transform: translateX(100%);
    display: flex; flex-direction: column; width: 280px; height: 100vh;
    transition: all .2s ease;
    background-color: #edeff0;
}
#menu .menuBlock.active {
    transform: translateX(0); box-shadow: -5px 0 5px rgba(0, 0, 0, .2);
}
#menu .menuBlock h2 {
    height: 50px; line-height: 50px; padding-left: 20px; background-color: #76b900;
}
#menu .menuBlock h2 img {width: 170px;}
#menu .menuBlock .copyright {margin-top: auto; padding: 0 0 20px 20px;}
#menu .menuBlock .account {padding-left: 20px; margin: 20px 0;}
#menu .menuBlock .account li:first-child:after {
    content: ""; display: inline-block; 
    width: 1px; height: 10px; margin: 0 7px; background-color: #595959;
}
#menu .menuBlock .account li a {
    color: #595959;
    font-family: 'Pretendard', Apple SD Gothic Neo, Roboto, 'Noto Sans KR', sans-serif;
}
#menu .menuBlock .account li.tnb_admin:before {
    content: ""; display: inline-block; 
    width: 1px; height: 10px; margin: 0 7px; background-color: #595959;
}
#menu .menuBg {
    z-index: -1; display: none; opacity: 0;
    position: fixed; top: 0; right: 0; bottom: 0;
    width: 100%;
    transition: all 0.2s ease;
    background: rgba(0, 0, 0, .7);
}
#menu .menuBg.active {opacity: 1; z-index: 10; display: block;}
#menu .version {padding: 30px 0 0 30px; font-size: 15px; color: #666;}
#menu .version .update {position: relative; top: -2px; margin-left: 2px;}

#menu .gnb {background-color: #fff;}
#menu .gnb>li {border-bottom: 1px solid #dcdfe2;}
#menu .gnb>li>a {font-size: 14px;}
#menu .gnb>li>ul {border-top: 1px solid #dcdfe2; background-color: #edeff0;}
#menu .gnb>li>ul>li {border-top: 1px solid #dcdfe2;}
#menu .gnb>li>ul>li:first-child {border-top: none;}
#menu .gnb>li>ul>li>a {font-size: 13px; font-weight: 400;}
#menu .gnb li {color: #222;}
#menu .gnb a {
    display: block; height: 45px; line-height: 44px; padding-left: 20px; color: #222;
}
#menu .gnb .loginSetup {
    position: relative; height: 45px; line-height: 44px; padding-left: 30px; font-weight: 500;
}
#menu .gnb .loginSetup label {position: absolute; right: 30px; top: 13px;}


/* ======= common ======= */
body.fixed {overflow-y: hidden;}

.text-xs {
    line-height: 16.4px; font-size: 14px; letter-spacing: .27px; font-weight: 400;
}
.title-lg {z-index: 10; font-size: 54.6px; font-family: 'geforce-bold';}
.title-md {font-size: 38px; font-weight: 700;}
.title-sm {line-height: 130%; font-size: 34px; font-weight: 700;}
.title-xs {line-height: 130%; font-size: 32px; font-weight: 700;}
.title-28 {line-height: 130%; font-size: 28px; font-weight: 700;}

i.fas.fa-angle-right {transition: all 0.2s ease;}
i.fas.fa-angle-right:before {content: ">";}


#wrapper {width: 100%;}

.header {
    z-index: 100; position: fixed; top: 0; width: 100%;
    font-size: 13px;
    background-color: #fff; border-bottom: 1px solid #d2d2d4;
    transition: all 0.2s ease;
}
.header .row {height: 67px; align-items: center;}
.header .row a {
    font-family: 'Pretendard', Apple SD Gothic Neo, Roboto, 'Noto Sans KR', sans-serif; font-weight: 500;
}

.header .row h1 img {width: 170px;}
.header .row h1+a {margin-left: 30px;}
.header .row .nav li {margin-left: 25px;}
.header .row .nav li.active a {color: var(--over-default); color: #76b900;}
.header .row .util {margin-left: 45px;}
.header .row .util li:first-child:after,
.header .row .util li.tnb_admin:before {
    content: ""; display: inline-block; width: 1px; height: 10px; 
    margin: 0 7px; background: #595959;
}
.header .row .util li a {color: #595959;}
.header .row .util li a:hover {color: var(--over-default); color: #76b900;}


/* ui.js 참고 */
.header.nav-up {top: -68px;}
.header.nav-down {top: 0; box-shadow: 0 10px 10px rgba(0, 0, 0, .3);}
.header.nav-default {box-shadow: none;}
.fixed-scroll.textUp {top: -136px !important;}
.fixed-scroll.textDown {top: 0 !important;}
.fixed-scroll.textDefault {box-shadow: none;}

.header-block {position: relative; height: 68px;}
.header-block .header .row a {font-size: 14px;}



/* ======= Footer ======= */
.footer {background: #000; color: #fff;}
.footer * {font-weight: 500;}
.footer .row {padding: 60px 0px; flex-direction: column;}
.footer .row .footMenu {
    position: relative; display: flex; justify-content: space-between;
}
.footer .row .footMenu ul li a {color: #fff; font-size: 14px; font-weight: 500;}
.footer .row .footMenu ul li a:hover {color: var(--over-default); color: #76b900;}
.footer .row .footMenu dl dt {color: #9bd61f;}
.footer .row .footMenu dl dt a:hover {color: var(--over-default);}
.footer .row .footMenu dl dd {display: block;}
.footer .row .footMenu dl dd ul li {margin-top: 20px;}
.footer .row .footMenu .sns a img {display: block; width: 22px;}

.footer .row .footer-bottom {
    display: flex; justify-content: space-between; margin-top: 70px;
}
.footer .row .footer-bottom a {margin-left: 15px; font-weight: 500; color: #fff;}
.footer .row .footer-bottom .policy a:last-child {display: none;}
.footer .row .footer-bottom .copyright {margin-right: auto; font-weight: 500; color: #a6a6a6;}

.fc-white * {color: #fff;}
.section {position: relative;}
.text-ani-01 * {font-weight: inherit; font-family: inherit;}

.section-text {z-index: 10; width: 100%;}
.section-text .text-xs {font-weight: 700; font-size: 12px;}
.section-text .summery {margin-top: 20px;}
.section-text .more {margin-top: 55px; font-size: 18px;}
.section-text .more span {margin-left: 5px; transition: all 0.2s ease;}
.section-text .more a:hover i {transform: translateX(10px);}
.section-text .more a:hover span {transform: translateX(10px);}
.section-text.text-sm .summery {margin-top: 15px;}
.section-text.text-sm .more {margin-top: 30px; font-size: 18px;}


.quadro-02-01 {background-color: #000;}
.quadro-02-01.ampere {
    position: relative;
    background: linear-gradient(0deg, rgba(61, 64, 69, 1) 0%, rgba(0, 0, 0, 1) 100%);
}
.quadro-02-01 .row {height: 860px; padding-top: 115px;}
.quadro-02-02 .row {width: 920px !important; padding: 140px 0 110px !important;}


/* main 메인슬라이드 */
.section-index-bg {
    position: relative; padding: 0;
    background: linear-gradient(0deg, rgba(61, 64, 69, 1) 0%, rgba(0, 0, 0, 1) 100%);
}
.section-index-bg .row {position: relative; height: 620px; padding-top: 123px;}
.section-index-bg .row h2 {line-height: 120%; font-size: 58px;}
.section-index-bg .row .text-xs {font-size: 14px; font-weight: 600;}
.section-index-bg .row .text-ani-01 {
    height: 72px; line-height: 72px; margin-bottom: 15px;
    letter-spacing: -1.09px; font-size: 54.6px;
}
.section-index-bg .row .text-ani-02 {line-height: 27.9px; font-size: 20px; letter-spacing: -.43px;}
.section-index-bg .row .more {margin-top: 23px;}


/* NVIDIA RTX 5000 Ada Generation 제품 상세페이지 */
.rtx5000_ada .group-spec .link-direct {text-decoration: underline;}
.rtx5000_ada .group-spec .link-direct:hover {color: #fff;}


.up-slide.slide_test {display: flex; flex-direction: column; padding: 30px;}
.up-slide.slide_test h3 {font-size: 25px; font-weight: 700;}
.up-slide.slide_test ul {
    display: flex; justify-content: space-between; width: 100%; max-width: 656px;
}
.up-slide.slide_test h3 {margin-bottom: .8em;}
.up-slide.slide_test ul li {
    display: flex; flex-direction: column; align-items: center; justify-content: center;
    width: 23%; height: 96px;
    color: #000; text-align: center;
    background-color: #fff;
}
.up-slide.slide_test ul li b {display: block; font-size: 1.25rem;}
.up-slide.slide_test ul li span {font-size: 1rem;}


/* main - section-index-01 */
.section-index-01 {background-color: #000;}
.section-index-01 .row {position: relative; height: 620px;}
.section-index-01 .movie {position: absolute; width: 100%; height: 100%;}
.section-index-01 .videoPlayer {
    overflow: hidden; position: relative; display: flex; justify-content: center; height: 100%;
}
.section-index-01 .videoPlayer video {
    width: auto; height: 100%; object-fit: contain; object-position: center;
}
.section-index-01 .more {font-size: 16px;}
.section-index-01.explore-00 .row {height: 575px;}

.swiper-slide .section-index-01 .section-text .text-ani-01 {
    height: 72px; line-height: 72px; letter-spacing: -1.09px; font-size: 54.6px;
}
.swiper-slide .section-index-01 .section-text .video-wrap {
    height: 72px; line-height: 72px;
    margin-left: -14rem; letter-spacing: -1.09px; font-size: xx-large;
}
.swiper-slide .section-index-01 .section-text .subtext.desc {max-width: 450px;}


.sc-visual .nvidia-t-slide .row {width: 100%; height: 620px; padding-top: 123px;}
.sc-visual .nvidia-t-slide .slide-img {
    position: absolute; top: 45%; left: 0; width: 100%; height: 40%;
    background: url(../img/main-t1000-600-400.jpg) no-repeat center; background-size: contain;
}

/* section-index-04 */
.section-index-04 .cs-center {
    display: flex; width: 50%; height: 580px; padding-top: 100px; text-align: center;
}
.section-index-04 .cs-center .section-text {width: 530px;}
.section-index-04 .cs-center:first-of-type {
    justify-content: flex-end;
    background: #eff2f4 url(../img/bg_cs-center-01.png) no-repeat right top;
    background-size: auto 100%;
}
.section-index-04 .cs-center:last-of-type {
    justify-content: flex-start;
    background: #000 url(../img/bg_cs-center-02.png) no-repeat left bottom;
}
.section-index-04 .cs-center .more {font-size: 16px;}
.section-index-04.product-cs .cs-center:first-of-type {
    background: #000 url(../img/bg_product-cs-center-01.png) no-repeat right top;
    background-size: auto 100%; background-size: cover;
}
.section-index-04.product-cs .cs-center:last-of-type {
    background: #eff2f4 url(../img/bg_product-cs-center-02.png) no-repeat left top;
    background-size: auto 100%; background-size: cover;
}
.section-index-04.product-cs .title-md {font-size: 34px;}
.section-index-04.section-vr-02 .cs-center {padding: 100px 0;}
.section-index-04.section-vr-02 .cs-center:first-of-type {
    background: url(../img/summery/bg_virtual-02-l.jpg) no-repeat right top;
    background-size: cover;
}
.section-index-04.section-vr-02 .cs-center:last-of-type {
    background: #e6e9f0 url(../img/summery/bg_virtual-03-l.jpg) no-repeat left top;
    background-size: cover;
}

.subtext {opacity: 0; transition: all 1s ease; transform: translateY(50%);}
.subtext.active {opacity: 1; transform: translateY(0%);}


/* section-index-01 */
.index-slider {position: relative;}
.index-slider .swiper-container .swiper-pagination {bottom: 20px;}
.index-slider .swiper-container .swiper-pagination .swiper-pagination-bullet {
    opacity: .3; width: 30px; height: 4px; margin: 0 5px;
    border-radius: 2px; background: none; background-color: #fff;
    transition: all 1s ease;
}
.index-slider .swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: 1; width: 50px; border: none;
}
.section-vr-01 {background: url(../img/summery/bg_virtual-01.jpg) no-repeat center top/cover;}
.section-vr-01 .row {height: 899px;}
.section-vr-02 .title-xs {margin-top: 30px;}
.section-vr-04 {background-color: #eef1f5;}

.section-vdws-01 {
    background: linear-gradient(0deg, rgba(246, 249, 253, 1) 0%, rgba(223, 233, 243, 1) 100%);
}
.section-vdws-03 {
    background: url(../img/summery/bg-vdws-03.jpg) no-repeat 50% 50%; background-size: cover;
}


/* https://quadro.center/html/explore/explore-summery-03-vcs.php */
.summery-03-vcs .section-vpartner .row{padding: 130px 0;}
.summery-03-vcs #sec03 .box-list>li:last-child .desc{max-width: 500px;}
.summery-03-vcs #sec04 .group-table >*{color: #000;}
.summery-03-vcs #sec04 .group-table table {width: 100%; border-collapse: collapse;}
.summery-03-vcs #sec04 .group-table th, 
.summery-03-vcs #sec04 .group-table td {border-bottom: 1px solid #595959;}
.summery-03-vcs #sec04 .group-table tbody tr{height: 56px; line-height: 56px;}
.summery-03-vcs #sec04 .group-table .table-tit{
    position: absolute; top: 245px; left: 0;
    width: 41.3043%; max-width: 380px; font-size: 32px; font-weight: 700; 
}
.summery-03-vcs #sec04 .group-table .img-list{
    display: flex; width: 58.6956%; max-width: 540px; margin-left: auto;
}
.summery-03-vcs #sec04 .group-table .img-list>div:first-child{width: 53.7037%; max-width: 290px;}
.summery-03-vcs #sec04 .group-table .img-list>div:last-child{width: 46.2962%; max-width: 250px;}


/* 920 */
.summery-03-vcs #sec04 .group-table thead{height: 65px; line-height: 65px;}
.summery-03-vcs #sec04 .group-table thead th{
    font-size: 21px; text-align: left; font-weight: 600; font-family: "roboto";
}
.summery-03-vcs #sec04 .group-table thead th:first-child,
.summery-03-vcs #sec04 .group-table tbody td:first-child{
    width: 41.3043%; max-width: 380px; padding-left: 9.7826%; /* 90px */ 
}
.summery-03-vcs #sec04 .group-table thead th:nth-child(2){width: 31.5217%; max-width:290px;}
.summery-03-vcs #sec04 .group-table thead th:last-child{width: 27.1739%; max-width: 250px;}
.summery-03-vcs #sec04 .group-table tbody td {
    font-size: 16px; font-weight: 500; letter-spacing: -.7px;
}
.summery-03-vcs #sec04 .group-table tbody td:nth-child(2){width: 31.5217%; max-width:290px;}
.summery-03-vcs #sec04 .group-table tbody td:first-child{font-size: 18px; font-weight: 600;}
.summery-03-vcs #sec04 .group-table tbody td:last-child{width: 27.1739%; max-width: 250px;}


/* https://quadro.center/html/explore/explore-summery-03-vdws.php */
.summery-03-vdws .section-echosystem .row{padding: 130px 0;}
.summery-03-vdws .section-vdws-02 .row{width: 920px;}
.summery-03-vdws .section-vdws-02 .section-text .summery {max-width: 690px;}
.summery-03-vdws .section-vdws-02 .vdws-virture{margin-top: 55px;}
.summery-03-vdws .section-vdws-03 .row{width: 920px;}
.summery-03-vdws .section-echosystem .section-text .summery {max-width: 674px;}


@media screen and (max-width: 768px) {
    .summery-03-vdws .section-vdws-03 .row .rw-benefit {margin: 0 0 40px;}
    .summery-03-vdws .section-vdws-03 .row .digital-vr>div:first-child,
    .summery-03-vdws .section-vdws-03 .row .digital-vr>div:last-child {
        display: flex; justify-content: space-evenly;
    }
    .summery-03-vdws .section-vdws-03 .row .digital-vr>div>div {
        max-width: 290px; padding: 10px 0; text-align: left;
    }
    .summery-03-vdws .section-vdws-03 .row .digital-vr>div>div p {margin-top: 0; font-size: 18px;}
    .summery-03-vdws .section-vdws-03 .row .digital-vr>div>div a {font-size: 13px;}
    .summery-03-vdws .section-vdws-03 .row .videoPlayer {margin-bottom: 50px;}
    .summery-03-vdws .section-vdws-03 .digital-vr {margin: 20px 0 50px;}
}


/* https://quadro.center/html/explore/explore-summery-03-rwwn.php */
.section-rw-01 {background-color: #f2f2f2;}
.section-rw-03 {background-color: #f2f2f2;}
.section-rw-03 .row{width: 920px;}
.section-rw-04 .row{width: 920px;}
.section-rw-04 .row .rw-indus li .workflow-text dt {font-size: 18px;}
.section-rw-04 .row .rw-indus li .workflow-text dd {width: 100%; height: auto; line-height: 180%;}
.section-rw-04 .rw-indus.rw-indus-01 {margin-top: 65px;}
.section-rw-04 .rw-indus.rw-indus-01 li {
    height: auto; margin-bottom: 20px; padding: 0; text-align: left;
    border-radius: 0; background-color: #fff;
}
.section-rw-04 .rw-indus.rw-indus-01 li .image.McCarthy img {height: 100%; border-radius: 7px;}


/* https://quadro.center/html/explore/explore-summery-03-rwwn.php */
.summery-03-rwwn .section-rw-02 .row{padding: 130px 0;}
.summery-03-rwwn .section-rw-02 .section-text .summery {max-width: 690px;}
.summery-03-rwwn .section-rw-03 .section-text .summery {max-width: 775px;}


/* https://quadro.center/html/explore/ */
.quadro_explore .sc-slide .swiper-pagination {z-index: 1; position: relative; margin-top: 50px;}
.quadro_explore .sc-slide .swiper-pagination-bullet {
    opacity: 1; width: 10px; height: 10px;
    background: none; border: 1px solid #b6b6b6;
}
.quadro_explore .sc-slide .swiper-pagination-bullet-active {border: none; background-color: #000;}
.quadro_explore .sc-slide .swiper-button-next {
    z-index: 10; position: absolute; top: 50%; right: 0;
    width: 27px; height: 44px; margin-top: 10px;
    background-image: url(../img/img-arrow-next.png) no-repeat center; background-size: 27px 44px;
    cursor: pointer;
}
.quadro_explore .sc-slide .swiper-slide .image{margin-top: 50px;}
.quadro_explore .sc-slide .swiper-slide .image img{width: 47.3636%; max-width: 521px;}


/* 모든 워크로드를 위한 GPU 가상화 */
.quadro_explore .sc-virtualization {
    background: linear-gradient(to bottom, #c3cfe2 0%, #f2f4f8 100%);
}
.quadro_explore .sc-virtualization .image img{width: 59.8181%; max-width: 658px;}
.quadro_explore .sc-computing {
    padding-bottom: 400px;
    background: #000 url(../img/img_explore-02.png) no-repeat center bottom;
}


/* VR 경험 */
.quadro_explore .sc-vr{
    padding-bottom: 0;
    background: linear-gradient(135deg, #a0e99a 0%, #caf881 100%);
}
.quadro_explore .sc-vr .image {margin-top: 70px;}
.quadro_explore .sc-vr .image img{width: 51.0909%; max-width: 562px;}


/* Quadro 그래픽 */
.quadro_explore .sc-graphic .videoPlayer {
    position: relative; display: inline-block; margin-top: 50px;
}
.quadro_explore .sc-graphic .videoPlayer video {
    position: absolute; top: 3px; left: 5px; width: 368px;
}


/* 멀티 디스플레이 기술과 전문 소프트웨어의 결합 */
.quadro_explore .sc-combination {padding-bottom: 0; background: #000;}
.quadro_explore .sc-combination .image {margin-top: 30px;}

.quadro_explore .sc-software .software-block {
    display: flex; justify-content: space-between; flex-wrap: wrap;
    width: 100%; margin-top: 50px; padding: 0 90px;
}
.quadro_explore .sc-software .software-block .block {
    width: 450px; height: 580px; padding: 90px 35px 0 35px;
    border-radius: 10px; color: #fff;
}
.quadro_explore .sc-software .software-block .block a {color: #fff;}
.quadro_explore .sc-software .software-block .block a:hover {color: var(--over-default);}
.quadro_explore .sc-software .software-block .block:first-of-type {
    background: #000 url(../img/img_explore-05.jpg) no-repeat center bottom;
    background-size: cover;
}
.quadro_explore .sc-software .software-block .block:last-of-type {
    background: #899da8 url(../img/img_explore-06.jpg) no-repeat center bottom;
    background-size: cover;
}
.quadro_explore .sc-software .software-block .block .title-sm {font-size: 34px;}
.quadro_explore .sc-software .software-block .block .summery {height: 90px;}


@media screen and (max-width: 768px) {
    .quadro_explore .sc-slide .swiper-button-next {display: none;}
    .quadro_explore .sc-slide1 {padding: 40px 0; background: #f5f5f5;}
    .quadro_explore .sc-slide .row {padding: 0; height: auto; align-items: center;}
    .quadro_explore .sc-computing3 {padding-bottom: 300px; background-size: cover;}

    .quadro_explore .sc-software .software-block {flex-wrap: wrap; margin-top: 30px; padding: 0 10px;}
    .quadro_explore .sc-software .software-block .block {
        overflow: hidden; width: 100%; height: auto; padding: 0;
    }
    .quadro_explore .sc-software .software-block .block:last-of-type {
        margin-top: 30px;
        /* #899da8 url(../img/img_explore-06.jpg) no-repeat center bottom; background-size:cover; */
    }
    .quadro_explore .sc-software .software-block .block .title-sm {font-size: 18px;}
    .quadro_explore .sc-software .software-block .block .summery {height: auto;}
    .quadro_explore .sc-software .software-block .block .section-text {
        padding: 30px 20px; background: rgba(0, 0, 0, .5);
    }
}

.explore-slider .swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    left: 0; right: auto; background: url(../img/img-arrow-prev.png);
}

.swiper-container-rtl .swiper-button-prev {
    left: auto; right: 0; background: url(../img/img-arrow-next.png);
}
.swiper-button-prev {
    z-index: 10; position: absolute; top: 50%;
    width: 27px; height: 44px; margin-top: 10px;
    background-size: 27px 44px;
    background-position: center; background-repeat: no-repeat;
    cursor: pointer;
}


/* section-explore */
.section-explore {padding: 130px 0; background-color: #f5f5f5;}
.section-explore.explore-omniverse {
    padding: 130px 0 0;
    background: url(../img/img_explore-colabo-bg.png) no-repeat center/cover;
}
.section-explore.explore-omniverse .image img{width: 43%; max-width: 473px;}

.section-exp-01 {background-color: #000;}
.section-exp-01 .row {height: 860px;}
.section-exp-02 {
    background: url(../img/summery/bg-exp-slide.png) no-repeat center center;
    background-size: cover;
}
.section-exp-02 .row {height: 465px;}
.section-exp-04 .row {
    padding-left: 110px;
    background: url(../img/summery/bg-exp-view.png) no-repeat right center;
}

/* MAIN - 메인슬라이드 */
.mainpage .video-sldie .row .summery {line-height: 180%;}
.mainpage .ada-slide .architecture-img {bottom: 6rem;}
.mainpage .ada-slide .section-index-bg {
    background: linear-gradient(90deg, rgba(61,64,69,1) 0%, rgba(0,0,0,1) 100%);
}
.mainpage .ada-slide .f_green {margin-bottom: 1.8rem; font-weight: bold;}

.mainpage .ada2000-slide .section-index-bg{
    background: linear-gradient(0deg, rgba(62, 61, 69, 1) 0%, rgba(0, 0, 0, 1) 100%);
}
.mainpage .ada2000-slide .img-wrap{width: 49.8181%; max-width: 548px; margin-bottom: -120px;}


/* MAIN - 2. 엔비디아 코리아 정품 Quadro를 사용하세요 */
.section-index-02 {background-color: #858b94;}
.section-index-02 .parrax-bg {
    overflow: hidden; position: absolute; top: 0; width: 100%; height: 100%;
}
.section-index-02 .parrax-bg .parrax-con {
    overflow: hidden; position: relative;
    display: flex; justify-content: center; height: 100%;
}
.section-index-02 .parrax-bg .parrax-con img {width: auto; height: 100%; object-position: center;}
.section-index-02 .row {height: 540px; box-sizing: content-box;}
.section-index-02 .row h3 {line-height: 120%;}
.section-index-02 .row .more {font-size: 16px; margin-top: 55px;}


/* MAIN - 3. 암페어부터 파스칼까지 모든 제품을 한곳에 */
.section-index-03 .row {
    justify-content: center; height: 620px; padding: 130px 0 110px; text-align: center;
}
.section-index-03 .row .section-text .more {margin-top: 30px; font-size: 16px;}
.section-index-03 .row .product-list {margin-top: 80px;}
.section-index-03 .row .product-list li {width: 215px; margin: 0 10px;}
.section-index-03 .row .product-list li img {width: 100%;}
.section-index-03 .row .product-list li a {display: block; transition: all 0.2s ease;}
.section-index-03 .row .product-list li a:hover {transform: scale(1.2);}


/* 쿼드로센터 소개 https://quadro.center/html/intro/ */
.intro .main-introduce {
    position: relative; width: 100%; height: 745px !important;
    background: #000 url(../img/intro_main.png) no-repeat center;
}
.intro .main-introduce .container {
    position: relative; display: flex; flex-direction: column; justify-content: center;
    width: 100%; max-width: 1350px; height: 100%;
}
.intro .main-introduce .section-text {
    display: flex; flex-direction: column; align-items: flex-start; 
    transform: initial !important;
    /* position: absolute; top: 50%; left: 0; transform: translateY(-50%) !important; 
    line-height: 150%; text-align: left; */
}
.intro .main-introduce .section-text h3 {margin: 50px 0 10px; color: #fff; font-size: 38px;}
.intro .main-introduce .section-text p {font-size: 16.5px; color: #fff;}
.intro .main-introduce h2 {width: 100%; max-width: 236px;}
.intro .main-introduce h2 img {display: block; width: 100%;}

.intro .sc-half:nth-of-type(odd) .intro-contents {justify-content: flex-start;}
.intro .sc-half:nth-of-type(odd) .section-text {padding-left: 140px;}
.intro .sc-half:nth-of-type(even) .row {flex-direction: row-reverse;}
.intro .sc-half:nth-of-type(odd) .image {justify-content: flex-end;}

.intro .section-introduce .image {overflow: hidden; display: flex; width: 50%;}
.intro .section-introduce .image img {max-width: 100%; object-fit: cover;}
.intro .sc-half .image {width: 50%;}

.intro .intro-contents {
    display: flex; justify-content: flex-end; align-items: center; width: 50%;
}
.intro .intro-contents .section-text {width: 550px; padding: 15px;}
.intro .intro-contents .section-text .tag {
    margin-bottom: 25px; text-transform: uppercase; font-size: 12px; font-weight: 900;
}
.intro .intro-contents .section-text h3 {font-size: 32px;  color: #9bd61f;}
.intro .sc-genuine .row {flex-direction: row-reverse; padding: 130px 0;}
.intro .sc-genuine .row .intro-contents {justify-content: flex-end;}
.intro .sc-genuine .row .intro-contents .section-text {padding: 15px;}
.intro .sc-genuine .row .image {justify-content: flex-start;}
.intro .sc-genuine .row .image img {width: 100%; max-width: 500px;}


/* 쿼드로센터 소개 https://quadro.center/html/intro/ */
.intro .section .row .summery {line-height: 24px;}
.intro #sec02 .row .summery {max-width: 21rem; line-height: 180%;}
.intro #sec03 .row .summery {max-width: 21rem;}
.intro #sec04 .row .summery {max-width: 18rem;}
.intro #sec05 .row .summery {max-width: 20rem;}
.intro #sec06 ul li {width: 31.2727%;}
.intro #sec06 ul li:first-child dd {max-width: 17rem;}
.intro #sec06 ul li:nth-child(2) dd {max-width: 17rem;}
.intro #sec06 ul li:last-child dd {max-width: 15rem;}
.intro #sec07 .row .summery {max-width: 23rem;}


.benefit {background-color: #f7f7f7;}
.benefit .row {padding: 170px 0 130px;}
.benefit .img-card {padding: 50px 0 70px;}
.benefit .img-card img{width: 43.9090%; max-width: 483px;}

.benefit-list {display: flex; justify-content: space-between; width: 100%; padding: 0 90px;}
.benefit-list .ico {height: 85px;}
.benefit-list dt {font-size: 24px; font-weight: 700;}
.benefit-list dd {line-height: 26px; margin-top: 20px;}


/* https://quadro.center/html/product/ */
.product-head {
    background: linear-gradient(0deg, rgba(61, 64, 69, 1) 0%, rgba(0, 0, 0, 1) 100%);
}
.product-head .row {height: 420px; padding-top: 20px;}
.product-head .head-img {
    overflow: hidden;
    display: flex; flex-direction: column; align-self: flex-end;
    width: 630px; text-align: right;
}
.product-head .section-text {width: calc(100% - 630px);}
.product-head .section-text h2 {
    margin-bottom: 10px; line-height: initial; font-size: 32px; font-weight: 700;
}
.product-head .section-text p {font-size: 18px;}


/* 
    모든제품, 단종 제품
    https://quadro.center/html/product/ 
    https://quadro.center/html/product/product_discontinued.php
*/
#product-common .sc-product{padding: 70px 0 140px;}
#product-common .sc-product .product-list {
    display: flex; justify-content: space-between; flex-wrap: wrap; gap: 70px 0;
    width: 83.6363%; max-width: 920px; margin: 0 auto;
}
#product-common .sc-product .product-item {width: 31.52173%; max-width: 290px;}
#product-common .sc-product .product-item a {
    display: flex; justify-content: center; align-items: center;
    width: 100%; height: 290px; transition: all 0.2s ease;
    border: 1px solid #e0e0e0;
}
#product-common .sc-product .product-item a img {transition: all 0.2s ease;}
#product-common .sc-product .product-item:hover a {border-color: var(--over-default);}
#product-common .sc-product .product-item:hover a img {transform: scale(1.1);}
#product-common .sc-product .product-item dt {
    position: relative; display: inline-block; margin-top: 15px;
    font-size: 18px; font-weight: 700;
    transition: all 0.2s ease;
}
#product-common .sc-product .product-item:hover dt {color: var(--over-default);}
#product-common .sc-product .product-item dd {margin-top: 5px; font-size: 16px;}


.product-header {
    opacity: 0; z-index: 30; position: absolute; top: 68px;
    width: 100%; border-bottom: 1px solid #bbb;
    pointer-events: none;
    transition: all 0.2s ease;
    box-shadow: 0 10px 10px rgba(0, 0, 0, .3);
    background-color: #fff;
}

.product-header.active {opacity: 1; pointer-events: auto;}
.product-header .row {height: 69px; justify-content: center;}
.product-header li {opacity: .3;}
.product-header li:first-child {opacity: 1; margin-right: 34px;}
.product-header li:nth-child(3) {margin-right: 1rem !important;}
.product-header li:nth-child(4) {margin-right: 1.3rem !important;}
.product-header li:nth-child(n+2):nth-child(-n+5) {margin-right: 24px;}
.product-header li:hover {opacity: 1;}
.product-header li.active {opacity: 1;}



/* https://quadro.center/html/center/ */
.support-head {
    padding: 115px 0; text-align: center; background-color: #F1EFF1;
}
.support-head h2 {margin-bottom: 30px;}
.support-head .row {
    overflow: visible; justify-content: center; flex-wrap: nowrap; 
    width: auto; padding-top: 15px;
}
.support-head .group-intro {
    display: flex; width: 1000px; margin: 0 auto; margin-bottom: 15px;
}
.support-head .group-intro .title-sm {
    display: flex; align-items: center; justify-content: center;
    width: 100%; margin-left: 2rem; text-align: center;
}
.support-head .group-intro .movie {
    display: none !important; overflow: hidden; display: flex; justify-content: center;
    margin-right: -1rem;
}
.support-head .group-intro .videoPlayer {width: auto; height: 310px;}


/* https://quadro.center/html/center/ */
.center-inquiry {position: relative;}
.center-inquiry .gotoTop {
    z-index: 1000; 
    position: absolute; right: 50%; bottom: 70px; transform: translateX(50%);
    display: block; width: 58px; height: 58px; cursor: initial !important;
}
.center-inquiry .gotoTop span {display: block;}
.center-inquiry .gotoTop .circle {
    position: absolute; top: 0; left: 50%;
    width: 30px; height: 50px; margin-left: -15px;
    border: 2px solid #616974;
    border-radius: 50px;
    box-sizing: border-box;
}

.center-inquiry .gotoTop .circle::before {
    content: ''; position: absolute; top: 10px; left: 50%;
    width: 6px; height: 6px;
    margin-left: -3px;
    border-radius: 100%;
    background-color: #616974;
    box-sizing: border-box;
    animation: circle 2s infinite;
    -webkit-animation: circle 2s infinite;
}

@-webkit-keyframes circle {
    0% {-webkit-transform: translate(0, 0); opacity: 0;}
    40% {opacity: 1;}
    80% {-webkit-transform: translate(0, 20px); opacity: 0;}
    100% {opacity: 0;}
}

@keyframes circle {
    0% {transform: translate(0, 0); opacity: 0;}
    40% {opacity: 1;}
    80% {transform: translate(0, 20px); opacity: 0;}
    100% {opacity: 0;}
}

.center-inquiry .gotoTop .arrow {
    position: absolute; top: 1.4rem; left: 50%;
    width: 24px; height: 24px; margin-left: -12px;
    border-left: 1px solid #616974;
    border-bottom: 1px solid #616974;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-animation: arrow 1.5s infinite;
    animation: arrow 2s infinite;
    box-sizing: border-box;
}

@-webkit-keyframes arrow {
    0% {-webkit-transform: rotate(-45deg) translate(0, 0); opacity: 0;}
    50% { opacity: 1;}
    100% {-webkit-transform: rotate(-45deg) translate(-20px, 20px); opacity: 0;}
}

@keyframes arrow {
    0% {transform: rotate(-45deg) translate(0, 0); opacity: 0;}
    50% { opacity: 1;}
    100% {transform: rotate(-45deg) translate(-20px, 20px); opacity: 0;}
}


.center-inquiry .topbtn {
    z-index: 10000; position: fixed; right: 100px; bottom: 100px;
    display: block;
}

.center-inquiry .topbtn .hide {
    display: block; position: absolute; left: -30000%;
    width: 58px; height: 58px; line-height: 0; font-size: 0;
    background: #616974 url(../../img/icon/bu-top.png) no-repeat center;
    border-radius: 50%;
}

.center-inquiry .summery {line-height: 170%;}
.center-inquiry #sec01 {position: relative; padding: 70px 0 190px;}
.center-inquiry #sec03 .visit-area li {font-size: 14px; color: #000;}
.center-inquiry #sec03 .business-hours .time {margin-bottom: 15px; font-size: 14px; color: #000;}

.center-inquiry #sec03 .business-hours .closed,
.center-inquiry #sec03 .business-hours .red {
    margin-left: 0; color: red;
    font-family: 'Pretendard', Apple SD Gothic Neo, Roboto, 'Noto Sans KR', sans-serif;
}

.center-inquiry #sec03 .business-hours .tel {font-weight: 600;}
.center-inquiry #sec03 .business-hours .tel:hover {color: #000;}
.center-inquiry #sec03 .business-hours p {line-height: 180%;}
.center-inquiry #sec03 .way p {line-height: 180%;}
.center-inquiry #sec03 .way .address {
    display: block; margin-bottom: 15px; font-style: initial;
    font-family: 'Pretendard', Apple SD Gothic Neo, Roboto, 'Noto Sans KR', sans-serif;
}
.center-inquiry #sec03 .service-con {width: 100%;}
.center-inquiry #sec03 .service-con {display: none;}
.center-inquiry #sec03 .service-con.active {display: block;}
.center-inquiry #sec03 .border {border: none !important;}

.center-inquiry .service-tab li {width: 33.333%;}
.center-inquiry .as-head {padding: 150px 0; height: 100%;}
.center-inquiry .as-head .row {height: initial !important;}


/* ====== 스크롤 유도 ====== */
.center-inquiry .scroll-btn {
    position: absolute; bottom: 12%; left: 50%; transform: translateX(-50%);
}
.center-inquiry .scroll-btn p {
    padding: 15px 30px; 
    line-height: 180%; font-size: 20px; font-weight: bold; text-align: center; color: #000;
}
.center-inquiry .scroll-btn span {
    position: absolute; top: 4rem; left: 50%;
    width: 30px; height: 50px; margin-left: -15px;
    border: 2px solid #000; border-radius: 50px; box-sizing: border-box;
}

.center-inquiry .scroll-btn span::before {
    content: ''; position: absolute; top: 10px; left: 50%;
    width: 6px; height: 6px; margin-left: -3px;
    border-radius: 100%;
    background-color: #000;
    -webkit-animation: sdb 2s infinite;
    animation: sdb 2s infinite;
    box-sizing: border-box;
}

@-webkit-keyframes sdb {
    0% {-webkit-transform: translate(0, 0); opacity: 0;}
    40% {opacity: 1;}
    80% {-webkit-transform: translate(0, 20px); opacity: 0;}
    100% {opacity: 0;}
}

@keyframes sdb {
    0% {transform: translate(0, 0); opacity: 0;}
    40% {opacity: 1;}
    80% {transform: translate(0, 20px); opacity: 0;}
    100% {opacity: 0;}
}

.center-inquiry .fixed-scroll {
    z-index: 6000; position: absolute; top: 0; width: 100%;
    border-bottom: 1px solid #d2d2d4;
    box-shadow: 0 10px 10px rgb(0 0 0 / 30%);
    background: #F1EFF1;
}
.center-inquiry .fixed-scroll .info-text {
    display: block; padding: 20px 0; text-align: center; font-size: 20px;
}
.contact-cs {
    display: flex; align-items: center; width: 360px; height: 330px; margin: 0 10px;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, .1);
}
.contact-cs .more {margin-top: 40px;}


/* https://quadro.center/html/center/ */
.as-block {background-color: #e1e2e6;}
.as-block .as-head {
    position: relative;
    background: url(../img/bg-contact.jpg) no-repeat 50%/cover; background-attachment: fixed;
}
.as-block .as-head .row {height: 600px;}
.as-block .as-info {padding: 30px 0 115px;}
.as-block .as-info .row {flex-direction: column;}
.as-block .as-info dl {display: flex; margin-top: 30px; padding-left: 90px;}
.as-block .as-info dl:first-of-type dd {align-items: center; font-size: 20px; font-weight: 700;}
.as-block .as-info dl dt {
    width: 270px; line-height: 26px; font-size: 18px; font-weight: 700;
}
.as-block .as-info dl dd {line-height: 26px;}

.service-tab {display: flex; background-color: #e1e2e6;}
.service-tab li {width: 50%;}
.service-tab li button {
    width: 100%; height: 55px;
    font-size: 18px; font-weight: 700; color: #a8a8ab;
    border-radius: 10px 10px 0 0; background-color: #f0f1f5;
}
.service-tab li button:hover {color: #000;}
.service-tab li.active button {color: #000; background-color: #fff;}



/* https://quadro.center/html/center/ */
.service-con {padding: 0 15px; padding-bottom: 100px;}
.service-con:last-of-type {display: none;}
.service-con dl {
    display: flex; justify-content: space-between; padding: 50px 0;
    border-top: 1px solid #a7a7a7;
}
.service-con dl:first-of-type {border: none;}
.service-con dl dt {
    width: 340px; padding-left: 90px; line-height: 26px; font-size: 18px; font-weight: 700;
}
.service-con dl dd {width: calc(100% - 320px); font-size: 12px;}
.service-con dl dd li {
    margin-top: 20px; margin-bottom: 2em !important; line-height: 180%; font-size: 14px;
}
.service-con dl dd li span {display: inline-block; margin-left: -15px; line-height: 180%;}
.service-con dl dd li:first-child {margin: 0;}
.service-con .mining_wrap dt {width: 320px;}
.service-con .mT15 {font-size: 14px;}



/* https://quadro.center/html/center/ 제품 환불 규정 */
.contact-table {table-layout: fixed;}
.contact-table thead {color: #000; background-color: #d0d1d6;}
.contact-table thead th {
    height: 30px; font-size: 14px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
}
.contact-table tbody td {
    padding: 15px 0;
    line-height: 20px; white-space: normal; font-size: 14px;
    border-bottom: 1px solid #d0d1d6;
    border-left: 1px solid #d0d1d6;
}
.contact-table tbody tr td:first-of-type {border-left: none;}

.form-wrap {
    display: flex; justify-content: center; flex-direction: column;
    min-height: calc(100vh - 68px);
    padding-top: 50px;
    background-color: #f2f2f2;
}
.form-wrap.join-sucess {padding-top: 0; background: #fff;}
.form-wrap .footer {
    width: 100%; padding-bottom: 25px; margin-top: auto; background: none;
}
.form-wrap .footer * {color: #a6a6a6 !important;}
.form-wrap .footer .row {padding: 0;}

.form-block {
    display: flex; flex-direction: column; align-items: center; justify-content: center;
    width: 360px; height: 480px; padding: 60px 0;
    border-radius: 10px; text-align: center;
    border: 1px solid #d0d1d6;
    background-color: #fff;
}
.form-block h1 {
    line-height: 38px; letter-spacing: -1px; font-size: 28px; font-weight: 700; color: #9bd61f;
}
.form-block h1.login-text {
    line-height: 32px; font-size: 20px; color: #000; font-weight: 400;
}
.form-block h1.pw-text {
    line-height: 160%; font-size: 18px; font-weight: 400; color: #000;
}
.form-block h1.pw-text img {display: block; margin: auto; margin-bottom: 25px;}
.form-block .btn-line {margin-top: 50px; text-align: center;}

.login-block {width: 200px;}
.login-block .form-account {margin-top: 15px;}
.login-block .id-rem {margin-top: 18px;}


/* 문의폼 */
.form-area {width: 560px; padding: 115px 0 150px;}
.form-area h2 {margin-bottom: 60px; text-align: center; font-size: 32px; font-weight: 700;}
.form-area .policy-text {margin: 1.3em 2.4em;}
.form-area .policy-text.genuine {margin: 0;}
.form-btn {margin-top: 80px; text-align: center;}


/* 회원가입 */
.form-line .post_num button {font-size: 14px;}
.form-line.form-space {margin-top: 70px;}
.form-line>dl {display: flex; justify-content: space-between; margin-bottom: 15px;}
.form-line>dl>dt {padding-top: 5px; line-height: 60px; font-size: 18px; font-weight: 700;}
.form-line>dl>dd {width: 380px;}
.form-line>dl>dd>div {position: relative; margin-top: 5px;}
.form-line>dl>dd>div.file-block {
    display: flex; align-items: center; height: 60px; border-bottom: 1px solid #d0d1d6;
}
.form-line>dl>dd>div>button {
    z-index: 10; position: absolute; right: 0; top: 50%; transform: translateY(-50%);
}
.form-line .error {margin-top: 3px; font-size: 14px; color: #ff0000;}

.contact-form {margin-top: 60px;}
.policy-box {padding: 25px 30px; border: 1px solid #d0d1d6; border-radius: 5px;}
.policy-box h3 {margin-bottom: 10px; font-weight: 700;}
.policy-box p {font-size: 14px; width: 37em; line-height: 160%;}
.policy-box a {color: #93cc1b;}
.policy-box h3 {margin-bottom: 13px;}

.policy-container {padding: 5px 0 60px 0; margin-top: 20px; border-top: 1px solid #d0d1d6;}
.policy-container p {margin: 25px 0 20px 0;}

.video-wrap {
    position: relative; overflow: hidden; width: 100%; height: 100%; border-radius: 15px;
}
.video-wrap video {
    width: 100%; max-width: 720px; height: 100%; max-height: 404px;
    object-fit: cover; border-radius: 15px;
}


/* NVIDIA Omniverse Apps */
.structure .row .tab-content .tab-pane div .apps-wrap {display: flex; flex-wrap: wrap; width: 100%;}
.structure .row .tab-content .tab-pane div .apps-wrap .apps {width: 25%; margin-bottom: 30px;}
.structure .row .tab-content .tab-pane div .apps-wrap .apps a {
    position: relative; display: block; 
    height: 100%; padding-top: 100px; text-align: center; font-weight: 600;
}
.structure .row .tab-content .tab-pane div .apps-wrap .apps a strong {
    left: 0; right: 0; bottom: 0; line-height: 1.5; text-align: center;
}
.structure .row .tab-content .tab-pane div .connect-wrap {display: flex; margin: 30px 0 80px;}
.structure .row .tab-content .tab-pane div .connect-wrap .connect {width: 25%; margin-bottom: 30px;}
.structure .row .tab-content .tab-pane div .connect-wrap .connect a {
    position: relative; display: block; height: 100%; padding-top: 115px;
    text-align: center; font-weight: 600;
}
.structure .row .tab-content .tab-pane div .connect-wrap .connect a strong {
    left: 0; right: 0; bottom: 0; line-height: 1.5; text-align: center;
}
.structure .row .platform-tab.platform-tab-num03 li {width: 50%;}
.structure .row .section-text .lh-28 {padding-top: 35px;}


.structure .row .tab-content .tab-pane div .connect-wrap .connect01 {
    background: url(../../img/summery/apps/apps-autodesk-3ds-max.png) no-repeat top center;
}
.structure .row .tab-content .tab-pane div .connect-wrap .connect02 {
    background: url(../../img/summery/apps/apps-graphisoft-archicad.png) no-repeat top center;
}
.structure .row .tab-content .tab-pane div .connect-wrap .connect03 {
    background: url(../../img/summery/apps/apps-esr-arcgis-cityengine.png) no-repeat top center;
}
.structure .row .tab-content .tab-pane div .connect-wrap .connect04 {
    background: url(../../img/summery/apps/apps-blender.png) no-repeat top center;
}
.structure .row .tab-content .tab-pane div .connect-wrap .connect05 {
    background: url(../../img/summery/apps/apps-character-creator.png) no-repeat top center;
}
.structure .row .tab-content .tab-pane div .connect-wrap .connect06 {
    background: url(../../img/summery/apps/apps-houdini.png) no-repeat top center;
}
.structure .row .tab-content .tab-pane div .connect-wrap .connect07 {
    background: url(../../img/summery/apps/apps-marvelous-designer.png) no-repeat top center;
}
.structure .row .tab-content .tab-pane div .connect-wrap .connect08 {
    background: url(../../img/summery/apps/apps-autodesk-maya.png) no-repeat top center;
}
.structure .row .tab-content .tab-pane div .connect-wrap .connect09 {
    background: url(../../img/summery/apps/apps-motion-builder.png) no-repeat top center;
}
.structure .row .tab-content .tab-pane div .connect-wrap .connect10 {
    background: url(../../img/summery/apps/apps-paraview.png) no-repeat top center;
}
.structure .row .tab-content .tab-pane div .connect-wrap .connect11 {
    background: url(../../img/summery/apps/apps-adobe-photoshop.png) no-repeat top center;
}
.structure .row .tab-content .tab-pane div .connect-wrap .connect12 {
    background: url(../../img/summery/apps/apps-autodesk-revit.png) no-repeat top center;
}
.structure .row .tab-content .tab-pane div .connect-wrap .connect13 {
    background: url(../../img/summery/apps/apps-onshape.png) no-repeat top center;
}
.structure .row .tab-content .tab-pane div .connect-wrap .connect14 {
    background: url(../../img/summery/apps/apps-rhino-1.png) no-repeat top center;
}
.structure .row .tab-content .tab-pane div .connect-wrap .connect15 {
    background: url(../../img/summery/apps/apps-sketchup-update.png) no-repeat top center;
}
.structure .row .tab-content .tab-pane div .connect-wrap .connect16 {
    background: url(../../img/summery/apps/apps-substance-designer-1.png) no-repeat top center;
}
.structure .row .tab-content .tab-pane div .connect-wrap .connect17 {
    background: url(../../img/summery/apps/apps-substance-painter-2.png) no-repeat top center;
}
.structure .row .tab-content .tab-pane div .connect-wrap .connect18 {
    background: url(../../img/summery/apps/apps-substance-source.png) no-repeat top center;
}
.structure .row .tab-content .tab-pane div .connect-wrap .connect19 {
    background: url(../../img/summery/apps/apps-unreal-engine.png) no-repeat top center;
}
.structure .row .tab-content .tab-pane div .connect-wrap .coming img {
    display: block; width: 95px; margin: 10px auto;
}
.structure .row .tab-content .tab-pane div .apps-wrap .apps01 {
    background: url(../../img/summery/apps/nvidia-omniverse-audio2face-icon.png) no-repeat top center;
}
.structure .row .tab-content .tab-pane div .apps-wrap .apps02 {
    background: url(../../img/summery/apps/nvidia-omniverse-create-icon.png) no-repeat top center;
}
.structure .row .tab-content .tab-pane div .apps-wrap .apps03 {
    background: url(../../img/summery/apps/nvidia-omniverse-drive-sim-icon.png) no-repeat top center;
}
.structure .row .tab-content .tab-pane div .apps-wrap .apps04 {
    background: url(../../img/summery/apps/nvidia-omniverse-isaac-sim-icon.png) no-repeat top center;
}
.structure .row .tab-content .tab-pane div .apps-wrap .apps05 {
    background: url(../../img/summery/apps/nvidia-omniverse-kaolin-icon.png) no-repeat top center;
}
.structure .row .tab-content .tab-pane div .apps-wrap .apps06 {
    background: url(../../img/summery/apps/nvidia-omniverse-machinima-icon.png) no-repeat top center;
}
.structure .row .tab-content .tab-pane div .apps-wrap .apps07 {
    background: url(../../img/summery/apps/nvidia-omniverse-view-icon.png) no-repeat top center;
}


/* Echo System */
.company-list {width: 100%; margin-top: 60px;}
.company-list>div {display: flex; align-items: center; justify-content: center;}
.company-list>div:nth-of-type(1) {height: 65px; background-color: #f4f4f4; border-radius: 10px 10px 0 0;}
.company-list>div:nth-of-type(2) {height: 65px; margin-top: 3px; background-color: #e5e8f0;}
.company-list>div:nth-of-type(3) {height: 65px; margin-top: 3px; background-color: #e5e8f0;}
.company-list>div:nth-of-type(4) {
    padding: 30px 0; margin-top: 3px;
    border-radius: 0 0 10px 10px;
    background-color: #e5e8f0;
}
.company-list>div:nth-of-type(1) li {margin: 0 12px;}
.company-list>div:nth-of-type(2) li {margin: 0 38px;}
.company-list>div:nth-of-type(3) li {margin: 0 20px;}


.company-list ul {display: flex; justify-content: center; align-items: center;}
.company-list dl {
    display: flex; flex-direction: column; justify-content: center; align-items: center; 
}
.company-list dl dt {font-size: 25px; font-weight: 700;}
.company-list dl dd ul {margin-top: 20px;}
.company-list dl dd ul li {
    display: flex; flex-direction: column;
    justify-content: center; align-items: center; 
    width: 154px; height: 96px; margin: 0 5px;
    line-height: 20px; font-size: 16px; letter-spacing: -0.2px;
    background-color: #fff;
}
.company-list dl dd ul li b {font-size: 20px; font-weight: 700;}
.company-list.list-white>div:nth-of-type(1) {background-color: #bac2cc;}
.company-list.list-white>div:nth-of-type(2) {background-color: #fff;}
.company-list.list-white>div:nth-of-type(3) {background-color: #fff;}
.company-list.list-white>div:nth-of-type(4) {background-color: #fff;}
.company-list.list-white dl dd ul li {background-color: #e7eaf1;}

.tracing {margin-top: 60px;}
.tracing li dt {font-size: 24px; font-weight: 700;}
.tracing li dd {line-height: 28px; margin-top: 25px;}

.ngx-info {width: 100%;}
.ngx-info .ngx {
    display: flex; align-items: center; justify-content: space-between; margin-top: 60px;
}
.ngx-info .ngx:nth-of-type(2) {flex-direction: row-reverse;}
.ngx-info .ngx .image-block {overflow: hidden; width: 380px; border-radius: 13px;}
.ngx-info .ngx dl {width: 380px;}
.ngx-info .ngx dl dt {margin-bottom: 15px;}

.cuda-con {
    display: flex; flex-wrap: wrap; justify-content: space-between; width: 100%; font-size: 12px;
}
.cuda-con li {
    width: 340px; margin-top: 60px; text-align: left; word-break: keep-all;
}
.cuda-con li:before {
    content: ''; display: block; width: 30px; height: 3px; 
    margin-bottom: 20px; background-color: #fff;
}

.quadro-01-01.detail-quadro {background: none;}
.quadro-01-01 .videoPlayer {overflow: hidden; margin: 55px 0 70px; border-radius: 10px;}
.quadro-01-02 {background-color: #f2f2f2;}
.quadro-01-02 .row .tracing {width: 100%;}
.quadro-01-02 .image-block {margin-top: 70px;}
.quadro-01-03 .row {width: 830px;}
.quadro-01-04 {background: #000 url(../img/summery/bg_quadro-01-02.jpg) no-repeat center top;}
.quadro-01-04 .section-text:nth-of-type(2) {margin-top: 130px;}
.quadro-01-05 .row {width: 830px;}
.quadro-01-05 {background-color: #f2f2f2;}
.quadro-01-05 .section-text {width: 380px;}
.quadro-01-05 .section-text .summery {margin-top: 20px; letter-spacing: -.2px;}
.quadro-01-05 .more-info {width: 380px; margin: 15px 0 0 auto;}
.quadro-01-05 .more-info li {
    display: flex; flex-direction: column; justify-content: center; align-items: center;
    height: 132px;
    border-radius: 10px; border: 1px solid #ddd; background-color: #fff;
}
.quadro-01-05 .more-info li img {margin-bottom: 15px;}
.quadro-01-05 .more-info li:first-child {margin-bottom: 20px;}

.t-series .row.output .section-text {padding-bottom: 100px;}
.t-series .wrap {position: relative;}
.t-series .up-slide {position: relative; height: auto;}
.t-series .nvlink-info .product-item-list .point-green {font-size: 14px;}
.t-series .nvlink-info .product-item-list .row .t1000-font .en.font,
.t-series .nvlink-info .product-item-list .row .t600-font .en.font,
.t-series .nvlink-info .product-item-list .row .t400-font .en.font {font-size: 18px;}
.t-series .nvlink-info .product-item-list h4 {font-size: 18px; font-weight: normal;}


/* RTX Turning > T-series output */
.section-summery.t-series .output {width: 100%; max-width: 953px;}
.section-summery.bg-black {background: linear-gradient(#02060C 0%, #0B223E 80%);}
.section-summery .mT50 img {display: block; border-radius: 15px;}
.section-summery .mT40 img {margin-bottom: 50px;}


/* explore-summery-05 */
.section-summery .tab-pane02 .section-text .text-row {
    display: flex; justify-content: space-between;
    width: 100%; height: 200px; padding: 0 25px;
}
.section-summery .tab-pane02 .section-text .text-row .text-wrap {width: 305px; text-align: left;}
.section-summery .tab-pane02 .section-text .text-row .text-wrap .tit {font-size: 18px; color: #4cb80b;}
.section-summery .tab-pane02 .section-text .text-row .text-wrap .decs {
    margin-top: 15px; line-height: 190%; font-size: 13px; color: #000; font-weight: 400;
}
.section-summery .section-text .text-desc01 {font-size: 13.9px;}
.section-summery .section-text .title-xs {margin-top: 30px;}
.section-summery .section-text .summery {margin: 40px auto 0; line-height: 180%;}
.section-summery.bg-gray .row-w-920 .ico-list {
    display: flex; flex-wrap: wrap; justify-content: flex-start; margin-top: 50px;
}

.up-slide .item {
    z-index: 1; width: 953px;
    margin-bottom: 50px; padding-bottom: 270px;
    background-color: #e6e9f0; box-sizing: border-box;
}
.up-slide .item.t-1000-front img {
    display: block; width: 58.0272%; height: auto; margin: 0 auto; transform: translateY(40%);
}
.up-slide .item.side img {
    display: block; width: 58.0272%; height: auto; margin: 0 auto; transform: translateY(100%);
}
.up-slide .item.adapters img {
    display: block; width: 58.0272%; height: auto; margin: 0 auto; transform: translateY(70%);
}
.up-slide .item.t-600-front {padding-bottom: 100px;}
.up-slide .item.t-600-front img {
    display: block; width: 73.0272%; height: auto; margin: 0 auto; transform: translateY(10%);
}


/* https://quadro.center/html/explore/explore-summery-02-01.php */
.explore_adaLovelace #sec01 .row {width: 1100px;}
.explore_adaLovelace #sec01 .summery {width: 656px;}
.explore_adaLovelace .group-list li {padding: 265px 40px 40px; border-radius: 10px;}
.explore_adaLovelace .list1 {background: #000 url(../../img/explore/ada_lovelace/img01.png) no-repeat;}
.explore_adaLovelace .list2 {background: #000 url(../../img/explore/ada_lovelace/img02.png) no-repeat;}
.explore_adaLovelace .list3 {background: #000 url(../../img/explore/ada_lovelace/img03.png) no-repeat;}
.explore_adaLovelace .list4 {background: #000 url(../../img/explore/ada_lovelace/img04.png) no-repeat;}


/* https://quadro.center/html/explore/explore-summery-02-02.php */
.explore_ampere .group-list li {padding-top: 255px; border-radius: 10px;}
.explore_ampere .list1 {background: #000 url(../img/summery/bg-architecture-04-01.png) no-repeat center;}
.explore_ampere .list2 {background: #000 url(../img/summery/bg-architecture-04-02.png) no-repeat center;}
.explore_ampere .list3 {background: #000 url(../img/summery/bg-architecture-04-03.png) no-repeat center;}
.explore_ampere .list4 {background: #000 url(../img/summery/bg-architecture-04-04.png) no-repeat center;}


/* https://quadro.center/html/explore/explore-summery-02-03.php */
.explore_turing .section-summery .summery {width: 570px;}
.explore_turing .group-list li {border-radius: 10px;}

.explore_turing .list1 {background: #000 url(../img/summery/bg-architecture-01-01.png) no-repeat center;}
.explore_turing .list2 {background: #000 url(../img/summery/bg-architecture-01-02.png) no-repeat center;}
.explore_turing .list3 {background: #000 url(../img/summery/bg-architecture-01-03.png) no-repeat center;}
.explore_turing .list4 {background: #000 url(../img/summery/bg-architecture-01-04.png) no-repeat center;}


/* https://quadro.center/html/explore/explore-summery-02-04.php  */
.explore_volta .section-summery .summery {width: 600px;}
.explore_volta .group-list li {padding-top: 275px; border-radius: 10px;}
.explore_volta .list1 {background: #000 url(../img/summery/bg-architecture-02-01.png) no-repeat;}
.explore_volta .list2 {background: #000 url(../img/summery/bg-architecture-02-02.png) no-repeat center;}
.explore_volta .list3 {background: #000 url(../img/summery/bg-architecture-02-03.png) no-repeat;}
.explore_volta .list4 {background: #000 url(../img/summery/bg-architecture-02-04.png) no-repeat center;}


/* https://quadro.center/html/explore/explore-summery-02-05.php */
.explore_pascal .section-summery .summery {max-width: 650px;}
.explore_pascal .group-list li {padding-top: 285px; border-radius: 10px;}
.explore_pascal .list1 {background: #000 url(../img/summery/bg-architecture-03-01.png) no-repeat;}
.explore_pascal .list2 {background: #000 url(../img/summery/bg-architecture-03-02.png) no-repeat;}
.explore_pascal .list3 {background: #000 url(../img/summery/bg-architecture-03-03.png) no-repeat;}
.explore_pascal .list4 {background: #000 url(../img/summery/bg-architecture-03-04.png) no-repeat;}

.sec-box .txtbox dl {width: 46.5%;}
.sec-box .txtbox dl dd {font-size: 14px;}


#page_omniverse>* {
    font-family: 'Pretendard', Apple SD Gothic Neo, Roboto, 'Noto Sans KR', sans-serif;
}
#page_omniverse .flow_wrap {padding: 120px 0;}


/* https://quadro.center/html/explore/explore-summery-omniverse.php */
.omniverse .tabMenu01 .tab-content .tab-pane .section-text h2 {line-height: 140%;}
.omniverse .tabMenu02 .tab-content .tab-pane .section-text h2 {line-height: 140%;}


/* ======= explore-summery-06 ======= */
.omniverse .tabMenu01 .tab-pane p {margin: 35px auto;}
.omniverse .tabMenu01 #tab01 p {max-width: 43rem;}
.omniverse .tabMenu01 #tab02 p {max-width: 39rem;}
.omniverse .tabMenu02 .tab-pane p {margin: 35px auto;}
.omniverse .tabMenu02 #tab01 p {max-width: 39rem;}
.omniverse .tabMenu02 #tab02 p {max-width: 39rem;}
.omniverse .tabMenu02 #tab03 p {max-width: 39rem;}
.omniverse .tabMenu02 #tab04 p {max-width: 42rem;}
.omniverse .bg-black {background-color: #090909;}

.omnivers {margin-top: 70px;}
.omniverse .section {position: relative;}
.omniverse .section .architecture-img img {display: block; height: auto; margin-left: -250px;}
.omniverse .section-text .summery {max-width: 41rem; margin: 40px auto 0; line-height: 180%;}

.omnivers>div {width: 49%;}
.omnivers>div dl {margin-top: 40px;}
.omnivers>div dl dt {margin-bottom: 15px;}


/* ======= explore-summery ======= */
/* https://quadro.center/html/explore/explore-summery-04.php */
.explore-summery-04 .section-text h2 {line-height: 140%;}
.explore-summery-04 #sec01 p {max-width: 37rem; margin: 20px auto 0; line-height: 180%;}
.explore-summery-04 #sec02 .tab-pane p {margin: 35px auto 0;}
.explore-summery-04 #sec02 #tab01 p {max-width: 38rem;}
.explore-summery-04 #sec02 #tab02 p {max-width: 44rem;}
.explore-summery-04 #sec02 #tab03 p {max-width: 43rem;}
.explore-summery-04 #sec03 .tab-pane p {margin: 35px auto 0;}
.explore-summery-04 #sec03 #tab01 p {max-width: 41rem;}
.explore-summery-04 #sec03 #tab02 p {max-width: 44rem;}
.explore-summery-04 #sec03 #tab03 p {max-width: 36rem;}
.explore-summery-04 #sec04 .omnivers .image img{display: block; width: 100%;}
.explore-summery-07 .bg-gray .row dl dt sup {font-size: 14px;}


/* https://quadro.center/html/explore/explore-summery-01.php */
.explore-summery-01 #sec01{background: #000;}
.explore-summery-01 #sec01 .group-player{
    width: 100%; padding-bottom: 65px;
    background: #000 url(../../img/explore/summery-01/bg-platform.png) no-repeat center/contain;
}
.explore-summery-01 #sec01 .group-player .section-text >*{color: #fff;}
.explore-summery-01 #sec01 .group-player .inner{max-width: 740px; margin: 0 auto;}
.explore-summery-01 #sec01 .group-player .videoPlayer{margin: 55px 0 0;}
.explore-summery-01 #sec01 .group-box{padding: 0 10px 0;}
.explore-summery-01 #sec01 .group-box .rtx-benefit dl >*{color: #fff;}
.explore-summery-01 #sec01 .group-box .rtx-benefit dl dt:before {background: #fff;}
.explore-summery-01 #sec01 .group-box .company-list .up-slide:first-child{background: #fff;}
.explore-summery-01 #sec03 .row{padding: 135px 0 155px;}
.explore-summery-01 #sec03 .section-text .title-xs{margin-top: 30px;}


/* https://quadro.center/html/product/product_volta_gv100_bridge.php */
.volta_gv100_bridge #sec02 .section-text .summery {
    max-width: 630px; margin: 40px auto 0; line-height: 180%;
}
.volta_gv100_bridge #sec02 .section-row{justify-content: center;}
.volta_gv100_bridge #sec02 .img-wrpa {width: 100%;}
.volta_gv100_bridge #sec02 .img-wrpa img {display: block; margin: 0 auto;}
.volta_architecture03 img {display: block; width: 100%;}


/* https://quadro.center/html/product/product_pascal_sli.php */
.sli_hb_bridge .bg-black .img-wrap{margin: 0 auto;}
.sli_hb_bridge .section-text .summery {
    max-width: 644px; padding-top: 20px; margin: 0 auto; line-height: 180%;
}

.product-pascal .benefit-sync {display: flex; justify-content: space-between; flex-wrap: wrap;}
.product-pascal .benefit-sync li {margin-right: 0 !important;}
.product-pascal .sec-warning {background-color: #e8ebf1 !important;}
.product-pascal .section-summery .row p img {display: block;}

.pascal_p4000 .sec-func .section-text .summery {width: 68%;}
.pascal_p2200 .section-summery .row .mt100-m {text-align: center;}
.pascal_p1000 .section-summery .row .mt100-m {text-align: center;}


/* 정품박스 Pascal */
.item-detail-wrap.pascal .sec-package {padding: 0 0 20em;}
.item-detail-wrap.pascal .item-detail-contents .sec-style11 {padding-top: 31.0641%;}


/* https://quadro.center/html/explore/explore-summery-02-01.php */
.common-explore .right-cont li.active a {opacity: 1 !important;}


/* https://quadro.center/html/explore/explore-summery-02-02.php */
.common-explore .architecture-menu {padding: 28px 0; background-color: #1a1a1a;}
.common-explore .architecture-menu .row {
    display: flex; justify-content: space-between; width: 1060px;
}
.common-explore .architecture-menu .left-cont h2 {color: #fff;}
.common-explore .architecture-menu .right-cont {
    display: flex; flex-direction: row; justify-content: space-between;
}


.architecture-menu dl {display: flex; justify-content: space-between; width: 100%;}
.architecture-menu li {margin-right: 25px;}
.architecture-menu li:last-child {margin-right: 0;}
.architecture-menu a {color: #4d4d4d;}
.architecture-menu .active a {color: #fff;}
.architecture-menu a:hover {transition: .2s; color: #76b900;}

.architecture-img {position: absolute; bottom: 0;  margin-top: 50px; text-align: center;}

/* explore */
.architecture-img.architecture-03 {left: 50%; transform: translateX(-50%); width: 980px;}

.architecture {width: 100%;}
.architecture li {
    width: 445px; height: 520px; padding: 305px 40px 0; margin-bottom: 30px;
    text-align: center; color: #fff;
}
.architecture li dt {
    margin-bottom: 15px; line-height: 32px; font-size: 22px; font-weight: 700;
}
.architecture li dd {font-size: 12px;}


.video-container {
    overflow: hidden; position: relative; height: 0; padding: 30px 0 56.25%; margin-top: 50px;
}
.video-container iframe,
.video-container object,
.video-container embed {position: absolute; top: 0; left: 0; width: 100%; height: 100%;}

.solution-con li {width: 360px; margin-top: 50px;}
.solution-con li:nth-child(even) {padding-left: 70px;}
.solution-con li dl:before {
    content: ""; display: block; width: 30px; height: 3px;
    margin-bottom: 12px;
    background-color: #000;
}
.solution-con li dl dt {line-height: 30px; font-size: 21px; font-weight: 700;}
.solution-con li dl dd {margin-top: 15px;}
.solution-con.solution-sm li dl:before {display: none;}
.solution-con.solution-sm li dl dt {font-size: 18px; font-weight: 700; line-height: auto;}
.solution-con.solution-sm li dl dd {margin-top: 10px;}
.solution-con.solution-con-03-line li {width: 28%;}
.solution-con.solution-con-03-line li:nth-child(even) {padding-left: 0;}


/*  가상화 솔루션
    https://quadro.center/html/explore/explore-summery-03-solution.php 
*/
.section-solution-01 {
    background: url(../img/summery/bg_solution-01.jpg) no-repeat center top; background-size: cover;
}
.section-solution-01 .row {padding-top: 130px;}
.section-solution-02 {
    background: linear-gradient(0deg, rgba(179, 207, 240, 1) 0%, rgba(127, 110, 215, 1) 100%);
}
.section-solution-02 .row {padding-top: 110px;}
.section-solution-02.bg-01 {
    background: linear-gradient(0deg, rgba(238, 245, 254, 1) 0%, rgba(163, 198, 237, 1) 100%);
}
.section-solution-02.bg-01 .platform-tab button {color: #2463ab; border-color: #2463ab;}
.section-solution-02.bg-02 {
    background: linear-gradient(0deg, rgba(236, 242, 244, 1) 0%, rgba(207, 214, 221, 1) 100%);
}
.section-solution-02.bg-02 .platform-tab button {color: #384452; border-color: #384452;}
.section-solution-03 .row {flex-direction: column-reverse;}
.section-solution-03 .slide-tab {display: flex; justify-content: center;}
.section-solution-03 .slide-tab li {margin: 0 10px;}
.section-solution-03 .slide-tab li button {
    overflow: hidden; width: 10px; height: 10px;
    text-indent: -9999px;
    border-radius: 50%; background-color: #b5b5b5;
}
.section-solution-03 .slide-tab li.active button {background-color: #000;}
.section-solution-03 .slide-con-wrap {height: 255px;}
.section-solution-03 .slide-con-wrap .slide-con {display: none;}
.section-solution-03 .slide-con-wrap .slide-con:first-of-type {display: block;}
.section-solution-03 .slide-con-wrap .slide-con .benefit-vr {
    display: flex; justify-content: space-between; width: 100%;
}
.section-solution-03 .slide-con-wrap .slide-con .benefit-vr dl {width: 450px;}
.section-solution-03 .slide-con-wrap .slide-con .benefit-vr dl dd em {color: #898989;}
.section-solution-04 {background-color: #f5f6f8;}


@media screen and (max-width: 768px) {
    .mainpage .ada2000-slide .img-wrap{width: 59.8181%; margin-bottom: 0;}

    .section-solution-01 .video-container {margin-top: 30px;}
    .section-solution-03 .slide-tab {margin-top: 20px;}
    .section-solution-03 .slide-tab li {margin: 0 5px;}
    .section-solution-03 .slide-con-wrap {height: auto;}
    .section-solution-03 .slide-con-wrap .slide-con .benefit-vr {
        justify-content: flex-start; flex-direction: column;
    }
    .section-solution-03 .slide-con-wrap .slide-con .benefit-vr dl {width: 100%; margin-top: 20px;}
}


/* 가상화 솔루션 end */

.migration {font-size: 14px;}
.migration li {margin: 0 45px;}
.migration li div {display: flex; align-items: center; justify-content: center; height: 150px;}
.migration li img {display: block;}
.migration-info {
    overflow: hidden; margin-top: 40px; border-radius: 12px; background-color: #fff;
}

.migration-info>div {width: 50%;}
.migration-info>div video {object-fit: cover;}
.migration-info>div dl {
    display: flex; flex-direction: column; justify-content: center; align-items: center;
    width: 100%; height: 100%; padding: 0 15px; text-align: center;
}
.migration-info>div dl dt {
    margin-bottom: 10px; font-size: 22px; font-weight: 700; color: #5756b5;
}
.migration-info>div dl dd {font-size: 14px;  color: #000;}

.tab-content {width: 100%; margin-top: 55px;}
.tab-content.tab-con-top {margin-bottom: 130px;}
.tab-content img {width: 100%;}
.tab-content p {margin-top: 35px;}
.tab-content .tab-pane {display: none;}
.tab-content .tab-pane:first-of-type {display: block;}
.tab-content .omniverse p {margin: 35px 0; font-size: 14px; letter-spacing: -.1px;}

.chart-block {width: 920px; transform: translateX(-90px); margin-top: 60px;}
.chart-block img {max-width: 100%; width: auto;}

.rw-benefit {margin: 60px 0 50px; width: 100%;}
.rw-benefit li {width: 180px; line-height: 30px; font-size: 18px; font-weight: 700;}
.rw-benefit.w-200 li {width: 200px;}
.rw-benefit.benefit-sm li {line-height: 28px; font-size: 16px; letter-spacing: -0.2px;}

.rw-indus {margin-top: 65px;}
.rw-indus li {
    width: 290px; height: 400px; margin-bottom: 20px; padding: 47px 45px 0;
    text-align: center; border-radius: 12px; background-color: #fff;
}
.rw-indus li dt {margin: 25px 0 10px; font-size: 18px; font-weight: 700;}
.rw-indus li dd {line-height: 22px; font-size: 13px; height: 70px;}

.vdws-virture {margin-top: 50px;}
.vdws-virture>div {width: 420px;}
.vdws-virture>div p {margin-top: 30px;}

.digital-vr {margin-top: 75px;}
.digital-vr>div {margin-top: 40px;}
.digital-vr>div:first-child {margin-top: 0;}
.digital-vr>div>div {padding-right: 30px;}
.digital-vr>div>div:last-of-type {
    display: flex; flex-direction: column; justify-content: center; width: 290px;
}
.digital-vr>div>div p {font-size: 21px; line-height: 32px; font-weight: 700;}
.digital-vr>div>div a {margin-top: 30px; font-size: 16px;}


.ehco {margin-top: 30px;}
.ehco li {
    display: flex;  justify-content: center; align-items: center;
    width: 360px; height: 150px; margin-top: 20px;
    border: 1px solid #ccc; border-radius: 12px; background-color: #fff;
}

.vcs-benefit {padding-right: 20px;}
.vcs-benefit li {width: 33.333%; height: 480px; padding-left: 90px;}
.vcs-benefit li:last-child {width: 100%; height: auto;}
.vcs-benefit li dt {margin: 15px 0; font-size: 21px; font-weight: 700;}


/* render */
.section-render-01 {background: url(../img/summery/bg-render.jpg) no-repeat center top/cover;}
.section-render-01 .row {padding-top: 130px;}
.section-render-02 {
    position: relative;
    background: #000 url(../img/summery/bg_rtx-render.jpg) no-repeat center top !important;
}
.section-render-02 .row {
    align-items: center; justify-content: center; height: 640px; padding-left: 20px;
}
.render-con {margin-top: 25px;}
.render-con li {display: flex; justify-content: space-between; margin-top: 70px;}
.render-con li:nth-child(2) {flex-direction: row-reverse;}
.render-con li:nth-child(2) dl {width: 340px; margin-left: 0;}
.render-con li dl {width: 360px; margin-left: 90px;}
.render-con li dl dd {margin-top: 20px; line-height: 170%;}


.application {margin-top: 10px;}
.application li {
    width: 430px; height: 420px; margin-top: 45px; padding-top: 55px;
    border-radius: 12px; border: 1px solid #ccc; background-color: #fff;
}
.application li:nth-child(3) {height: 460px;}
.application li:nth-child(4) {height: 460px;}
.application li .image {margin-bottom: 40px;}
.application li dt {margin-bottom: 10px; font-size: 21px; font-weight: 700;}


.logo-list-block {width: 1000px; margin-left: -130px;}
.logo-list-block .logo-list {justify-content: center;}
.logo-list-block .logo-list li {
    display: flex; justify-content: center; align-items: center;
    width: 218px; height: 130px; margin: 10px;
    border: 1px solid #c9c9c9;
    box-sizing: border-box;
}
.logo-list-block .logo-list li img {width: auto;}


.display-con li {
    display: flex; justify-content: space-between; align-items: flex-start;
    margin-bottom: 100px;
}
.display-con li:last-child {margin-bottom: 0;}
.display-con li:nth-child(even) {flex-direction: row-reverse;}
.display-con li:nth-child(even) dl {margin-right: 0;}
.display-con li dl {width: 380px;}
.display-con li dl dt {margin-bottom: 5px;}

.display-con table td {padding: 25px 0; line-height: 24px; border-bottom: 1px solid #d9d9d9;}
.display-con table th {
    width: 80px; padding: 25px 0;
    line-height: 24px; vertical-align: top; font-weight: 700; font-size: 16px;
    border-bottom: 1px solid #d9d9d9;
}
.display-con table tr:last-of-type th {border: none;}
.display-con table tr:last-of-type td {border: none;}
.display-con table span {display: inline-block; margin-left: 5px;}


.section-display-01 {background-color: #000;}
.section-display-01 .row {height: 800px;}

.bulit-slide {display: flex; flex-direction: column-reverse; width: 100%; margin-top: -10px;}
.bulit-slide .slide-tab {display: flex; justify-content: center;}
.bulit-slide .slide-tab li {margin: 0 10px;}
.bulit-slide .slide-tab li button {
    overflow: hidden; width: 10px; height: 10px; text-indent: -9999px;
    border-radius: 50%; border: 1px solid #fff;
}
.bulit-slide .slide-tab li.active button {background-color: #fff;}
.bulit-slide .slide-con-wrap {height: 225px;}
.bulit-slide .slide-con-wrap .slide-con {display: none;}
.bulit-slide .slide-con-wrap .slide-con:first-of-type {display: block;}


.comment-block .comment {
    position: relative; display: inline-block; height: 56px; line-height: 28px; margin-top: 30px;
}
.comment-block .comment .com:first-of-type,
.comment-block .comment .com:last-of-type {
    position: relative;
    display: inline-block; width: 14px; height: 9px;
    background: url(../img/summery/ico-comment.png) no-repeat;
}
.comment-block .comment .com:first-of-type {top: -10px; left: -5px;}
.comment-block .comment .com:last-of-type {top: 10px; left: 5px; transform: rotateZ(180deg);}

.comment-block .writer {line-height: 28px; margin-top: 30px;}

.section-view-01 {background: url(../img/summery/bg-view-top.jpg) no-repeat center top;}
.section-view-01 .row {height: 860px;}


.ico-list li {width: 33.3333%; margin-top: 40px; padding-right: 50px;}
.ico-list li:nth-child(3) {width: 234px; padding-right: 0; margin-top: 40px;}
.ico-list li .image {align-items: center; height: 75px; margin-bottom: 15px;}
.ico-list li dt {margin-bottom: 10px;}
.ico-list li dt span {display: block; font-size: 16px;}

.desktop {margin-top: 10px;}
.desktop li {margin-top: 40px;}
.desktop li dt {margin: 30px 0 5px;}
.desktop li dd {font-size: 13px;}

.more {margin-top: 25px; font-size: 18px;}
.row-reverse {flex-direction: row-reverse;}
.before-line:before {
    content: ""; display: block; width: 30px; height: 3px;
    margin-bottom: 15px;
    background-color: #000;
}
.section-row {padding: 130px 0;}
.tab-margin {margin-bottom: 30px;}
.image-block-full {margin-top: 40px;}

.section.bg-gray {height: auto; background-color: #f2f2f2;}
.section.height {height: 560px;}

.bg-black {background-color: #000;}
.bg-green {background: #9bd61f;}
.bg-blue-gray {background: #e8ebf1 !important;}
.bg-white {background: #fff !important;}

.rtx-01 .row {height: 860px;}


.sticky-block {position: relative; display: flex; justify-content: center;}
.sticky-block .sticky-img {
    overflow: hidden; position: sticky; top: 0; width: 50%; height: 100vh; min-height: 960px;
}
.sticky-block .sticky-img li {
    opacity: 1; z-index: 0; position: absolute; right: 0; top: 0;
    display: flex; justify-content: flex-end;
    width: 100%; height: 100%;
    transition: all 0.5s ease;
}
.sticky-block .sticky-img li img {width: 100%; object-fit: cover; object-position: right;}
.sticky-block .sticky-img li.active {opacity: 1; z-index: 10;}
.sticky-block .sticky-con {width: 50%; padding-top: 340px;}
.sticky-block .sticky-con ul {padding-left: 75px;}
.sticky-block .sticky-con ul li {position: relative; padding-bottom: 200px;}
.sticky-block .sticky-con ul li:before {
    content: ""; position: absolute; top: 8px; left: -28px;
    display: block; width: 7px; height: 7px;
    border-radius: 50%; background-color: #000;
}
.sticky-block .sticky-con ul li .line {
    position: absolute; left: -25px; top: 26px;
    display: block; width: 1px; height: calc(100% - 30px);
    background-color: rgba(0, 0, 0, .2);
}
.sticky-block .sticky-con ul li .line span {
    position: absolute; left: 0; top: 0; width: 1px; height: 0;
    transition: all 0.05s linear;
    background-color: #000;
}
.sticky-block .sticky-con ul li .tag {
    margin-bottom: 25px; padding-top: 3px; font-size: 14px; font-weight: 400;
}
.sticky-block .sticky-con ul li h3 {margin-bottom: 30px;}
.sticky-block .sticky-con ul li:last-child:after {display: none;}
.sticky-block .sticky-con.black {
    background: linear-gradient(0deg, rgba(61, 64, 69, 1) 0%, rgba(0, 0, 0, 1) 100%);
}
.sticky-block .sticky-con.black * {color: #fff;}
.sticky-block .sticky-con.black ul li:before {background-color: #fff;}
.sticky-block .sticky-con.black ul li .line {background-color: rgba(255, 255, 255, 0.2);}
.sticky-block .sticky-con.black ul li .line span {background-color: #fff;}

.section-rtx-01 {
    background: #000 url(../img/product/bg-product-rtx.jpg) no-repeat center top;
}
.section-rtx-01 .row {width: 1100px; height: 520px;}
.section-rtx-01 .row h2 {line-height: 150%;}
.section-rtx-01.volta {
    background: #000 url(../img/product/bg-product-volta.jpg) no-repeat center top;
}
.section-rtx-01.volta .row .section-text .title-md {line-height: 140%;}
.section-rtx-01.pascal {
    background: #000 url(../img/product/bg-product-pascal.jpg) no-repeat center top;
}
.section-rtx-03.a5000 .product-thumb .side_Titlewrap {margin: 0 6em 0 2em;}
.section-rtx-03.a4000 .product-thumb .side_Titlewrap {margin: 0 6em 0 2em;}

.location {position: absolute; left: 0; top: 20px; font-size: 11px; color: #959595;}
.location a {color: #959595;}
.section-bridge-main .row {height: 680px; padding-top: 120px;}

.bridge-slot {display: flex; justify-content: space-between; width: 100%; margin-top: 50px;}
.bridge-slot>div {text-align: center;}
.bridge-slot>div p.fs-24 {margin-top: 40px;}
.bridge-slot>div p.fs-26 {margin-top: 10px;}


.slide-btn p {text-align: center;}
.slide-btn.line {border-top: 1px solid #000;}
.slide-btn p button {height: 100px; font-size: 18px; font-weight: bold;}
.slide-btn p button:hover {color: #000;}
.slide-btn p button span {
    display: inline-block; 
    margin-left: 10px; transform: rotateZ(90deg); transition: all 0.2s ease;
}

.nvlink-info {width: 100%;}
.nvlink-info.green-line>div {border-bottom: 1px solid #8dc21f;}
.nvlink-info.green-line p {font-size: 21px; line-height: 30px;}
.nvlink-info>div {
    display: flex; justify-content: space-between; flex-wrap: wrap;
    padding: 35px 0; border-bottom: 1px solid #a7a7a7;
}
.nvlink-info>div:last-of-type {border-bottom: 0;}
.nvlink-info>div>div {padding: 0;}
.nvlink-info h5 {
    font-size: 16px; font-weight: 700; margin-bottom: 10px;
    font-family: 'Pretendard', Apple SD Gothic Neo, Roboto, 'Noto Sans KR', sans-serif;
}
.nvlink-info p {line-height: 24px;}
.nvlink-info.sm>div>div:nth-of-type(2) {padding-left: 30px;}
.nvlink-info.sm>div>div:nth-of-type(3) {padding-left: 70px;}

@media screen and (max-width: 768px) {
    .nvlink-info>div {padding: 15px 10px;}
    .nvlink-info h5 {margin: 10px 0; font-size: 14px;}
    .nvlink-info p {line-height: 160% !important; font-size: 12px !important;}
    .nvlink-info.sm>div>div:nth-of-type(2) {padding-left: 0;}
    .nvlink-info.sm>div>div:nth-of-type(3) {padding-left: 0;}

    .rtx-tab-list-header,
    .rtx-tab-list-body,
    .rtx-tab-list-footer{justify-content: initial !important;}

    .rtx-tab-list-header>div,
    .rtx-tab-list-body>div,
    .rtx-tab-list-footer>div {width: 33.3333%;}
}

@media screen and (max-width: 575px) {
    .nvlink-info>div .row08 {width: 66.666%;}
}

.toggle-con {display: none;}
.toggle-area.active button span {transform: rotateZ(-90deg);}

.section-sync-main .row {height: 770px; padding-top: 120px;}


.spec-block .product-item-list{max-width: 740px; margin: 0 auto;}

.product-item-list.green-line>div {border-bottom: 1px solid #8dc21f;}
.product-item-list.green-line p {line-height: 30px; font-size: 21px;}
.product-item-list>div {
    display: flex; flex-wrap: wrap; border-bottom: 1px solid #8dc21f;
}
.product-item-list>div:last-of-type {border-bottom: 0;}
.product-item-list>div>div {width: 33.3333%; padding: 35px 0;}
.product-item-list .point-green {
    margin-bottom: 10px; line-height: 140%; font-weight: 700; color: #8dc21f;
}
.product-item-list h4 {line-height: 170%; font-size: 18px; font-weight: normal; color: #fff;}
.product-item-list h4.size-sm {font-size: 18px;}
.product-item-list sup {font-size: 11px;}
.product-item-list p sup {color: #8dc21f;}
.product-item-list .row div.col-lg-12 {padding-left: 0;}


@media screen and (max-width: 768px) {
    .product-item-list h4 {font-size: 12px !important;}
    .product-item-list h4.size {font-size: 12px;}
    .product-item-list>div>div {padding: 15px 0;}
    .product-item-list .col-md-4 {width: 33.333%;}
    .product-item-list .col-md-8 {width: 66.666%;}

    .t-series .nvlink-info .product-item-list .row .t1000-font .en.font {font-size: 2.4324vw;}
    .t-series .nvlink-info .product-item-list .row .t600-font .en.font {font-size: 2.4324vw;}
    .t-series .nvlink-info .product-item-list .row .t400-font .en.font {font-size: 2.4324vw;}
    .t-series .text-list li {width: 45% !important;}
    .t-series .section-text .summery.mob-inline br {display: none;}
}

.rtx-a6000 .spec-block, 
.rtx_turing  .spec-block{
    display: flex; justify-content: center; width: 100%;
    padding-top: 450px; background-size: contain;
}

.detail-top {background-position: center top; background-repeat: no-repeat;}

@media screen and (max-width: 768px) {
    .rtx-a6000 .spec-block, 
    .rtx_turing .spec-block {
        padding-top: 200px; background-position: center top; background-repeat: no-repeat;
    }
}

@media screen and (max-width: 768px) {
    .detail-top {background-position: center 0; background-size: auto 350px;}
}


/* product-main */
.product-main ul {
    position: relative;
    display: flex; flex-direction: column; flex-wrap: wrap; justify-content: space-between;
    width: 775px; height: 462px;
}
.product-main ul li {
    overflow: hidden;
    display: flex; width: 33.333%; height: 50%;
    padding: 25px 0 0 25px;
    border-radius: 10px;
    transition: all 0.2s ease;
    cursor: pointer;
}
.product-main ul li img {width: 100%; object-fit: cover; border-radius: 10px;}
.product-main ul li.active {width: 66.666%;  height: 100%;}
.product-main ul li.pos01 {position: absolute; top: 0; left: 0;}
.product-main ul li.pos01.active {padding-right: 0;}
.product-main ul li.pos02 {position: absolute; top: 0; left: 66.666%;}
.product-main ul li.pos02.active {top: 0; right: 0; left: 33.3333%;}
.product-main ul li.pos03 {position: absolute; top: 50%; left: 66.666%;}
.product-main ul li.pos03.active {top: 0; right: 0; left: 33.333%;}
.product-main ul li.top {top: 0;}
.product-main ul li.bottom {top: 50%;}
.product-main ul li.left {right: auto; left: 0;}

@media screen and (max-width: 768px) {
    .product-main {width: 100%; padding-right: 10px;}
    .product-main ul {width: 100%; height: 250px;}
    .product-main ul li {padding: 10px 0 0 10px;}
}



.text-list {display: flex; flex-wrap: wrap; justify-content: space-between; width: 100%;}
.text-list li {width: 33.333%; margin-top: 60px; padding-left: 50px;}
.text-list li dt {margin-bottom: 12px;}
.text-list.list-num-02 li {width: 46.666%; max-width: 420px; padding-left: 0;}
.text-list.list-num-04 li {width: 25%; padding-left: 20px;}
.text-list-block {
    display: flex; flex-wrap: wrap; justify-content: space-between;
    width: 100%; margin-top: 60px;
}
.text-list-block.block-bg li {background-color: #e8ebf2;}
.text-list-block li {
    display: flex; justify-content: center; align-items: center;
    width: 430px; height: 240px; padding: 0 50px; margin-top: 25px;
    text-align: center;
    border-radius: 12px; background-color: #fff;
}
.text-list-block li dt {margin-bottom: 15px;}

.rtx-8000 .text-list.list-num-02 li:nth-child(even) {padding-left: 0;}
.rtx-6000 .text-list.list-num-02 li:nth-child(even) {padding-left: 0;}
.rtx-5000 .text-list.list-num-02 li:nth-child(even) {padding-left: 0;}
.rtx-4000 .text-list.list-num-02 li:nth-child(even) {padding-left: 0;}

.section-summery.imagine .text-list {
    display: flex; flex-wrap: wrap; justify-content: space-between; width: 100%;
}
.section-summery.imagine .text-list li {width: 29%; margin-top: 60px; padding-left: 5px;}

@media screen and (max-width: 768px) {
    .section-summery.imagine .text-list li{margin-top: 35px;}
}

.visual {
    display: flex; align-items: flex-start; justify-content: space-between;
    width: 100%; margin-top: 70px; padding: 0 10px; font-size: 16px;
}
.visual .block {
    display: flex; align-items: center; justify-content: center; height: 240px;
}
.visual.nvlink .block {height: 200px;}
.visual.nvlink .ico {
    display: flex; align-items: center; justify-content: center; 
    height: 200px; padding-left: 20px;
}
.visual .ico {
    display: flex;  align-items: center; justify-content: center; height: 240px;
}
.visual .img {text-align: center; font-weight: 700; /* font-family: 'roboto'; */}


@media screen and (max-width: 768px) {
    .visual {
        align-items: center; flex-wrap: wrap; flex-direction: column;
        margin-top: 30px;
    }
    .visual .block {
        width: 100%; height: auto !important; margin-bottom: 5px;
    }
    .visual .ico {
        height: auto !important; margin: 20px 0; padding-left: 0;
    }
    .visual .img {
        display: flex; flex-direction: column; align-items: center;
        font-size: 12px;
    }
}

.card-check {padding: 130px 65px 90px 90px;}
.card-check .section-text {width: auto;}
.card-check .section-text .tag {margin-bottom: 50px;}
.card-check .section-text .summery {font-size: 18px;}


.product-detail-header .row {padding: 120px 0;}
.link-detail {margin-top: 100px; font-size: 18px;}

.arrow-cont {display: flex; flex-wrap: wrap; justify-content: space-between;}
.arrow-cont .block {width: 47%; margin-top: 70px;}
.arrow-cont .block .image {margin-bottom: 50px;}
.arrow-cont .block dt {font-size: 26px; font-weight: 700;}
.arrow-cont .block dd {
    position: relative; margin-top: 25px; padding-left: 18px; line-height: 26px; font-size: 13px;
}
.arrow-cont .block dd span {position: absolute; top: 0; left: 0; line-height: 26px;}


.policy-head {padding: 0 90px 80px; text-align: center;}
.policy-head h2 {margin-top: .2em; font-size: 32px; font-weight: 700;}
.policy-head .noti {margin-top: 70px; font-size: 24px;}
.policy-head .txt {margin-top: 25px; font-size: 18px; line-height: 160%;}

.section-policy {padding: 130px 0;}
.section-policy .policy-block * {line-height: 160%;}
.section-policy .policy-block {padding: 55px 0; border-top: 1px solid #c9c9c9;}
.section-policy .policy-block h3 {font-size: 24px; font-weight: 500;}
.section-policy .policy-block>p {margin-top: 30px;}
.section-policy .policy-block>ul {margin-top: 30px;}
.section-policy .policy-block>ul>li>p {margin-bottom: 30px;}
.section-policy .policy-block>ul>li>ul {margin: 30px 0 30px;}
.section-policy .policy-block .flex {display: flex;}
.section-policy .policy-block .flex .gap {margin-right: .5rem;}


@media screen and (max-width: 768px) {
    .card-check {padding: 40px 0 40px 0;}
    .card-check .section-text {width: 100%;}
    .card-check .section-text .tag {margin-bottom: 20px;}
    .card-check .section-text .tag img {width: 88px;}
    .card-check .section-text .summery {font-size: 14px;}
    .card-check .image {margin: 0 auto; padding-top: 40px; text-align: center;}
    .card-check .image img {width: 60%;}


    .arrow-cont .block {width: 100%; margin-top: 20px;}
    .arrow-cont .block .image {margin-bottom: 10px;}
    .arrow-cont .block dt {font-size: 14px;}
    .arrow-cont .block dd {line-height: 160%; margin-top: 5px;}
    .arrow-cont .block dd span {line-height: 160%;}


    .policy-head {padding: 0 30px 20px;}
    .policy-head h2 {font-size: 18px;}
    .policy-head .noti {margin-top: 20px; font-size: 14px;}
    .policy-head .txt {font-size: 14px;}

    .section-policy {padding: 40px 10px;}
    .section-policy .policy-block {padding: 20px 0;}
    .section-policy .policy-block h3 {font-size: 13px; font-weight: 700;}
    .section-policy .policy-block>p {margin-top: 10px;}
    .section-policy .policy-block>ul {margin-top: 10px;}
    .section-policy .policy-block>ul>li>p {margin-bottom: 10px;}
    .section-policy .policy-block>ul>li>ul {margin: 30px 0 10px;}
    .section-policy .policy-block * {font-size: 12px;}
}


.popupWrap {z-index: 1000; position: fixed; top: 70px; left: 30px;}
.popupWrap .popup-con {
    position: relative;
    background-color: #fff; box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.popupWrap .popup-con .popup-block .btn-go {
    position: absolute; left: 0; bottom: 55px; width: 100%; text-align: center;
}
.popupWrap .popup-con .close {position: absolute; top: 20px; right: 20px;}
.popupWrap .popup-con .popup-footer {font-size: 14px; text-align: right;}
.popupWrap .popup-con .popup-footer button {height: 30px; padding: 0 10px;}
.popupWrap.join_popup {z-index: 15 !important; display: block;}
.popupWrap.join_popup .popup-con .close {z-index: 1;}


/* account */
.account-msg {line-height: 160%; letter-spacing: -1px; color: #7f7f7f;}
.account-menu {
    display: flex; justify-content: center; align-items: center; margin-top: 40px;
}
.account-menu li:after {
    content: ""; display: inline-block; 
    width: 1px; height: 8px; margin: 0 10px; background-color: #c5c5c5;
}
.account-menu li:last-child:after {display: none;}
.account-menu li a {opacity: .9; font-size: 12px; color: #5a5a5a;}


.id-result {padding: 50px 0 20px; font-size: 30px; font-weight: 700;}

.slide-block {
    position: relative; margin-top: 30px; padding-bottom: 20px;
    border-bottom: 1px solid #d0d1d6;
}
.slide-block .title {line-height: 20px; font-weight: 600; color: #000;}
.slide-block button.toggle {position: absolute; right: 0; top: 0; transition: all 0.2s ease;}
.slide-block button.toggle.active {transform: rotateZ(180deg);}

.slide-block .policy-text {display: none; line-height: 22px; font-size: 12px;}
.slide-block .policy-text.genuine {
    display: none; padding-top: 30px; line-height: 22px; font-size: 14px;
}
.slide-block .policy-text.genuine dl {margin-bottom: 50px;}
.slide-block .policy-text.genuine dl dt {
    margin-bottom: 7px; font-size: 14px; font-weight: 600; color: #000;
}
.slide-block .policy-text.genuine dl dd {margin-bottom: 10px; font-size: 12px;}



/* 시리얼 번호 serial-num */
.serial-num {
    display: none; z-index: 10; position: absolute; top: 70px; left: 0;
    width: 100%; padding: 20px;
    color: #333;
    border-radius: 5px; border: 1px solid #9bd61f; background-color: #fff;
}
.serial-num button {position: absolute; top: 10px; right: 10px;}
.serial-num h3 {margin-bottom: 10px; font-size: 16px; font-weight: 700;}
.serial-num dl dt {display: flex; align-items: center; line-height: 26px; font-weight: 700;}
.serial-num dl dt img {margin-right: 5px;}
.serial-num dl dd {
    padding-left: 18px; margin-bottom: 1em; line-height: 21px; letter-spacing: -1px; font-size: 14px;
}


/* 회원가입 join-confirm */
.join-confirm {text-align: center;}
.join-confirm .txt-confirm {line-height: 44px; font-size: 32px; color: #9bd61f;}
.join-confirm .txt-id {line-height: 26px; margin-top: 30px;}
.join-confirm .txt-id b {font-weight: 700; text-decoration: underline;}
.join-confirm .go-login {margin-top: 70px;}
.join-confirm h2 {margin-bottom: 65px;}

.explore_sum_05 .row .mT50 img {display: block;}
.explore_sum06 .section-summery .row.quadro_graphic {width: 100%; max-width: 810px; padding: 130px 0;}
.explore_sum06 .section-summery .row .image-block-full.main img {width: 100%;}

.videoPlayer {display: flex;}



/* 가상화 개요 https://quadro.center/html/explore/explore-summery-03.php  */
.nvidia_virtual .architecture-menu {padding: 28px 0; background-color: #000;}


@media screen and (max-width: 768px) {
    body {min-width: 0;}

    .lh-28 {line-height: 160%;}
    .lh-26 {line-height: 160%;}
    .lh-24 {line-height: 160%;}
    .fs-18 {font-size: 14px !important;}
    .fs-21 {font-size: 14px;}
    .fs-24 {font-size: 14px;}
    .fs-26 {font-size: 14px;}
    .fs-28 {font-size: 14px;}

    .mt100-m {margin-top: 30px;}
    .mt140-m {margin-top: 30px;}
    .mt70-m {margin-top: 20px !important;}
    .mt60-m {margin-top: 20px !important;}
    .mt40-m {margin-top: 20px !important;}

    .title-lg * {font-size: 30px; font-family: 'geforce-bold';}
    .title-28 {
        margin-bottom: 10px;
        line-height: 160%; font-weight: 700; font-size: 16px !important;
    }
    .title-md {
        line-height: 160%; font-weight: 700; font-size: 18px !important;
    }
    .title-sm {
        line-height: 160%; font-size: 18px !important; font-weight: 700;
    }
    .title-xs {
        line-height: 160%; font-size: 18px !important; font-weight: 700;
    }

    #sec-output .full-img,
    #wrapper .section-package .package img {
        display: block; width: 67.5% !important; margin: 0 auto;
    }


    .full-img {width: 100% !important;}
    .btn-green {
        display: inline-block; width: 160px; height: 40px; line-height: 40px;
        color: #fff; font-size: 14px;
        border-radius: 20px; background: #9bd61f;
    }
    .navTrigger {display: block;}


    #daum_juso_pagemb_zip {width: 100% !important;}

    .form-checkbox-lg+label span {
        display: block; padding-left: 30px; font-size: 14px; font-weight: 700;
    }


    .header .row {height: 50px; padding: 0 10px;}
    .header .row h1+a {display: none;}
    .header .row .nav {display: none;}
    .header .row .util {display: none;}
    .header-block {height: 50px;}


    #hd_pop {top: 52px; left: 0;}
    #hd_pop .hd_pops_close img {width: 80%;}
    #hd_pop .hd_pops_reject {font-size: 12px;}
    #hd_pop .hd_pops_close {font-size: 12px;}
    #hd_pop .hd_pops {left: 50%; transform: translateX(-50%);}


    .footer .row {padding: 10px; flex-direction: column;}
    .footer .row .footMenu {flex-wrap: wrap; margin-bottom: 20px;}
    .footer .row .footMenu ul li a:hover {color: var(--over-default);}
    .footer .row .footMenu dl:last-of-type {border: none;}
    .footer .row .footMenu dl {
        width: 100%;
        margin-bottom: 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    }

    .footer .row .footMenu dl dt {
        position: relative; display: flex; align-items: center; height: 40px; font-size: 13px;
    }

    .footer .row .footMenu dl dt:after {
        content: "+"; position: absolute; top: 0; right: 0;
        display: flex; justify-content: center; align-items: center;
        width: 20px; height: 40px; font-size: 16px;
        transition: all 0.2s ease;
    }

    .footer .row .footMenu dl dt.active:after {transform: rotateZ(45deg);}
    .footer .row .footMenu dl dt a {font-weight: 400;}
    .footer .row .footMenu dl dd {display: none; padding-bottom: 30px;}
    .footer .row .footMenu dl dd ul li {padding-left: 20px; font-size: 12px;}
    .footer .row .footMenu .sns {display: none;}
    .footer .row .footer-bottom {margin-top: 20px; font-size: 12px;}
    .footer .row .footer-bottom a {font-size: 11px;}
    .footer .row .footer-bottom .policy {display: flex; align-items: flex-end;}
    .footer .row .footer-bottom .policy a:last-child {display: inline-block;}

    .row {width: 100% !important;}

    .section-text .more {font-size: 14px;}
    .section-text {padding: 0 10px; text-align: center;}
    .section-text .summery {font-size: 13px;}

    .quadro-02-02 .row {
        width: 100% !important; padding-left: 10px; padding-right: 10px;
    }

    .section-index-bg .row h2 {line-height: inherit !important;}
    .mainpage .ada-slide .architecture-img img {width: 75% !important;}

    .section-vr-03 .videoPlayer {margin-top: 30px !important;}
    .section-vr-04 .videoPlayer {margin-top: 30px !important;}

    .summery-03-vcs #sec04 .group-table .table-tit{top: 130px; font-size: 28px;}
    .summery-03-vcs #sec04 .group-table .img-list img{display: block; width: 100%;}
    .summery-03-vcs #sec04 .group-table .img-list>div:first-child{width: 46.2962%; max-width: 250px;}
    .summery-03-vcs #sec04 .group-table thead th{font-size: 20px;}
    .summery-03-vcs #sec04 .group-table tbody td{font-size: 14px;}
    .summery-03-vcs #sec04 .group-table tbody td:first-child{font-size: 16px;}

    .summery-03-rwwn .section-rw-02 .row .rw-benefit {display: flex; flex-direction: row;}
    .summery-03-rwwn .section-rw-02 .row .rw-benefit li {
        width: 33.333% !important; padding-bottom: 20px;
    }
    .summery-03-rwwn .section-rw-04 .row .rw-indus {display: flex; flex-direction: row;}
    .summery-03-rwwn .section-rw-04 .row .rw-indus li {width: 49%;}
    .summery-03-rwwn .section-rw-04 .row .rw-indus li dl {padding: 0px 15px 30px;}


    .section-index-bg .row .text-ani-01 {margin: 0;}
    .swiper-button-prev {display: none;}
    .section-explore.explore-omniverse {padding: 40px 0 0;}

    .section-explore {padding: 40px 0;}
    .section-exp-02 .row {height: auto;}
    .section-exp-04 .row {
        padding-left: 10px;
        background: url(../img/summery/bg-exp-view.png) no-repeat right bottom/contain;
    }
    .section-exp-04 .row .section-text {
        padding: 20px;
        border-radius: 12px;
        background: rgba(255, 255, 255, .7);
    }

    .intro .main-introduce h2 {margin: 0 auto;}
    .intro .main-introduce h3 {margin-top: 20px;}
    .intro .main-introduce .section-text {align-items: center;}

    .intro .section-introduce {
        overflow: hidden; margin: 10px; border-radius: 10px; border: 1px solid #ccc;
    }
    .intro .section-introduce:nth-of-type(even) .row {flex-direction: column;}
    .intro .section-introduce:nth-of-type(odd) .intro-contents {justify-content: flex-start;}
    .intro .sc-half:nth-of-type(odd) .section-text {padding-left: 0;}
    .intro .sc-half .image {width: 100%;}
    .intro .sc-genuine .row {padding: 40px 15px;}
    .ingtro .section-introduce .image {width: 100%;}
    .ingtro .section-introduce .row .intro-contents .section-text .summery br {display: none !important;}
    .intro .intro-contents {width: 100%;}
    .intro .intro-contents .section-text {width: 100%; padding: 40px 15px;}
    .intro .intro-contents .section-text .tag {margin-bottom: 15px;}
    .intro .section .row .summery {max-width: initial !important;}

    .benefit .row {padding: 40px 0 40px;}
    .benefit h2 {height: 21px;}
    .benefit h2 img {height: 100%;}

    .benefit .img-card {padding: 20px;}

    .benefit-list {flex-direction: column; padding: 0 10px;}
    .benefit-list li {margin-top: 20px; text-align: center;}
    .benefit-list .ico {height: auto; margin-bottom: 10px;}
    .benefit-list .ico img {width: 23px;}
    .benefit-list dt {font-size: 14px;}
    .benefit-list dd {margin-top: 10px; line-height: 160%; font-size: 13px;}


    .product-head .row {height: auto; padding-top: 40px; padding-bottom: 40px;}
    .product-head .head-img {width: 100%; padding-left: 40px; padding-right: 60px;}
    .product-head .head-img img {width: 100%;}
    .product-head .section-text {width: calc(100%);}
    .product-head .section-text h2 {font-size: 18px;}
    .product-head .section-text p {font-size: 14px;}

    .product-header {display: none;}
    .product-header .row {justify-content: space-around; height: 50px; padding: 0 10px;}
    .product-header li {text-align: center;}
    .product-header li img {width: 80%;}

    .support-head {padding: 40px 0;}
    .support-head h2 {margin-bottom: 10px;}
    .support-head .group-intro {width: 100% !important;}
    .support-head .group-intro .title-sm {width: 100% !important;}
    .support-head .row {justify-content: space-between; flex-wrap: wrap; padding: 10px;}


    #product-common .sc-product .product-list{gap: 40px 0;}
    #product-common .sc-product .product-item {width: 49%; max-width: 100%;}
    #product-common .sc-product .product-item a {height: auto; max-height: 217px; padding: 20px;}
    #product-common .sc-product .product-item .img-wrap{display: flex;  align-items: center; height: 192px;}
    #product-common .sc-product .product-item:hover a {border-color: var(--over-default);}
    #product-common .sc-product .product-item dt {margin-top: 10px; font-size: 14px;}
    #product-common .sc-product .product-item:hover dt {color: var(--over-default);}
    #product-common .sc-product .product-item dd {margin-top: 5px; font-size: 12px;}


    /* https://quadro.center/html/center/ */
    .center-inquiry #sec01 {padding: 40px 0 150px;}
    .center-inquiry #sec02 .summery {width: 50%;  margin: 20px auto 0;}
    .center-inquiry .as-head {padding: 50px 0;}

    /* 스크롤문구 */
    .center-inquiry .fixed-scroll .info-text {font-size: 15px;}

    /* 스크롤버튼 */
    .center-inquiry .scroll-btn {width: 70%; bottom: initial;}
    .center-inquiry .scroll-btn p {font-size: 15px;}
    .center-inquiry .scroll-btn span {top: 6rem;}

    .contact-cs {width: 100%; height: auto; margin-top: 10px; padding: 30px 0;}


    /* https://quadro.center/html/center/ */
    .as-block .as-head {
        background: url(../img/bg-contact.jpg) no-repeat 50% 50%;
        background-attachment: fixed; background-size: cover;
    }
    .as-block .as-head .row {height: auto; padding: 40px 0;}
    .as-block .as-info {padding: 20px 0;}
    .as-block .as-info .row {padding: 0 10px;}
    .as-block .as-info dl {flex-direction: column; margin-top: 10px; padding-left: 0;}
    .as-block .as-info dl:first-of-type dd {font-size: 13px;}
    .as-block .as-info dl dt {font-size: 14px;}
    .as-block .as-info dl dd {font-size: 13px; line-height: 160%;}

    .service-tab .row {width: 100%;}
    .service-tab li button {height: 40px; font-size: 14px;}

    .service-con {padding: 0 15px 25px;}
    .service-con dl {flex-direction: column; padding: 20px 0;}
    .service-con dl dt {
        width: 100%; padding-left: 0; margin-bottom: 10px; font-size: 14px;
    }
    .service-con dl dd {width: 100%;}
    .service-con dl dd li {margin-top: 10px;}
    .service-con dl dd li span {margin-left: 0;}

    
    .form-wrap {
        justify-content: flex-start; min-height: calc(100vh - 50px); padding-top: 0;
    }
    .form-wrap .row {margin: 0 auto; padding: 10px;}
    .form-wrap .footer .row {padding: 0 10px;}

    .form-block {width: 100%; padding: 40px 0;}
    .form-block h1 {font-size: 20px; line-height: 160%;}
    .form-block h1.login-text {font-size: 16px; line-height: 160%;}
    .form-block h1.pw-text {font-size: 16px;}
    .form-block h1.pw-text img {width: 47px;}

    .login-block {padding-top: 20px; text-align: left;}

    .form-area {width: 100%; max-width: 100%; padding: 40px 10px;}
    .form-area h2 {margin-bottom: 40px; font-size: 20px;}
    .form-btn {margin-top: 30px;}

    .form-line.form-space {margin-top: 30px;}
    .form-line>dl {flex-direction: column;}
    .form-line>dl>dt {line-height: 40px; font-size: 14px;}
    .form-line>dl>dd {width: 100%;}
    .form-line>dl>dd>div {margin-top: 0;}
    .form-line .error {font-size: 12px}

    .policy-box {padding: 10px;}
    .policy-container {padding: 5px 0 40px; margin-bottom: 0;}
    .video-wrap video {object-fit: contain;}

    .section-rw-04 .rw-indus.rw-indus-01 {display: flex; margin-top: 20px;}
    .section-rw-04 .rw-indus.rw-indus-01 li {width: 100%; margin-bottom: 0;}
    .section-rw-04 .rw-indus.rw-indus-01 li dl dt {font-size: 18px;}
    .section-rw-04 .rw-indus.rw-indus-01 li dl dd {font-size: 13px;}
    .section-rw-04 .rw-indus li dd {height: 70px;}

    .vdws-virture {margin-top: 40px;}
    .vdws-virture>div {width: 100%;}
    .vdws-virture>div p {margin-top: 10px;}
    .vdws-virture>div:first-of-type {margin-bottom: 30px;}

    .digital-vr {margin-top: 20px;}
    .digital-vr>div>div {padding-right: 0;}
    .digital-vr>div>div:first-of-type {width: 100%;}
    .digital-vr>div>div:last-of-type {width: 100%; text-align: center;}
    .digital-vr>div>div p {margin-top: 20px; line-height: 140%;}
    .digital-vr>div>div a {margin-top: 10px; font-size: 14px;}

    .ehco {margin-top: 20px;}
    .ehco li {width: 48%; height: auto; margin-top: 10px; padding: 20px 0;}
    .ehco li img {width: 50%;}

    .vcs-benefit {padding-right: 0;}
    .vcs-benefit li {
        display: flex; width: 100%; height: auto; margin-bottom: 20px; padding-left: 0;
    }
    .vcs-benefit li:last-child {margin-bottom: 0;}
    .vcs-benefit li dt {margin-top: 0; font-size: 14px;}
    .vcs-benefit li .image {width: 80px;}
    .vcs-benefit li .image img {width: 100%; height: auto;}
    .vcs-benefit li dl {width: calc(100% - 80px); padding-left: 10px;}
    .vcs-benefit li dl dd {font-size: 13px;}

    .section-render-01 {background: url(../img/summery/bg-render.jpg) no-repeat center top/cover;}
    .section-render-02 .row .section-text .summery {padding: 0;}

    .render-con li {flex-direction: column; margin-top: 20px;}
    .render-con li:nth-child(2) {flex-direction: column; width: 100%;}
    .render-con li:nth-child(2) dl {width: 100%;}
    .render-con li dl {width: 100%; margin-top: 10px; margin-left: 0;}
    .render-con li dl dd {margin-top: 10px; font-size: 13px;}

    .application {margin-top: 0;}
    .application li {
        width: 100%; height: auto; margin-top: 10px; padding: 25px; border: 1px solid #747474;
    }
    .application li:nth-child(3) {height: auto;}
    .application li:nth-child(4) {height: auto;}
    .application li .image {margin-bottom: 20px;}
    .application li .image img {width: 50% !important;}
    .application li dt {font-size: 14px;}
    .application li dd {font-size: 13px;}


    .logo-list-block {width: 100%; margin-left: 0;}
    .logo-list-block .logo-list {display: flex; justify-content: flex-start; flex-direction: row;}
    .logo-list-block .logo-list li {width: 33.333%; margin: 0;}
    .logo-list-block .logo-list li:nth-child(2),
    .logo-list-block .logo-list li:nth-child(5) {border-left: none; border-right: none;}
    .logo-list-block .logo-list li img {max-width: 80%;}

    .display-con li {flex-direction: column; margin-bottom: 20px; padding: 0 10px;}
    .display-con li:nth-child(even) {flex-direction: column;}
    .display-con li:nth-child(even) dl {margin-left: 0;}
    .display-con li dl {width: 100%; margin-right: 0; margin-top: 10px;}
    .display-con li dl dt {font-size: 14px !important;}
    .display-con li .image img {width: 100%;}

    .display-con table td,
    .display-con table th {padding: 10px 0; line-height: 160%; font-size: 13px !important;}

    .bulit-slide .slide-tab {margin-top: 20px;}
    .bulit-slide .slide-con-wrap {height: auto;}

    .comment-block .comment {height: auto; padding: 0 20px; line-height: 160%; font-size: 13px;}
    .comment-block .comment .com:first-of-type {background: url(../img/summery/ico-comment.png) no-repeat;}
    .comment-block .comment .com:last-of-type {background: url(../img/summery/ico-comment.png) no-repeat;}
    .comment-block .writer {margin-top: 20px; font-size: 13px;}


    .ico-list {margin-top: 0;}
    .ico-list li {width: 100% !important; display: flex; padding-right: 0;}
    .ico-list li:nth-child(3) {width: 234px; margin-top: 20px; padding-right: 0;}
    .ico-list li .image {
        justify-content: center; align-items: center;
        width: 50px; height: auto; margin-bottom: 0;
    }
    .ico-list li .image img {width: 70%;}
    .ico-list li dl {width: calc(100% - 50px);}
    .ico-list li dt {margin-bottom: 5px;}
    .ico-list li dt span {display: inline-block; font-size: 13px; font-weight: normal;}
    .ico-list li dd {font-size: 13px;}

    .desktop {margin-top: 0;}
    .desktop li {width: 100%; margin-top: 20px;}
    .desktop li dt {margin: 10px 0 5px;}

    .row-w-740 {width: 100%;}
    .rtx-01 .row {height: auto; padding-bottom: 0;}

    .before-line:before {height: 1px; margin-bottom: 10px;}
    .section-row {padding: 40px 0;}
    .tab-margin {margin-bottom: 20px;}
    .image-block-full {margin: 20px 0;}
    .row-reverse {flex-direction: row;}
    .more {margin-top: 10px; font-size: 12px;}

    .sticky-block {color: #fff;}
    .sticky-block * {color: #fff;}
    .sticky-block .sticky-img {width: 100%; height: 100vh; min-height: 0;}
    .sticky-block .sticky-img li {opacity: 0; justify-content: center;}
    .sticky-block .sticky-img li img {object-position: center;}
    .sticky-block .sticky-con {
        z-index: 10; position: relative;
        width: 100%; margin-left: -100%; padding-top: 200px;
        background-color: rgba(0, 0, 0, .5);
    }
    .sticky-block .sticky-con ul {padding-left: 45px; padding-right: 10px;}
    .sticky-block .sticky-con ul li:before {
        top: 4px; width: 12px; height: 12px; background-color: #fff;
    }
    .sticky-block .sticky-con ul li .line {
        top: 23px; background-color: rgba(255, 255, 255, 0.5);
    }
    .sticky-block .sticky-con ul li .line span {background-color: #fff;}
    .sticky-block .sticky-con ul li .tag {margin-bottom: 15px;}
    .sticky-block .sticky-con ul li h3 {margin-bottom: 10px;}
    .sticky-block .sticky-con ul li .bulit {font-size: 13px;}
    .sticky-block .sticky-con ul li p br {display: none;}
    .sticky-block .sticky-con.black {
        background: none; background-color: rgba(0, 0, 0, .5);
    }
    .sticky-block .sticky-con.black p br {display: none;}


    .section-rtx-01 {background-position: center bottom; background-size: cover;}
    .section-rtx-01 .row {
        display: flex; align-items: center; justify-content: center;
        padding: 130px 0 !important;
    }
    .section-rtx-01.volta {background-position: center bottom;}
    .section-rtx-01.pascal .row .section-text .title-md {line-height: 160%;}
    .section-rtx-05 .product-thumb .product-img img {width: 77%; transform: initial;}

    .section-bridge-main .row {height: auto; padding-top: 40px;}
    .location {display: none;}

    .bridge-slot {flex-direction: column; margin-top: 20px; padding: 0 10px;}
    .bridge-slot>div {width: 100%;}
    .bridge-slot>div:first-of-type {margin-bottom: 20px;}
    .bridge-slot>div p.fs-24 {margin-top: 10px;}
    .bridge-slot>div p.fs-26 {margin-top: 0;}

    .slide-btn p button {height: 40px; font-size: 14px;}
    .slide-btn p button span {margin-left: 5px;}


    .img-m {text-align: center;}
    .section-sync-main .row {height: auto; padding: 40px 0;}


    .product-detail-header .row {padding: 40px 0;}
    .link-detail {margin-top: 40px; font-size: 12px;}


    .img-vr {width: 85px; max-width: 100%;}

    .popupWrap {left: 10px; top: 10px; right: 10px;}
    .popupWrap .popup-con {width: 100%;}
    .popupWrap .popup-con .popup-block .btn-go {bottom: 30px;}
    .popupWrap .popup-con .popup-block>img {width: 100%;}

    .serial-num {color: #9bd61f;}

    .join-confirm {padding-top: 50px;}
    .join-confirm .txt-confirm {line-height: 160%; font-size: 20px; font-weight: 700;}
    .join-confirm .go-login {margin-top: 30px;}
    .join-confirm h2 {margin-bottom: 30px;}
    .join-confirm h2 img {width: 95px;}

    .explore_sum_05 .row .mT50 {margin-top: 30px;}
    .explore_sum_05 .row .mT50 img {width: 80% !important; margin: 0 auto;}
    .explore_sum06 .section-summery .section-text .summery {padding: 0;}
    .explore_sum06 .tab-content p {padding: 0;}
    .explore_sum06 .platform-tab.tab-black li button {font-size: 16px; line-height: 160%;}

    .tab-pane .section-text .summery {padding: 0 10px !important;}

    .workflow .row .section-text {padding-bottom: 0;}
    .workflow .row .omnivers {flex-direction: column;}
    .workflow .row .omnivers>.workflow {width: 100%;}


    .index-slider .swiper-slide .section-index-01 .row {height: 620px !important;}

    .swiper-slide .section-index-01 .section-text .subtext.desc {margin: 0 auto;}
    .swiper-slide .section-index-01 .a4000 .architecture-img-a4000 {
        top: 50%; left: 50%; transform: translate(-50%, -25%);
    }
    
    .sc-visual .nvidia-t-slide .slide-img {position: initial;  background-position: center;}

    .section-index-01 br {display: none;}
    .section-index-01 .f_green {padding-bottom: 20px;}
    .section-index-01 .row {height: calc(100vh - 50px);}
    .section-index-01 .row.movie_text {padding: 0;}
    .section-index-01 .videoPlayer video {
        width: auto; height: 100%; object-fit: cover; object-position: center;
    }
    .swiper-slide .section-index-01 .section-text .video-wrap { 
        margin-left: 0 !important; text-align: center;
    }
    .section-index-02 br {display: none;}
    .section-index-02 .parrax-bg .parrax-con img {
        width: 100%; height: auto; object-fit: cover; object-position: right;
    }
    .section-index-02 .row .more {margin-top: 20px;}
    .section-index-03 .row {
        justify-content: center; height: auto; padding: 50px 0; text-align: center;
    }
    .section-index-03 .row .section-text .more {margin-top: 20px; font-size: 12px !important;}
    .section-index-03 .row .product-list {margin-top: 50px; padding: 0 10px;}
    .section-index-03 .row .product-list li {width: 50%; margin: 0; padding: 10px;}
    .section-index-03 .row .product-list li img {width: 100%;}
    .section-index-03 .row .product-list li a {display: block; transition: all 0.2s ease;}
    .section-index-03 .row .product-list li a:hover {transform: scale(1);}
    .section-index-04 .cs-center {
        display: flex; width: 100%; height: auto; padding: 50px 0 150px; text-align: center;
    }
    .section-index-04 .cs-center:first-of-type {
        justify-content: center;
        background: #eff2f4 url(../img/bg_cs-center-01.png) no-repeat right bottom;
        background-size: cover;
    }
    .section-index-04 .cs-center:last-of-type {
        justify-content: center;
        /* background:#000 url(../img/bg_cs-center-02.png) no-repeat left bottom; */
    }
    .section-index-04.section-vr-02 .cs-center {
        height: auto; padding: 50px 0 150px;
        background-size: cover !important;
        background-position: center bottom;
    }
    .section-index-04.section-vr-02 .cs-center:first-of-type {
        background: url(../img/summery/bg_virtual-02.jpg) no-repeat right top;
        background-position: bottom;
    }
    .section-index-04.section-vr-02 .cs-center:last-of-type {
        background: #e6e9f0 url(../img/summery/bg_virtual-03.jpg) no-repeat left top;
        background-position: bottom;
    }
    .section-index-04.section-vr-02 .cs-center .section-text .text-xs {font-size: 14px;}
    .section-index-04.section-vr-02 .cs-center .section-text .title-xs {
        line-height: 140%; font-size: 18px !important;
    }
    .section-index-04.section-vr-02 .cs-center:last-of-type {background-position: inherit;}

    .structure .row .tab-content .tab-pane div .connect-wrap {
        display: flex; flex-wrap: wrap; width: 100%; margin: 30px 0;
    }
    .structure .row .tab-content .tab-pane div .connect-wrap .connect {
        width: 50%; margin-bottom: 60px;
    }
    .structure .row .tab-content .tab-pane div .connect-wrap .connect a {
        position: relative; display: block; height: 100%; padding-top: 115px;
        text-align: center; font-weight: 600;
    }
    .structure .row .tab-content .tab-pane div .connect-wrap .connect a strong {
        left: 0; right: 0; bottom: 0; text-align: center; line-height: 1.5;
    }
    .structure .row .tab-content .tab-pane div .apps-wrap {display: flex; flex-wrap: wrap;}
    .structure .row .tab-content .tab-pane div .apps-wrap .apps a {
        position: relative; display: block; height: 100%; padding-top: 100px;
        text-align: center; font-weight: 600;
    }
    .structure .row .tab-content .tab-pane div .apps-wrap .apps a strong {
        left: 0; right: 0; bottom: 0;
        text-align: center; line-height: 1.5;
    }

    .company-list {width: 100%; margin-top: 20px;}
    .company-list>div {
        display: flex; flex-direction: column; align-items: center; justify-content: center;
        padding: 10px 0;
    }
    .company-list>div:nth-of-type(1) {height: auto;}
    .company-list>div:nth-of-type(2) {height: auto;}
    .company-list>div:nth-of-type(3) {height: auto;}
    .company-list>div:nth-of-type(1) li {margin: 10px;}
    .company-list>div:nth-of-type(2) li {margin: 10px;}
    .company-list>div:nth-of-type(3) li {margin: 10px;}
    .company-list ul {flex-wrap: wrap;}
    .company-list dl dt {font-size: 18px;}
    .company-list dl dd ul {margin-top: 10px;}
    .company-list dl dd ul li {
        width: 45%; height: auto; padding: 10px 5px; font-size: 14px;
    }
    .company-list dl dd ul li b {font-size: 14px;}


    .tracing {margin-top: 20px;}
    .tracing li:first-child {width: 100%}
    .tracing li:last-child {width: 100%; margin-top: 20px;}
    .tracing li dt {font-size: 14px;}
    .tracing li dd {line-height: 160%; margin-top: 15px;}

    .ngx-info {width: 100%;}
    .ngx-info .ngx {flex-direction: column; margin-top: 30px;}
    .ngx-info .ngx:nth-of-type(2) {flex-direction: column;}
    .ngx-info .ngx .image-block {width: 100%; margin-bottom: 20px;}
    .ngx-info .ngx .image-block img {width: 100%;}
    .ngx-info .ngx dl {width: 100%;}
    .ngx-info .ngx dl dt {margin-bottom: 10px;}

    .cuda-con li {width: 100%; margin-top: 20px;}
    .cuda-con li:before {height: 1px;}

    .section-summery.quadro-01-03 .row {width: 100%;}

    .quadro-01-01 {background: none;}
    .quadro-01-01 .videoPlayer {overflow: hidden; margin: 20px 0; border-radius: 10px;}
    .quadro-01-02 {background-color: #f2f2f2;}
    .quadro-01-02 .image-block {margin-top: 20px;}
    .quadro-01-04 {
        background: #000 url(../img/summery/bg_quadro-01-02.jpg) no-repeat center top;
    }
    .quadro-01-04 .section-text:nth-of-type(2) {margin-top: 130px;}
    .quadro-01-05 {background-color: #f2f2f2;}
    .quadro-01-05 .row {width: 100%;}
    .quadro-01-05 .section-text {width: 100%;}
    .quadro-01-05 .section-text .summery {margin-top: 20px; letter-spacing: -.2px;}
    .quadro-01-05 .more-info {max-width: 380px; margin: 15px auto 0;}
    .quadro-01-05 .more-info li {
        display: flex; justify-content: center; align-items: center; flex-direction: column;
        height: 132px;
        border: 1px solid #ddd;
        border-radius: 10px;
        background-color: #fff;
    }
    .quadro-01-05 .more-info li img {margin-bottom: 15px;}
    .quadro-01-05 .more-info li:first-child {margin-bottom: 20px;}

    .video-tabmenu .platform-tab.platform-tab-num03 li {width: 25%;}


    .section-summery .row {width: 100%; height: auto !important; padding: 40px 10px !important;}
    .section-summery .row.omniverse .rw-indus li .workflow-text {
        margin: 0 auto; padding: 20px 0 30px 0; text-align: center;
    }
    .section-summery .row.omniverse .rw-indus li .workflow-text dd br {display: none !important;}
    .section-summery .section-text .title-xs {margin: 20px 0;}
    .section-summery .section-text .summery {margin: 0;}

    .section-summery .tab-pane02 .section-text .text-row {
        flex-direction: column; height: 100%; margin-bottom: 20px; padding: 0;
    }
    .section-summery .tab-pane02 .section-text .text-row .text-wrap {width: 100%;}
    .section-summery .tab-pane02 .section-text .text-row div:first-child {padding-bottom: 30px;}
    .section-summery .tab-pane02 .section-text .text-row .text-wrap .decs {
        line-height: 170%; font-size: 15px;
    }

    .up-slide .item {width: auto; padding-bottom: 150px; margin-bottom: 20px;}
    .up-slide .item.t-600-front {padding-bottom: 60px;}

    
    .explore_adaLovelace #sec01 .summery {width: 100%;}
    .explore_adaLovelace #sec01 .row {padding: 40px 10px 0 !important;}
    .explore_adaLovelace #sec02 li {padding: 200px 40px 40px;}
    .explore_adaLovelace #sec02 .architecture {justify-content: center;}

    .explore_ampere .section-summery .row {padding: 40px 10px 0 !important;}
    .explore_ampere .architecture-img img {width: 90% !important;}
    
    .explore_turing .section-summery .summery {width: 100%;}

    .explore_volta .section-summery .summery {width: 100%;}
    .explore_volta .section-summery .row {padding: 40px 10px 0 !important;}


    /* https://quadro.center/html/explore/explore-summery-02-05.php */
    .explore_pascal .section-summery .summery {width: 100%;}


    .rtx-tab-list-footer span {font-size: 14px;}


    .omnivers {margin-top: 40px;}
    .omnivers>div {width: 100%;}
    .omnivers>div:last-of-type {margin-top: 40px;}
    .omnivers>div dl {margin-top: 20px;}
    .omnivers>div dl dt {margin-bottom: 10px;}
    .omnivers>div dl dd {font-size: 13px;}

    .omniverse .rtx-01 .row {height: auto;}
    .omniverse .section .architecture-img img {margin-left: -50px;}
    .omniverse .tab-content p {padding: 0 10px;}
    .omniverse .tab-content p br {display: none;}

    .omniverse .section-summery .row.omniverse .rw-indus li .workflow-text {
        padding: 0; text-align: left;
    }
    .omniverse .section-summery .section-text .title-xs {
        margin: 0; font-size: 17px !important;
    }
    .omniverse .structure .row .section-text .lh-28 {font-size: 11.6px;}
    .omniverse .structure .row .section-text .lh-28 br {display: none;}

    .omniverse .section-rw-04 .rw-indus.rw-indus-01 li {width: 49%; margin-bottom: 0;}
    .omniverse .section-rw-04 .row .rw-indus li .workflow-text dd {margin-bottom: 40px;}
    .omniverse .section-rw-04 .row .rw-indus li .workflow-text dd br {display: none;}
    .omniverse .fs-28 {font-size: 18px;}

    .explore-summery-01 br{display: none;}
    .explore-summery-01 #sec01 .group-box .rtx-benefit{flex-direction: column;}
    .explore-summery-01 #sec03 .row{padding: 40px 10px;}
    .explore-summery-01 .quadro-01-04 .row .tab-content .lh-28 {padding: 0;}
    .explore-summery-04 .tab-content .tab-pane p {padding: 0 10px;}

    .sli_hb_bridge .full-img {display: block; width: 65.4285% !important; margin: 0 auto;}


    /* Output */
    .pascal_p2200 .section-summery .row .mt100-m img {width: 61.8918% !important; margin: 0 auto;}
    .pascal_p2200 .section-summery .row .img_gap img {width: 69.8058% !important; margin: 0 auto;}
    .pascal_p1000 .section-summery .row .mt100-m img {width: 62.1621% !important; margin: 0 auto;}
    .pascal_p1000 .section-summery .row .img_gap img {width: 69.8058% !important; margin: 0 auto;}
    .pascal_p620 .section-summery .row .img_gap img {width: 69.8058% !important; margin: 0 auto;}
    .pascal_p620 .section-summery .row .mt100-m img {width: 66.7567% !important; margin: 0 auto;}
    .pascal_p400 .section-summery .row .mt100-m img {width: 60.2702% !important; margin: 0 auto;}
    .pascal_p400 .section-summery .row .img_gap img {width: 69.8058% !important; margin: 0 auto;}

    .common-explore .architecture-menu .row {padding: 0 10px;}
    .common-explore .architecture-menu .right-cont {width: 100%;}
    .common-explore .architecture-menu .right-cont li {margin-right: 0;}
    .common-explore .architecture-menu .right-cont a {font-size: 12px;}

    .architecture-menu {display: block; background-color: #1a1a1a;}
    .architecture-menu dl {
        flex-direction: column; align-items: center; justify-content: center;
        width: 100%; height: auto; padding: 0;
        border-bottom: 1px solid #666;
    }
    .architecture-menu dl {height: 65px;}
    .architecture-menu dl dt {
        position: relative; display: flex; align-items: center;
        width: 100%; height: 40px;
        padding: 0 10px; margin-bottom: 0;
        font-weight: 700; text-align: left;
    }
    .architecture-menu dl dt:after {
        content: "+"; position: absolute; top: 0; right: 0;
        display: block; width: 40px; height: 40px; line-height: 40px; 
        font-weight: normal; text-align: center; font-size: 16px;
        transition: all 0.2s ease;
    }
    .architecture-menu dl dt.active:after {transform: rotateZ(45deg);}
    .architecture-menu dl dd {display: none; width: 100%;}
    .architecture-menu dl ul {
        flex-direction: column; padding: 10px 0; border-top: 1px solid #666;
    }
    .architecture-menu dl ul li {
        height: 30px; line-height: 30px; margin-left: 0; text-align: center;
    }
    .architecture-menu dl ul li {margin-left: 25px;}
    .architecture-menu dl ul li a {font-size: 14px; font-weight: 500; color: #a6a6a6;}
    .architecture-menu dl ul li.active a {color: #fff;}


    /* https://quadro.center/html/explore/explore-summery-02-02.php 페이지 공통*/
    .architecture-list-01,
    .architecture-list-02,
    .architecture-list-03,
    .architecture-list-04 {justify-content: center;}

    .architecture-img {
        position: static; bottom: 0;
        margin-top: 30px; padding-left: 30px; padding-right: 30px;
    }
    .architecture-img.architecture-03 {left: 0; transform: translateX(0%); width: 100%;}
    .architecture li {
        overflow: hidden; position: relative; height: auto;
        padding: 200px 40px 40px; margin-bottom: 10px;
    }
    .architecture li:after {
        content: ""; position: absolute; left: 0; top: 0;
        width: 100%; height: 100%; background: rgba(0, 0, 0, .2);
    }
    .architecture li dl {z-index: 10; position: relative;}
    .architecture li dt {margin-bottom: 15px; line-height: 160%; font-size: 14px; font-weight: 700;}

    .solution-con li {width: 48% !important; margin-top: 20px;}
    .solution-con li:nth-child(even) {padding-left: 0;}
    .solution-con li dl:before {height: 1px;}
    .solution-con li dl dt {line-height: 140%; font-size: 14px;}
    .solution-con li dl dd {margin-top: 5px; font-size: 13px;}
    .solution-con.solution-sm li dl dt {font-size: 14px;}


    .migration li {margin-top: 40px; text-align: center;}
    .migration li div {height: auto;}
    .migration li img {width: 50%; margin-bottom: 20px;}

    .migration-info {margin-top: 20px;}
    .migration-info>div {width: 100%;}
    .migration-info>div dl {padding: 15px;}
    .migration-info>div dl dt {font-size: 14px;}

    .tab-content {margin-top: 25px;}
    .tab-content .tab-pane .text-center .lh-28 {font-size: 12px;}
    .tab-content.tab-con-top {margin-bottom: 80px;}
    .tab-content p {
        max-width: 747px; margin-top: 25px; padding: 0 50px;
        line-height: 180%; font-size: 13px; word-break: keep-all; text-align: center;
    }

    .chart-block {width: 100%; margin-top: 20px; transform: translateX(0);}
    .chart-block img {width: 100%; margin-bottom: 10px;}

    .rw-benefit {margin: 40px 0 40px;}
    .rw-benefit li {
        width: 100% !important;
        margin-top: 20px;
        line-height: 160% !important; font-size: 14px !important;
    }

    .rw-indus li dt {margin: 15px 0 10px; font-size: 14px;}
    .rw-indus li dd {height: auto; line-height: 160%;}
    .rw-indus li img {width: 60%;}
    .rw-indus {margin-top: 40px;}
    .rw-indus li {
        width: 49%; height: auto; margin-bottom: 10px; padding: 20px 10px;
    }
}

@media screen and (max-width: 575px) {
    .swiper-slide .section-index-01 .a4000 {background-position: 35% 77%; background-size: 170%;}

    
    #product-common .sc-product .product-item {width: 100%; /* 모든제품/단종제품 */}
}

@media screen and (max-width: 414px) {
    .section-summery .section-text .summery {padding: 0; font-size: 12px;}
    .section-summery .section-text .summery br {display: none;}

    .up-slide .item {padding-bottom: 100px;}

    .structure .row .tab-content .tab-pane div .apps-wrap .apps {width: 50%;}
    .section-rw-04 .rw-indus li:nth-child(5) dt {font-size: 11px;}
    .section-rw-04 .rw-indus.rw-indus-01 li {padding-bottom: 20px;}
    .explore_sum06 .platform-tab.tab-black li button {font-size: 14px; padding: 0 5px;}

    .omniverse .section-rw-04 .row .rw-indus li .workflow-text dd {margin-bottom: 20px;}
    .omniverse .section-rw-04 .rw-indus.rw-indus-01 li {width: 100% !important; margin-bottom: 0;}

    .sli_hb_bridge .col-lg-6 {width: 50%;}
}