@charset "utf-8";
/* CSS Document */
/*********************************************/
.detail-section {
    margin-bottom: 10%;
}

.detail-section:last-of-type {
    margin-bottom: 0;
}
/*********************************************/
/* 제품 상세 common */
.detail-box {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 650px;
    padding-top: 5%;
    /* padding-bottom: 25%; */
    /* margin-bottom: 10%; */
}

.detail-box-wrap {
    margin-bottom: 12.5%;
}

.detail-box > ul > li {
    display: flex;
    align-items: center;
}

.detail-box.type1 > ul > li {
    justify-content: flex-end;
}

.detail-box > ul {
    width: 40%;
}

.detail-box h2 {
    width: 40%;
    margin-bottom: 30px;
    line-height: 1.2;
}

.detail-box .description {
    display: none;
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 1.5;
    color: #6d6d6d;
}

.detail-box .desc-box {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #f0eff0;
    cursor: pointer;
}

.detail-box .desc-box * {
    pointer-events: none;
}

.detail-box .desc-box:last-of-type {
    border-bottom: none;
}

.desc-box.active h3 {
    color: #374ee4;
}

.detail-box .img-box {
    position: absolute;
    right: 0;
    top: 0;
    display: none;
    width: 50%;
    height: 100%;
}

/* type1 */
.detail-box.type1 {
    align-items: flex-end;
}

.detail-box.type1 .img-box {
    left: 0;
}

/* 이미지로 이루어진 event page 용 */
.before-load .event-container .img-box {
    min-height: 500px;
}
/*********************************************/
/* detail card box common */
.detail-card-box {
    box-shadow: 2px 5px 15px 0px rgba(70, 120, 218, .15);
}

.detail-card-box[data-card-active="true"] {
    border-color: #4678da !important;
}

/* type1 */
.detail-card-box.type1 {
    padding: 3rem 1% 6rem 1%;
    border-width: 2px;
    border-style: solid;
    border-color: #e4ebf9;
    border-radius: 30px;
}

/* type2 */
.detail-card-box.type2 {
    padding: 0.7rem;
    border-radius: 10px;
    color: #4678da;
    background-color: #f5f9ff;
    box-shadow: none;
}

/* type3 */
.detail-card-box.type3 {
    min-height: 250px;
    padding: 3rem;
    border-radius: 10px;
    background-color: #f6f8fc;
}

/* type4 */
.detail-card-box.type4 {
    padding: 1rem;
    border: 1px solid #4678da;
    border-radius: 10px;
    color: #4678da;
    background-color: rgba(70,120,218, .1);
}

/* type5 type6 */
.detail-card-box.type5,
.detail-card-box.type6 {
    border-radius: 10px;
    background-color: #f6f8fc;
}

.detail-card-box.type7 {
    border-radius: 10px;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    background-color: #242634;
}

.detail-card-box.type8 {
    border-radius: 10px;
    background-color: #f6f8fc;
}

/* type9 법틀 생활 */
.detail-card-box.type9 {
    overflow: hidden;
    font-size: 0;
    border-radius: 10px;
}

/* type10 */
.detail-card-box.type10 {
    overflow: hidden;
    border-radius: 10px;
    background-color: #f4f4f4;
}

/* type11 */
.detail-card-box.type11 {
    border-radius: 10px;
    background-color: #f6f8fc;
}

/* CEO name */
.detail-card-name-box {
    position: absolute;
    left: 0;
    bottom: 5%;
}

/* 비즈니스 문의에서만 사용 */
.detail-business-img-box {
    position: relative;
}

.detail-business-img-item {
    position: absolute;
}

.detail-business-img-item.left {
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 30%;
}

.detail-business-img-item.right {
    right: 0;
    top: 50%;
    transform: translateY(-35%);
    width: 40%;
}

.detail-business-img-item.top {
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    width: 30%;
}

.detail-business-img-item.bottom {
    left: 50%;
    bottom: 0;
    transform: translateX(-60%);
    width: 50%;
}

