/* *******************************************************
 * filename : contents.css
 * description : 기본 레이아웃 및 컨텐츠 CSS
 * date : 2025-03-06
******************************************************** */

/* key_visual_wrap  */
/*=======================================================================================*/
.key_visual_wrap {
    overflow: hidden;
}

.key_visual_wrap .inner {
    max-width: 1400px;
    aspect-ratio: 1400/383;
    margin: 0 auto;
    height: 100%;
    position: relative;
}

.mainSwiper {
    height: 100%;
}

.mainSwiper .swiper-slide {
    font-size: 0;
    line-height: 0;
}

.mainSwiper .swiper-slide img {
    height: 100%;
}

.mainSwiper .swiper-slide img.pc {
    display: block;
}

.mainSwiper .swiper-slide img.mobile {
    display: none;
}

.key_visual_wrap .inner .swiper-button-next {
    right: -3.125rem;
    color: #fff;
}

.key_visual_wrap .inner .swiper-button-prev {
    left: -3.125rem;
    color: #fff;
}

.key_visual_wrap .inner .swiper-pagination-bullet-active {
    background-color: #fff;
}

/* product_list  */
/*=======================================================================================*/
.product_list {
    max-width: 1400px;
    margin: 0 auto 3.125rem;
}

.product_list ul {
    clear: both;
    overflow: hidden;
}

.product_list ul li {
    float: left;
    width: calc(25% - 0.9375rem);
    margin-right: 1.25rem;
    margin-bottom: 1.6875rem;
    aspect-ratio: 330/350;
    padding: 0.625rem;
    background: #fff;
    border-radius: 1.875rem;
    -webkit-box-shadow: 0 0 1rem rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 1rem rgba(0, 0, 0, 0.06);
}
.product_list ul li:nth-child(4n) {
    margin-right: 0;
}

.product_list ul li .inner {
    background: url(../images/LINE_DOTTED.png) no-repeat;
    background-size: 100% 100%;
    height: 100%;
    padding: 6.5%;
}

.product_list ul li .inner .img {
    height: 65%;
}

.product_list ul li .inner .img img {
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
    width: 100%;
    height: 100%;
}

.product_list ul li .inner .txt {
    height: 18%;
    font-size: 1.5625rem;
    font-weight: 500;
    text-align: center;
}

.product_list ul li .inner .btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 17%;
    border-radius: 0.875rem;
    font-size: 1.125rem;
    font-weight: 500;
}

.product_list ul li.none {
    background: url(../images/WIDGET_NONE.png) no-repeat;
    background-size: 100% 100%;
}

/* special_service  */
/*=======================================================================================*/
.special_service {
    margin-bottom: 3.125rem;
}

.special_service h2 {
    margin: 0 auto;
    text-align: center;
    margin-bottom: 1.875rem;
}

.special_service h2 span {
    display: block;
    font-size: 1rem;
}

.special_service h2 em {
    display: block;
    font-size: 2.5rem;
    font-family: "Cafe24Ssurround";
}

.special_service .inner {
    max-width: 1400px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 1.25rem 1.6875rem;
}

.special_service .inner li {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    aspect-ratio: 330/350;
    border-radius: 1.25rem;
    color: #fff;
    text-align: center;
    padding: 2%;
    position: relative;
}

