:root {
    --white: #fff;
}

* {
    font-family: Pretendard;
}
.clearfix:after {
    content: '';
    display: block;
    clear: both;
}

.img {
    vertical-align: middle;
    max-width: 100%;
}

legend {
    display: none;
}

select[disabled] {
    background-color: #f6f6f6;
    cursor: not-allowed;
    color: #565656;
}

.btn-medium:disabled,
.btn-medium:hover:disabled {
    border-color: #d6d6d6 !important;
    background-color: #d6d6d6 !important;
    color: #fff !important;
}
.btn-large:disabled,
.btn-large:hover:disabled {
    border-color: #d6d6d6 !important;
    background-color: #d6d6d6 !important;
    color: #fff !important;
}

textarea.input-regular[readonly] {
    border: 0;
    background-color: #f9f9f9;
    font-size: 12px;
    color: #868686;
}
.datepickers-container {
    z-index: 102;
}
.datepicker-here.icon-type {
    background: #ffffff url(../../image/component/icon_date.png) right 6px center no-repeat;
    background-size: 24px 24px;
    padding-right: 37px;
}
.accordion {
    width: 100%;
}

textarea.input-regular {
    display: inline-block;
    min-width: 200px;
    min-height: auto;
    height: auto;
    padding: 12px;
    line-height: 1.3;
}
.align-left {
    text-align: left !important;
}
.align-right {
    text-align: right !important;
}
.align-center {
    text-align: center !important;
}
.margin-t40 {
    margin-top: 40px !important;
}
.padding-t40 {
    padding-top: 40px !important;
}

select.input-regular {
    min-width: 100px;
    padding-right: 32px;
}
.width312 {
    width: 312px !important;
}
.width400 {
    width: 400px !important;
}

a.btn-medium {
    display: inline-block;
    vertical-align: middle;
}
.help-text {
    font-size: 11px;
    font-weight: normal;
    line-height: 1.55;
    letter-spacing: -0.55px;
    text-align: left;
    color: #a6a6a6;
    margin: 8px 0 0;
}
.clear {
    clear: both;
}
.img-list {
    margin: 0 0 16px;
}
.img-list > ul {
    overflow: hidden;
}
.img-list > ul > li {
    float: left;
    width: 80px;
    height: 80px;
    border-radius: 8px;
    overflow: hidden;
    background: url(../../image/mobile/no_image_type_a.png) center center no-repeat;
    background-size: contain;
    margin: 0 8px 0 0;
}
.img-list > ul > li .img-popup {
    margin: 0;
    padding: 0;
}
.img-list > ul > li .img-popup .inner-wrap {
    margin: 0;
    padding: 0;
}
.img-list > ul > li img {
    width: 80px;
    height: 80px;
}

.clamp1 {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    word-break: break-all;
}
.clamp2 {
    overflow: hidden;
    white-space: normal;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: keep-all;
}
.clamp3 {
    overflow: hidden;
    white-space: normal;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    word-break: keep-all;
}
.clamp4 {
    overflow: hidden;
    white-space: normal;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    word-break: keep-all;
}
.clamp5 {
    overflow: hidden;
    white-space: normal;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    word-break: keep-all;
}

/*input-split*/
.input-split2 {
    float: left;
    min-width: calc((100% - 8px) / 2) !important;
    width: calc((100% - 8px) / 2) !important;
    margin: 0;
}
.input-split2 + .input-split2 {
    margin-left: 8px;
}
.input-split3 {
    float: left;
    min-width: calc((100% - 16px) / 3) !important;
    width: calc((100% - 16px) / 3) !important;
    margin: 0;
}
.input-split3 + .input-split3 {
    margin-left: 8px;
}
.input-split4 {
    float: left;
    min-width: calc((100% - 24px) / 4) !important;
    width: calc((100% - 24px) / 4) !important;
    margin: 0;
}
.input-split4 + .input-split4 {
    margin-left: 8px;
}
.like > a {
    display: block;
    width: 32px;
    height: 32px;
    transition: all 0.5s;
    background: url(/image/web/icon_heart_n.png) center center no-repeat;
    background-size: contain;
    transform: scale(1);
}
.like > a:hover {
    transform: scale(1.08);
    background: url(/image/web/icon_heart_s.png) center center no-repeat;
    background-size: contain;
}
.like > a.active {
    background: url(/image/web/icon_heart_s.png) center center no-repeat;
    background-size: contain;
}
/*tab-menu*/
.tab-menu .inner-wrap .tab-content {
    height: auto;
    margin-top: 0;
    border: 0;
    padding: 0;
}

/*type-b*/
.tab-menu.type-b {
    background: #ffffff;
}
.tab-menu.type-b .inner-wrap .tab-header {
    position: relative;
    height: 35px;
    border: 0;
    padding: 0 16px;
    background: #ffffff;
}
.tab-menu.type-b .inner-wrap .tab-header li {
    border: 1px solid #e9e9e9;
    border-bottom: 1px solid #161616;
    color: #a6a6a6;
    font-size: 12px;
    font-weight: 400;
    background-color: #ffffff;
}
.tab-menu.type-b .inner-wrap .tab-header li + li {
    border-left: 1px solid #e6e6e6;
}
.tab-menu.type-b .inner-wrap .tab-header li.active {
    background: #fff;
    color: #565656;
    border: 1px solid #252c3a;
    border-bottom: 1px solid #fff;
    font-weight: 600;
}
.tab-menu.type-b .inner-wrap .tab-header li.active:hover {
    background: #fff;
    color: #252c3a;
    border-bottom: 1px solid #fff;
}
.tab-menu.type-b .inner-wrap .tab-content {
    height: auto;
    margin-top: 0;
    border: 0;
    padding: 0;
}

/* type-c */
.tab-menu.type-c {
    padding: 6px 16px 0;
}
.tab-menu.type-c > .inner-wrap > .tab-header {
    border: 0;
    margin: 0 0 8px;
}
.tab-menu.type-c > .inner-wrap > .tab-header li {
    font-size: 13px;
    font-weight: normal;
    line-height: 1.46;
    letter-spacing: -0.39px;
    text-align: center;
    color: #a6a6a6;
    border: 0;
    border-bottom: 2px solid #e6e6e6;
}
.tab-menu.type-c > .inner-wrap > .tab-header li.active {
    border: 0;
    font-size: 13px;
    font-weight: bold;
    line-height: 1.46;
    letter-spacing: -0.39px;
    text-align: center;
    background-color: #fff;
    color: #fecb4b;
    border-bottom: 2px solid #fecb4b;
}

/* category-slider */
.category-slider {
    width: 100%;
    border: 0;
    margin: 16px 0 32px;
    padding-left: 0;
    height: auto;
    border-bottom: 1px solid #e6e6e6;
}
.category-slider .swiper-container .swiper-wrapper .swiper-slide .category {
    font-size: 13px;
    color: #a6a6a6;
    line-height: 40px;
    padding: 0 0 9px;
    margin: 0 16px 0 8px;
    font-weight: 500;
}
.category-slider .swiper-container .swiper-wrapper .swiper-slide .category.active {
    font-weight: 600;
    color: #5cc4ef;
    border-bottom: 2px solid #5cc4ef;
}

/*======================================
  1. 공통 요소 영역 (헤더/푸터/퀵메뉴 등)
  ======================================*/
header.header {
    border-bottom: 1px solid #ddd;
    background: #fff;
}
.header-inner {
    display: flex;
    width: 1200px;
    height: 80px;
    margin: 0 auto;
    justify-content: space-between;
    align-items: center;
}
.logo-gnb {
    display: flex;
    align-items: center;
}
.logo h1 {
    width: 108px;
    height: 48px;
    background: url(/image/web/logo.png) no-repeat 0 0;
    background-size: contain;
}
.unb > ul {
    display: flex;
    align-items: center;
}
.unb > ul > li {
    padding: 0 12px;
    line-height: 0.8;
}
.unb > ul > li + li {
    border-left: 1px solid #e6e6e6;
}
.unb > ul > li > a {
    color: #424252;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 0.8;
    letter-spacing: -0.4px;
}
.unb .avatar {
    position: relative;
}
.unb .avatar > img {
    width: 32px;
    height: 32px;
    border-radius: 50px;
    border: 1px solid var(--sys-border-tertiary, #f5f6fa);
    object-fit: cover;
    cursor: pointer;
}
.unb .avatar .name-email {
    padding: 10px 14px;
    color: var(--ref-gray-600, #5c5c70);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px; /* 128.571% */
    letter-spacing: -0.4px;
}
.unb .avatar .name-email .name {
    color: var(--sys-semantic-primary-default, #fa8315);
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; /* 150% */
    letter-spacing: -0.4px;
}
.unb .avatar ul {
    display: none;
    position: absolute;
    top: 32px;
    right: 0;
    z-index: 1;
    min-width: 123px;
    flex-direction: column;
    align-items: flex-start;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.3), 0px 1px 3px 1px rgba(0, 0, 0, 0.15);
}
.unb .avatar ul li {
    white-space: nowrap;
}
.unb .avatar li a {
    display: block;
    width: 100%;
    padding: 10px 14px;
    color: var(--ref-gray-600, #5c5c70);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px; /* 128.571% */
    letter-spacing: -0.4px;
}
/* active */
.unb .avatar.active ul {
    display: inline-flex;
}

/* gnb */
#gnb {
    margin: 0 0 0 40px;
}
#gnb > ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#gnb > ul > li > a {
    display: block;
    padding: 24px 14px;
    color: var(--ref-gray-700, #424252);
    /* sys/label/xlarge/regular */
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 125% */
    letter-spacing: -0.4px;
}
.container {
    display: flex;
    width: 1200px;
    flex-wrap: wrap;
    margin: 0 auto;
    padding-top: 40px;
}
.left-menu {
    width: 200px;
    margin-right: 60px;
}
.left-menu > ul {
    padding: 0 0 6px;
    border: 1px solid #ddd;
    background-color: #fff;
}
.left-menu > ul > li.tit {
    border: 1px solid red !;
}
.left-menu > ul > li.tit {
    padding: 14px 16px;
    background: #fa8315;
    color: #fff;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px; /* 155.556% */
    letter-spacing: -0.1px;
}
.left-menu > ul > li > a {
    display: flex;
    padding: 10px 16px;
    color: #565656;
    font-family: Pretendard;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; /* 162.5% */
    letter-spacing: -0.4px;
}
.left-menu > ul > li > a.active,
.left-menu > ul > li > a:hover {
    font-weight: bold;
    color: #ff891e;
}
.left-menu + #content {
    max-width: calc(100% - 260px);
}

#content {
    width: 100%;
    min-height: 617px;
    padding-bottom: 96px;
}

