@charset "utf-8"; /* ******************* *
* 회사소개
* ******************* */
#company { } 
#company .sec { width:100%; height:100vh; color:#fff } 
#company .sec .cinner { display:flex; align-items: center; justify-content: center; flex-direction: column; gap:30px; height:100% } 
#company .sec h2 { font-family: var(--font-SebangGothic); font-size: 2.5em; font-weight: bold; } 
#company .sec p { text-align: center; font-size: 1em; font-weight: 300; line-height: 1.7; } 
#company .sec p span { } 
#company .sec01 { background:url(../img/sub/company_sec01bg.png) no-repeat center center /cover } 
#company .sec02 { background:url(../img/sub/company_sec02bg.png) no-repeat center center /cover } 
#company .sec03 { background:url(../img/sub/company_sec03bg.png) no-repeat center center /cover } 
#company .sec04 { color:#000; height:auto; padding:100px 0 } 
#company .sec04 ul { display:flex; gap:40px; justify-content: space-between } 
#company .sec04 ul li { width:calc(25% - 30px) } 
#company .sec04 ul li img { width:100% } 
@media(max-width:1024px){
 #company .sec04 ul { gap:20px } 
 #company .sec04 ul li { width:calc(25% - 10px) } 
 }
@media(max-width:768px){
 #company .sec h2 { text-align: center; } 
 #company .sec04 ul { gap:20px; flex-wrap:wrap } 
 #company .sec04 ul li { width:calc(50% - 10px) } 
 }
@media(max-width:640px) { } 

/* ******************* *
* 추가서비스 - 대리구매
* ******************* */