.special_service .inner li:first-child {
    background: -o-linear-gradient(330deg, #eb900b, #e76d02);
    background: linear-gradient(120deg, #eb900b, #e76d02);
}

.special_service .inner li:nth-child(2) {
    background: -o-linear-gradient(330deg, #b4639b, #708ad1);
    background: linear-gradient(120deg, #b4639b, #708ad1);
}

.special_service .inner li:nth-child(3) {
    background: -o-linear-gradient(330deg, #988071, #46322f);
    background: linear-gradient(120deg, #988071, #46322f);
}

.special_service .inner li:last-child {
    background: -o-linear-gradient(330deg, #fed85c, #eebc1a);
    background: linear-gradient(120deg, #fed85c, #eebc1a);
}

.special_service .inner li .tit {
    font-family: "Cafe24Ssurround";
    font-size: 1.6875rem;
    margin-bottom: 0.625rem;
}

.special_service .inner li i {
    display: block;
    height: 60%;
    aspect-ratio: 1/1;
    margin: 0 auto 3%;
}

.special_service .inner li p {
    font-size: 1rem;
    font-weight: 500;
}

.special_service .inner li i.ic_laptop {
    background: url(../images/SVG/IC_LAPTOP.svg) no-repeat;
    background-size: 70%;
    background-position: center;
}

.special_service .inner li i.ic_ticket {
    background: url(../images/SVG/IC_TICKET.svg) no-repeat;
    background-size: 75%;
    background-position: center;
}

.special_service .inner li i.ic_pg {
    background: url(../images/SVG/IC_PG.svg) no-repeat;
    background-size: 65%;
    background-position: center;
}

.special_service .inner li i.ic_system {
    background: url(../images/SVG/IC_SYSTEM.svg) no-repeat;
    background-size: 70%;
    background-position: center;
}

.special_service .inner li p {
    word-break: keep-all;
}

.special_service .inner li:last-child .tit,
.special_service .inner li:last-child p {
    color: #41403f;
}

.special_service .inner li:last-child .btn {
    position: absolute;
    display: inline-block;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -1.25rem;
    padding: 3% 8%;
    border-radius: 0.875rem;
    font-size: 1.125rem;
    font-weight: 500;
}

/* board_wrap */
/*=======================================================================================*/
.board_wrap .inner {
    max-width: 1400px;
    margin: 0 auto;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 2.5rem;
}

.board_wrap .inner > div {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

/* notice_wrap */
.notice_wrap {
    position: relative;
}

.notice_wrap > .btn {
    position: absolute;
    right: 0;
    top: 0.625rem;
    font-size: 1rem;
    padding: 0.5rem 1.25rem;
    border-radius: 0.375rem;
}

.notice_wrap .tit {
    font-family: "Cafe24Ssurround";
    font-size: 1.875rem;
    position: relative;
    padding-left: 6.25rem;
    height: 4.375rem;
    line-height: 4.375rem;
}

.notice_wrap .tit::before {
    content: "";
    background: url(../images/IC_NOTICE.png) no-repeat;
    background-size: contain;
    background-position: bottom;
    width: 4.5rem;
    height: 4.5rem;
    position: absolute;
    left: 10px;
}

.notice_wrap .cont {
    background: #fff;
    border-radius: 1.875rem;
    -webkit-box-shadow: 0 0 1rem rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 1rem rgba(0, 0, 0, 0.06);
    min-height: 28rem;
    padding: 1.25rem 2.8125rem;
}

.notice_wrap .cont ul li {
    border-bottom: 2px solid #e3e3e3;
    line-height: 4.125rem;
}

.notice_wrap .cont ul li:last-child {
    border-bottom: none;
}

.notice_wrap .cont ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1.125rem;
    height: 100%;
}

.notice_wrap .cont ul li a span {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    white-space: nowrap;
    /* 줄 바꿈 안 함 */
    overflow: hidden;
    /* 넘치는 텍스트 숨김 */
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    /* 생략 기호 (...) 사용 */
}

.notice_wrap .cont ul li a em {
    color: #aaa8a6;
}

/* faq_wrap */
.faq_wrap {
    position: relative;
}
.faq_wrap.none_line {
    border-top: none;
    border-bottom: none;
}

.faq_wrap > .btn {
    position: absolute;
    right: 0;
    top: 0.625rem;
    font-size: 1rem;
    padding: 0.5rem 1.25rem;
    border-radius: 0.375rem;
}

.faq_wrap .tit {
    font-family: "Cafe24Ssurround";
    font-size: 1.875rem;
    position: relative;
    padding-left: 6.25rem;
    height: 4.375rem;
    line-height: 4.375rem;
}

.faq_wrap .tit::before {
    content: "";
    background: url(../images/IC_FAQ.png) no-repeat;
    background-size: contain;
    background-position: bottom;
    width: 4.75rem;
    height: 4.3125rem;
    position: absolute;
    left: 10px;
}

.faq_wrap .cont {
    background: #fff;
    border-radius: 1.875rem;
    -webkit-box-shadow: 0 0 1rem rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 1rem rgba(0, 0, 0, 0.06);
    min-height: 28rem;
    padding: 1.25rem 2.8125rem;
}

.faq_wrap .cont ul li {
    border-bottom: 2px solid #e3e3e3;
    line-height: 4.125rem;
}

.faq_wrap .cont ul li:last-child {
    border-bottom: none;
}

.faq_wrap .cont ul li a {
    display: block;
    font-size: 1.125rem;
    position: relative;
    white-space: nowrap;
    /* 줄 바꿈 안 함 */
    overflow: hidden;
    /* 넘치는 텍스트 숨김 */
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    /* 생략 기호 (...) 사용 */
}

.faq_wrap .cont ul li a::after {
    content: "\f105";
    font-family: "Font Awesome 6 pro";
    font-size: 1.25rem;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

/* wallet_wrap */
/*=======================================================================================*/
.wallet_wrap {
    max-width: 1400px;
    margin: 0 auto;
    position: relative;
}

.wallet_wrap .thumb_img_wrap {
    border-radius: 0.625rem;
    -webkit-box-shadow: 0 0 16px rgba(0, 0, 0, 0.03);
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.03);
    background: #fff;
    width: calc(50% - 11px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    aspect-ratio: 690/418;
    margin-bottom: 1.25rem;
}

.wallet_wrap .thumb_img_wrap .img {
    max-height: 240px;
}

.wallet_wrap .thumb_img_wrap .img img {
    -o-object-fit: contain;
    object-fit: contain;
    width: 100%;
    height: 100%;
    -o-object-position: center;
    object-position: center;
}

.wallet_wrap .thumb_img_wrap .txt {
    font-size: 1.5rem;
    font-weight: 500;
    text-align: center;
}

.wallet_wrap .product_buy_wrap {
    width: calc(50% - 0.6875rem);
    position: absolute;
    left: calc(50% + 0.6875rem);
    top: 0;
}

.wallet_wrap .product_buy_wrap .step {
    margin-bottom: 1.25rem;
}
.wallet_wrap .product_buy_wrap .step .top {
    display: flex;
    justify-content: space-between;
    align-items: top;
}
.wallet_wrap .product_buy_wrap .step .top h3 {
    font-size: 1.125rem;
    font-weight: 500;
    padding-bottom: 0.625rem;
}

.wallet_wrap .product_buy_wrap .step .top h3::before {
    display: inline-block;
    width: 2.25rem;
    height: 2.25rem;
    line-height: 2.25rem;
    color: #fff;
    background: #f47d4d;
    border-radius: 0.875rem;
    text-align: center;
    margin-right: 0.5rem;
}
.wallet_wrap .product_buy_wrap .step .top .btn {
    font-size: 1rem;
    font-weight: 500;
    height: 2rem;
    border-radius: 0.5rem;
    padding: 0 0.625rem;
}
.wallet_wrap .product_buy_wrap .step .top .btn i {
    display: inline-block;
    vertical-align: middle;
}
.wallet_wrap .product_buy_wrap .step .top .btn span {
    display: inline-block;
    vertical-align: middle;
}

.wallet_wrap .product_buy_wrap .step:first-child .top h3::before {
    content: "01";
}

.wallet_wrap .product_buy_wrap .step:nth-child(2) .top h3::before {
    content: "02";
}

.wallet_wrap .product_buy_wrap .step:nth-child(3) .top h3::before {
    content: "03";
}

.wallet_wrap .product_buy_wrap .step .cont {
    border-radius: 0.625rem;
    -webkit-box-shadow: 0 0 16px rgba(0, 0, 0, 0.03);
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.03);
    background: #fff;
    padding: 1.875rem;
}

.wallet_wrap .product_buy_wrap .step .cont .product_name {
    font-size: 1.625rem;
    font-weight: 500;
    border-bottom: 2px solid #d4d4d4;
    padding-bottom: 0.5rem;
    margin-bottom: 0.75rem;
}

.product_quantity ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px dashed #d4d4d4;
    padding-bottom: 0.5rem;
    margin-bottom: 0.75rem;
}

.product_quantity ul li .tit .kind {
    display: block;
    font-size: 1rem;
}

.product_quantity ul li .tit .price {
    display: block;
    font-size: 1.5rem;
    font-weight: 500;
}

.product_quantity ul li .tit .price span {
    font-size: 1.25rem;
    color: #5f5b5a;
}

.product_quantity ul li .control {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.product_quantity ul li .control > .btn {
    font-size: 1.125rem;
    font-weight: 500;
    width: 2.8125rem;
    height: 2.5rem;
    border-radius: 0.625rem;
}

.product_quantity ul li .control > .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #f1f1f1;
    -webkit-box-shadow: 0 0 16px inset rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 16px inset rgba(0, 0, 0, 0.06);
    border-radius: 0.625rem;
    height: 2.5rem;
    line-height: 2.5rem;
    overflow: hidden;
}

.product_quantity ul li .control > .box > .btn {
    font-size: 1.25rem;
    font-weight: 500;
    width: 2.5rem;
    height: 2.5rem;
}

.product_quantity ul li .control > .box > .form_input {
    border: none;
    background: none;
    text-align: center;
    font-size: 1.25rem;
    font-weight: 500;
    width: 3.125rem;
}
.product_quantity ul li .btn_wrap {
}
.product_quantity ul li .btn_wrap .btn {
    min-width: 120px;
    font-size: 1.25rem;
    font-weight: 500;
    border-radius: 8px;
    padding: 6px 0;
}

.wallet_wrap .product_buy_wrap .bottom_btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1rem;
}

.wallet_wrap .product_buy_wrap .bottom_btn .btn {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-radius: 0.625rem;
    padding: 20px 0;
}
.wallet_wrap .product_buy_wrap .bottom_btn .btn.readonly {
    cursor: inherit;
}
.wallet_wrap .product_buy_wrap .bottom_btn .btn.readonly:active {
    transform: scale(1);
}

.wallet_wrap .product_buy_wrap .bottom_btn .btn i {
    display: inline-block;
    vertical-align: middle;
    font-size: 1.625rem;
    font-weight: 500;
    margin-right: 0.3125rem;
}

.wallet_wrap .product_buy_wrap .bottom_btn .btn span {
    display: inline-block;
    vertical-align: middle;
    font-size: 1.375rem;
    font-weight: 500;
}

/* check_amount */
/*=======================================================================================*/
.check_amount li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.check_amount li:first-child {
    border-bottom: 1px dashed #d4d4d4;
    padding-bottom: 0.625rem;
    margin-bottom: 0.625rem;
}

.check_amount li .tit {
    font-size: 1.125rem;
    font-weight: 500;
}

.check_amount li .tit span {
    color: #e8044a;
    font-size: 1rem;
}

.check_amount li .price {
    font-size: 1.125rem;
    color: #f47d4d;
    font-weight: 500;
}

/* product_info_wrap */
/*=======================================================================================*/
.product_info_wrap {
    border-radius: 0.625rem;
    -webkit-box-shadow: 0 0 16px rgba(0, 0, 0, 0.03);
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.03);
    background: #fff;
    width: calc(50% - 11px);
    overflow: hidden;
}

/* tabs_wrap - product_info */
.tabs_wrap .tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    background: #efeeee;
    -webkit-box-shadow: 0 0 16px inset rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 16px inset rgba(0, 0, 0, 0.06);
}

.tabs_wrap .tabs .tab-button {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 1.25rem;
    position: relative;
    font-weight: 500;
    padding: 1.4375rem 0;
    background: none;
}

.tabs_wrap .tabs .tab-button.active::before {
    display: block;
    content: "";
    width: 0.75rem;
    height: 0.75rem;
    position: absolute;
    left: -0.75rem;
    bottom: 0;
    background: url(../images/TAB_SIDE_L.png) no-repeat;
    background-size: 100% 100%;
}

.tabs_wrap .tabs .tab-button.active::after {
    display: block;
    content: "";
    width: 0.75rem;
    height: 0.75rem;
    position: absolute;
    right: -0.75rem;
    bottom: 0;
    background: url(../images/TAB_SIDE_R.png) no-repeat;
    background-size: 100% 100%;
}

.tabs_wrap .tabs .tab-button span::after {
    content: "";
    width: 2px;
    height: 30%;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #cbcbcb;
}

.tabs_wrap .tabs .tab-button:last-child span::after {
    display: none;
}

.tabs_wrap .tabs .tab-button.active {
    background: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.tabs_wrap .tabs .tab-button.active span {
    padding-bottom: 0.375rem;
    border-bottom: 3px solid #f47d4d;
}

.tabs_wrap .tabs .tab-button.active span::after {
    display: none;
}

.tabs_wrap .inner-tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 0.3125rem 0.625rem;
}

.tabs_wrap .inner-tabs .inner-tab-button {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 40%;
    flex: 1 1 40%;
    border: 1px solid #d1d1d1;
    border-radius: 0.9375rem;
    padding: 0.625rem 0;
}

.tabs_wrap .inner-tabs .inner-tab-button.active {
    background: #f47d4d;
    border-color: #e55c24;
    color: #fff;
    font-weight: 500;
}

/* product_info_desc */
.product_info_desc {
    padding: 1.875rem;
    min-height: 600px;
}

.product_info_desc .list li {
    line-height: 1.8;
    margin-bottom: 0.625rem;
    position: relative;
    padding-left: 12px;
}

.product_info_desc .list li.orange {
    color: #f47d4d;
}

.product_info_desc .list li::before {
    display: inline-block;
    content: "-";
    position: absolute;
    left: 0;
}

.product_info_desc .ref li {
    line-height: 1.8;
    margin-bottom: 0.625rem;
    position: relative;
    padding-left: 16px;
}

.product_info_desc .ref li::before {
    display: inline-block;
    content: "※";
    position: absolute;
    left: 0;
}

.product_info_desc .ref li.blit_orange::before {
    color: #f47d4d;
}

.product_info_desc .ref li span {
    color: #f47d4d;
}

.product_info_desc .ref li a {
    color: #f47d4d;
    text-decoration: underline;
}

.product_info_desc .box_wrap {
    margin-bottom: 1.25rem;
}

.product_info_desc .box_wrap h3 {
    font-size: 1rem;
    font-weight: 500;
    margin-bottom: 0.625rem;
}

.product_info_desc .box_wrap .list {
    border: 1px solid #dedede;
    padding: 1.25rem;
    word-break: keep-all;
}

/* product_phone_wrap */
/*=======================================================================================*/
.product_phone_wrap .form_cont_wrap {
    border-bottom: 1px dashed #d4d4d4;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
}

.product_phone_wrap .ref {
    border-bottom: 1px dashed #d4d4d4;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
}

.product_phone_wrap .ref li {
    line-height: 1.7;
    position: relative;
    padding-left: 16px;
    word-break: keep-all;
}

.product_phone_wrap .ref li::before {
    display: inline-block;
    content: "※";
    position: absolute;
    left: 0;
}

.product_phone_wrap .agree_check .txt {
    line-height: 1.6;
}

/* moblile_info_wrap */
/*=======================================================================================*/
.moblile_info_wrap {
    padding: 3.125rem 0 0 0;
}

.moblile_info_wrap h3 {
    text-align: center;
    font-size: 1.5rem;
    font-weight: 600;
    position: relative;
    padding-bottom: 1.25rem;
    margin-bottom: 1.875rem;
}

.moblile_info_wrap h3::after {
    content: "";
    background: #f47d4d;
    width: 20%;
    height: 3px;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 0;
}

.moblile_info_wrap .step {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.moblile_info_wrap .step .mockup {
    width: 45%;
}

.moblile_info_wrap .step .mockup img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
    -o-object-position: center;
    object-position: center;
}

.moblile_info_wrap .step .cont_desc {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-top: 5%;
}

.moblile_info_wrap .step .cont_desc .title {
    font-size: 1.25rem;
    font-weight: 500;
    margin-bottom: 1rem;
}

.moblile_info_wrap .step .cont_desc .title::before {
    display: inline-block;
    vertical-align: middle;
    font-size: 1.125rem;
    font-weight: 500;
    color: #fff;
    border-radius: 1rem;
    background: #f47d4d;
    padding: 0.3125rem 0.5rem;
    margin-right: 0.625rem;
    text-align: center;
}

.moblile_info_wrap .step:nth-child(2) .cont_desc .title::before {
    content: "01";
}

.moblile_info_wrap .step:nth-child(3) .cont_desc .title::before {
    content: "02";
}

.moblile_info_wrap .step:nth-child(4) .cont_desc .title::before {
    content: "03";
}

.moblile_info_wrap .step:nth-child(5) .cont_desc .title::before {
    content: "04";
}

.moblile_info_wrap .step .cont_desc p {
    font-size: 1rem;
    line-height: 1.8;
    margin-bottom: 1.5rem;
    word-break: keep-all;
}

.moblile_info_wrap .step .cont_desc p strong {
    color: #f47d4d;
}

.moblile_info_wrap .step .cont_desc .sub_box .tit {
    display: inline-block;
    font-size: 1rem;
    font-weight: 500;
    color: #f47d4d;
    border-radius: 0.9375rem;
    border: 1px solid #d1d1d1;
    background: #f6f6f6;
    padding: 0.5rem 0.9375rem;
    margin-left: 1rem;
}

.moblile_info_wrap .step .cont_desc .sub_box .note {
    border: 1px solid #d1d1d1;
    border-radius: 0.375rem;
    padding: 2.1875rem 1.25rem 1.25rem;
    margin-top: -1.125rem;
    word-break: keep-all;
    line-height: 1.7;
}

/* pay_choice_wrap */
/*=======================================================================================*/
.pay_choice_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1rem;
    margin-bottom: 1rem;
}

.pay_choice_wrap .left h3 {
    font-size: 1rem;
    font-weight: 500;
    text-align: center;
    padding-bottom: 0.625rem;
}

.pay_choice_wrap .left .inner {
    background: #f1f1f1;
    border-radius: 0.625rem;
    padding: 0.5rem;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 0.5rem;
}

.pay_choice_wrap .right h3 {
    font-size: 1rem;
    font-weight: 500;
    text-align: center;
    padding-bottom: 0.625rem;
}

.pay_choice_wrap .right .inner {
    background: #f1f1f1;
    border-radius: 0.625rem;
    padding: 0.5rem;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 0.625rem 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 0.5rem;
}

.btn_payBox {
    border-radius: 1rem;
    max-width: 10rem;
    min-width: 6.25rem;
    width: 100%;
    height: 5.625rem;
    background: #fff;
    padding: 0.3125rem;
    -webkit-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    transition: all 0.1s ease;
    -webkit-box-shadow: 0 0 16px rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.06);
}
.btn_payBox.active {
    position: relative;
}
.btn_payBox.active::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    border: 5px solid #f84f01;
    border-radius: 1rem;
    box-sizing: border-box;
    box-shadow: 0 0 10px inset #f84f01;
    background: rgba(248, 79, 1, 0.2);
}

.btn_payBox:active {
    -webkit-transform: scale(0.98);
    -ms-transform: scale(0.98);
    transform: scale(0.98);
}

.btn_payBox a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    height: 100%;
    background: url(../images/LINE_DOTTED2.png) no-repeat;
    background-size: 100% 100%;
    padding: 1rem 1.25rem 0.625rem;
    gap: 0.5rem;
}