/****** footer start ******/
.footer {
    padding: 40px 0;
    background: var(--ref-gray-700, #424252);
}
.footer-inner {
    width: 1200px;
    margin: 0 auto;
    color: #b6b6b6;
    display: flex;
    justify-content: space-between;
}
.footer .logo {
    width: 100px;
    height: 50px;
    background: url(/image/web/footer_logo.png) no-repeat;
    background-size: contain;
    margin: 0 195px 0 0;
}
.footer .logo-info {
    display: flex;
}
.fnb {
    padding: 12px 0;
    display: flex;
    align-items: cetner;
}
.fnb li {
    line-height: 0.8;
}
.fnb li + li {
    border-left: 1px solid #e9e9e9;
}
.fnb a {
    color: var(--ref-gray-25, #f9fafc);
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 0.8;
    letter-spacing: -0.39px;
    padding: 0 16px;
}
.fnb li:first-child a {
    padding-left: 0;
}
.fnb a:hover {
    text-decoration: underline;
}
.footer-inner li.tit {
    color: #fff;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.3px;
    margin-bottom: 12px;
}
.footer-inner li {
    line-height: 1;
}
.footer-inner li span {
    display: inline-block;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: -0.36px;
    text-align: left;
    color: #babad4;
}
.footer-inner li span + span {
    margin-left: 12px;
}
.footer-inner li.tel span {
    color: var(--sys-semantic-primary-default, #fa8315);
    /* sys/headline/large/bold */
    font-size: 34px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: -0.1px;
    margin-bottom: 4px;
}
.copyright {
    color: var(--ref-gray-500, #76768e);
    /* sys/label/small/regular */
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px; /* 133.333% */
    letter-spacing: -0.3px;
}

/** footer end **/

/*======================================
  2. 메인페이지 영역 (메인페이지 관련)
  ======================================*/

/*swiper*/
.swiper-container {
    width: 100%;
    height: 100%;
}
.swiper-slide {
    box-sizing: border-box;
}
.slider-btn-next,
.slider-btn-prev {
    position: absolute;
    width: 24px;
    height: 24px;
    top: 50%;
    margin-top: -12px;
    cursor: pointer;
    z-index: 10;
}
.slider-btn-prev {
    left: 0;
    background: url(/image/web/r_prev.png) center center no-repeat;
    background-size: contain;
}
.slider-btn-next {
    right: 0;
    background: url(/image/web/r_next.png) center center no-repeat;
    background-size: contain;
}
.slider-btn-prev:after,
.slider-btn-next:after {
    display: none;
}

/*========== 메인비주얼 시작 ==========*/
.swiper-container.main-banner {
    width: 760px;
    height: 500px;
}
.swiper-container.main-banner .swiper-wrapper {
    width: 100%;
}
.swiper-container.main-banner .swiper-slide {
    width: 100%;
    overflow: hidden;
}
.swiper-container.main-banner .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.swiper-container.main-banner .swiper-slide.swiper-slide-active img {
    opacity: 1;
}
.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: 0.2;
}
.swiper-pagination-bullet-active {
    opacity: 1;
    background: #000;
}
.swiper-scrollbar {
    opacity: 1 !important;
}
.swiper-scrollbar .swiper-scrollbar-drag {
    background: #0055aa;
}
.btnArrow {
    width: 44px;
    height: 44px;
    opacity: 0.25;
}
.btnArrow:hover {
    opacity: 1;
}
.btnLeft {
    left: 32px;
}
.btnRight {
    right: 32px;
}
/*  */

.file-upload .gallery-scroll {
    overflow-x: auto;
    overflow-y: hidden;
}
.file-upload .gallery-scroll::-webkit-scrollbar {
    width: 100%;
    height: 0;
}
.file-upload .gallery-scroll .gallery {
    width: 700px;
}
.file-upload .upload > input {
    top: -6px;
    height: 35px;
}

/*========== 컨텐츠 공용 시작 ==========*/
/*서브타이틀*/
.sub-title-area {
    position: relative;
    display: flex;
    justify-content: space-between;
    padding: 16px 8px 24px 0px;
    border-bottom: 2px solid var(--sys-border-focus, #191923);
}
.sub-title-area h1 {
    color: var(--sys-semantic-primary-default, #fa8315);
    font-size: 26px !important;
    font-style: normal;
    font-weight: 700;
    line-height: 32px; /* 123.077% */
    letter-spacing: -0.1px;
}
.sub-title-area .search-result {
    font-size: 12px;
    font-weight: normal;
    line-height: 1.5;
    letter-spacing: -0.36px;
    text-align: right;
    padding-top: 18px;
}
.sub-title-area .search-result strong {
    font-weight: bold;
}

/*list-empty*/
.list-empty {
    padding: 100px 0;
    text-align: center;
}
.list-empty img {
    width: 80px;
    height: 80px;
}
.list-empty p {
    font-size: 12px;
    font-weight: normal;
    line-height: 1.5;
    letter-spacing: -0.36px;
    color: #d6d6d6;
    margin: 8px 0 0;
}
.list-empty.small {
    padding: 24px 0;
}
.list-empty.large {
    padding: 128px 0;
}

/*search-area*/
.search-area {
    position: absolute;
    top: 0;
    left: 50%;
    background-color: #eee;
    margin-left: -200px;
    width: 400px;
    height: 52px;
    overflow: hidden;
    padding: 8px 12px;
    z-index: 100;
}
.search-area input[type='text'] {
    width: 100%;
    height: 36px;
    margin: 0;
    border: none;
    padding: 9px 16px;
    font-size: 13px;
    background-color: #f9f9f9;
    border-radius: 18px;
}
.search-area .btn-search {
    position: absolute;
    top: 14px;
    right: 14px;
    font-size: 0;
    line-height: 0;
    text-align: center;
    border: none;
}
.search-area .btn-search:after {
    content: '';
    display: block;
    overflow: hidden;
    width: 40px;
    height: 28px;
    background: url(/image/web/icon_search.png) center center no-repeat;
    background-size: contain;
}
.select-delete {
    overflow: hidden;
    padding: 24px 0 16px;
    border-bottom: 1px solid #e6e6e6;
}
.select-delete select {
    float: left;
    min-width: 120px;
}
.select-delete button {
    float: right;
    height: 28px;
    line-height: 28px;
}

/*알림*/
.push-list {
    background: #fff;
    padding: 16px 0 0;
}
.push-list > button {
    float: right;
    margin: 0 0 8px;
}
.push-list > ul {
    margin-top: -8px;
    overflow: hidden;
    clear: both;
}
.push-list > ul > li {
    position: relative;
    margin: 8px 0 0;
}
.push-list > ul > li a {
    display: block;
    border: 1px solid #e6e6e6;
    border-radius: 4px;
    padding: 14px 16px;
    background: #fff;
}
.push-list > ul > li .date {
    font-size: 12px;
    color: #565656;
}
.push-list > ul > li .con {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #161616;
    word-break: keep-all;
    margin: 8px 0 0;
}
.push-list > ul > li .delete {
    position: absolute;
    top: 10px;
    right: 10px;
    display: block;
    width: 20px;
    height: 20px;
    background: url(../../image/component/icon_modal_close.png) center center no-repeat;
    background-size: contain;
    z-index: 1;
}
.push-list > ul > li.read a {
    background: #f9f9f9;
}
.push-list > ul > li.read .con {
    color: #a6a6a6;
}
.push-list > ul > li.read .date {
    color: #a6a6a6;
}
.push-list .list-empty {
    padding: 100px 0;
}
.btn-group + .push-list {
    margin: 16px 0 0;
}

/*table-type-area*/
.table-type-area > ul {
    border-top: 1px solid #e6e6e6;
}
.table-type-area > ul > li {
    display: table;
    width: 100%;
    margin: 0;
    height: 68px;
    border-bottom: 1px solid #e6e6e6;
}
.table-type-area > ul > li > * {
    display: table-cell;
    vertical-align: middle;
    padding: 16px;
    text-align: left;
}
.table-type-area > ul > li > .title {
    font-size: 12px;
    font-weight: 400;
    color: #868686;
    width: 180px;
    background-color: #f9f9f9;
    padding-left: 24px;
}
.table-type-area > ul > li > .title.required::before {
    content: '*';
    display: inline-block;
    color: #e6291f;
    margin-right: 2px;
}
.table-type-area > ul > li > .con {
    font-size: 13px;
    color: #161616;
    padding: 8px 16px;
    padding-right: 0;
}
.table-type-area > ul > li > .con input[type='radio'] {
    margin: 0 4px 0 0;
}
.table-type-area > ul > li > .con .input-regular {
    width: 314px;
}
.table-type-area > ul > li > .con .input-regular.width100 {
    min-width: 100px;
    width: auto;
}
.table-type-area > ul > li > .con .input-regular.btn-add + button {
    width: 74px;
    padding: 0;
    margin-left: 4px;
}
.table-type-area > ul > li > .con textarea.input-regular {
    width: 100%;
    margin: 8px 0;
}

/*block-type-area*/
.block-type-area {
    background: #fff;
    padding: 0 16px 16px;
    overflow: hidden;
}
.block-type-area > ul > li {
    margin: 24px 0 0;
}
.block-type-area > ul > li > .title {
    font-size: 12px;
    font-weight: 500;
    color: #565656;
    overflow: hidden;
}
.block-type-area > ul > li > .title.required::before {
    content: '*';
    display: inline-block;
    color: #e6291f;
    margin-right: 2px;
}
.block-type-area > ul > li > .con {
    margin: 8px 0 0;
    font-size: 13px;
}
.block-type-area > ul > li > .con .unit-box .input-regular {
    width: calc(100% - 40px);
}
.block-type-area > ul > li input[type='radio'] {
    vertical-align: middle;
    margin-top: -2px;
}
.block-type-area > ul > li > .con .search-date input.input-regular {
    width: calc(50% - 10px);
}
.block-type-area > ul > li > .con input[type='radio'] {
    margin-left: 0;
}
.block-type-area > ul > li > .con .input-regular {
    width: 314px;
}
.block-type-area > ul > li > .con .input-regular + textarea.input-regular {
    margin-top: 8px;
}
.block-type-area > ul > li > .con .input-regular.btn-add + button {
    width: 74px;
    padding: 0;
    margin-left: 8px;
}
.block-type-area > ul > li > .con textarea.input-regular {
    width: 100%;
}

/* BTT */
.BTT .logo {
    margin: 0 auto;
    width: 180px;
    height: 180px;
}
.BTT > ul {
    border-top: 1px solid #d2d4e5;
}
.BTT > ul > li {
    display: table;
    width: 100%;
    margin: 0;
    height: 68px;
    border-bottom: 1px solid #d2d4e5;
}
.BTT > ul > li > * {
    display: table-cell;
    vertical-align: middle;
    padding: 16px;
    text-align: left;
}
.BTT > ul > li > .tit {
    color: #7a7e85;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    width: 180px;
    background-color: #fffcf9;
    padding: 23px;
    text-align: center;
}
.BTT > ul > li > .tit.required::after {
    content: '*';
    display: inline-block;
    color: #e6291f;
    margin-left: 2px;
}
.BTT > ul > li > .con {
    font-size: 13px;
    color: #161616;
    padding: 8px 16px;
    padding-right: 0;
}
.BTT > ul > li > .con input[type='radio'],
.BTT > ul > li > .con input[type='checkbox'] {
    margin: 0 4px 0 0;
}
.BTT > ul > li > .con .input-regular {
    width: 314px;
}
.BTT > ul > li > .con .input-regular.width100 {
    min-width: 100px;
    width: auto;
}
.BTT > ul > li > .con .input-regular.btn-add + button {
    width: 74px;
    padding: 0;
    margin-left: 4px;
}
.BTT > ul > li > .con textarea.input-regular {
    width: 100%;
    margin: 8px 0;
}
.BTT .btn-group-area {
    padding-top: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}
/* type-b */
.BTT.type-b {
    width: 375px;
    margin: 40px auto 0;
    padding: 0 16px;
}
.BTT.type-b > ul {
    border-top: 0;
}
.BTT.type-b > ul > li {
    display: block;
    height: auto;
    border-bottom: 0;
    margin: 16px 0 0;
}
.BTT.type-b > ul > li > * {
    display: block;
    padding: 0;
}
.BTT.type-b > ul > li .tit {
    background-color: #fff;
    text-align: left;
    margin-bottom: 4px;
    color: var(--sys-content-secondary, #424252);
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: 16px; /* 123.077% */
    letter-spacing: -0.3px;
}

/* block BTT */
.popup-report .BTT > ul {
    background: #fff;
    padding: 0;
    text-align: left;
}
.popup-report .BTT > ul > li {
    display: block;
    height: auto;
    margin: 16px 0 0;
    border-bottom: 0;
}
.popup-report .BTT > ul > li > .tit {
    display: block;
    width: 100%;
    background-color: #fff;
    padding: 0;
    font-size: 13px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #161616;
}
.popup-report .BTT > ul > li > .tit.required::before {
    content: '*';
    display: inline-block;
    color: #e6291f;
    margin-right: 2px;
}
.popup-report .BTT > ul > li > .con {
    display: block;
    margin: 8px 0 0;
    padding: 0;
    font-size: 13px;
    color: #565656;
}
.popup-report .BTT > ul > li > .con .input-regular {
    width: 100%;
}
.popup-report .BTT > ul > li > .con .input-regular + textarea.input-regular {
    margin-top: 8px;
}
.popup-report .BTT > ul > li > .con input[type='radio'],
.popup-report .BTT > ul > li > .con input[type='checkbox'] {
    margin: 0 4px 0 0;
}
.popup-report .BTT > ul > li > .con .input-regular.btn-add {
    width: calc(100% - 82px);
}
.popup-report .BTT > ul > li > .con .input-regular.btn-add + button {
    width: 74px;
    padding: 0;
    margin-left: 8px;
}
.popup-report .BTT > ul > li > .con textarea.input-regular {
    width: 100%;
}
.popup-report .btn-group-area {
    padding-top: 24px;
}
.popup-report .btn-group-area .btn-split2 {
    width: calc((100% - 8px) / 2) !important;
    margin: 0;
}

/* Login */
.login-area {
    width: 375px;
    padding: 40px 16px;
    margin: 0 auto;
    background: #fff;
    text-align: center;
}
.login-area .logo {
    margin: 0 auto 40px;
    width: 180px;
    height: 180px;
}
.login-area .input-medium {
    width: 100%;
    border-radius: 4px;
}
.login-area .input-large {
    width: 100%;
    height: 50px;
    border-radius: 4px;
    padding: 15px 16px;
    font-size: 14px;
    letter-spacing: -0.65px;
    border-radius: 8px;
}
.login-area li + li {
    margin-top: 16px;
}
.login-area button[type='submit'] {
    margin: 16px 0 0;
    border-radius: 8px;
    width: 100%;
}
.login-area button[type='submit'] + .btn-medium {
    margin-top: 16px;
}
.login-area .btn-medium {
    width: 100%;
}
.login-area .btn-medium + .btn-medium {
    margin-top: 8px;
}
.login-chk-link {
    margin-top: 12px;
}
.login-chk-link:after {
    content: '';
    display: block;
    clear: both;
}
.login-chk-link .chk {
    float: left;
}
.login-chk-link .chk > label {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    color: var(--sys-content-primary, #191923);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 133.333% */
    letter-spacing: -0.4px;
}
.login-chk-link .chk input {
    margin: 0 4px 0 0;
}
.login-chk-link .link {
    float: right;
}
.login-chk-link .link a {
    color: var(--sys-content-quaternary, #9595b2);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
    letter-spacing: -0.4px;
    display: inline-block;
    margin-left: 8px;
}
.login-chk-link .link a + a {
    padding-left: 8px;
    line-height: 0.8;
    border-left: 1px solid #a6a6a6;
}
.login-area .login-join {
    text-align: center;
    margin: 40px 0 0;
    font-size: 14px;
    color: #76768e;
}
.login-area .login-join a {
    color: var(--sys-content-tertiary, #76768e);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
    letter-spacing: -0.4px;
    display: inline-block;
    margin: 0 0 0 8px;
}
.login-area button[type='button'].sns {
    width: 100%;
    border-radius: 50vh;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: -0.7px;
    text-align: center;
    color: #868686;
    margin: 8px 0 0;
}
.login-area .kakaotalk:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    margin: -2px 4px 0 0;
    width: 32px;
    height: 32px;
    background: url(../../image/mobile/icon_s_kakaotalk.png) center center no-repeat;
    background-size: contain;
}
.login-area .naver:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    margin: -2px 4px 0 0;
    width: 32px;
    height: 32px;
    background: url(../../image/mobile/icon_s_naver.png) center center no-repeat;
    background-size: contain;
}
.login-area .facebook:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    margin: -2px 4px 0 0;
    width: 32px;
    height: 32px;
    background: url(../../image/mobile/icon_s_facebook.png) center center no-repeat;
    background-size: contain;
}
.login-area .google:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    margin: -2px 4px 0 0;
    width: 32px;
    height: 32px;
    background: url(../../image/mobile/icon_s_google.png) center center no-repeat;
    background-size: contain;
}
.login-area .apple,
.login-area .apple:hover {
    background: #000;
    font-size: 12px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: -0.36px;
    border: 0;
    color: #ffffff;
}
.login-area .apple:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    margin: -2px 4px 0 0;
    width: 32px;
    height: 32px;
    background: url(../../image/mobile/icon_s_apple.png) center center no-repeat;
    background-size: contain;
}

/* non-member */
.non-member {
    margin: 60px 0 0;
    padding: 60px 0 0;
    border-top: 1px solid #ddd;
}
.non-member .title {
    cursor: pointer;
    color: var(--sys-content-secondary, #424252);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
    letter-spacing: -0.4px;
}
.non-member .guide-text {
    margin: 13px 0 40px;
    color: var(--sys-content-tertiary, #76768e);
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
    letter-spacing: -0.4px;
}
.non-member #non-member-cont {
    display: none;
}
/* active */
.non-member.active #non-member-cont {
    display: block;
}

/*회원약관*/
.member-content {
    width: 375px;
    padding: 40px 16px;
    margin: 0 auto;
    background: #fff;
}
.member-content .logo {
    margin: 0 auto 46px;
    width: 180px;
    height: 180px;
}
.member-content .guide-text {
    color: #000;
    font-size: 34px;
    font-style: normal;
    font-weight: 700;
    line-height: 42px;
    letter-spacing: -0.1px;
}
.member-content .member-agree {
    margin: 24px 0 0;
}
.member-content .member-agree h1 {
    font-size: 12px;
}
.member-content .member-agree textarea::-webkit-scrollbar {
    width: 8px;
    border-radius: 8px;
}
.member-content .member-agree textarea::-webkit-scrollbar-thumb {
    background: var(--sys-overlay-inverse-tertiary, rgba(92, 92, 112, 0.2));
    border-radius: 8px;
}
.member-content .member-agree label {
    display: flex;
    align-items: center;
}
.member-content label span {
    color: var(--sys-content-primary, #191923);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 133.333% */
    letter-spacing: -0.4px;
}
.member-content label input {
    margin: 0 8px 0 0 !important;
}
.member-content .member-checked-all {
    margin: 24px 0 0;
}
.member-content .btn-group-area {
    padding: 24px 0 0;
}
.border-top {
    border-top: 1px solid #e6e6e6;
}

/* a-underline-group */
.a-underline-group {
    margin-top: 12px;
    text-align: center;
}
.a-underline-group a {
    font-size: 11px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #9e9ea2;
    margin: 0 8px;
    text-decoration: underline;
}

/*결과*/
.result-area {
    width: 390px;
    padding: 296px 0;
    margin: 0 auto;
    text-align: center;
}
.result-area .icon-result {
    display: block;
    margin: 0 auto;
    width: 80px;
    height: 80px;
    border-radius: 50px;
    background: #ffd7b2 url(/image/web/icon_result_chk.png) center center no-repeat;
    background-size: 40px;
}
.result-area h1 {
    font-size: 32px !important;
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: -0.54px;
    text-align: center;
    margin: 16px 0 0;
}
.result-area .guide-text {
    margin: 16px 0 0;
    display: flex;
    padding: 20px 16px;
    justify-content: center;
    align-items: center;
    background: var(--sys-background-secondary, #f9fafc);
    color: #000;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 125% */
    letter-spacing: -0.4px;
}
.result-area p strong {
    font-weight: bold;
    color: #868686;
}
.result-area .btn-large {
    display: block;
    width: 100%;
    margin: 40px auto 0;
}
.result-area .text-decoration {
    font-size: 11px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.55;
    letter-spacing: -0.33px;
    text-align: center;
    color: #a6a6a6;
    margin-top: 16px;
    display: block;
    text-decoration: underline;
}

/*게시판 목록 공통*/
.board-list-area {
    border-top: 1px solid #161616;
}
.search-type1 + .board-list-area {
    border-top: 1px solid #e9e9e9;
}
.sub-title-area + .board-list-area {
    border-top: 0;
}
.board-list-area ul {
    display: table;
    width: 100%;
}
.board-list-area ul li {
    display: table-cell;
    vertical-align: middle;
}
.board-list-area ul li.num {
    width: 10%;
}
.board-list-area ul li.date {
    width: 12%;
}
.board-list-area ul li.writer {
    width: 12%;
}
.board-list-area ul li.hit {
    width: 8%;
}
.board-list-area ul li.status {
    width: 12%;
}
.board-list-area ul li.term {
    width: 20%;
}
.board-list-area ul li.point {
    width: 20%;
}
.board-list-area ul li.split3 {
    width: 33.33%;
}
.board-list-area ul li.split4 {
    width: 25%;
}
.board-list-area ul li.split5 {
    width: 20%;
}
.board-list-area ul li.split6 {
    width: 16.66%;
}
.board-list-area ul li.split7 {
    width: 14.28%;
}
.board-list-area ul li.split8 {
    width: 12.5%;
}
.board-list-header ul li {
    background-color: #f5f6fa;
    border-bottom: 1px solid var(--sys-border-primary, #d2d4e5);
    padding: 10px 0px;
    color: var(--sys-content-secondary, #424252);
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px; /* 128.571% */
    letter-spacing: -0.4px;
}
.board-list-header > div {
    width: 100%;
    display: block;
    height: auto;
}
.board-list-content > div {
    position: relative;
    width: 100%;
    display: block;
    height: auto;
    border-bottom: 1px solid #e6e6e6;
}
.board-list-content > div.end:before {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.7);
}
.board-list-content > div > ul > li {
    background: #fff;
    padding: 16px 0;
    font-size: 16px;
    line-height: 1.46;
    letter-spacing: -0.65px;
    text-align: center;
    color: #565656;
}
.board-list-area .board-list-content > div > ul > li.subject {
    position: relative;
    text-align: left;
    padding-left: 8px;
    overflow: hidden;
}
.board-list-area .board-list-content > div > ul > li.subject > a p {
    float: left;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: -0.65px;
    text-align: left;
    color: #565656;
    max-width: 95%;
    display: -webkit-box;
    line-height: 1.5em;
    height: 1.5em;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    word-wrap: normal;
    overflow: hidden;
}
.board-list-area .board-list-content > div > ul > li.subject > a p:hover {
    text-decoration: underline;
}
.board-list-area .board-list-content > div > ul > li.subject > a p span {
    color: #fa8315;
}
.board-list-content > div > ul > li.num {
    font-size: 13px;
    color: #a6a6a6;
}
.board-list-content > div > ul > li.date {
    font-size: 16px;
}
.board-list-content > div > ul > li.writer {
    color: #868686;
}
.board-list-content > div > ul > li.status span {
    display: flex;
    margin: 0 auto;
    width: 69px;
    height: 32px;
    padding: 0;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    border: 1px solid var(--sys-border-primary, #d2d4e5);
    background: var(--sys-background-primary, #fff);
    color: var(--sys-content-primary, #191923);
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: 16px; /* 123.077% */
    letter-spacing: -0.3px;
}
.board-list-content > div > ul > li.status span.complete {
    border: 1px solid var(--sys-border-primary, #ffd7b2);
    background: var(--sys-semantic-primary-middle, #ffd7b2);
}
.board-list-content > div > ul > li.term {
    font-size: 16px;
}
.board-list-content > div > ul > li.term span {
    color: #a6a6a6;
    font-size: 16px;
}
.board-list-content > div > ul > li.point {
    font-size: 16px;
}
.board-list-area .btn-group-area {
    display: flex;
    justify-content: flex-end;
    padding: 16px 0 0;
}
.board-list-area .btn-group-area .btn-regular {
}

/* faq */
.accordion.faq {
    width: 100%;
}
.accordion.faq .inner-wrap > ul > li {
    display: block;
}
.accordion.faq .inner-wrap > ul > li .accordion-header {
    position: relative;
    height: auto;
    padding: 16px 44px;
}
.accordion.faq .inner-wrap > ul > li .accordion-header:before {
    position: absolute;
    left: 24px;
    top: 17px;
    content: 'Q.';
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    color: #a6a6a6;
    display: -webkit-box;
    line-height: 1.5em;
    height: 1.5em;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    word-wrap: normal;
    overflow: hidden;
}
.accordion.faq .inner-wrap > ul > li.active .accordion-header p {
    display: block;
    height: auto;
}
.accordion.faq .inner-wrap > ul > li.active .accordion-content {
    display: block;
}
.accordion.faq .inner-wrap > ul > li .accordion-header p {
    font-size: 13px;
    line-height: 1.5;
}
.accordion.faq .inner-wrap > ul > li .accordion-content {
    position: relative;
    padding-left: 44px;
    min-height: auto;
}
.accordion.faq .inner-wrap > ul > li .accordion-content:before {
    position: absolute;
    left: 24px;
    top: 16px;
    content: 'A.';
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    color: #5cc4ef;
}
.accordion.faq .inner-wrap > ul > li .accordion-content p {
    font-size: 13px;
    color: #565656;
}
.accordion.faq .inner-wrap > ul > li .accordion-content img {
    display: block;
    max-width: 100%;
    margin: 16px 0;
}

/* 게시판형 faq */
.board-list-content .accordion {
    width: auto;
}
.board-list-content .accordion > ul > li {
    height: auto;
    position: relative;
    background: #fff;
    padding: 16px;
}
.board-list-content .accordion > ul > li p {
    width: calc(100% - 32px);
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: -0.6px;
    text-align: left;
    color: #161616;
    text-decoration: none;
    cursor: pointer;
    display: -webkit-box;
    line-height: 1.5em;
    height: 1.5em;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.board-list-content .accordion .num {
    width: 10%;
    font-size: 16px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #565656;
    vertical-align: top;
    padding-top: 18px;
}
.board-list-content .accordion > ul > li p:after {
    display: block;
    content: '';
    width: 24px;
    height: 24px;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -12px;
    background: url(../../image/component/icon_accordion_arrow_down.png) no-repeat 0 0;
    background-size: contain;
    opacity: 0.3;
}
.board-list-content .accordion .accordion-content {
    background: #fff;
    width: 100%;
    transition: height 0ms 400ms, opacity 400ms 0ms;
    overflow: hidden;
    height: 0;
    min-height: 0;
    opacity: 0;
}
.board-list-content .accordion.active > ul > li p {
    height: auto;
    -webkit-line-clamp: initial;
}
.board-list-content .accordion.active .accordion-content {
    border-top: 1px solid #e9e9e9;
    background-color: #f9f9f9;
    height: auto;
    opacity: 1;
}
.board-list-content .accordion.active > ul > li p:after {
    background: url(../../image/component/icon_accordion_arrow_up.png) no-repeat 0 0;
    background-size: contain;
}
.board-list-content .accordion .accordion-content {
    position: relative;
    background-color: #fff;
    min-height: auto;
}
.board-list-content .accordion .accordion-content p {
    padding: 16px 166px;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #565656;
}
.board-list-content .accordion .accordion-content img {
    display: block;
    max-width: 100%;
    margin: 0 0 16px;
}

/*temp-content*/
.temp-content {
    padding: 16px;
}
.temp-content pre {
    background-color: #f9f9f9;
    padding: 11px 16px;
    height: 600px;
    font-size: 16px;
    color: #565656;
    line-height: 1.5;
    letter-spacing: -0.36px;
    overflow-x: hidden;
    overflow-y: auto;
    white-space: pre-line;
    border-radius: 4px;
}
.temp-content pre::-webkit-scrollbar {
    width: 8px;
    background: #fff;
}
.temp-content pre::-webkit-scrollbar-thumb {
    background: #fa8315;
    border-radius: 4px;
}

/*게시판 보기*/
.board-view-area {
    background: #fff;
    padding: 0;
    border-bottom: 1px solid #e6e6e6;
}
.board-view-area .header {
    position: relative;
    border-bottom: 1px solid #e6e6e6;
    display: inline-block;
    width: 100%;
    height: auto;
    padding: 20px 0;
}
.board-view-area .header h1 {
    color: var(--black-opacity-100, #161616);
    font-size: 26px !important;
    font-style: normal;
    font-weight: 700;
    line-height: 28px; /* 127.273% */
    letter-spacing: -0.1px;
    word-break: break-all;
}
.board-view-area .header h1 .cate {
    min-width: 54px;
    height: 22px;
    line-height: 20px;
    padding: 0 8px;
    border: solid 1px #ff416f;
    background-color: #fff;
    font-size: 11px;
    color: #ff416f;
    text-align: center;
    margin: -2px 16px 0 0;
}
.board-view-area .header .info > ul {
    margin: 4px 0 0;
    position: relative;
}
.board-view-area .header .info > ul > li {
    float: left;
    color: var(--black-opacity-60, #a6a6a6);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0 16px 0 0;
}
.board-view-area .header .info > ul > li a {
    font-size: 12px;
    color: #868686;
    text-decoration: underline;
}
.board-view-area .header .info > ul > li.writer {
    font-weight: 500;
    color: #565656;
}
.board-view-area .header .info > ul > li.hit {
    position: absolute;
    top: 0;
    right: 0;
    color: #a6a6a6;
}
.board-view-area .header .info > ul > li.hit:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    margin-right: 4px;
    width: 24px;
    height: 24px;
    background: url(/image/web/icon_hit.png);
    background-size: contain;
}
.board-view-area .content {
    padding: 40px 0;
    color: var(--black-opacity-100, #161616);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 171.429% */
    min-height: 440px;
    word-break: break-all;
}
.board-view-area .content.small {
    min-height: 250px;
}
.board-view-area .content img {
    display: block;
    max-width: 100%;
    margin: 0 0 16px;
}
.board-view-area + .btn-group {
    padding-top: 16px;
}
.board-view-area .swiper-container {
    margin: 16px 0 0;
}
.board-view-area .swiper-container .swiper-slide {
    position: relative;
    width: 100px !important;
    padding-bottom: 100px !important;
    height: 0;
    overflow: hidden;
    border-radius: 8px;
}
.board-view-area .swiper-container .swiper-slide img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin: 0;
}

/* board-file */
.board-file {
    padding: 20px 0;
}
.board-file a {
    display: inline-block;
    height: 32px;
    margin: 0 16px 0 0;
    padding: 4px 8px;
    border-radius: 4px;
    border: solid 2px #e9e9e9;
    font-size: 11px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.55;
    letter-spacing: -0.55px;
    text-align: left;
    color: #868686;
}
.board-file a:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    margin: -3px 8px 0 0;
    background: url(/image/web/icon_download.png);
    background-size: contain;
}

/*board-re*/
.board-re > h1 {
    background-color: #fffbfa;
    padding: 16px 0;
    font-size: 16px;
    color: #565656;
    text-align: center;
}
.board-re > div {
    padding: 16px 0;
    color: #656565;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 125% */
}

/* 회원용 */
.member-write-area {
    width: 312px;
    margin: 0 auto;
    padding: 70px 0;
}
.member-write-area .icon-result {
    display: block;
    margin: 50px auto 0;
    width: 64px;
    height: 64px;
    border-radius: 32px;
    background: url(../../image/mobile/icon_result_chk.png) center center no-repeat;
    background-size: contain;
}
.member-write-area .icon-result.success {
    background: url(../../image/mobile/icon_result_success.png) center center no-repeat;
    background-size: contain;
}
.member-write-area .icon-result.fail {
    background: url(../../image/mobile/icon_result_fail.png) center center no-repeat;
    background-size: contain;
}
.member-write-area h1 {
    margin-top: 100px;
    margin-bottom: 12px;
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #161616;
}
.member-write-area .icon-result + h1 {
    margin-top: 24px;
}
.member-write-area .btn-large {
    width: 100%;
}
.member-write-area h1 + .btn-large {
    margin-top: 40px;
}
.member-write-area h1 + .btn-large + .align-center {
    margin-top: 12px;
}
.member-write-area .member-guide-text {
    margin: 16px 0 0;
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #161616;
}

/*인덱스팝업*/
.index-popup {
    min-width: 312px;
}
.index-popup .btn-split2 {
    width: 50% !important;
}
.index-popup .btn-split2.btn-medium {
    border: 0 !important;
    border-top: 1px solid #e6e6e6 !important;
    border-radius: 0 !important;
}
.index-popup .btn-split2.btn-medium + .btn-split2.btn-medium {
    border-left: 1px solid #e6e6e6 !important;
}
.index-popup .popup-content img {
    width: 312px;
    height: 312px;
}

/* quantity-change */
.quantity-change {
    display: flex;
    align-items: center;
    border: 1px solid #e9e9e9;
    border-radius: 4px;
}
.quantity-change .btn-minus {
    width: 40px;
    height: 40px;
    transition: all 0.5s;
    display: flex;
    justify-content: center;
    align-items: center;
}
.quantity-change .btn-minus span {
    width: 32px;
    height: 32px;
    background: url(../../image/mobile/icon_minus.png) center center no-repeat;
    background-size: contain;
    text-indent: -5000px;
}
.quantity-change .input {
    width: calc(100% - 80px);
    height: 44px;
    line-height: 42px;
    font-size: 13px;
    text-align: center;
}
.quantity-change .btn-plus {
    width: 40px;
    height: 40px;
    transition: all 0.5s;
    display: flex;
    justify-content: center;
    align-items: center;
}
.quantity-change .btn-plus span {
    width: 32px;
    height: 32px;
    background: url(../../image/mobile/icon_plus.png) 0 0 no-repeat;
    background-size: contain;
    text-indent: -5000px;
}

/* btn-group-area */
.btn-group-area {
    padding: 24px 0 0;
    text-align: center;
    overflow: hidden;
}
.btn-group-area .f-left {
    float: left;
}
.btn-group-area .f-left .btn-regular + .btn-regular {
    margin-left: 8px;
}
.btn-group-area .f-right {
    float: right;
}
.btn-group-area .btn-medium,
.btn-group-area .btn-large {
    width: 160px !important;
}
.btn-group-area .btn-split2 {
    width: 160px !important;
    margin: 0;
}
.btn-group-area .btn-split2 + .btn-split2 {
    margin-left: 8px;
}
.btn-group-area .btn-split3 {
    width: 160px !important;
    margin: 0;
}
.btn-group-area .btn-split3 + .btn-split3 {
    margin-left: 8px;
}
.board-list-area + .btn-group-area,
.board-view-area + .btn-group-area {
    padding-top: 16px;
}
.btn-group-area + .paginate-area {
    margin-top: 8px;
}
.service-info {
    min-height: 600px;
    padding: 24px;
    border-radius: 4px;
    border: solid 1px #e9e9e9;
    background-color: #ffffff;
    font-size: 13px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.46;
    letter-spacing: -0.39px;
    text-align: left;
    color: #565656;
    margin-top: 16px;
}

/* .event-list-type */
.event-list-type {
    border-bottom: 1px solid #e9e9e9;
}
.event-list-type .img img {
    width: 100%;
    height: 160px;
    object-fit: cover;
}
.event-list-type .subject {
    margin: 16px 32px 8px;
    text-align: center;
}
.event-list-type .subject a {
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.47;
    letter-spacing: -0.75px;
    text-align: center;
    color: #565656;
}
.event-list-type .subject a:hover {
    text-decoration: underline;
}
.event-list-type .term {
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: -0.6px;
    text-align: center;
    color: #a6a6a6;
    margin-bottom: 16px;
}
.text-decoration {
    text-decoration: underline;
}
.search-type1 {
    padding: 24px 0 16px;
    text-align: right;
}
.search-type1 select.input-small {
    min-width: 120px;
}

/* 댓글 작성 */
.board-comment-area {
    width: 100%;
    height: auto;
    background: #fff;
    overflow: hidden;
    margin: 60px 0 0;
}
.board-comment-area h1 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 12px;
}
.board-comment-write {
    position: relative;
    width: 100%;
    height: auto;
    display: inline-block;
    margin-top: 32px;
}
.board-comment-write textarea {
    width: 100%;
    height: 100px;
    border: solid 1px #e6e6e6;
    border-radius: 4px;
    padding: 16px 144px 16px 16px;
}
.board-comment-write .btn-group-area {
    position: absolute;
    bottom: 16px;
    right: 16px;
    margin: 0;
    padding: 0;
}
.board-comment-write .btn-medium {
    width: 96px;
    height: 96px;
    font-size: 13px;
    margin-left: 8px;
}
.board-comment-list {
    width: 100%;
    height: auto;
    border-top: 1px solid #e6e6e6;
}
.board-comment-list > div {
    width: 100%;
    height: auto;
}
.board-comment-list > div > ul {
    display: inline-block;
    width: 100%;
    height: auto;
}
.board-comment-list > div > ul > li {
    display: inline-block;
    width: 100%;
    height: auto;
}
.board-comment-list > div > ul > li > .comment-box {
    width: 100%;
    height: auto;
    padding: 16px 0;
    border-bottom: 1px solid #e6e6e6;
    position: relative;
}
.board-comment-list > div > ul > li .comment-top-area {
    display: inline-block;
    width: 100%;
    height: auto;
    margin: -4px 0 0;
}
.board-comment-list > div > ul > li .comment-top-area > ul.comment-info {
    display: block;
    float: left;
}
.board-comment-list .comment-btn {
    display: block;
    float: right;
    position: relative;
}
.board-comment-list .comment-btn:before {
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    background: url(/image/web/icon_cm_btn.png);
    background-size: contain;
    cursor: pointer;
}
.board-comment-list .comment-btn ul {
    display: none;
}
.board-comment-list .comment-btn:hover ul {
    display: block;
    position: absolute;
    top: 16px;
    right: 8px;
    width: 100px;
    height: 105px;
    padding: 16px 61px 16px 16px;
    border-radius: 8px;
    box-shadow: 0 1px 12px 0 rgba(0, 0, 0, 0.08);
    background-color: #ffffff;
    z-index: 1;
}
.board-comment-list .comment-btn li button {
    font-size: 13px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.46;
    letter-spacing: -0.65px;
    text-align: left;
    color: #868686;
}
.board-comment-list .comment-btn li + li {
    margin-top: 8px;
}
.board-comment-list .comment-btn li button:hover {
    text-decoration: underline;
}
.board-comment-list > div > ul > li .comment-top-area > ul.comment-info li {
    display: inline-block;
    margin-right: 12px;
}
.board-comment-list .comment-top-area > ul.comment-info li {
    font-size: 12px;
    color: #b6b6b6;
}
.board-comment-list .comment-top-area > ul.comment-info li.userid {
    color: #565656;
}
.board-comment-list > div > ul > li .comment-content-area {
    width: 100%;
    display: block;
    height: auto;
}
.board-comment-list > div > ul > li .comment-content-area > p {
    width: 100%;
    height: auto;
    line-height: 1.46;
    display: block;
    color: #161616;
    font-size: 13px;
    padding: 8px 0;
}
.board-comment-list > div > ul > li .bottom-btn button {
    font-size: 12px;
    color: #b6b6b6;
    margin: 0 16px 0 0;
}
.board-comment-list > div > ul > li .comment-reply-write {
    position: relative;
    width: 100%;
    height: auto;
    padding: 12px 12px 12px 24px;
    border-bottom: 1px solid #e6e6e6;
}
.board-comment-list > div > ul > li .comment-reply-write:before {
    position: absolute;
    top: 16px;
    left: 16px;
    content: '';
    display: inline-block;
    width: 24px;
    height: 24px;
    margin: 0;
    vertical-align: middle;
    background: url(../../image/mobile/icon_comment_re.png) center center no-repeat;
    background-size: contain;
}
.board-comment-list > div > ul > li .comment-reply-write textarea {
    width: 834px;
    height: 100px;
}
.board-comment-list > div > ul > li .comment-reply-write .btn-group-area {
    position: absolute;
    bottom: 28px;
    right: 28px;
    margin: 0;
    padding: 0;
}
.board-comment-list > div > ul > li .comment-reply-write .btn-medium {
    width: calc(50% - 5px);
    height: 44px;
    line-height: 42px;
    border-radius: 22px;
    font-size: 13px;
    margin: 0;
}
.board-comment-list .comment-reply-write .btn-medium + .btn-medium {
    margin: 0 0 0 8px;
}
.board-comment-list > div > ul > li > .comment-box.re {
    width: 100%;
    height: auto;
    padding: 12px 0 12px 26px;
    border-bottom: 1px solid #e6e6e6;
    position: relative;
    background: url(/image/web/icon_re.png) 0 8px no-repeat;
    background-size: 24px;
}
.board-comment-list > .comment-box.re .comment-content-area > p {
    color: #868686;
}
.comment-content-area ul {
    display: flex;
    margin: 8px 0;
}
.comment-content-area li.tit {
    font-size: 12px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: -0.6px;
    text-align: left;
    color: #a6a6a6;
    width: 64px;
    height: 18px;
}
.comment-content-area li.con {
    font-size: 13px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.46;
    letter-spacing: -0.65px;
    text-align: left;
    color: #161616;
    width: calc(100% - 64px);
    padding-left: 8px;
}
.popup-report .block-type-area {
    padding: 0 0 24px;
}

/* member-out */
.member-out {
    width: 375px;
    padding: 60px 16px;
    margin: 0 auto;
    text-align: center;
}
.member-out .icon-result {
    margin: 0 auto;
    display: flex;
    width: 80px;
    height: 80px;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    background: #ffd7b2 url(/image/web/icon_result.png) center center no-repeat;
    background-size: 40px;
}
.member-out h1 {
    color: #000;
    text-align: center;
    font-size: 20px !important;
    font-style: normal;
    font-weight: 400 !important;
    line-height: 26px; /* 130% */
    letter-spacing: -0.8px;
    margin: 16px 0 0;
}
.member-out p {
    display: flex;
    padding: 20px 16px;
    justify-content: center;
    align-items: center;
    background: var(--sys-background-secondary, #f9fafc);
    color: #000;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 125% */
    letter-spacing: -1.2px;

    margin: 8px 0 40px;
}
.member-out p strong {
    font-weight: bold;
    color: #868686;
}
.froala-view .f-video-editor {
    width: 100%;
    height: auto;
}
.froala-view .f-video-editor iframe {
    width: 100%;
    height: 30vh;
}
.a-underline {
    display: block;
    font-size: 11px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #a6a6a6;
    text-decoration: underline;
}

/* main-notice */
.main-notice {
    padding: 24px 16px 40px;
}
.main-notice .title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 8px;
}
.main-notice .title h1 {
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.67;
    letter-spacing: normal;
    text-align: left;
    color: #161616;
}
.main-notice .title .more {
    width: 24px;
    height: 24px;
    background: url(../../image/mobile/icon_more.png);
    background-size: contain;
}
.main-notice > ul > li {
    display: flex;
    align-items: center;
    padding: 10px 0;
}
.main-notice > ul > li:last-child {
    padding-bottom: 0;
}
.main-notice > ul > li + li {
    border-top: 1px solid #e9e9e9;
}
.main-notice > ul > li a {
    width: calc(100% - 86px);
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.67;
    letter-spacing: normal;
    text-align: left;
    color: #565656;
    padding-right: 24px;
}
.main-notice > ul > li span {
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.67;
    letter-spacing: normal;
    text-align: right;
    color: #565656;
}
.main-notice .empty {
    height: 68px;
    padding: 24px;
    border-radius: 16px;
    background-color: #f6f6f6;
    margin: 16px 0 0;
}
.main-notice .empty p {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.67;
    letter-spacing: normal;
    text-align: center;
    color: #565656;
}
.top-right {
    padding: 16px 0 0;
    text-align: right;
}
.btn-delete-all {
    width: 80px;
    height: 40px;
    flex-grow: 0;
    padding: 0 11px 0 10px;
    border-radius: 4px;
    border: solid 1px #d6d6d6;
    background-color: #fff;
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 38px;
    letter-spacing: normal;
    text-align: left;
    color: #868686;
}

/*■■■파일업로드*/
.file-upload {
}
.file-upload .gallery-scroll {
    overflow-x: auto;
    overflow-y: hidden;
}
.file-upload .gallery-scroll::-webkit-scrollbar {
    width: 100%;
    height: 0;
}
.file-upload .gallery-scroll .gallery {
    width: 700px;
}
.file-upload .gallery {
    display: block;
    margin-top: 8px;
}
.file-upload .gallery:after {
    display: block;
    content: '';
    display: block;
    clear: both;
}
.file-upload .gallery .img-thumb {
    float: left;
    position: relative;
    width: 100px;
    height: 100px;
    margin: 0 0 8px;
    border-radius: 8px;
    overflow: hidden;
    background: url(../../image/component/bg_upload_img_default.png) no-repeat 0 0;
    background-size: contain;
}
.file-upload .gallery .img-thumb + .img-thumb {
    margin-left: 8px;
}
.file-upload .gallery .delete {
    width: 22px;
    height: 22px;
    position: absolute;
    top: 2px;
    right: 2px;
    cursor: pointer;
    z-index: 1;
    background: url(../../image/component/icon_file_upload_delete.png) no-repeat 0 0;
    background-size: contain;
}
.file-upload .gallery img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.file-upload .gallery .file-thumb {
    float: left;
    position: relative;
    width: 100px;
    height: 100px;
    margin: 0 0 8px;
    border-radius: 8px;
    overflow: hidden;
    background: url(../../image/component/bg_upload_file_default.png) no-repeat 0 0;
    background-size: contain;
}
.file-upload .gallery .file-thumb + .file-thumb {
    margin-left: 8px;
}
.file-upload .gallery .file-thumb .name,
.file-upload .gallery .file-thumb .name_org {
    display: block;
    text-align: center;
    position: absolute;
    width: 80px;
    left: 50%;
    margin-left: -40px;
    top: 46px;
    font-size: 11px;
    color: #868686;
    letter-spacing: -1px;
    max-width: 80px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
}
.file-upload .gallery .file-thumb .size {
    display: block;
    text-align: center;
    position: absolute;
    width: 80px;
    left: 50%;
    margin-left: -40px;
    top: 60px;
    font-size: 10px;
    color: #a6a6a6;
}
.file-upload .upload {
    cursor: pointer;
    display: inline;
    position: relative;
    -webkit-tap-highlight-color: transparent;
}
.file-upload .upload > input {
    display: inline-block;
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
}
::-webkit-file-upload-button {
    cursor: pointer;
}
.file-upload .upload > .btn-regular {
    width: 100%;
}
/* inner-btn */
.file-upload.inner-btn {
    display: flex;
    flex-wrap: wrap;
}
.file-upload.inner-btn .gallery {
    position: relative;
    background: url(../../image/component/bg_upload_img_default.png) no-repeat center center;
    background-size: cover;
    margin-top: 0;
    border-radius: 8px;
}
.file-upload.inner-btn .gallery + .gallery {
    margin-left: 14px;
}
.file-upload.inner-btn .gallery .img-thumb {
    margin: 0;
    background: url();
}
.file-upload.inner-btn .gallery .img-thumb img {
    position: relative;
    z-index: 2;
    border-radius: 8px;
    border: 1px solid #d6d6d6;
}
.file-upload.inner-btn .gallery .delete {
    z-index: 3 !important;
}
.file-upload.inner-btn .upload {
    width: 100px;
    height: 100px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.file-upload.inner-btn .upload button {
    width: 100px;
    height: 100px;
    padding: 0;
}
.file-upload.inner-btn .upload input {
    width: 100px;
    height: 100px;
    padding: 0;
}
/* type-b */
.file-upload.type-b {
    display: flex;
    align-items: center;
}
.file-upload.type-b + .file-upload.type-b {
    margin: 8px 0 0;
}
.file-upload.type-b .btn-small {
    width: 100px;
}
.file-upload.type-b .gallery {
    margin: 0;
}
.file-upload.type-b .gallery .file-thumb {
    width: 200px;
    height: 35px;
    margin: 0;
    padding: 0;
    border-radius: 0;
    overflow: hidden;
    display: flex;
    align-items: center;
    background: none;
    letter-spacing: normal;
}
.file-upload.type-b .gallery .file-thumb .name {
    text-align: left;
    position: static;
    width: auto;
    margin: 0 0 0 16px;
    letter-spacing: normal;
}
.file-upload.type-b .gallery .file-thumb .size {
    text-align: left;
    position: static;
    width: auto;
    margin: 0 0 0 8px;
    letter-spacing: normal;
}
.file-upload.type-b .gallery .delete {
    position: static;
    margin: 0 0 0 16px;
}

/* 비활성화 */
body.inactive-header header.header,
body.inactive-footer footer.footer {
    display: none;
}

/*========== 컨텐츠 공용 끝 ==========*/

/*========== 컨텐츠 시작 ==========*/
.main-banner-free-estimate {
    width: 1200px;
    display: flex;
    justify-content: space-between;
}
.main-banner-free-estimate .free-estimate {
    width: 407px;
    margin: 0 0 0 32px;
}
.main-banner-free-estimate .free-estimate h1 {
    color: #000;
    font-size: 34px;
    font-style: normal;
    font-weight: 400;
    line-height: 42px; /* 123.529% */
    letter-spacing: -0.1px;
}
.main-banner-free-estimate .free-estimate h1 strong {
    display: block;
    font-weight: bold;
}
.main-banner-free-estimate .free-estimate .link {
    margin: 16px 0 0;
    display: flex;
    justify-content: space-between;
}
.main-banner-free-estimate .free-estimate .link a {
    display: flex;
    width: 196px;
    height: 150px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: 1px solid var(--ref-gray-300, #babad4);
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px; /* 128.571% */
    letter-spacing: -0.4px;
}
.main-banner-free-estimate .free-estimate .link a:before {
    content: '';
    width: 80px;
    height: 80px;
    margin: 0 0 8px;
}
.main-banner-free-estimate .free-estimate .link a.request:before {
    background: url(/image/web/icon_request.png) no-repeat;
    background-size: contain;
}
.main-banner-free-estimate .free-estimate .link a.check:before {
    background: url(/image/web/icon_check.png) no-repeat;
    background-size: contain;
}
.main-banner-free-estimate .free-estimate .video {
    margin: 16px 0 0;
    position: relative;
    width: 100%;
    padding-bottom: 57.48%;
    height: 0;
    overflow: hidden;
}
.main-banner-free-estimate .free-estimate .video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* subvisual-title */
.subvisual-title {
    height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.subvisual-title.production-status {
    background: url(/image/web/sv1.jpg) no-repeat center center;
    background-size: cover;
}
.subvisual-title.about-us {
    background: url(/image/web/sv2.jpg) no-repeat center center;
    background-size: cover;
}
.subvisual-title.QUOTATION {
    background: url(/image/web/sv3.jpg) no-repeat center center;
    background-size: cover;
}
.subvisual-title .title {
    color: var(--sys-content-inverse-primary, #fff);
    font-size: 34px;
    font-style: normal;
    font-weight: 700;
    line-height: 42px; /* 123.529% */
    letter-spacing: -0.1px;
}
.subvisual-title .eng {
    color: var(--sys-content-inverse-primary, #fff);
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px; /* 123.077% */
    letter-spacing: -0.1px;
}

.empty-done {
    margin: 140px auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #000;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
    letter-spacing: -0.4px;
}

/* production-status-search */
.production-status-search > ul > li {
    display: flex;
}
.production-status-search > ul > li > .tit {
    width: 200px;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    border-bottom: 1px solid var(--sys-content-inverse-primary, #fff);
    background: var(--sys-content-tertiary, #76768e);
    color: var(--sys-content-inverse-primary, #fff);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; /* 130% */
    letter-spacing: -0.4px;
}
.production-status-search > ul > li > .con {
    padding: 9px 0 9px 21px;
    display: flex;
    align-items: center;
    font-size: 18px;
}

/* production-status-list */
.production-status-list {
    border-top: 1px solid var(--sys-border-primary, #d2d4e5);
}
.production-status-list .title {
    padding: 40px 16px 20px 16px;
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 14px; /* 70% */
    letter-spacing: -0.4px;
}
.production-status-list .title span {
    color: var(--sys-semantic-primary-default, #fa8315);
}

/* table01 */
.table01 {
    width: 100%;
}
.table01 thead th {
    vertical-align: middle;
    border-left: 1px solid var(--sys-content-inverse-primary, #fff);
    background: var(--sys-background-tertiary, #f5f6fa);
    padding: 16px 8px;
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; /* 130% */
    letter-spacing: -0.4px;
}
.table01 tbody td {
    vertical-align: middle;
    text-align: center;
    height: 56px;
    padding: 4px 16px;
    color: var(--sys-content-secondary, #424252);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
    letter-spacing: -0.4px;
}

/* table02 */
.table02 {
    width: 100%;
}
.table02 thead th {
    vertical-align: middle;
    border-left: 1px solid var(--sys-content-inverse-primary, #fff);
    background: var(--sys-background-tertiary, #f5f6fa);
    padding: 16px 8px;
    color: var(--sys-content-secondary, #424252);
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px; /* 133.333% */
    letter-spacing: -0.3px;
}
.table02 tbody td {
    vertical-align: middle;
    text-align: center;
    height: 56px;
    padding: 4px;
    color: var(--sys-content-secondary, #424252);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px; /* 114.286% */
    letter-spacing: -0.3px;
}

.work-request-summary {
    display: flex;
    justify-content: center;
    align-items: center;
}

/* about-us-area */
.about-us-area {
    margin: 60px 0;
    display: flex;
    align-items: center;
}
.about-us-area img {
    width: 491px;
    height: 397px;
    object-fit: cover;
}
.about-us-area > div {
    padding: 40px;
}
.about-us-area .subject {
    margin: 0 0 16px;
    color: var(--sys-content-secondary, #424252);
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px; /* 123.077% */
    letter-spacing: -0.1px;
}
.about-us-area > div > div {
    color: var(--sys-content-secondary, #424252);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px; /* 200% */
    letter-spacing: -0.4px;
}

/* company-address-list */
.company-address-list {
    margin: 16px 0 0;
}
.company-address-list li {
    height: 24px;
    display: flex;
    align-items: center;
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px; /* 128.571% */
    letter-spacing: -0.4px;
}
.company-address-list li + li {
    margin: 8px 0 0;
}
.company-address-list li:before {
    content: '';
    width: 24px;
    height: 24px;
    margin: 0 46px 0 0;
    background-size: contain !important;
}
.company-address-list li.address:before {
    background: url(/image/web/location_on.png) no-repeat;
}
.company-address-list li.tel:before {
    background: url(/image/web/phone.png) no-repeat;
}
.company-address-list li.email:before {
    background: url(/image/web/mail.png) no-repeat;
}

/* quotation-title */
.quotation-title {
    padding: 40px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.quotation-title .title {
    color: var(--sys-content-primary, #191923);
    font-family: Pretendard;
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px; /* 123.077% */
    letter-spacing: -0.1px;
}
.quotation-title .guide-text {
    margin: 8px 0 0;
    color: var(--sys-content-primary, #191923);
    font-family: Pretendard;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px; /* 160% */
    letter-spacing: -0.1px;
}
.quotation-title .info {
    display: flex;
    align-items: center;
    column-gap: 16px;
    padding: 16px;
    border-radius: 8px;
    background: var(--sys-background-secondary, #f9fafc);
    /* color: #000;
    font-family: Pretendard;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: -0.1px; */
}

/* icon */
.icon {
    display: inline-block;
    width: 24px;
    height: 24px;
    background-size: contain !important;
}
.icon.content-paste {
    background: url(/image/web/content_paste.png) no-repeat;
}

/* work-progress */
.work-progress .title {
    padding: 0 16px 20px 16px;
    color: #000;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px; /* 127.273% */
    letter-spacing: -0.1px;
}
.work-progress ul {
    display: flex;
    padding: 24px;
    align-items: center;
}
.work-progress li {
    display: flex;
    align-items: center;
}
.work-progress li span {
    display: flex;
    align-items: center;
    padding: 16px 32px;
    border-radius: 8px;
    border: 1px solid var(--sys-border-primary, #d2d4e5);
    background: var(--sys-content-inverse-primary, #fff);
    color: var(--sys-content-secondary, #424252);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; /* 130% */
    letter-spacing: -0.4px;
}
.work-progress li.active span {
    border-radius: 8px;
    background: var(--sys-semantic-primary-default, #fa8315);
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.3), 0px 2px 6px 2px rgba(0, 0, 0, 0.15);
    color: var(--sys-content-inverse-primary, #fff);
    border: 0;
}
.work-progress li + li:before {
    content: '';
    width: 24px;
    height: 24px;
    margin: 0 8px;
    background: url(/image/web/arrow_forward_ios.png) no-repeat;
    background-size: contain;
}

/* order-info */
.order-info .title {
    padding: 40px 0px 20px 0px;
    color: #000;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px; /* 127.273% */
    letter-spacing: -0.1px;
}
.order-info .sub-title {
    display: flex;
    padding: 20px 24px;
    justify-content: space-between;
    align-items: center;
    color: var(--sys-content-primary, #191923);
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 133.333% */
    letter-spacing: -0.4px;
}
.order-info > table {
    border-top: 1px solid var(--sys-content-disabled, #babad4);
    width: 100%;
}
.order-info > table th {
    border-bottom: 1px solid var(--sys-content-disabled, #babad4);
    width: 200px;
    vertical-align: middle;
    padding: 24px;
    background: var(--sys-background-tertiary, #f5f6fa);
    color: #000;
    font-family: Pretendard;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; /* 162.5% */
    letter-spacing: -0.4px;
}
.order-info > table td {
    vertical-align: middle;
    border-bottom: 1px solid var(--sys-content-disabled, #babad4);
    padding: 16px 32px;
    color: var(--sys-content-primary, #191923);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
    letter-spacing: -0.4px;
}

/*■■■모달레이어*/
.popup {
    display: inline-block;
    display: none;
    width: 640px;
    max-height: 800px;
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    overflow-y: auto;
}
.popup::-webkit-scrollbar {
    width: 8px;
    background: #fff;
}
.popup::-webkit-scrollbar-thumb {
    background: #fa8315;
    border-radius: 4px;
}
.popup > .inner-wrap {
    display: inline-block;
    width: 100%;
    height: 100%;
    padding: 40px 32px;
    position: relative;
}
.popup .inner-wrap .popup-header {
    padding: 0 0 0px;
    font-size: 34px !important;
    font-style: normal;
    font-weight: 700;
    line-height: 42px; /* 123.529% */
    letter-spacing: -0.1px;
}
.popup .inner-wrap .popup-content {
    width: 100%;
    margin-bottom: 24px;
    font-size: 13px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.46;
    letter-spacing: -0.39px;
    text-align: left;
    color: #000000;
}
.popup .inner-wrap .popup-close {
    cursor: pointer;
    position: absolute;
    top: 44px;
    right: 40px;
    width: 24px;
    height: 24px;
    opacity: 0.8;
    background: url(../../image/component/icon_modal_close.png) no-repeat 0 0;
    background-size: contain;
}
.popup .inner-wrap .popup-close:hover {
    opacity: 1;
}
/* full */
.popup.full {
    max-height: auto;
}

/* box-structure */
.box-structure > ul {
    margin: 40px 0 0;
    padding: 0 40px;
    display: flex;
    justify-content: center;
}
.box-structure > ul > li {
    width: 25%;
}
.box-structure > ul > li + li {
    margin-left: 16px;
}
.box-structure .tit {
    display: flex;
    padding: 8px 0;
    justify-content: center;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    color: var(--sys-content-secondary, #424252);
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px; /* 123.077% */
    letter-spacing: -0.8px;
}
.box-structure .con {
    color: var(--sys-content-secondary, #424252);
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px; /* 180% */
    letter-spacing: -0.3px;
    text-align: justify;
}
.box-structure .con img {
    width: 120px;
    height: 120px;
}

/* printing-paper-material */
.printing-paper-material > ul {
    margin: 40px 0 0;
    padding: 0 40px;
    display: flex;
    justify-content: center;
}
.printing-paper-material > ul > li {
    width: 170px;
}
.printing-paper-material > ul > li + li {
    margin-left: 24px;
}
.printing-paper-material .tit {
    display: flex;
    padding: 8px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    border-bottom: 1px solid var(--sys-content-disabled, #babad4);
    color: var(--sys-content-secondary, #424252);

    /* sys/label/medium/bold */
    font-family: Pretendard;
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px; /* 123.077% */
    letter-spacing: -0.3px;
}
.printing-paper-material .con {
    color: var(--sys-content-secondary, #424252);
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px; /* 180% */
    letter-spacing: -0.3px;
    text-align: justify;
}
.printing-paper-material .con .img {
    padding: 16px;
}
.printing-paper-material .con .img img {
    width: 130px;
    height: 87px;
}
.printing-paper-material .guide-text {
    padding: 8px 0;
    color: var(--sys-content-primary, #191923);
    font-family: Pretendard;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 14px; /* 116.667% */
    letter-spacing: -0.3px;
}

/* cardboard */
.cardboard .title {
    margin: 64px 0 0;
    color: var(--sys-content-secondary, #424252);
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 16px; /* 100% */
    letter-spacing: -0.4px;
}
.cardboard > ul {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.cardboard > ul > li {
    width: calc((100% - 32px) / 3);
    margin: 16px 16px 0 0;
}
.cardboard > ul > li:nth-child(3n) {
    margin-right: 0;
}
.cardboard .tit {
    display: flex;
    padding: 8px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    color: var(--sys-content-secondary, #424252);
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px; /* 123.077% */
    letter-spacing: -0.3px;
}
.cardboard .con .txt {
    margin: 12px 0 0;
    color: #000;
    font-family: Pretendard;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px; /* 228.571% */
    letter-spacing: -0.1px;
}
.cardboard .con .img img {
    width: 100%;
    height: auto;
}

/* corrugated-cardboard */
.corrugated-cardboard .title {
    margin: 24px 0 0;
    color: var(--sys-content-secondary, #424252);
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 16px; /* 100% */
    letter-spacing: -0.4px;
}
.corrugated-cardboard > ul {
    margin: 10px 0 0;
    padding: 0 40px;
    display: flex;
    justify-content: center;
}
.corrugated-cardboard > ul > li {
    width: 130px;
    margin: 0 3px;
}
.corrugated-cardboard .tit {
    display: flex;
    padding: 8px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    background: var(--sys-background-tertiary, #f5f6fa);
    color: var(--sys-content-secondary, #424252);
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px; /* 123.077% */
    letter-spacing: -0.3px;
}
.corrugated-cardboard .thickness {
    color: var(--sys-content-secondary, #424252);
    font-family: Pretendard;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 14px; /* 116.667% */
    letter-spacing: -0.3px;
    padding: 0 4px 12px;
    margin-bottom: 12px;
    border-bottom: 1px solid var(--sys-border-primary, #d2d4e5);
}
.corrugated-cardboard .con .txt {
    color: var(--sys-content-secondary, #424252);
    text-align: justify;
    font-family: Pretendard;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px; /* 150% */
    letter-spacing: -0.3px;
    padding: 0 4px;
}
.corrugated-cardboard .con .img img {
    width: 130px;
    height: 130px;
}

/* box-shape-radio */
.box-shape-radio {
    margin: 30px 0 0;
    display: flex;
    flex-wrap: wrap;
}
.box-shape-radio label {
    width: calc((100% - 120px) / 6);
    margin: 10px 20px 0 0;
}
.box-shape-radio label input {
    display: none;
}
.box-shape-radio label input + img {
    border: 1px solid #ddd;
}
.box-shape-radio label input:checked + img {
    border: 1px solid #fa8315;
}
.box-shape-radio label div {
    margin: 8px 0 0;
    text-align: center;
    color: var(--sys-content-secondary, #424252);
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px; /* 125% */
    letter-spacing: -0.4px;
}
.box-shape-radio label div small {
    color: var(--sys-content-primary, #191923);
    font-family: Pretendard;
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
}
/* split5 */
.box-shape-radio.split5 label {
    width: calc((100% - 176px) / 5);
    margin: 10px 44px 0 0;
}
.box-shape-radio.split5 label:nth-child(5n) {
    margin-right: 0;
}

/* box-shape-detail */
.box-shape-detail {
    margin: 16px 0 0;
}
.box-shape-detail > img {
}
.box-shape-detail .more-images {
    width: 200px;
    display: flex;
    flex-wrap: wrap;
}
.box-shape-detail .more-images img {
    width: 80px;
    height: 80px;
    border: 1px solid #ddd;
    margin: 0 0 20px 20px;
}
.box-shape-detail .txt {
    margin: 16px 0 0;
    padding-bottom: 20px;
    color: var(--sys-content-secondary, #424252);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 125% */
    letter-spacing: -0.4px;
}

/* box-material-radio */
.box-material-radio {
    margin: 30px 0 0;
}
.box-material-radio .title {
    display: flex;
    align-items: center;
    width: 100%;
    height: 68px;
    font-weight: 600;
}
.box-material-radio .title button {
    width: 20px;
    height: 20px;
    background: url(/image/web/help_outline.png) no-repeat;
    background-size: contain;
    margin: 0 0 0 8px;
}
.box-material-radio .structure-select {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 32px;
    border-bottom: 1px solid #ddd;
}
.box-material-radio label {
    position: relative;
    width: 120px;
    margin: 10px 8px 0 0;
}
.box-material-radio label input {
    display: none;
}
.box-material-radio label input + img {
    border: 1px solid transparent;
}
.box-material-radio label input:checked + img {
    border: 1px solid #fa8315;
}
.box-material-radio label:before {
    /* content: '인쇄지';
    position: absolute;
    top: 16px;
    left: 50%;
    display: flex;
    width: 56px;
    height: 30px;
    padding: 8px 0;
    justify-content: center;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
    border-radius: 8px 8px 8px 0px;
    background: var(--sys-semantic-primary-default, #fa8315);
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.3), 0px 2px 6px 2px rgba(0, 0, 0, 0.15);
    color: var(--sys-content-inverse-primary, #fff);
    text-align: center;
    font-family: Pretendard;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px;
    letter-spacing: -0.3px;
    display: none; */
}
.box-material-radio label:after {
    /* content: '골판지';
    position: absolute;
    bottom: 40px;
    left: 50%;
    display: flex;
    width: 56px;
    height: 30px;
    padding: 8px 0;
    justify-content: center;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
    border-radius: 0px 8px 8px 8px;
    background: var(--sys-semantic-primary-default, #fa8315);
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.3), 0px 2px 6px 2px rgba(0, 0, 0, 0.15);
    color: var(--sys-content-inverse-primary, #fff);
    text-align: center;
    font-family: Pretendard;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px;
    letter-spacing: -0.3px;
    display: none; */
}
.box-material-radio label.active:before,
.box-material-radio label.active:after {
    display: flex;
}
.box-material-radio label:nth-child(4):before {
    top: 28px;
}
.box-material-radio label:nth-child(4):after {
    display: none;
}

.box-material-radio label div {
    margin: 8px 0 0;
    text-align: center;
    color: var(--sys-content-secondary, #424252);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 125% */
    letter-spacing: -0.4px;
}
.box-material-radio .printing-paper {
    margin: 32px 0 0;
    padding: 16px 0 0;
    border-top: 1px solid #ddd;
}

.printing-paper-select {
    display: none;
}
/* boxStructure */
.boxStructure {
    display: none !important;
}
.boxStructure.active {
    display: flex !important;
    flex-wrap: wrap;
    margin: 24px 0 0;
    width: 100%;
}
.boxStructure.active ul {
    width: 100%;
}
.boxStructure.active li .tit {
    color: var(--sys-content-secondary, #424252);
    font-family: Pretendard;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px; /* 157.143% */
    letter-spacing: -0.3px;
}

/* printing-paper-select */
.printing-paper-select > ul > li {
    display: flex;
    align-items: center;
}
.printing-paper-select > ul > li + li {
    margin: 16px 0 0;
}
.printing-paper-select > ul > li > div {
    width: 100%;
}
.printing-paper-select > ul > li > div.split2 {
    width: calc((100% - 16px) / 2);
}
.printing-paper-select > ul > li > div.split2 + div.split2 {
    margin-left: 16px;
}
.printing-paper-select > ul > li .tit {
    margin: 0 0 4px;
    color: var(--sys-content-secondary, #424252);
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: 16px; /* 123.077% */
    letter-spacing: -0.3px;
}
.printing-paper-select > ul > li > div select {
    width: 100%;
}

/* box-size-insert */
.box-size-insert .img {
    display: flex;
    padding: 40px 0 32px;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid #ddd;
}
.box-size-insert ul {
    padding: 40px 8px 0;
}
.box-size-insert li + li {
    margin: 16px 0 0;
}
.box-size-insert .tit {
    color: var(--sys-content-secondary, #424252);
    padding-bottom: 4px;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: 16px; /* 123.077% */
    letter-spacing: -0.3px;
}

/* printing-coating-insert */
.printing-coating-insert {
    padding: 8px 0 0;
}
.printing-coating-insert .title {
    display: flex;
    align-items: center;
    width: 100%;
    height: 54px;
    padding: 24px 0px 10px;
}
.printing-coating-insert .title button {
    width: 20px;
    height: 20px;
    background: url(/image/web/help_outline.png) no-repeat;
    background-size: contain;
    margin: 0 0 0 8px;
}

/* radio-checkbox */
.radio-checkbox {
    display: flex;
    flex-wrap: wrap;
}
.radio-checkbox label {
    width: calc(100% / 4);
}

/* quotation-req */
.quotation-req {
    position: relative;
    width: 640px;
    background-color: #fff;
    padding: 36px 32px 40px;
    margin: 40px auto 0;
}
.quotation-req::before {
    content: '';
    display: block;
    position: absolute;
    top: -8px;
    left: 0;
    z-index: 1;
    border-radius: 6px 0px 0px 0px;
    background: var(--sys-semantic-primary-default, #fa8315);
    width: 320px;
    height: 8px;
}
.quotation-req .step {
    color: var(--sys-semantic-primary-default, #fa8315);
    font-size: 34px;
    font-style: normal;
    font-weight: 700;
    line-height: 42px; /* 123.529% */
    letter-spacing: -0.1px;
}
.quotation-req > .title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: var(--sys-content-secondary, #424252);
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 36px; /* 120% */
    letter-spacing: -0.1px;
}
.quotation-req > .title button {
    padding-right: 0;
    color: var(--sys-content-tertiary, #76768e);
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px; /* 138.462% */
    letter-spacing: -0.4px;
}

/* order-info-insert */
.order-info-insert .title {
    padding: 32px 0 10px;
    color: var(--sys-content-primary, #191923);
    font-family: Pretendard;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 16px; /* 88.889% */
    letter-spacing: -0.4px;
}

/* file-guide */
.file-guide {
    margin: 6px 0 0;
    padding: 16px;
    background: var(--sys-semantic-notice-light, #fff4e6);
    color: #191923;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
    letter-spacing: -0.4px;
}

/* fileupload-list */
.fileupload-list {
    margin: 16px 0 0;
}
.fileupload-list > ul > li {
    margin: 8px 0 0;
    display: flex;
    align-items: center;
}
.fileupload-list .tit {
    width: 88px;
}

/* filebox */
.filebox {
    width: calc(100% - 88px);
    position: relative;
    display: flex;
    align-items: center;
}
.filebox input[type='text'] {
    display: inline-block;
    padding: 0 16px;
    vertical-align: middle;
    border: 0;
    background: var(--sys-background-tertiary, #f5f6fa);
    width: calc(100% - 95px);
    color: #999999;
}
.filebox label {
    display: flex;
    border-radius: 8px;
    background: var(--sys-semantic-primary-middle, #ffd7b2);
    width: 87px;
    height: 48px;
    padding: 0px 16px;
    justify-content: center;
    align-items: center;
    margin-left: 8px;
    color: var(--sys-content-primary, #191923);
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px; /* 125% */
    letter-spacing: -0.4px;
    cursor: pointer;
}
.filebox lnds-icon {
    display: none;
    position: absolute;
    top: 12px;
    right: 107px;
    cursor: pointer;
}
.filebox input[type='file'] {
    position: absolute;
    width: 0;
    height: 0;
    padding: 0;
    overflow: hidden;
    border: 0;
}

.popup-privacy .temp-content {
    padding: 0;
}
.popup-privacy .temp-content pre {
    height: 288px;
    background-color: #fff;
}

html.bgcolor,
body.bgcolor {
    background-color: #f5f6fa;
}

/* box-recommend */
.box-recommend .guide-text {
    padding: 40px 0;
    color: var(--sys-content-secondary, #424252);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px; /* 128.571% */
    letter-spacing: -0.4px;
}
.box-recommend .guide-text strong {
    color: #fa8315;
}

/* box-title-img */
.box-title-img {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: var(--sys-content-secondary, #424252);
    font-family: Pretendard;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px; /* 114.286% */
    letter-spacing: -0.3px;
}
.box-title-img img {
    width: 45px;
    height: 45px;
}

.btn-privacy-chk {
    display: flex;
    align-items: center;
    font-size: 13px;
}

.align-items-center {
    display: flex;
    align-items: center;
}

select,
select option[selected] {
    color: #9595b2;
}
select option,
select.active {
    color: #191923;
}

/* 23-09-04 */
html.bgcolor,
body.bgcolor {
    height: auto;
}
/* 견적요청 */
.quotation-req {
    display: none;
}
.quotation-req.step01::before {
    width: 20%;
}
.quotation-req.step02::before {
    width: 40%;
}
.quotation-req.step03::before {
    width: 60%;
}
.quotation-req.step04::before {
    width: 80%;
}
.quotation-req.step05::before {
    width: 100%;
}
.box-shape-radio label,
.structure-select label {
    cursor: pointer;
}
.printing-paper-select > ul > li > div.split3 {
    width: calc((100% - 32px) / 3);
}
.printing-paper-select > ul > li > div.split3 + div.split3 {
    margin-left: 16px;
}

/* printing-paper-material */
.printing-paper-material > ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 24px;
    padding: 0;
}
.printing-paper-material > ul > li {
    width: 170px;
}
.printing-paper-material > ul > li + li {
    margin: 0 auto;
}
.printing-paper-material .tit {
    word-break: keep-all;
}
.printing-paper-material .con {
    text-align: justify;
}
.printing-paper-material .con .img img {
    width: 100%;
    height: auto;
}
.printing-paper-material .guide-text {
    text-align: justify;
    word-break: keep-all;
}

.quotation-title .info .profile {
    width: 48px;
    height: 48px;
    border-radius: 50vh;
    background-color: #fff;
}
.quotation-title .info .mb_info {
    display: flex;
    flex-direction: column;
}
.quotation-title .info .mb_info .item {
    display: flex;
    align-items: center;
    column-gap: 8px;
    padding-left: 16px;
    border-left: 1px solid #e3e4ee;
}
.quotation-title .info .mb_info .item .title {
    display: flex;
    align-items: center;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: -0.1px;
    color: #2a2a2a;
}
.quotation-title .info .mb_info .item .val {
    display: flex;
    align-items: center;
    font-size: 13px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: -0.1px;
    color: #1a1a1a;
}
.quotation-title .info .mb_info .item .val.point {
    font-size: 13px;
    font-weight: 700;
    line-height: 16px;
    letter-spacing: -0.1px;
    color: #1a1a1a;
}

/* 24-01-09 */
.main_minimun_quantity {
    color: var(--sys-content-primary, #191923);
    font-family: Pretendard;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px; /* 150% */
    letter-spacing: -0.4px;
}