.service { padding-top:100px } 
.service .sec01 { padding:100px 0 } 
.service .sec01 .title_wrap { } 
.service .sec01 .title_wrap .bg_box { background: var(--color-main); padding: 50px 0 150px; display: flex; align-items: center; justify-content: center; } 
.service .sec01 .title_wrap .bg_box h2 { color: #fff; font-family: var(--font-SebangGothic); display: flex; align-items: center; font-size: 2.5em; gap: 20px; } 
.service .sec01 .title_wrap .bg_box h2 img { } 
.service .sec01 .title_wrap .sub_tit { background: #fff; border-radius: 20px; text-align: center; padding: 65px; margin: 0 50px; margin-top: -100px; line-height: 1.5; } 

#purchase .sec01 .content_wrap { } 
#purchase .sec01 .content_wrap ul { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 100px; } 
#purchase .sec01 .content_wrap ul li { width: calc(33.33% - 70px); } 
#purchase .sec01 .content_wrap ul li a { } 
#purchase .sec01 .content_wrap ul li a .img_wrap { } 
#purchase .sec01 .content_wrap ul li a .img_wrap img { width:100% } 
#purchase .sec01 .content_wrap ul li a p { font-family: 'SebangGothic'; font-size: 1.5em; font-weight: bold; text-align: center; margin-top: 10px; } 

@media(max-width:1199px){
 #purchase .sec01 .content_wrap ul { gap:60px; } 
 #purchase .sec01 .content_wrap ul li { width: calc(33.33% - 40px); } 
 }
@media(max-width:1024px){
 #purchase .sec01 .content_wrap ul { gap:40px; } 
 #purchase .sec01 .content_wrap ul li { width: calc(33.33% - 30px); } 
 }
@media(max-width:768px){
 .service { padding-top:80px } 
 .service .sec01 { padding:80px 0; } 
 .service .sec01 .title_wrap .bg_box h2 { font-size: 2em; } 
 .service .sec01 .title_wrap .bg_box h2 img { width:20%; } 
 .service .sec01 .title_wrap .sub_tit { margin:0 20px; margin-top: -120px; padding: 50px 20px; } 

 #purchase .sec01 .content_wrap ul li { width: calc(50% - 20px); } 
 }
@media(max-width:640px){
 .service .sec01 .title_wrap .sub_tit p span { display:inline } 
 .service .sec01 .title_wrap .bg_box h2 { font-size: 1.5em; justify-content: center; } 
 }


/* ******************* *
* 추가서비스 - 환전서비스
* ******************* */
#exchange { } 
#exchange .content_wrap { } 
#exchange .content_wrap .content_tit { display: flex; align-items: center; justify-content: center; flex-direction: column; gap: 10px; margin-bottom: 25px; } 
#exchange .content_wrap .content_tit h2 { font-family: 'SebangGothic'; font-weight: 400; font-size: 2.5em; display: flex; align-items: center; gap: 10px; } 
#exchange .content_wrap .content_tit h2 span { font-weight: 600; color: var(--color-main); font-size: 1.1em; } 
#exchange .content_wrap .content_tit p { font-size: 1.2em; } 
#exchange .content_wrap .table_wrap { display: flex; justify-content: space-between; margin: 0 100px; } 
#exchange .content_wrap .table_wrap table { width: calc(50% - 50px); border-radius: 20px 20px 0 0; overflow: hidden; } 
#exchange .content_wrap .table_wrap table thead { text-align: center; width: 100%; background: var(--color-main); color: #fff; } 
#exchange .content_wrap .table_wrap table thead th { text-align: center; width: 100%; padding: 20px; display: flex; align-items: center; justify-content: center; font-size: 1.2em; font-weight: 500; } 
#exchange .content_wrap .table_wrap table tbody { } 
#exchange .content_wrap .table_wrap table tbody tr { display: flex; align-items: center; border-bottom:1px solid #d9d9d9; } 
#exchange .content_wrap .table_wrap table tbody tr td { width: 50%; display: flex; align-items: center; justify-content: center; padding: 10px 0; gap: 10px; } 
#exchange .content_wrap .table_wrap table tbody tr td img { } 
#exchange .content_wrap .table_wrap table tbody tr td p { font-weight: 500; } 
#exchange .content_wrap .table_wrap table tbody tr td p span { font-size: .8em; color: var(--color-main); margin-left: 5px; } 
#exchange .content_wrap .table_wrap table tbody tr td:last-child p span { color:#000; margin-left:0 } 
#exchange .content_wrap .table_wrap table tbody tr td:last-child { border-left:1px solid #d9d9d9 } 


@media(max-width:1399px) { } 
@media(max-width:1199px){
 #exchange .content_wrap .table_wrap { margin:0 } 
 #exchange .content_wrap .table_wrap table { width:calc(50% - 20px) } 
 }
@media(max-width:1024px) { } 
@media(max-width:768px){
 #exchange .content_wrap .table_wrap { display:flex; flex-direction: column; gap:50px } 
 #exchange .content_wrap .table_wrap table { width:100% } 
 #exchange .content_wrap .content_tit { gap:0; } 
 #exchange .content_wrap .content_tit h2 { font-size:1.8em } 
 #exchange .content_wrap .content_tit p { font-size: 1em; } 
 }
@media(max-width:640px) { } 

/* ******************* *
* 마이페이지 
* ******************* */
#smb_my { padding-top:100px; } 
.mypage { padding-top:100px } 
.mypage .sec01 { padding:100px 0; } 
.mypage-resv { margin-top: 40px; } 
.mypage-resv .tbl_wrap { width: 100%; overflow-x: auto; } 

/* 테이블 공용 */
.ws_table { width: 100%; border-collapse: collapse; table-layout: fixed; background: #fff; font-size:.8em; color:#333 } 
.ws_table thead th { padding: 20px 10px; border-top: 1px solid var(--color-main); border-bottom: 1px solid #e5e5e5; font-weight: 600; text-align: center; color:#000 } 
.ws_table tbody td { padding:20px 10px; border-bottom: 1px solid #e5e5e5; text-align: center; vertical-align: middle; line-height: 1.4; } 
.ws_table .date-range { display: flex; flex-direction: column; gap:5px } 
.ws_table .actions a { color: var(--color-main); padding: 0 10px; font-weight: 500; position:relative; padding-bottom:5px } 
.ws_table .actions a:hover:before { position:absolute; content:''; left:50%; transform:translateX(-50%); bottom:0; width:50%; height:2px; background: var(--color-main); } 
.tbl_resv th:nth-child(1),
.tbl_resv td:nth-child(1) { width: 10%; } 
.tbl_resv th:nth-child(2),
.tbl_resv td:nth-child(2) { width: 15%; } 
.tbl_resv th:nth-child(3),
.tbl_resv td:nth-child(3) { width: 32%; } 
.tbl_resv th:nth-child(4),
.tbl_resv td:nth-child(4) { width: 10%; } 
.tbl_resv th:nth-child(5),
.tbl_resv td:nth-child(5) { width: 13%; } 
.tbl_resv th:nth-child(6),
.tbl_resv td:nth-child(6) { width: 10%; } 
.tbl_resv th:nth-child(7),
.tbl_resv td:nth-child(7) { width: 10%; } 

.tablebox_in_table { width: 100%; border-collapse: collapse; table-layout: fixed; background: #fff; font-size:.8em; color:#333 } 
.tablebox_in_table thead { background: #f6f6f6; border-top:1px solid #e5e5e5 } 
.tablebox_in_table thead th { padding: 15px 10px; border-bottom: 1px solid #e5e5e5; font-weight: 600; text-align: center; color:#000; border-right:1px solid #e5e5e5; font-size:16px; line-height: 1; } 
.tablebox_in_table tbody td { padding:15px 10px; border-bottom: 1px solid #e5e5e5; text-align: center; vertical-align: middle; line-height: 1.4; border-right:1px solid #e5e5e5; font-size:16px; font-weight:500; line-height: 1 } 
.tablebox_in_table thead th:last-child,
.tablebox_in_table tbody td:last-child { border-right:0 } 
.tablebox_in_table th:nth-child(1),
.tablebox_in_table td:nth-child(1) { width: 25%; } 
.tablebox_in_table th:nth-child(2),
.tablebox_in_table td:nth-child(2) { width: 25%; } 
.tablebox_in_table th:nth-child(3),
.tablebox_in_table td:nth-child(3) { width: 25%; } 
.tablebox_in_table th:nth-child(4),
.tablebox_in_table td:nth-child(4) { width: 25%; } 

/* 가로형 테이블 공용 */
.table__box { display: flex; flex-direction: column; } 
.table__box > .tit { font-size: 1.25em; font-weight: 500; margin-bottom: 10px; } 
.table__box .table { display: flex; flex-direction: column; border-top: 1px solid var(--color-main); } 
.table__box .table .row { border-bottom: 1px solid #e5e5e5; display: flex; align-items: center; } 
.table__box .table .row .tit { font-size:16px; padding: 25px 30px; min-width: 200px; margin-bottom:0 } 
.table__box .table .row .val { padding: 20px; font-size: 16px; border-left: 1px solid #e5e5e5; } 


.opts { display:flex; justify-content:center; gap:22px; flex-wrap:wrap; } 
.opt { display: inline-flex; align-items: center; gap: 10px; font-size: 16px; color: #333; cursor: pointer; user-select: none; } 
.opt input { appearance:none; width: 25px; height: 25px; border:1px solid #d6d6d6; border-radius:50%; position:relative; } 
.opt input:checked { border-color:var(--color-main); } 
.opt input:checked::after { content:""; position:absolute; left:50%; top:50%; width: 13px; height: 13px; transform:translate(-50%,-50%); background:var(--color-main); border-radius:50%; } 
.act { display:flex; justify-content:center; margin-top:50px } 
.act .btn { min-width:200px; height:54px; border:0; background:var(--color-main); color:#fff; font-size:.8em; font-weight:700; border-radius:2px; cursor:pointer; } 
.act .btn:hover { filter:brightness(0.96); } 
@media (max-width:768px){
 .opts { gap:14px; } 
 .btn { width:100%; min-width:0; } 
 }


.rev_info_box { background: #fbfbfb; border: 1px solid #f2f2f2; margin-top: 30px; display: flex; flex-direction: column; align-items: center; padding: 40px 0; gap: 20px; } 
.rev_info_box .info_tit { font-size: .9em; font-weight: 500; } 
.rev_info_box .red_box { font-size: .9em; font-weight: 500; color:#fff; background:#ef4444; padding:10px 60px; border-radius: 10px; } 
.rev_info_box p { text-align: center; font-size:.8em; line-height: 1.7; } 

.tit { font-weight:700; font-size:14px; margin-bottom:12px; } 
#reservation .ws_table { width:100%; overflow-x:auto; border-top:1px solid #e9e9e9; } 
#reservation .ws_table table { width:100%; min-width:980px; border-collapse:collapse; table-layout:fixed; font-size:12px; } 
#reservation .ws_table th,
#reservation .ws_table td { border-bottom:1px solid #eee; padding:20px 10px; text-align:center; vertical-align:middle; white-space:nowrap; border-right:1px solid #eee; } 
#reservation .ws_table thead th { background:#fafafa; font-weight:600; border-bottom:1px solid #e5e5e5; } 
#reservation .ws_table tbody tr td:first-child { background:#fafafa; font-weight:600 } 
#reservation .ws_table tbody tr td:last-child,
#reservation .ws_table thead th:last-child { border-right:0 } 
#reservation .ws_table .color_txt { color:var(--color-main); font-weight:500 } 
#reservation .ws_table tr.sum td { background:#fafafa; border-top:1px solid #e5e5e5; } 
.reservation_table_wrap h2 { font-size:1.25em; font-weight:500; margin-bottom:10px } 
#reservation .content_wrap { display:flex; flex-direction: column; gap:100px; margin-top:100px; } 

/* 상단 긴 표: 스크롤 래퍼 */
#reservation .ws_table_scroll{
  width:100%;
  overflow-x:auto;
  -webkit-overflow-scrolling:touch;
  border-top:1px solid #e9e9e9;
  background:#fff;
}
#reservation .ws_table_scroll .ws_table{
  width:100%;
  min-width:980px;           /* 기본(데스크탑) 최소폭 */
  border-collapse:collapse;
  table-layout:fixed;
  font-size:12px;
  color:#333;
}

 @media (max-width:768px){
 .sub-page h2.tit { font-size:2em } 
 .mypage { padding-top:80px } 
 .mypage .sec01 { padding:60px 0 } 
 #reservation .content_wrap { gap:60px; margin-top:60px; } 

 .table__box .table .row { flex-direction:column; } 
 .table__box .table .row .tit { width:100%; background:#fafafa; padding:15px; font-size:14px; } 
 .table__box .table .row .val { width:100%; border-left:0; } 
 }

@media (max-width:500px) { } 


@media (max-width:768px){
 #confitmation .sec01 { padding:50px 0; } 
 #confitmation .ws_table thead { display:none; } 
 #confitmation .ws_table,
 #confitmation .ws_table tbody,
 #confitmation .ws_table tr,
 #confitmation .ws_table td { display:block; width:100%; } 
 #confitmation .ws_table { min-width:0; border-top:1px solid var(--color-main); } 
 #confitmation .ws_table tbody tr { border-bottom:1px solid #e5e5e5; padding:16px 0; } 
 #confitmation .ws_table tbody td { border:0; padding:5px 14px; text-align:left; white-space:normal; } 
 #confitmation .ws_table tbody td::before { content:attr(data-label); display:block; color:#111; margin-bottom:6px; } 
 #confitmation .ws_table .date-range { flex-direction:row; gap:10px; flex-wrap:wrap; } 
 #confitmation .actions { display:flex; gap:10px; padding-top:6px; } 
 #confitmation .actions a { padding:10px 14px; border:1px solid #e5e5e5; border-radius:8px; line-height:1; } 
 #confitmation .actions a:hover:before { display:none; } 
 }

@media (max-width:500px){
 #confitmation .ws_table tbody td { padding:9px 12px; } 
 #confitmation .actions { flex-direction:column; } 
 #confitmation .actions a { width:100%; text-align:center; } 
 }


/* ******************* *
* 예약 및 결제 
* ******************* */
.payment { padding-top:100px } 
.payment .sec01 { padding:100px 0; } 
.payment .payment_title { display: flex; flex-direction: column; align-items: center; gap: 60px; } 
.payment .payment_title h2 { font-family: 'SebangGothic'; font-size: 3em; } 
.payment .payment_title ul { display: flex; align-items: center; position:relative; width:100%; justify-content: space-between; } 
.payment .payment_title ul:before { position: absolute; content: ''; width: 100%; height: 5px; background: var(--color-main); top: 25%; transform: translateY(-50%); } 
.payment .payment_title ul li { display: flex; flex-direction: column; align-items: center; gap: 20px; background: #fff; z-index: 2; width: 60px; } 
.payment .payment_title ul li span:nth-child(1) { color: var(--color-main); border: 5px solid #f4e9e1; border-radius: 50%; width: 50px; aspect-ratio: 1 / 1; display: flex; align-items: center; justify-content: center; font-size: .8em; font-weight: 600; } 
.payment .payment_title ul li span:nth-child(1) i { width: 40px; display: flex; align-items: center; justify-content: center; font-style: normal; aspect-ratio: 1 / 1; border: 2px solid var(--color-main); border-radius: 50%; } 
.payment .payment_title ul li span:nth-child(2) { } 
.payment .content_wrap { display: flex; flex-direction: column; gap: 100px; padding: 100px 0; } 

.resv_con_wrap { display:flex; align-items: center; gap:50px; justify-content: flex-end; } 

#payment01 .box_wrap { } 
#payment01 .box_wrap .tit { font-size: 1.25em; font-weight: 400; } 
#payment01 .box_wrap .content_box_wrap { display: flex; align-items: center; justify-content: center; width: 100%; height: 400px; background: #fbfbfb; border: 1px solid #f0f0f0; border-radius: 10px; overflow-y: scroll; max-height: 250px; color: #bdbdbd; font-weight: 600; margin-bottom: 10px; } 


/* 인풋/셀렉트 공통 */
.table input[type="text"],
.table select { height:36px; border:1px solid #e5e5e5; border-radius:2px; padding:0 12px; font-size:14px; outline:none; background:#fff; width:100%; box-sizing:border-box; } 
.table input[type="text"]:focus,
.table select:focus { border-color:#cfcfcf; } 
.table .grid { width:100%; display:grid; gap:10px; align-items:center; } 
.table .grid.phone { grid-template-columns: 140px 1fr 1fr; } 
.table .grid.email { grid-template-columns: 1fr auto 1fr 160px; } 
.table .grid.email .at { color:#666; font-size:14px; padding:0 4px; line-height:36px; } 


@media (max-width: 1399px) { } 
@media (max-width: 1199px) { } 
@media (max-width: 1024px) { } 
@media (max-width: 768px){
 .act .btn { font-size:16px } 
 .payment .content_wrap { gap:60px; padding:60px 0; } 
 .table .row { flex-direction:column; } 
 .table .tit { width:100%; border-right:0; border-bottom:1px solid #efefef; } 
 .table .grid.phone { grid-template-columns: 1fr 1fr 1fr; } 
 .table .grid.email { grid-template-columns: 1fr auto 1fr; } 
 .table .grid.email select { grid-column: 1 / -1; } 

 .payment .sec01 { padding:60px 0 } 
 .payment .payment_title h2 { font-size: 2em; } 
 .payment .payment_title ul li { width:30px; } 
 .payment .payment_title ul li span:nth-child(1) i { width:30px; } 
 .payment .payment_title ul li span:nth-child(1) { width:40px; } 
 }

/* ******************* *
* 쇼핑몰리스트 페이지 
* ******************* */

#sct.shop_inner { width:92%; max-width:1400px; margin:0 auto } 
 





/* ******************* *
* 상품 상세보기
* ******************* */
#itemView { padding: 70px 0 150px; position: relative; } 
#itemView .sit_admin { display: flex; justify-content: flex-end; gap: 10px; } 
#itemView .sit_admin a { display: block; min-width: 90px; height: auto; padding: 8px; background: #E04545; color: #fff; font-size: 14px; text-align: center; line-height: 1.0; } 
#itemView .sit_admin a:hover { color: #fff; background: #a32424; } 