.btn_payBox a i {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: inline-block;
    overflow: hidden;
    margin: 0 auto;
    font-size: 0;
    line-height: 0;
}

.btn_payBox a i.vertical {
    padding: 0.2rem 0;
}

.btn_payBox a i img {
    -o-object-fit: contain;
    object-fit: contain;
    width: 100%;
    height: 100%;
    -o-object-position: center;
    object-position: center;
}

.btn_payBox a span {
    display: block;
    text-align: center;
    font-weight: 500;
    font-size: 0.875rem;
    white-space: nowrap;
}

.btn_payBox.no_active {
    overflow: hidden;
}
.btn_payBox.no_active a {
    position: relative;
}
.btn_payBox.no_active a::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 200%;
    height: 4px;
    background: #ff0057;
    opacity: 0.8;
    transform: translate(-47%, -50%) rotate(-30deg);
}
.btn_payBox.no_active a::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 200%;
    height: 4px;
    background: #ff0057;
    opacity: 0.8;
    transform: translate(-53%, -50%) rotate(-30deg);
}

/* pay_dsec_wrap */
/*=======================================================================================*/
.pay_dsec_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 2px dashed #e2e2e2;
    border-radius: 0.125rem;
}

.pay_dsec_wrap > div {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 1.25rem 0;
}