/* 이벤트 페이지에서만 사용 */
.event-card-box {
    border-radius: 10px;
    background-color: #fff;
}
/*********************************************/
/* detail-circular-linked-list */
.detail-circular-linked-list {
    flex-wrap: wrap;
}
.detail-circular-linked-list li {
    position: relative;
    flex: 0 1 auto;
    padding-left: 40px;
}

.detail-circular-linked-list li:before {
    content: '';
    position: absolute;
    left: 20px;
    top: 0;
    transform: translateX(-50%);
    display: block;
    width: 20px;
    height: 100%;
    background-image: url('/static/imgs/icon/icon-arrow-gray.svg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}

.detail-circular-linked-list li:first-of-type {
    padding-left: 0;
}

.detail-circular-linked-list li:first-of-type:before {
    display: none;
}

/* detail-circular-box */
.detail-circular-box {
    position: relative;
}

.detail-circular-txt-box {
    z-index: 1;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
/*********************************************/
/* detail-list */
.detail-list-head {
    flex-shrink: 0;
    width: 20%;
    margin-right: 1rem;
}

.detail-list-item {
    display: flex;
    border-bottom: 1px solid #d9d9d9;
    transition: background 1s;
    cursor: pointer;
}

.detail-list-item.active {
    background-color: #f3f8ff;
}

.detail-list-item:first-of-type {
    border-top: 1px solid #d9d9d9;
}

.detail-list-hidden {
    display: none;
}

.detail-list.type1 .detail-list-item {
    border: none;
    border-radius: 10px;
}

.detail-list-item:hover {
    background-color: #f3f8ff;
}
/*********************************************/
/* slide container common */
.slide-container {
    overflow: hidden;
    position: relative;
}
/*********************************************/
/* thumbnail box common */
.thumbnail-box {
    overflow: hidden;
    border-radius: 30px;
    background-color: #f6f8fc;
}

.thumbnail-img-box {
    overflow: hidden;
}

.thumbnail-img-box .thumbnail-img {
    transition: all 0.5s;
}

.thumbnail-box:hover .thumbnail-img {
    transform: scale(1.05);
    opacity: .8;
}

.thumbnail-logo-box {
    width: auto;
    height: 1.5rem;
}

.thumbnail-logo-box img {
    width: auto;
    height: 100%;
}

.thumbnail-box.type1 {
    vertical-align: top;
    border-radius: 0;
    background-color: transparent;
    cursor: pointer;
}
/*********************************************/
/* detail-tab common */
.detail-tab-item {
    opacity: .5;
    cursor:default;
}

.detail-tab-item[data-tab-active="true"] {
    opacity: 1;
    cursor: pointer;
}

/* type1 */
.detail-tab-item.type1[data-tab-active="true"] {
    opacity: 1;
    position: relative;
    /* transition: all .5s; */
    cursor: pointer;
}

.detail-tab-item.type1[data-tab-active="true"]:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -1px;
    display: block;
    width: 100%;
    height: 3px;
    border-radius: 100px;
    background-color: transparent;
    transition: background .5s;
}

.detail-tab-item.type1[data-tab-active="true"][data-tab-click="true"] {
    font-weight: 800;
}

.detail-tab-item.type1[data-tab-active="true"][data-tab-click="true"]:before {
    background-color: #000;
}

/* type2 */
.detail-tab-item.type2[data-tab-active="true"] {
    opacity: 1;
    position: relative;
    border-radius: 25px;
    transition: all .5s;
    cursor: pointer;
}

.detail-tab-item.type2[data-tab-active="true"][data-tab-click="true"] {
    color: #fff;
    background-color: #374ee4;
}

/*********************************************/
/* aisde-nav common */
.aside-nav {
    position: sticky;
    left: 0;
    top: 90px;
    min-width: 210px;
    padding: 2rem 1.5rem;
    box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    background-color: #fff;
}

.aside-nav a {
    margin-bottom: 25px;
}

.aside-nav a a {
    margin-bottom: 20px;
}

.aside-nav li:last-of-type li:last-of-type  a {
    margin-bottom: 0;
}

.aside-nav li li {
    padding-left: 10px;
}

.aside-nav-item[data-aside-nav-click=true] a {
    color: #374ee4;
}