.pay_dsec_wrap > .left {
    border-right: 2px dashed #e2e2e2;
    cursor: pointer;
    transition: background-color 0.1s ease, transform 0.1s ease;
}
.pay_dsec_wrap > .left:hover {
    background: #f47d4d;
}
.pay_dsec_wrap > .left:hover h3,
.pay_dsec_wrap > .left:hover h3 span,
.pay_dsec_wrap > .left:hover h3 i,
.pay_dsec_wrap > .left:hover .price,
.pay_dsec_wrap > .left:hover .desc {
    color: #fff;
}
.pay_dsec_wrap > .right {
    cursor: pointer;
    transition: background-color 0.1s ease, transform 0.1s ease;
}
.pay_dsec_wrap > .right:hover {
    background: #ffbe57;
}
.pay_dsec_wrap > .right:hover h3,
.pay_dsec_wrap > .right:hover h3 span,
.pay_dsec_wrap > .right:hover h3 i,
.pay_dsec_wrap > .right:hover .price,
.pay_dsec_wrap > .right:hover .desc {
    color: #fff;
}

.pay_dsec_wrap h3 {
    height: 3.125rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 0.625rem;
}

.pay_dsec_wrap h3 span {
    font-size: 0.875rem;
    font-weight: 500;
    color: #7f7e7d;
}

.pay_dsec_wrap .left h3 i {
    display: inline-block;
    color: #f47d4d;
}
.pay_dsec_wrap .right h3 i {
    display: inline-block;
    color: #ffbe57;
}
@keyframes blink {
    0% {
        opacity: 1;
        transform: translateY(-2px);
    }
    50% {
        opacity: 0.4;
        transform: translateY(2px);
    }
    100% {
        opacity: 1;
        transform: translateY(-2px);
    }
}
@keyframes blink2 {
    0% {
        opacity: 0.4;
        transform: translateY(2px);
    }
    50% {
        opacity: 1;
        transform: translateY(-2px);
    }
    100% {
        opacity: 0.4;
        transform: translateY(2px);
    }
}

.pay_dsec_wrap .left h3 i {
    display: inline-block; /* 애니메이션을 적용받기 위해 inline-block 사용 */
    animation: blink 1s ease-in-out infinite; /* 애니메이션 적용 */
}
.pay_dsec_wrap .right h3 i {
    display: inline-block; /* 애니메이션을 적용받기 위해 inline-block 사용 */
    animation: blink2 1s ease-in-out infinite; /* 애니메이션 적용 */
}

.pay_dsec_wrap .img {
    max-width: 7.5rem;
    width: 100%;
    margin: 0 auto 1rem;
}

.pay_dsec_wrap .price {
    text-align: center;
    font-size: 1.875rem;
    font-weight: 500;
    margin-bottom: 1rem;
}

.pay_dsec_wrap .price.orange {
    color: #f47d4d;
}

.pay_dsec_wrap .price.yellow {
    color: #ff9f06;
}

.pay_dsec_wrap .desc {
    text-align: center;
    font-size: 0.875rem;
}

/* pini_intro_wrap */
/*=======================================================================================*/
.pini_intro_wrap {
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;
}

.pini_intro_wrap section {
    margin-bottom: 3.125rem;
}

.pini_intro_wrap section h3 {
    font-family: "Cafe24Ssurround";
    font-size: 2.5rem;
    text-align: center;
    margin-bottom: 1.25rem;
}

.pini_intro_wrap section h3 span {
    display: block;
    font-family: "NanumSquareRound";
    color: #f47d4d;
    font-size: 1.0625rem;
    text-transform: uppercase;
}

.pini_intro_wrap section .box {
    background: #fff;
    border-radius: 0.625rem;
    padding: 2.5rem;
    -webkit-box-shadow: 0 0 1rem rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 1rem rgba(0, 0, 0, 0.06);
}

.pini_intro_wrap section .box > .desc {
    border-bottom: 1px dashed #d4d4d4;
    line-height: 2;
    padding-bottom: 0.625rem;
    text-align: center;
    margin-bottom: 1.25rem;
}

.pini_intro_wrap section .box > .desc span {
    color: #f47d4d;
}

.pini_intro_wrap section .box > .img {
    max-width: 1100px;
    width: 100%;
    margin: 0 auto;
}

.pini_intro_wrap section .box > .img img.pc {
    display: block;
}

.pini_intro_wrap section .box > .img img.mobile {
    display: none;
}

.pini_intro_wrap section.con_02 > .desc {
    margin-bottom: 3.125rem;
}

/* img_intro_mobile */
.img_intro_mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 3.125rem;
}

.img_intro_mobile li .img {
    max-width: 283px;
    margin-right: -2.1875rem;
    font-size: 0;
    line-height: 0;
}

.img_intro_mobile li .img img {
    width: 100%;
    height: 100%;
}

.img_intro_mobile li .txt {
    text-align: center;
    font-size: 1.125rem;
    font-weight: 500;
    color: #de7a2d;
}

/* list_mobile */
.list_mobile {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
    padding: 1.25rem 0;
    position: relative;
    margin-bottom: 7.5rem;
}

.list_mobile li {
    font-size: 1.125rem;
    border-bottom: 1px dashed #d4d4d4;
    padding: 1.25rem 0.9375rem 1.25rem 3.125rem;
    position: relative;
}

.list_mobile li::before {
    content: "";
    display: block;
    width: 1.5625rem;
    height: 1.5625rem;
    background: url(../images/blit_bm.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: 1rem;
    top: 1.1875rem;
}

.list_mobile .img {
    position: absolute;
    right: 4%;
    top: 4%;
    max-width: 280px;
    margin-right: -2.1875rem;
    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.1);
    font-size: 0;
    line-height: 0;
}

.list_mobile .img img {
    width: 100%;
    height: 100%;
}

.patent_bottom {
    max-width: 75%;
    margin: 0 auto;
    background: #f8f8f8;
    padding: 2rem;
    border-radius: 1rem;
}
.patent_bottom .title {
    display: flex;
    font-size: 1.125rem;
    margin-bottom: 2rem;
}
.patent_bottom .title span {
    display: block;
    padding-right: 1rem;
    margin-right: 1rem;
    position: relative;
    font-weight: 500;
    word-break: keep-all;
}
.patent_bottom .title span:after {
    content: "";
    width: 2px;
    height: 14px;
    background: #d4d4d4;
    position: absolute;
    right: 0;
    top: 4px;
}
.patent_bottom .title em {
    flex: 1;
}
.patent_bottom .title em .en {
    font-size: 1rem;
    color: #9b9187;
    padding-top: 0.5rem;
}

.patent_bottom .application_number {
    display: flex;
    font-size: 1.125rem;
    margin-bottom: 2rem;
}
.patent_bottom .application_number span {
    display: block;
    padding-right: 1rem;
    margin-right: 1rem;
    position: relative;
    font-weight: 500;
    word-break: keep-all;
}
.patent_bottom .application_number span:after {
    content: "";
    width: 2px;
    height: 14px;
    background: #d4d4d4;
    position: absolute;
    right: 0;
    top: 4px;
}
.patent_bottom .registration_number em {
    flex: 1;
}

.patent_bottom .registration_number {
    display: flex;
    font-size: 1.125rem;
    margin-bottom: 2rem;
}
.patent_bottom .registration_number span {
    display: block;
    padding-right: 1rem;
    margin-right: 1rem;
    position: relative;
    font-weight: 500;
    word-break: keep-all;
}
.patent_bottom .registration_number span:after {
    content: "";
    width: 2px;
    height: 14px;
    background: #d4d4d4;
    position: absolute;
    right: 0;
    top: 4px;
}
.patent_bottom .registration_number em {
    flex: 1;
}
.patent_bottom .note {
    font-size: 1rem;
    line-height: 2;
}

/* img_logo_wrap */
.img_logo_wrap {
    max-width: 1000px;
    margin: 0 auto;
    padding: 1.875rem 0;
}

.img_logo_wrap ul {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1rem 1fr 1rem 1fr 1rem 1fr 1rem 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    gap: 3.125rem 1rem;
}

.img_logo_wrap ul li {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 30%;
    flex: 1 1 30%;
    max-height: 7.5rem;
    max-width: 10rem;
    font-size: 0;
    line-height: 0;
}

.img_logo_wrap ul li img {
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
    width: 100%;
    height: 100%;
}

/* board_notice_wrap */
/*=======================================================================================*/
.board_notice_wrap {
    max-width: 1400px;
    margin: 0 auto;
}

.board_notice_wrap .top_txt {
    font-size: 1rem;
    padding-bottom: 0.625rem;
}

.board_notice_wrap .top_txt span {
    color: #ff8000;
}

.board_notice_wrap .inner {
    background: #fff;
    border-radius: 0.625rem;
    padding: 1.875rem;
    -webkit-box-shadow: 0 0 1rem rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 1rem rgba(0, 0, 0, 0.06);
}

.table {
    border-spacing: 0;
    width: 100%;
    border-bottom: 2px solid #726c68;
}

.table caption {
    font-size: 0;
    line-height: 0;
    display: none;
}

.table thead th {
    background: #726c68;
    padding: 10px 0;
    color: #fff;
    font-size: 1.125rem;
    font-weight: 500;
    height: 3.125rem;
}

.table thead th:first-child {
    border-radius: 0.625rem 0 0 0.625rem;
}

.table thead th:last-child {
    border-radius: 0 0.625rem 0.625rem 0;
}

.table tbody tr {
    position: relative;
    background: #fff;
}

.table tbody td {
    padding: 1.25rem 0;
    word-break: keep-all;
    text-align: center;
    line-height: 1.4;
    font-size: 1.125rem;
    border-bottom: 1px solid #d4d4d4;
}

.table tbody tr:last-child td {
    border-bottom: none;
}

.table tbody td a {
    display: block;
    cursor: pointer;
    text-align: left;
    word-break: keep-all;
}

.pageing {
    padding-top: 1.25rem;
}

.pageing ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.pageing ul li {
    position: relative;
    padding-right: 0.5rem;
    margin-right: 0.5rem;
}

.pageing ul li:last-child {
    padding-right: 0;
    margin-right: 0;
}

.pageing ul li:last-child::after {
    display: none;
}

.pageing ul li::after {
    content: "";
    width: 1px;
    height: 30%;
    background: #c4c4c4;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.pageing ul li.active a {
    background: #ed8c09;
    color: #fff;
    font-weight: 500;
    border-radius: 45%;
}

.pageing ul li a {
    display: block;
    width: 2.5rem;
    height: 2.5rem;
    line-height: 2.5rem;
    text-align: center;
    font-size: 1.125rem;
}

/* board_notice_detail */
/*=======================================================================================*/
.board_notice_detail {
    background: #fff;
    border-radius: 0.625rem;
    padding: 1.875rem;
    -webkit-box-shadow: 0 0 1rem rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 1rem rgba(0, 0, 0, 0.06);
    max-width: 1400px;
    margin: 0 auto;
}

.board_notice_detail .inner {
    border-top: 4px solid #726c68;
}

.board_notice_detail .inner .top {
    height: 4.375rem;
    line-height: 4.375rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: #f8f8f8;
    border-bottom: 1px solid #d4d4d4;
    padding: 0 2rem;
}

.board_notice_detail .inner .top .tit {
    font-size: 1.25rem;
    font-weight: 500;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.board_notice_detail .inner .top .date {
    font-size: 1.125rem;
}

.board_notice_detail .inner .cont {
    padding: 1.25rem;
    font-size: 1.125rem;
    line-height: 2;
    border-bottom: 2px solid #726c68;
}

.board_notice_detail .inner .bottom {
    text-align: center;
    padding-top: 1.25rem;
}

.board_notice_detail .inner .bottom .btn {
    display: inline-block;
    font-size: 1.125rem;
    padding: 0.75rem 2.5rem;
    border-radius: 0.625rem;
}

/* popup */
.board_notice_detail.popup {
    padding: 0;
    background: none;
    box-shadow: none;
    border-radius: 0;
    margin-bottom: 1rem;
}
.board_notice_detail.popup .inner .top {
    display: block;
    height: auto;
    line-height: 1.6;
    padding: 1rem 0 0.625rem;
}
.board_notice_detail.popup .inner .top .tit {
    border-bottom: 1px dashed #d4d4d4;
    padding-bottom: 0.625rem;
    margin-bottom: 0.625rem;
}

/* board_faq_wrap */
/*=======================================================================================*/
.board_faq_wrap {
    max-width: 1400px;
    margin: 0 auto;
}

.board_faq_wrap .top_txt {
    font-size: 1rem;
    padding-bottom: 0.625rem;
}

.board_faq_wrap .top_txt span {
    color: #ff8000;
}

.board_faq_wrap .inner {
    background: #fff;
    border-radius: 0.625rem;
    padding: 1.875rem;
    -webkit-box-shadow: 0 0 1rem rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 1rem rgba(0, 0, 0, 0.06);
}

.faq_wrap {
    border-top: 2px solid #726c68;
    border-bottom: 2px solid #726c68;
}

.faq_wrap .faq_item {
    border-bottom: 1px solid #d4d4d4;
}

.faq_wrap .faq_answer {
    display: none;
    background: #f8f8f8;
    border-top: 1px solid #d4d4d4;
    padding: 0.9375rem 2.5rem;
    position: relative;
}

.faq_wrap .faq_answer p {
    font-size: 1.125rem;
    line-height: 1.8;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    word-break: keep-all;
}

.faq_wrap .faq_answer p::before {
    display: block;
    content: "A";
    width: 2.8125rem;
    height: 2.8125rem;
    aspect-ratio: 1/1;
    line-height: 2.8125rem;
    text-align: center;
    font-family: "Cafe24Ssurround";
    background: #7cb812;
    border-radius: 45%;
    color: #fff;
    font-size: 1.5625rem;
    margin-right: 0.625rem;
}

.faq_wrap .faq_question {
    padding: 0.9375rem 2.5rem;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.faq_wrap .faq_question span {
    font-size: 1.125rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    word-break: keep-all;
}

.faq_wrap .faq_question span::before {
    display: inline-block;
    content: "Q";
    width: 2.8125rem;
    height: 2.8125rem;
    line-height: 2.8125rem;
    text-align: center;
    font-family: "Cafe24Ssurround";
    background: #ec7f06;
    border-radius: 45%;
    color: #fff;
    font-size: 1.5625rem;
    margin-right: 0.625rem;
    aspect-ratio: 1/1;
}

/* 아이콘 스타일 */
.faq_wrap .faq_question i {
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    -o-transition: transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    /* 애니메이션 효과 */
    font-size: 1.5rem;
    color: #a1978d;
}

.faq_wrap .faq_question i.open {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    /* 아이콘이 열릴 때 회전 */
}

/* password_form_wrap */
/*=======================================================================================*/
.password_form_wrap {
}

.password_form_wrap section {
    margin-bottom: 1.25rem;
}

.password_form_wrap section h3 {
    margin-bottom: 0.625rem;
}

.password_form_wrap section h3 i {
    display: inline-block;
    vertical-align: middle;
    font-size: 1.5rem;
    margin-right: 0.3125rem;
    color: #96928f;
}

.password_form_wrap section h3 span {
    display: inline-block;
    vertical-align: middle;
    font-size: 1.25rem;
    font-weight: 500;
    margin-right: 0.3125rem;
}

.password_form_wrap section .cont {
    background: #fff;
    border-radius: 0.625rem;
    padding: 1rem;
    -webkit-box-shadow: 0 0 1rem rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 1rem rgba(0, 0, 0, 0.06);
}

.password_form_wrap section .cont .txt {
    font-size: 1.125rem;
    word-break: keep-all;
    text-align: center;
}

.password_form_wrap section .cont .txt strong {
    color: #ff8000;
}

.password_form_wrap .form_element_wrap {
    gap: 0.3125rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 1rem;
    border-bottom: 1px dashed #d4d4d4;
    padding-bottom: 1rem;
}

.password_form_wrap .form_element_wrap .form_input {
    text-align: center;
    font-size: 1.25rem;
    max-width: 50px;
}

.password_form_wrap section.con02 .form_element_wrap .btn {
    line-height: 1.1;
    font-size: 1rem;
    height: 3.125rem;
    font-weight: 500;
}

.password_form_wrap section .cont .list {
    padding-left: 1.25rem;
}

.password_form_wrap section .cont .list li {
    text-indent: -1.2rem;
    word-break: keep-all;
    margin-bottom: 0.3125rem;
    text-align: center;
}

.password_form_wrap section .cont .list li::before {
    padding-right: 0.3125rem;
}

.password_form_wrap section .cont .list li:first-child::before {
    content: "1.";
}

.password_form_wrap section .cont .list li:nth-child(2)::before {
    content: "2.";
}

.password_form_wrap section .cont .list li strong {
    color: #ff8000;
}
.app.mobile .mobile_bottom_wrap {
    max-width: 500px;
    left: 50%;
    transform: translateX(-50%);
}
.mobile_bottom_wrap {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 1rem;
}
.mobile_bottom_wrap .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0.3125rem;
}

.mobile_bottom_wrap .btn {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 4.375rem;
    line-height: 4.375rem;
    font-size: 1.25rem;
    font-weight: 500;
    text-shadow: 0 0 6px rgba(0, 0, 0, 0.06);
    border-radius: 0.625rem;
}
.mobile_bottom_wrap .btn i {
    display: inline-block;
    vertical-align: middle;
    font-size: 1.5rem;
}
.mobile_bottom_wrap .btn span {
    display: inline-block;
    vertical-align: middle;
}

.mobile_bottom_wrap .txt {
    position: absolute;
    top: -30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    font-size: 1.125rem;
    color: #f84f01;
}

/* password_setting_wrap */
/*=======================================================================================*/
.password_setting_wrap {
    background: #fff;
    border-radius: 0.625rem;
    padding: 1rem;
    -webkit-box-shadow: 0 0 1rem rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 1rem rgba(0, 0, 0, 0.06);
    margin-bottom: 1rem;
}

.password_setting_wrap .txt {
    text-align: center;
    font-size: 1.125rem;
    word-break: keep-all;
    margin-bottom: 1rem;
}

.password_setting_wrap .box {
    text-align: center;
    background: #f0efee;
    font-size: 3rem;
    font-weight: 600;
    color: #ff8000;
    border-radius: 0.625rem;
    -webkit-box-shadow: 0 0 1rem inset rgba(0, 0, 0, 0.04);
    box-shadow: 0 0 1rem inset rgba(0, 0, 0, 0.04);
    padding: 2rem 0;
    margin-bottom: 1rem;
}

/* password_compalte_wrap */
/*=======================================================================================*/
.password_compalte_wrap {
    background: #fff;
    border-radius: 0.625rem;
    padding: 1rem;
    -webkit-box-shadow: 0 0 1rem rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 1rem rgba(0, 0, 0, 0.06);
    margin-bottom: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    flex-direction: column;
}

.password_compalte_wrap .img img {
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
    width: 100%;
    height: 100%;
}
.password_compalte_wrap .txt {
    font-size: 1.5rem;
    font-weight: 500;
    padding-bottom: 1.25rem;
}

/* UnlockinG_pay_wrap */
/*=======================================================================================*/
.UnlockinG_pay_wrap {
}

.UnlockinG_pay_wrap .inner {
    background: #fff;
    border-radius: 0.625rem;
    padding: 1rem;
    -webkit-box-shadow: 0 0 1rem rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 1rem rgba(0, 0, 0, 0.06);
    margin-bottom: 1rem;
}

.UnlockinG_pay_wrap .inner > .txt {
    text-align: center;
    font-size: 1.125rem;
    word-break: keep-all;
    border-bottom: 1px dashed #e2e2e2;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
}

.UnlockinG_pay_wrap .inner .agree_check {
    margin-bottom: 1rem;
    text-align: center;
    word-break: keep-all;
}

.UnlockinG_pay_wrap .btn_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1rem;
}

.UnlockinG_pay_wrap .btn_wrap li {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background: #fff;
    padding: 0.625rem;
    aspect-ratio: 17/15;
    -webkit-box-shadow: 0 0 1rem rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 1rem rgba(0, 0, 0, 0.06);
    border-radius: 1.625rem;
}

.UnlockinG_pay_wrap .btn_wrap li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: url(../images/LINE_DOTTED2.png) no-repeat;
    background-size: 100% 100%;
    height: 100%;
    gap: 1rem;
}

.UnlockinG_pay_wrap .btn_wrap li a i {
    width: 50%;
    height: 50%;
}

.UnlockinG_pay_wrap .btn_wrap li a i img {
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
    width: 100%;
    height: 100%;
}

.UnlockinG_pay_wrap .btn_wrap li a span {
    display: block;
    text-align: center;
    font-size: 1.25rem;
    font-weight: 500;
}

.UnlockinG_pay_wrap .txt_center {
    text-align: center;
    font-size: 1.25rem;
    padding-bottom: 1rem;
    font-weight: 500;
}

/* pin_unlock_wrap */
/*=======================================================================================*/
.pin_unlock_wrap {
}

.pin_unlock_wrap section {
    margin-bottom: 1.25rem;
}

.pin_unlock_wrap section h3 {
    margin-bottom: 0.625rem;
}

.pin_unlock_wrap section h3 i {
    display: inline-block;
    vertical-align: middle;
    font-size: 1.5rem;
    margin-right: 0.3125rem;
    color: #96928f;
}

.pin_unlock_wrap section h3 span {
    display: inline-block;
    vertical-align: middle;
    font-size: 1.25rem;
    font-weight: 500;
    margin-right: 0.3125rem;
}

.pin_unlock_wrap section .cont {
    background: #fff;
    border-radius: 0.625rem;
    padding: 1rem;
    -webkit-box-shadow: 0 0 1rem rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 1rem rgba(0, 0, 0, 0.06);
}

.pin_unlock_wrap section .cont .txt {
    font-size: 1.125rem;
    word-break: keep-all;
    text-align: center;
}

.pin_unlock_wrap section .cont .txt strong {
    color: #ff8000;
}

.pin_unlock_wrap .form_element_wrap {
    gap: 0.3125rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 1rem;
    border-bottom: 1px dashed #d4d4d4;
    padding-bottom: 1rem;
}

.pin_unlock_wrap .form_element_wrap .form_input {
    text-align: center;
    font-size: 1.25rem;
    max-width: 50px;
}

/* UnlockinG_pay_wrap */
/*=======================================================================================*/
.voucher_info_wrap {
    background: #fff;
    border-radius: 0.625rem;
    padding: 1rem;
    -webkit-box-shadow: 0 0 1rem rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 1rem rgba(0, 0, 0, 0.06);
    margin-bottom: 1rem;
}

.voucher_info_wrap > .txt {
    text-align: center;
    font-size: 1.125rem;
    word-break: keep-all;
    border-bottom: 1px dashed #e2e2e2;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
}
.voucher_info_wrap > .txt ol {
    counter-reset: section; /* 카운터 초기화 */
}
.voucher_info_wrap > .txt ol li {
    text-align: left;
    counter-increment: section; /* 카운터 증가 */
    text-indent: -1rem;
    padding-left: 1rem;
    text-align: center;
}
.voucher_info_wrap > .txt ol li::before {
    content: counter(section) ". "; /* 번호 표시 */
}
.voucher_info_wrap .cont .product_name {
    font-size: 1.625rem;
    font-weight: 500;
    border-bottom: 2px solid #d4d4d4;
    padding-bottom: 0.5rem;
    margin-bottom: 0.75rem;
}

.voucher_info_wrap .btn {
    display: block;
    width: 100%;
    height: 4.375rem;
    line-height: 4.375rem;
    font-size: 1.25rem;
    font-weight: 500;
    text-shadow: 0 0 6px rgba(0, 0, 0, 0.06);
    border-radius: 0.625rem;
    margin-bottom: 1.25rem;
}
.voucher_info_wrap .btn i {
    display: inline-block;
    vertical-align: middle;
    font-size: 1.5rem;
}
.voucher_info_wrap .btn span {
    display: inline-block;
    vertical-align: middle;
}

/* giving_gift_wrap */
/*=======================================================================================*/
.giving_gift_wrap {
}

.giving_gift_wrap section {
    margin-bottom: 1.25rem;
}

.giving_gift_wrap section h3 {
    margin-bottom: 0.625rem;
}

.giving_gift_wrap section h3 i {
    display: inline-block;
    vertical-align: middle;
    font-size: 1.5rem;
    margin-right: 0.3125rem;
    color: #96928f;
}

.giving_gift_wrap section h3 span {
    display: inline-block;
    vertical-align: middle;
    font-size: 1.25rem;
    font-weight: 500;
    margin-right: 0.3125rem;
}

.giving_gift_wrap section .cont {
    background: #fff;
    border-radius: 0.625rem;
    padding: 1rem;
    -webkit-box-shadow: 0 0 1rem rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 1rem rgba(0, 0, 0, 0.06);
}

.giving_gift_wrap section .cont .txt {
    font-size: 1.125rem;
    word-break: keep-all;
    text-align: center;
}

.giving_gift_wrap section .cont .txt strong {
    color: #ff8000;
}

.giving_gift_wrap .form_element_wrap {
    gap: 0.3125rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 1rem;
    border-bottom: 1px dashed #d4d4d4;
    padding-bottom: 1rem;
}

.giving_gift_wrap .form_element_wrap.bottom_none {
    margin-bottom: 0;
    border-bottom: none;
    padding-bottom: 0;
}

.giving_gift_wrap .form_element_wrap .form_input {
    text-align: center;
    font-size: 1.25rem;
    max-width: 50px;
}

.giving_gift_wrap .form_element_wrap .form_input::-webkit-input-placeholder {
    color: #c7c4c2;
}

.giving_gift_wrap .form_element_wrap .form_input::-moz-placeholder {
    color: #c7c4c2;
}

.giving_gift_wrap .form_element_wrap .form_input:-ms-input-placeholder {
    color: #c7c4c2;
}

.giving_gift_wrap .form_element_wrap .form_input::-ms-input-placeholder {
    color: #c7c4c2;
}

.giving_gift_wrap .form_element_wrap .form_input::placeholder {
    color: #c7c4c2;
}

.giving_gift_wrap .form_element_wrap .form_input.full {
    max-width: 100%;
}

.giving_gift_wrap section.con02 .form_element_wrap .btn {
    line-height: 1.1;
    font-size: 1rem;
    height: 3.125rem;
    font-weight: 500;
}

.giving_gift_wrap section .cont .list {
    padding-left: 1.25rem;
}

.giving_gift_wrap section .cont .list li {
    text-indent: -1.2rem;
    word-break: keep-all;
    margin-bottom: 0.3125rem;
}

.giving_gift_wrap section .cont .list li::before {
    padding-right: 0.3125rem;
}

.giving_gift_wrap section .cont .list li:first-child::before {
    content: "1.";
}

.giving_gift_wrap section .cont .list li:nth-child(2)::before {
    content: "2.";
}

.giving_gift_wrap section .cont .list li strong {
    color: #ff8000;
}

/* buy_cancle_wrap */
/*=======================================================================================*/
.buy_cancle_wrap {
    background: #fff;
    border-radius: 0.625rem;
    padding: 2rem 1rem;
    -webkit-box-shadow: 0 0 1rem rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 1rem rgba(0, 0, 0, 0.06);
}

.buy_cancle_wrap .txt {
    font-size: 1.125rem;
    text-align: center;
    line-height: 1.7;
}

/* buy_notification_wrap */
/*=======================================================================================*/
.buy_notification_wrap {
    background: #fff;
    border-radius: 0.625rem;
    padding: 2rem 1rem;
    -webkit-box-shadow: 0 0 1rem rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 1rem rgba(0, 0, 0, 0.06);
}

.buy_notification_wrap .txt {
    font-size: 1.125rem;
    text-align: center;
    line-height: 2;
}

.buy_notification_wrap .txt_big {
    font-size: 1.375rem;
    font-weight: 500;
    text-align: center;
    margin-bottom: 1.25rem;
}

/* payment_wrap */
/*=======================================================================================*/
.payment_wrap .pay_choice_wrap {
    justify-content: center;
}
.payment_wrap .txt {
    font-size: 1.125rem;
    text-align: center;
}

/* patent_cont_wrap */
/*=======================================================================================*/
.patent_cont_wrap {
    background: #fff;
    border-radius: 0.625rem;
    padding: 2.25rem 2.5rem;
    -webkit-box-shadow: 0 0 1rem rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 1rem rgba(0, 0, 0, 0.06);
    display: flex;
    gap: 3rem;
    max-width: 1400px;
    margin: 0 auto;
}
.patent_cont_wrap .img {
    max-width: 380px;
    font-size: 0;
    line-height: 0;
}
.patent_cont_wrap .img img {
    object-fit: contain;
    width: 100%;
    height: 100%;
}
.patent_cont_wrap .cont {
    flex: 1;
}
.patent_cont_wrap .cont .title {
    display: flex;
    font-size: 1.125rem;
    margin-bottom: 2rem;
}
.patent_cont_wrap .cont .title span {
    display: block;
    padding-right: 1rem;
    margin-right: 1rem;
    position: relative;
    font-weight: 500;
    word-break: keep-all;
}
.patent_cont_wrap .cont .title span:after {
    content: "";
    width: 2px;
    height: 14px;
    background: #d4d4d4;
    position: absolute;
    right: 0;
    top: 4px;
}
.patent_cont_wrap .cont .title em {
    flex: 1;
}
.patent_cont_wrap .cont .title em .en {
    font-size: 1rem;
    color: #9b9187;
    padding-top: 0.5rem;
}

.patent_cont_wrap .cont .application_number {
    display: flex;
    font-size: 1.125rem;
    margin-bottom: 2rem;
}
.patent_cont_wrap .cont .application_number span {
    display: block;
    padding-right: 1rem;
    margin-right: 1rem;
    position: relative;
    font-weight: 500;
    word-break: keep-all;
}
.patent_cont_wrap .cont .application_number span:after {
    content: "";
    width: 2px;
    height: 14px;
    background: #d4d4d4;
    position: absolute;
    right: 0;
    top: 4px;
}
.patent_cont_wrap .cont .registration_number em {
    flex: 1;
}

.patent_cont_wrap .cont .registration_number {
    display: flex;
    font-size: 1.125rem;
    margin-bottom: 2rem;
}
.patent_cont_wrap .cont .registration_number span {
    display: block;
    padding-right: 1rem;
    margin-right: 1rem;
    position: relative;
    font-weight: 500;
    word-break: keep-all;
}
.patent_cont_wrap .cont .registration_number span:after {
    content: "";
    width: 2px;
    height: 14px;
    background: #d4d4d4;
    position: absolute;
    right: 0;
    top: 4px;
}
.patent_cont_wrap .cont .registration_number em {
    flex: 1;
}
.patent_cont_wrap .cont .note {
    font-size: 1rem;
    line-height: 2;
}

/* policy_cont_wrap */
/*=======================================================================================*/
.policy_cont_wrap {
    background: #fff;
    border-radius: 0.625rem;
    -webkit-box-shadow: 0 0 1rem rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 1rem rgba(0, 0, 0, 0.06);
    max-width: 1400px;
    margin: 0 auto;
    overflow: hidden;
}
.policy_cont_wrap .policy_inner {
    padding: 2.25rem 2.5rem;
    max-width: 80%;
    margin: 0 auto;
    word-break: keep-all;
}

.policy_inner .page-header h1 {
    font-family: "Noto Serif KR", serif;
    font-optical-sizing: auto;
    text-shadow: 1px 1px 1px #ffffff;
    margin: -0.625rem 0 1.875rem 0;
}
.policy_inner .policy_txt h1,
.policy_inner .policy_txt h2,
.policy_inner .policy_txt h3 {
    font-family: "Noto Serif KR", serif;
    font-optical-sizing: auto;
    font-weight: 700;
    margin-bottom: 0.9375rem;
}
.policy_inner .policy_txt h1 {
    font-size: 1.75rem;
    margin-top: 2.5rem;
}
.policy_inner .policy_txt h2 {
    font-size: 1.25rem;
    margin-top: 1.25rem;
}
.policy_inner .policy_txt h3 {
    font-size: 1em;
}

.policy_inner ul {
    margin: 0.625rem 0 0.625rem 1.25rem;
}
.policy_inner ol {
    margin: 10px 0 10px 30px;
    list-style-type: decimal;
}
.policy_inner ul ul,
.policy_inner ol ul {
    margin: 10px 0 10px 20px;
}
.policy_inner ul ul {
    list-style-type: circle;
}
.policy_inner dl {
    margin: 10px 0;
}
.policy_inner dl dt {
    font-weight: 700;
}
.policy_inner p {
    margin: 0 0 20px;
}

.table.table-bordered {
    margin-bottom: 1.25rem;
}
.table.table-bordered thead th {
    font-size: 1rem;
}
.table.table-bordered tbody th {
    border-bottom: 1px solid #d4d4d4;
    border-right: 1px solid #d4d4d4;
    padding: 0.5rem 1rem;
    text-align: left;
}
.table.table-bordered tbody td {
    font-size: 1rem;
    border-right: 1px solid #d4d4d4;
    padding: 0.5rem 1rem;
    text-align: left;
}
.table.table-bordered tbody td ul {
    margin-left: 0;
}
.table.table-bordered tbody th:first-child {
    border-left: 1px solid #d4d4d4;
}
.table.table-bordered tbody td:first-child {
    border-left: 1px solid #d4d4d4;
}
.table.table-bordered thead th:first-child {
    border-radius: 3px 0 0 3px;
}
.table.table-bordered thead th:last-child {
    border-radius: 0 3px 3px 0;
}

.policy_inner a {
    color: #fd8852;
}

/* warning_wrap */
/*=======================================================================================*/
.bg_warning {
    background: #f8f8f8;
}
.warning_wrap .top_img {
    margin-bottom: 2.5rem;
}
.warning_wrap .top_img img {
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
    min-height: 300px;
    max-height: 400px;
}
.warning_wrap .cont {
    max-width: 900px;
    margin: 0 auto;
    padding: 0 1rem;
}
.warning_wrap .cont .top_txt {
    margin-bottom: 2rem;
}
.warning_wrap .cont .top_txt h3 {
    font-size: 2.5rem;
    font-family: "Cafe24Ssurround";
    text-align: center;
    margin-bottom: 1rem;
    word-break: keep-all;
}
.warning_wrap .cont .top_txt p {
    font-size: 1.5rem;
    font-weight: 500;
    text-align: center;
    word-break: keep-all;
}
.warning_wrap .cont .top_txt p span {
    color: #eb5405;
}
.warning_wrap .cont .box {
    background: #fff;
    border-radius: 1.875rem;
    -webkit-box-shadow: 0 0 1rem rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 1rem rgba(0, 0, 0, 0.06);
    padding: 2.5rem 3.125rem;
    margin-bottom: 30px;
}

.warning_wrap .cont .box ol {
    counter-reset: section; /* 카운터 초기화 */
}
.warning_wrap .cont .box ol li {
    counter-increment: section; /* 카운터 증가 */
    font-size: 1.5rem;
    font-weight: 500;
    padding-left: 3.125rem;
    position: relative;
    padding-bottom: 1.875rem;
    margin-bottom: 1.875rem;
    border-bottom: 1px dashed #d4d4d4;
    word-break: keep-all;
    line-height: 1.6;
}
.warning_wrap .cont .box ol li:last-child {
    padding-bottom: 0;
    border-bottom: none;
}

.warning_wrap .cont .box ol li::before {
    display: block;
    content: counter(section) ""; /* 번호 표시 */
    width: 2.5rem;
    height: 2.5rem;
    line-height: 2.5rem;
    text-align: center;
    border-radius: 50%;
    background: #eb5405;
    color: #fff;
    position: absolute;
    left: 0;
    top: -2px;
}
.warning_wrap .cont .box ol li .desc {
    font-size: 1.25rem;
    font-weight: 400;
    padding-top: 1rem;
}
.warning_wrap .bottom {
    text-align: center;
}
.warning_wrap .bottom .btn {
    display: inline-block;
    font-size: 1.375rem;
    color: #fff;
    width: 12.5rem;
    height: 3.625rem;
    line-height: 3.625rem;
    border-radius: 0.875rem;
}

/* preparing_wrap */
/*=======================================================================================*/
.preparing_wrap {
    position: relative;
    height: 100%;
    background: url(../images/BG_PREPARING.jpg) no-repeat;
    background-size: cover;
    background-position: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.preparing_wrap .logo {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    max-width: 220px;
}
.preparing_wrap .inner {
    text-align: center;
}
.preparing_wrap .inner .main_txt {
    font-family: "Cafe24Ssurround";
    font-size: 3.75rem;
    color: #fff;
    margin-bottom: 2.5rem;
    word-break: keep-all;
}
.preparing_wrap .inner .main_txt span {
    color: #fff964;
}
.preparing_wrap .inner .desc {
    font-size: 20px;
    line-height: 1.7;
    color: #fff;
    margin-bottom: 2.5rem;
    word-break: keep-all;
}
.preparing_wrap .inner .date {
    font-size: 1.5rem;
    color: #fff;
    background: url(../images/DASHED_LINE3.png) no-repeat;
    background-size: 100% 100%;
    padding: 3.125rem 1.25rem;
    margin-bottom: 2.5rem;
}
.preparing_wrap .inner .customer .txt {
    font-size: 1.125rem;
    color: #fff;
}
.preparing_wrap .inner .customer .phone {
    font-size: 1.875rem;
    font-weight: 600;
    color: #fff964;
}
.preparing_wrap .inner .btn_wrap .btn {
    display: block;
    width: 100%;
    height: 4.375rem;
    line-height: 4.375rem;
    font-size: 1.25rem;
    font-weight: 500;
    text-shadow: 0 0 6px rgba(0, 0, 0, 0.06);
    border-radius: 0.625rem;
    margin-bottom: 1.25rem;
}
/* pop_date_check */
/*=======================================================================================*/
.pop_date_check {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.625rem 1rem;
    background: #f8f8f8;
    border-radius: 0.5rem;
    box-shadow: 0 0 1rem inset rgba(0, 0, 0, 0.06);
}
.pop_date_check .btn {
    height: 1.875rem;
    padding: 0 1.25rem;
    border-radius: 0.5rem;
}
