/* 팝업 */
.pop-parent { transition: all .2s;}
.pop-parent .m-ratioBox-wrap {width:100%; padding-top:100%; position:relative; overflow:hidden;}
.pop-parent .m-ratioBox-wrap .m-ratioBox {position:absolute; top:0; left:0; right:0; bottom:0; background-size:cover; background-position:center;}
.pop-parent .m-ratioBox-wrap img {display:block; width:100%; height: 100%; object-fit: cover; position:absolute; left:50%; top:50%; transform:translateY(-50%) translateX(-50%); z-index:1;}
.pop-parent .m-ratioBox-wrap iframe {width:105%; position:absolute; left:50%; top:50%; transform:translateY(-50%) translateX(-50%); z-index:1;}

.pop-parent .swiper { overflow:hidden;}
.pop-parent .swiper-container { overflow:visible;}
.pop-parent .swiper-pagination { display:flex;}
.pop-parent .pop {width:calc( 100vw - 32px ); max-width: 500px; position:relative;}
.pop-parent .pop .btn-toggle {width:40px; height:40px; position:relative; background-color:black; cursor:pointer; display: none; }
.pop-parent .pop .btn-toggle img { width:auto; position:absolute; top:50%; left:50%; transform:translate(-50%, -50%) rotate(-90deg); transition:all .3s;}
.pop-parent .pop-btns {display:flex; position:absolute; top: 0; left: 0; width: 100%; opacity:1; transform: translateY(-100%); justify-content: space-between; z-index: 1; height: 36px; }
.pop-parent .pop-btns a {color: #fff; padding: 7px 14px;}
.pop-parent .pop-btns #oneday_check {position: absolute; clip: rect(0,0,0,0);}
.pop-parent .pop-btns #oneday_check + label {display:flex; align-items:center; padding:0 10px; font-size:14px; cursor:pointer;}
.pop-parent .pop-btns #oneday_check + label .icon { display:inline-block; width:16px; height:16px; margin-right:10px;  border:1px solid #707070; font-size: 12px; text-align: center; line-height: 14px; color: transparent; }
.pop-parent .pop-btns #oneday_check:checked + label .icon { background: #707070; color: #fff; }

.pop-parent .pop .swiper-btn-control {width:8px; height:11px; margin-left:16px; position:relative; top:2px;}
.pop-parent .swiper-control {display:flex; align-items:center; position:absolute; top:21px; right:20px; z-index:2;}
.pop-parent .swiper-control .swiper-pagination {position:static;}
.pop-parent .swiper-pagination-bullet {flex:0 0 auto; width:10px; height:10px; margin:0 5px; border-radius:0; border:1px solid white; opacity:0.5; background-color:transparent;}
.pop-parent .swiper-pagination-bullet-active {background-color:#fff; opacity:1;}
.pop-parent.active {right:-400px;}
.pop-parent.active .btn-toggle {transform:rotate(180deg);}

.pop-parent .pop .btn-close { display: block; width:40px; height:40px; position:absolute; background-color:black; top: 36px; right: 0; font-size: 16px; }

.popup-container { display: flex; position: fixed; top: 50%; right: unset; left: 50%; transform: translate(-50%, -50%);  z-index: 9999999; justify-content: center; gap: 40px; }

@media screen and (max-width: 1680px) {
  .pop-parent .pop { max-width: 400px; }
}
@media screen and (max-width: 860px) {
  .popup-container { display: block; width: calc( 100vw - 32px ); max-width: 400px; transform: translateX(-50%); top: 80px; }
  .popup-container .pop-parent { position: absolute; top: 0; left: 0; right: 0; }
}


/*///////////////////////// 공통 css /////////////////////////*/
/* modal */
.modal-container { position: fixed; top: 0; right: 0; left: 0; bottom: 0; z-index: 99999; background: rgba(0, 0, 0, 0.8); display: none; }
.modal-wrap { width: 100%; background-color: #fff; max-width: 720px; border-radius: 16px; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); padding: 40px 24px; }
.modal-wrap.w480 { max-width: 480px; }
.close-btn { position: absolute; font-size: 24px; cursor: pointer; top: 16px; right: 16px; z-index: 9; }
.modal-title-wrap { margin-bottom: 32px; gap: 16px; }
.modal-title { font-size: 24px; font-weight: bold; }
.modal-title-wrap .icon { font-size: 32px; font-weight: bold; }
.modal-scroll-wrap { max-height: 60svh; overflow: auto; }
.modal-footer-wrap { margin-top: 40px; display: flex; align-items: center; gap: 16px; }

.fs32 { font-size: 32px; }
.fs24 { font-size: 24px; }
.fs20 { font-size: 20px; }
.fs18 { font-size: 18px; }
.fs16 { font-size: 16px; }
.fs14 { font-size: 14px; }
.color { color: #31a88d; }
.gr { color: #9f9f9f; }
.red { color: #ff0000; }
.blue { color: #296bf9; }
.center { text-align: center; }

.mb24 { margin-bottom: 24px; }
.mb32 { margin-bottom: 32px; }
.mb40 { margin-bottom: 40px; }

@media screen and (max-width:1280px) {
  .modal-wrap { left: 0; top: unset; right: 0; bottom: 0; transform: none; border-radius: 0; border-top-left-radius: 16px; border-top-right-radius: 16px; padding: 24px 16px; }
  .close-btn { font-size: 20px; top: 12px; right: 12px; }
  .modal-title-wrap { margin-bottom: 16px; gap: 8px; }
  .modal-title { font-size: 18px; }
  .modal-title-wrap .icon { font-size: 24px; }
  .modal-scroll-wrap { max-height: calc( 100svh - 60px ); }
  .modal-footer-wrap { margin-top: 24px; gap: 8px; }

  .fs32 { font-size: 24px; }
  .fs24 { font-size: 20px; }
  .fs20 { font-size: 18px; }
  .fs18 { font-size: 16px; }
  .fs16 { font-size: 14px; }
  .fs14 { font-size: 12px; }

  .mb24 { margin-bottom: 12px; }
  .mb32 { margin-bottom: 16px; }
  .mb40 { margin-bottom: 24px; }
}

/* form - 체크박스 */
.checked-item { align-items: center; gap: 8px; }
.checked-item .icon { width: 20px; height: 20px; border: 1px solid #d2d2d2; border-radius: 2px; display: flex; align-items: center; justify-content: center; }
.checked-item .icon i { color: #d2d2d2; font-weight: bold; font-size: 14px; line-height: 12px; }
.checked-item .txt { width: calc( 100% - 20px - 4px ); font-size: 16px; font-weight:300; color: #aeaeae; line-height: 1.5; }
.form-checkbox:checked + .checked-item .txt { color: #000; }
.form-checkbox:checked + .checked-item .icon { border: 1px solid #1b4ec1; background: #1b4ec1; color: #fff; }
.form-checkbox:checked + .checked-item .icon i { color: #000; }
@media screen and (max-width: 1200px) {
  .checked-item  { gap: 6px; }
  .checked-item .txt { font-size: 14px; }
}

/* form - 라디오 */
.form-radio + .checked-item .icon { width: 16px; height: 16px; border: 1px solid #e4e4e4; background: #fff; border-radius: 50%; display: block; position: relative; color: transparent; }
.form-radio + .checked-item .icon::after { content: ''; position: absolute; width: 8px; height: 8px; border-radius: 50%; background: #fff; left: 50%; top: 50%; transform: translate(-50%, -50%); display: none; }
.form-radio:checked + .checked-item .txt { color: #000; }
.form-radio:checked + .checked-item .icon { border: 1px solid #1b4ec1; background: #1b4ec1; }
.form-radio:checked + .checked-item .icon::after { display: block; }
@media screen and (max-width: 1200px) {
  .form-radio + .checked-item .icon { width: 20px; height: 20px; border: 1px solid #bfbfbf; background: #fff; border-radius: 50%; display: block; position: relative; }
  .form-radio + .checked-item .icon::after { content: ''; position: absolute; width: 12px; height: 12px; border-radius: 50%; background: #217c58; left: 50%; top: 50%; transform: translate(-50%, -50%); display: none; }
  .form-radio:checked + .checked-item { color: #217c58; }
  .form-radio:checked + .checked-item .icon { border: 1px solid #217c58; background: #fff; }
  .form-radio:checked + .checked-item .icon::after { display: block; }
}

/* index */

/* index - 빠른 상담 신청 */
.index-inquiry { position: fixed; bottom: 0; left: 0; right: 0; z-index: 99; transition: .2s; }
.index-inquiry.hide { transform: translateY(100%); }
.index-inquiry-toggle-btn { position: absolute; width: 100%; max-width: 300px; text-align: center; line-height: 64px; border-top-left-radius: 8px; border-top-right-radius: 8px; font-size: 17px; font-weight: 500; color: #fff; display: flex; align-items: center; justify-content: center; gap: 8px; background-color: rgba(0, 0, 0, 0.6); top: -64px; left: 50%; transform: translateX(-50%); }
.index-inquiry.hide .index-inquiry-toggle-btn i { transform: rotate(180deg); }
.index-inquiry-wrap { background-color: rgba(0, 0, 0, 0.6); padding: 24px 0 40px; }
.index-inquiry-wrap .container { display: flex; align-items: center; justify-content: space-between; }
.index-inquiry-form { display: flex; align-items: center; gap: 24px; }
.index-inquiry-form .form-input { height: 64px; background-color: #fff; padding: 0 24px; border-radius: 8px; font-size: 17px; font-weight: 500; width: 400px; }
.index-inquiry-form .form-input.w240 { width: 240px; }
.index-inquiry-form .checked-item { align-items: center; gap: 8px; }
.index-inquiry-form .checked-item .txt, .index-inquiry-form .checked-item .link { font-size: 17px; font-weight: 500; color: #fff; }
.index-inquiry-form .checked-item .icon { width: 16px; height: 16px; border-radius: 2px; border: 1px solid #fff; text-align: center; line-height: 14px; font-size: 12px; color: transparent; }
.index-inquiry-form .index-inquiry-check input:checked + .checked-item .icon { background-color: #fff; color: #222; }
.index-inquiry-wrap .form-submit-btn { width: 240px; line-height: 64px; text-align: center; border-radius: 8px; background-color: #1b4ec1; font-size: 20px; font-weight: 500; color: #fff; }

@media screen and (max-width: 1280px) {
  .index-inquiry { display: none; }
}

/* index - 메인 배너 */
.index-banner { height: 100svh; position: relative; }
.index-banner::after { content: ''; display: block; position: absolute; width: 100%; height: 100%; left: 0; top: 0; right: 0; object-fit: 0; background-color: rgba(0, 23, 49, 0.33); z-index: -1; }
.index-banner .bg-img { position: absolute; width: 100%; height: 100%; object-fit: cover; object-position: center; left: 0; top: 0; right: 0; bottom: 0; z-index: -1; }
.index-banner .title-wrap { display: flex; flex-flow: column; height: 100%; justify-content: center; text-align: center; gap: 24px; }
.index-banner .title { font-size: 56px; font-weight: bold; line-height: 1.2; color: #fff; }
.index-banner .txt { font-size: 20px; font-weight: normal; line-height: 1.6; color: #fff; }

@media screen and (max-width: 1280px) {
  .index-banner .title-wrap { justify-content: flex-end; padding-bottom: 64px; }
  .index-banner .title { font-size: 24px; }
  .index-banner .txt { font-size: 14px; }
}

/* index - section-1 */
.index-section-1 { padding-top: 80px; padding-bottom: 160px; }
.index-section-1 .container { display: flex; gap: 40px; padding-top: 40px; border-top: 2px solid #000; }
.index-section-1 .index-collection { width: calc( 100% - 600px ); }
.index-section-1 .index-chart { width: 560px; }

@media screen and (max-width: 1280px) {
  .index-section-1 { padding-top: 40px; padding-bottom: 40px; }
  .index-section-1 .container { flex-flow: column; padding-top: 0; border-top: 0; }
  .index-section-1 .index-collection { width: 100%; }
  .index-section-1 .index-chart { width: 100%; }
}

/* index - 컬렉션 */
.index-collection .title-wrap { display: flex; flex-flow: column; gap: 12px; margin-bottom: 24px; }
.index-collection .title-wrap .title { font-size: 32px; font-weight: bold; }
.index-collection .title-wrap .txt { font-size: 16px; font-weight: normal; }
.tab-wrap { display: flex; flex-flow: wrap; gap: 8px 16px; margin-bottom: 24px; }
.tab-wrap .tab { font-size: 16px; color: rgba(0, 0, 0, 0.6); cursor: pointer; }
.tab-wrap .tab.active { font-weight: bold; color: #0155ba; }
.prod-wrap { display: flex; flex-flow: wrap; gap: 48px 24px; }
.index-collection .prod-wrap .prod-item { width: calc( ( 100% - 24px * 2 ) / 3 ); }
.prod-wrap .prod-item .item-img { padding-top: 100%; border-radius: 8px; overflow: hidden; }
.prod-wrap .prod-item .item-txt-wrap { margin-top: 8px; display: flex; flex-flow: column; gap: 8px; }
.prod-wrap .prod-item .item-title { font-size: 20px; color: rgba(0, 0, 0, 0.8); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.index-collection .prod-wrap .prod-item .item-title { font-size: 16px; }
.prod-wrap .prod-item .item-txt { font-size: 16px; color: rgba(0, 0, 0, 0.5); }
.index-collection .prod-wrap .prod-item .item-txt { font-size: 13px; }
.more-btn { display: block; width: 320px; line-height: 60px; text-align: center; border: 2px solid #002551; border-radius: 8px; font-size: 20px; font-weight: bold; color: #002551; background-color: #fff; margin: 0 auto; margin-top: 64px; }

@media screen and (max-width: 1280px) {
  .index-collection .title-wrap { gap: 8px; }
  .index-collection .title-wrap .title { font-size: 20px; }
  .index-collection .title-wrap .txt { font-size: 14px;; }
  .tab-wrap { margin-bottom: 16px; }
  .prod-wrap { gap: 16px 8px; }
  .index-collection .prod-wrap .prod-item { width: calc( ( 100% - 8px * 3 ) / 4 ); }
  .prod-wrap .prod-item .item-txt-wrap { margin-top: 4px;; gap: 4px; }
  .prod-wrap .prod-item .item-title { font-size: 14px; }
  .index-collection .prod-wrap .prod-item .item-title { font-size: 14px; }
  .prod-wrap .prod-item .item-txt { font-size: 12px; }
  .index-collection .prod-wrap .prod-item .item-txt { font-size: 12px; }
  .more-btn { width: 100%; max-width: 480px; line-height: 46px; border: 1px solid #002551; font-size: 14px; margin-top: 32px; }
}
@media screen and (max-width: 840px) {
  .index-collection .prod-wrap .prod-item { width: calc( ( 100% - 8px * 2 ) / 3 ); }
}
@media screen and (max-width: 560px) {
  .index-collection .prod-wrap .prod-item { width: calc( ( 100% - 8px ) / 2 ); }
}

/* index - 시세 차트 */
.index-chart-wrap:not(:last-child) { margin-bottom: 40px; }
.index-chart-wrap .title-wrap { margin-bottom: 24px; display: flex; justify-content: space-between; align-items: flex-end; }
.index-chart-wrap .title-wrap .title { font-size: 24px; font-weight: bold; }
.index-chart-wrap .title-wrap .date { font-size: 14px; color: rgba(0, 0, 0, 0.6); line-height: 28px; border: 1px solid #e4e4e4; border-radius: 16px; background-color: #fff; padding: 0 12px; }
.index-chart-wrap .chart-wrap { height: 260px; }
.chart-table-wrap table { table-layout: fixed; width: 100%; border-collapse: collapse; border-spacing: 0; } 
.chart-table-wrap table th { height: 48px; background-color: #002551; font-size: 18px; font-weight: 500; color: #fff; }
.chart-table-wrap table th:first-child { border-top-left-radius: 8px; border-bottom-left-radius: 8px; } 
.chart-table-wrap table th:last-child { border-top-right-radius: 8px; border-bottom-right-radius: 8px; }
.chart-table-wrap table td { padding: 12px 24px; border-bottom: 1px solid #e4e4e4; font-size: 18px; } 

@media screen and (max-width: 1280px) {
  .index-chart-wrap .title-wrap { align-items: flex-start; }
  .index-chart-wrap .title-wrap .title { font-size: 20px; }
  .index-chart-wrap .title-wrap .date { font-size: 12px; line-height: 20px; padding: 0 8px; white-space: nowrap; }
  .index-chart-wrap .chart-wrap { height: 260px; } 
  .chart-table-wrap table th { height: 40px; font-size: 14px; }
  .chart-table-wrap table td { padding: 12px 16px; font-size: 14px; } 
}

/* index - section-2 */
.index-section-2 { padding: 148px 0; position: relative; }
.index-section-2 .bg-img { position: absolute; width: 100%; height: 100%; object-fit: cover; object-position: center; left: 0; top: 0; right: 0; bottom: 0; z-index: -1; }
.index-section-2 .title-wrap { display: flex; flex-flow: column; gap: 40px; }
.index-section-2 .title { font-size: 48px; font-weight: bold; line-height: 1.5; color: #fff; }
.index-section-2 .txt { font-size: 18px; font-weight: normal; line-height: 1.75; color: #fff; }
.index-section-2 .logo { width: 480px; }

@media screen and (max-width: 1280px) {
  .index-section-2 { padding: 60px 0;  }
  .index-section-2 .title-wrap { gap: 32px; }
  .index-section-2 .title { font-size: 32px; }
  .index-section-2 .txt { font-size: 13px; }
  .index-section-2 .logo { width: 240px; }
}

/* index - section-3 */
.index-section-3 { padding: 100px 0; background-color: #002551; }
.index-section-3 .title-wrap { margin-bottom: 24px; }
.index-section-3 .title-wrap .title { font-size: 32px; font-weight: bold; color: #fff; }
.index-intro-wrap { display: flex; gap: 40px; }
.index-intro-main { flex: 1.5; }
.index-intro-sub { flex: 1; position: relative; }

.index-intro-main .main-img { padding-top: 50%; border-radius: 8px; overflow: hidden; margin-bottom: 32px; }
.index-intro-main .txt-wrap { display: flex; justify-content: space-between; }
.index-intro-main .txt { font-size: 16px; line-height: 1.5; color: #fff; opacity: .8; }
.index-intro-main .sub-txt { font-size: 14px; line-height: 1.5; color: #fff; opacity: .8; }
.index-intro-main .btn { width: 120px; height: 40px; line-height: 38px; border: 1px solid #fff; text-align: center; border-radius: 4px; font-size: 18px; color: #fff; }
.index-intro-main .btm-txt-wrap { padding-top: 24px; border-top: 2px solid #fff; margin-top: 40px; display: flex; }
.index-intro-main .btm-txt-wrap .txt-group { flex: 1; display: flex; flex-flow: column; gap: 8px; }
.index-intro-main .tel { font-size: 44px; font-weight: bold; color: #fff; line-height: 1; }

.index-intro-sub-wrap { display: flex; flex-flow: wrap; gap: 16px; max-height: 640px; overflow: auto;  }
.index-intro-sub-wrap::-webkit-scrollbar { display: none; }
.index-intro-sub::after { content: ''; display: block; position: absolute; bottom: 0; left: 0; right: 0; width: 100%; height: 64px; background-image: linear-gradient(to bottom, rgba(0, 37, 81, 0), #002551); transition: .2s; }
.index-intro-sub.scroll-end::after { opacity: 0; }
.index-intro-item { width: calc( 50% - 8px ); padding-top: calc( ( 50% - 8px ) * 0.6 ); border-radius: 8px; overflow: hidden; border: 4px solid transparent; cursor: pointer; }
.index-intro-item.active { border-color: #f7b52d; }

@media screen and (max-width: 1280px) {
  .index-section-3 { padding: 32px 0 48px; }
  .index-section-3 .title-wrap .title { font-size: 20px; }
  .index-intro-wrap { flex-flow: wrap; gap: 16px; position: relative; }
  .index-intro-main { flex: unset; width: 100%; }
  .index-intro-sub { flex: unset; width: calc( 100% + 32px ); overflow: auto; position: absolute; top: calc( (( 100vw - 32px ) * 0.5) + 16px ); padding: 0 16px; left: -16px; }
  .index-intro-sub::-webkit-scrollbar { display: none; }

  .index-intro-main .main-img { margin-bottom: 80px; }
  .index-intro-main .txt-wrap { flex-flow: wrap; gap: 16px; }
  .index-intro-main .txt { font-size: 14px; }
  .index-intro-main .sub-txt { font-size: 12px; }
  .index-intro-main .btn { width: 90px; height: 32px; line-height: 30px; font-size: 14px; }
  .index-intro-main .btm-txt-wrap {  margin-top: 32px; flex-flow: wrap; gap: 8px; }
  .index-intro-main .btm-txt-wrap .txt-group { flex: unset; }
  .index-intro-main .tel { font-size: 32px; }


  .index-intro-sub-wrap { flex-flow: unset; gap: 4px; max-height: unset; width: max-content; overflow: unset; }
  .index-intro-sub-wrap::-webkit-scrollbar { display: none; }
  .index-intro-sub::after { display: none; }
  .index-intro-sub.scroll-end::after { opacity: 0; }
  .index-intro-item { width: 80px; padding-top: 48px; border-width: 1px; }
}

/* 제품소개 */
.product .main-title-wrap { padding-top: 258px;}
.product .main-title { margin-bottom: 40px; }
.main-title-wrap { padding-bottom: 80px; display: flex; flex-flow: column; gap: 40px; }
.main-title { font-size: 56px; font-weight: bold; line-height: 1; }
.main-txt { font-size: 20px; line-height: 1.6; }

.best-prod { background-color: #002551; padding: 56px 0 48px; }
.best-prod .title-wrap { text-align: center; display: flex; flex-flow: column; align-items: center; gap: 24px; margin-bottom: 48px; }
.best-prod .title-wrap .title { color: #fff; font-size: 32px; font-weight: bold; text-transform: uppercase; }
.best-prod .title-wrap .txt { color: #fff; font-size: 20px; }
.best-prod .prod-wrap .prod-item .item-title, .best-prod .prod-wrap .prod-item .item-txt { color: #fff; }

.product .prod-wrap { gap: 80px 32px; }
.product .prod-wrap .prod-item { width: calc( ( 100% - 32px * 3 ) / 4 ); }
.prod-content { padding-top: 80px; padding-bottom: 160px; }

.tab-wrap.ty-1 .tab { line-height: 32px; padding: 0 16px; border-radius: 16px; font-size: 16px; background-color: #f2f2f2; color: #000; }
.tab-wrap.ty-1 .tab.active { font-weight: normal; color: #fff; background-color: #000; }

@media screen and (max-width: 1280px) {
  .product .main-title-wrap { padding-top: 100px;}
  .main-title-wrap { padding-bottom: 24px; gap: 16px; }
  .main-title { font-size: 20px;  }
  .main-txt { font-size: 14px; }

  .product .main-title-wrap { text-align: center; }
  .product .main-title { margin-bottom: 24px; }

  .best-prod { padding: 32px 0 40px; }
  .best-prod .title-wrap { gap: 12px; margin-bottom: 24px; }
  .best-prod .title-wrap .title { font-size:20px; }
  .best-prod .title-wrap .txt { font-size: 14px; }

  .product .prod-wrap { gap: 16px 8px; }
  .product .prod-wrap .prod-item { width: calc( ( 100% - 8px * 3 ) / 4 ); }
  .prod-content { padding-top: 40px; padding-bottom: 60px; }

  .tab-wrap.ty-1 { flex-flow: row; overflow: auto; gap: 8px; width: calc( 100% + 32px );  padding: 0 16px; margin-left: -16px;}
  .tab-wrap.ty-1::-webkit-scrollbar { display: none; }
  .tab-wrap.ty-1 .tab { line-height: 24px; font-size: 14px; white-space: nowrap; }
}
@media screen and (max-width: 1024px) {
  .product .prod-wrap .prod-item { width: calc( ( 100% - 8px * 2 ) / 3 ); }
}
@media screen and (max-width: 840px) {
  .product .prod-wrap .prod-item { width: calc( ( 100% - 8px ) / 2 ); }
}
@media screen and (max-width: 480px) {
  .product .prod-wrap .prod-item { width: 100%; }
}

/* 제품 상세페이지 */
.product_detail { padding-top: 178px; padding-bottom: 160px; min-height: 100svh; }
.product_detail .container { display: flex; gap: 40px; }
.prod-detail-wrap { flex: 1.5; }
.prod-detail-wrap img { display: block; }
.prod-detail-wrap .prod-detail-sub-wrap .title-wrap { display: none; }
.prod-detail-sub-wrap { flex: 1; }
.prod-detail-sub-wrap .title-wrap { margin-bottom: 56px; display: flex; flex-flow: column; gap: 16px; }
.prod-detail-sub-wrap .title { font-size: 32px; font-weight: bold; line-height: 1.25; }
.prod-detail-sub-wrap .txt { font-size: 16px; }
.prod-detail-sub-wrap .detail-wrap { display: flex; flex-flow: column; gap: 32px; }
.prod-detail-sub-wrap .detail-item { display: flex; align-items: baseline; }
.prod-detail-sub-wrap .detail-item .item-title { width: 92px; font-size: 20px; font-weight: 500; line-height: 1.2; }
.prod-detail-sub-wrap .detail-item .item-txt { width: calc( 100% - 92px ); font-size: 20px; line-height: 1.2; }
.prod-detail-sub-wrap .toggle-item { display: block; }
.prod-detail-sub-wrap .toggle-item .item-title { width: 100%; display: flex; justify-content: space-between; align-items: center; cursor: pointer; }
.prod-detail-sub-wrap .toggle-item .item-title .icon { position: relative; width: 16px; height: 16px; }
.prod-detail-sub-wrap .toggle-item .item-title .icon span { width: 16px; height: 2px; background-color: #000; position: absolute; left: 0; top: 7px; }
.prod-detail-sub-wrap .toggle-item.active .item-title .icon span:last-child { transform: rotate(90deg); }
.prod-detail-sub-wrap .toggle-content { margin-top: 16px; display: block; }
.prod-detail-sub-wrap .toggle-item.active .toggle-content { display: none; }
.prod-detail-sub-wrap .detail-table { table-layout: fixed; width: 100%; margin-bottom: 40px; }
.prod-detail-sub-wrap .detail-table th { height: 48px; padding: 0 16px; border-radius: 2px; background-color: #F2F2F2; text-align: left; font-size: 16px; font-weight: 500; }
.prod-detail-sub-wrap .detail-table td { font-size: 16px; padding: 16px; padding-bottom: 0; }

.prod-detail-footer .title-wrap { display: flex; flex-flow: column; gap: 56px; align-items: center; text-align: center; padding: 64px 0; }
.prod-detail-footer .logo { width: 166px; }
.prod-detail-footer .title { font-size: 20px; font-weight: 600; line-height: 1.6; }
.prod-detail-footer .txt-wrap { padding: 40px; background-color: #f5f5f5; display: flex; flex-flow: column; gap: 24px; }
.prod-detail-footer .txt-item { display: flex; align-items: baseline; }
.prod-detail-footer .txt-item .item-default { width: 120px; font-size: 18px; font-weight: 600; }
.prod-detail-footer .txt-item .item-user { width: calc( 100% - 120px ); font-size: 18px; font-weight: 500; }

@media screen and (max-width: 1280px) {
  .product_detail { padding-top: 100px; padding-bottom: 60px; }
  .product_detail .container { flex-flow: column; gap: 24px; }
  .prod-detail-wrap .prod-detail-sub-wrap .title-wrap { display: flex; }
  .prod-detail-sub-wrap .title-wrap { margin-bottom: 24px; gap: 8px; display: none; }
  .prod-detail-sub-wrap .title { font-size: 20px; }
  .prod-detail-sub-wrap .txt { font-size: 14px; }
  .prod-detail-sub-wrap .detail-wrap { gap: 16px; padding: 16px 0; border-top: 2px solid #000; border-bottom: 2px solid #000; }
  .prod-detail-sub-wrap .detail-item .item-title { width: 80px; font-size: 13px; }
  .prod-detail-sub-wrap .detail-item .item-txt { width: calc( 100% - 80px ); font-size: 13px; }
  .prod-detail-sub-wrap .toggle-item .item-title { width: 100%; }
  .prod-detail-sub-wrap .toggle-item .item-title .icon { width: 12px; height: 12px; }
  .prod-detail-sub-wrap .toggle-item .item-title .icon span { width: 12px; height: 2px; }
  .prod-detail-sub-wrap .toggle-content { margin-top: 8px; }
  .prod-detail-sub-wrap .detail-table { margin-bottom: 0px; }
  .prod-detail-sub-wrap .detail-table th { height: 32px; font-size: 13px; }
  .prod-detail-sub-wrap .detail-table td { font-size: 13px; padding: 4px 16px; }

  .prod-detail-footer .title-wrap { gap: 24px; padding: 40px 0; }
  .prod-detail-footer .logo { width: 106px; }
  .prod-detail-footer .title { font-size: 14px; font-weight: 400; }
  .prod-detail-footer .txt-wrap { padding: 20px; gap: 16px; }
  .prod-detail-footer .txt-item .item-default { width: 96px; font-size: 13px; }
  .prod-detail-footer .txt-item .item-user { width: calc( 100% - 96px ); font-size: 13px; font-weight: 400; }
}

/* GM소개 */
.gm-top-wrap { padding-top: 190px; padding-bottom: 160px; }
.gm-top-wrap .container { display: flex; gap: 80px; }
.gm-top-wrap .img-wrap { width: 560px; }
.gm-top-wrap .txt-wrap { width: calc( 100% - 560px - 80px ); display: flex; flex-flow: column; }
.gm-top-wrap .title-group { display: flex; flex-flow: column; gap: 24px; }
.gm-top-wrap .sub-title { font-size: 24px; font-weight: bold; }
.gm-top-wrap .title { font-size: 40px; font-weight: 500; line-height: 1.4; }
.gm-top-wrap .txt-group { display: flex; padding: 16px 0; border-top: 1px solid #000; border-bottom: 1px solid #000; justify-content: space-between; margin-top: auto; background-image: url(../images/gm_top_bg.png); background-repeat: no-repeat; background-size: auto 32px; background-position: left bottom 16px; }
.gm-top-wrap .txt-group .img { width: 200px; }
.gm-top-wrap .txt-group .txt { padding-top: 16px; font-size: 20px; line-height: 1.8; }

.gm .main-title-wrap { text-align: center; }

.gm-service-wrap { display: flex; flex-flow: wrap; gap: 80px 16px; margin-bottom: 160px; }
.gm-service-item { display: flex; flex-flow: column; gap: 40px; width: calc( 50% - 8px ); }
.gm-service-item .item-txt-wrap { display: flex; flex-flow: column; gap: 24px; align-items: center; text-align: center; }
.gm-service-item .item-title { font-size: 24px; font-weight: bold; line-height: 1.33; }
.gm-service-item .item-txt { font-size: 16px; color: rgba(0, 0, 0, 0.8); line-height: 1.6; }

.step-section .section-title { margin-bottom: 32px; }
.step-wrap { display: flex; gap: 16px; }
.step-item .item-num { width: 48px; height: 48px; text-align: center; line-height: 48px; font-size: 17px; font-weight: bold; border-radius: 8px; }
.step-item .item-txt-wrap { display: flex; flex-flow: column; gap: 16px; }
.step-item .item-txt { font-size: 16px; line-height: 1.5; }

.step-section.ty-1 { padding-bottom: 96px; }
.step-section.ty-1 .step-item { padding-top: 20px; border-top: 1px solid #000; display: flex; flex-flow: column; gap: 20px; }
.step-section.ty-1 .step-item .item-num { background-color: rgba(75, 96, 247, 0.08); color: #1b4ec1; }
.step-section.ty-1 .step-item .item-img { display: block; margin-top: 20px; }
.step-section.ty-1 .step-item .item-title { font-size: 24px; font-weight: bold; }
.step-section.ty-2 { padding-top: 80px; padding-bottom: 112px; background-color: #FAFBFE; }
.step-section.ty-2 .step-item { flex: 1; border: 2px solid #1b4ec1; border-radius: 8px; background-color: #fff; position: relative; padding: 0 24px 40px; }
.step-section.ty-2 .step-item::before { content: ''; display: block; position: absolute; width: 56px; height: 56px; background-color: #fff; left: -2px; top: -2px; z-index: 1; border-bottom-right-radius: 8px; }
.step-section.ty-2 .step-item .item-num { background-color: #1b4ec1; color: #fff; position: absolute; left: -2px; top: -2px; border-top-right-radius: 0; border-bottom-left-radius: 0; z-index: 1; }
.step-section.ty-2 .step-item .item-img { width: 100%; height: 190px; object-fit: contain; object-position: center; margin-bottom: 16px; }
.step-section.ty-2 .step-item .item-title { font-size: 20px; font-weight: bold; }
.step-section.ty-2 .step-item .item-txt { font-size: 15px; }

@media screen and (max-width: 1280px) {
  .gm-top-wrap { padding-top: 100px; padding-bottom: 56px; }
  .gm-top-wrap .container { flex-flow: column; gap: 24px; }
  .gm-top-wrap .img-wrap { width: 100%; }
  .gm-top-wrap .txt-wrap { width: 100%; gap: 24px; }
  .gm-top-wrap .title-group { gap: 16px; }
  .gm-top-wrap .sub-title { font-size: 14px; }
  .gm-top-wrap .title { font-size: 22px; }
  .gm-top-wrap .txt-group { background-size: auto 20px; align-items: flex-start; }
  .gm-top-wrap .txt-group .img { width: 134px; }
  .gm-top-wrap .txt-group .txt { padding-top: 0; font-size: 14px; line-height: 1.4; }

  .gm .main-title-wrap { text-align: center; }

  .gm-service-wrap { gap: 32px 16px; margin-bottom: 40px; }
  .gm-service-item { gap: 16px; }
  .gm-service-item .item-txt-wrap { gap: 12px; }
  .gm-service-item .item-title { font-size: 16px; }
  .gm-service-item .item-txt { font-size: 13px; }

  .step-section .section-title { margin-bottom: 16px; font-size: 18px; }
  .step-wrap { display: flex; gap: 16px; }
  .step-item .item-num { width: 32px; height: 32px; line-height: 32px; font-size: 14px; border-radius: 4px; }
  .step-item .item-txt { font-size: 13px; }

  .step-section.ty-1 { padding-bottom: 40px; }
  .step-section.ty-1 .step-wrap { overflow: auto; }
  .step-section.ty-1 .step-wrap::-webkit-scrollbar { display: none; }
  .step-section.ty-1 .step-item { width: 270px; flex-shrink: 0; padding-top: 16px; gap: 16px; }
  .step-section.ty-1 .step-item .item-img { margin-top: 0; }
  .step-section.ty-1 .step-item .item-title { font-size: 16px; }
  .step-section.ty-2 { padding-top: 40px; padding-bottom: 40px;; }
  .step-section.ty-2 .step-wrap { flex-flow: wrap; }
  .step-section.ty-2 .step-item { flex: unset; width: calc( 50% - 8px ); padding: 24px; }
  .step-section.ty-2 .step-item::before { width: 40px; height: 40px; }
  .step-section.ty-2 .step-item .item-img { height: 120px; }
  .step-section.ty-2 .step-item .item-title { font-size: 16px; text-align: center; }
  .step-section.ty-2 .step-item .item-txt { font-size: 13px; text-align: center; }
}

@media screen and (max-width: 640px) {
  .gm-service-item { width: 100%; }
  .step-section.ty-2 .step-item { width: 100%; }
}

/* 찾아오시는 길 */
.direction-section { background-color: #002551; padding: 80px 0; background-image: url(../images/logo_gm.png); background-repeat: no-repeat; background-size: 236px; background-position: bottom right 24px; }
.direction-section .title-wrap { margin-bottom: 40px; display: flex; align-items: baseline; gap: 32px; }
.direction-section .title { color: #fff; }
.direction-section .txt-group { display: flex; flex-flow: wrap; gap: 8px 32px; }
.direction-section .txt { display: flex; align-items: center; gap: 10px; font-size: 18px; font-weight: 500; color: #fff; }
.direction-section .txt i { font-size: 21px; }
.direction-section .map-wrap { width: 100%; height: 420px; }
.direction-section .map-wrap> div, .direction-section .map-wrap .root_daum_roughmap .wrap_map { width: 100%; height: 100%; }

@media screen and (max-width: 1280px) {
  .direction-section { padding: 32px 0 48px; background-size: 154px; background-position: bottom right; }
  .direction-section .title-wrap { margin-bottom: 32px; flex-flow: column; gap: 16px; }
  .direction-section .title { font-size: 24px; }
  .direction-section .txt-group { flex-flow: column; }
  .direction-section .txt { gap: 4px; font-size: 14px; }
  .direction-section .txt i { font-size: 16px; }
  .direction-section .map-wrap { height: 360px; }
}

/* 금&은 시세 */
.gold_price { padding-top: 258px; }
.gold_price .main-title-wrap { align-items: center; text-align: center; }
.link-tab-wrap { display: flex; gap: 40px; }
.link-tab { width: 240px; line-height: 60px; border: 2px solid #e4e4e4; text-align: center; background-color: #fff; font-size: 20px; font-weight: 500; border-radius: 8px; }
.link-tab.active { background-color: #1b4ec1; border-color: #1b4ec1; color: #fff; }

.gold_price .index-chart { display: flex; flex-flow: wrap; gap: 80px 40px; }
.gold_price .index-chart-wrap { width: calc( 50% - 20px ); margin-bottom: 0; }
.gold_price .index-chart-wrap:nth-child(-n+2) { border-top: 2px solid #e4e4e4; padding-top: 24px; }

.sub-banner { margin: 120px 0 160px; padding: 80px; border-radius: 16px; background-image: url(../images/sub_banner.png); background-repeat: no-repeat; background-size: cover; background-position: center; }
.sub-banner .title-wrap { display: flex; align-items: center; }
.sub-banner .title { flex: 1; font-size: 40px; font-weight: bold; color: #fff; line-height: 1.6; }
.sub-banner .txt { flex: 1; font-size: 18px; color: #fff; line-height: 1.78; }

@media screen and (max-width: 1280px) {
  .gold_price { padding-top: 100px; }
  .link-tab-wrap { gap: 8px; width: 100%; justify-content: center; }
  .link-tab { width: 100%; max-width: 240px; line-height: 38px; border: 1px solid #e4e4e4; font-size: 14px; border-radius: 4px; }

  .gold_price .index-chart { gap: 40px 16px; }
  .gold_price .index-chart-wrap { width: calc( 50% - 8px ); }
  .gold_price .index-chart-wrap:nth-child(-n+2) { border-top: 0; padding-top: 0; }

  .sub-banner { margin: 40px 0 0; margin-left: -16px; padding: 64px 16px; width: calc( 100% + 32px ); border-radius: 0; }
  .sub-banner .title-wrap { flex-flow: column; justify-content: flex-start; align-items: flex-start; gap: 32px; }
  .sub-banner .title { font-size: 32px; line-height: 1.25; }
  .sub-banner .txt { font-size: 13px; line-height: 1.5; }
}

@media screen and (max-width: 960px) {
  .gold_price .index-chart-wrap { width: 100%; }
}

/* 커뮤니티 */
.board { padding-bottom: 96px; }
.board-title-wrap { display: flex; justify-content: space-between; align-items: center; margin-bottom: 24px; }
.search-wrap { width: 400px; position: relative; }
.search-input { width: 100%; height: 56px; border-radius: 8px; border: 1px solid #e4e4e4; padding: 0 16px; padding-left: 56px; font-size: 16px; }
.search-icon { font-size: 20px; position: absolute; left: 24px; top: 50%; transform: translateY(-50%); }
.board-table { width: 100%; table-layout: fixed; border-collapse: collapse; border-bottom: 1px solid #9f9f9f; }
.board-table .left { text-align: left; padding-left: 24px; }
.board-table .center { text-align: center; }
.board-table th { height: 56px; background-color: #002551; font-size: 16px; color: #fff; }
.board-table th:first-child { border-top-left-radius: 8px; border-bottom-left-radius: 8px; } 
.board-table th:last-child { border-top-right-radius: 8px; border-bottom-right-radius: 8px; }
.board-table td { padding-top: 16px; padding-bottom: 16px; font-size: 16px; }
.board-table tr:not(:last-child) td { border-bottom: 1px solid #e4e4e4; }
.board-table td a { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.board-table td a:hover { text-decoration: underline; }

@media screen and (max-width: 1280px) {
  .board { padding-bottom: 48px; }
  .board-title-wrap { flex-flow: wrap; gap: 16px; align-items: flex-start; margin-bottom: 24px; }
  .board-title-wrap form { width: 100%; max-width: 480px; }
  .search-wrap { width: 100%; }
  .search-input { height: 48px; padding-left: 40px; font-size: 14px; }
  .search-icon { font-size: 16px; left: 16px; }
  .board-table .left { padding-left: 0; }
  .board-table th { height: 40px; font-size: 14px; width: auto; }
  .board-table th:first-child { width: 48px; }
  .board-table td { padding-top: 8px; padding-bottom: 8px; font-size: 14px; }
  .board-table tbody tr { width: calc( 100vw - 32px ); display: flex; padding-left: 48px; position: relative; flex-flow: wrap; gap: 0 10px; }
  .board-table td:nth-child(1) { position: absolute; left: 0; top: 50%; transform: translateY(-50%); width: 48px; text-align: center; }
  .board-table td:nth-child(2) { width: 100%; }
  .board-table tr:not(:last-child) td { border-bottom: 0; }
  .board-table td p { font-size: 12px; color: #aeaeae; }
}

/* 게시글 상세 */
.board_detail { padding-top: 180px; padding-bottom: 160px; min-height: calc( 100vh - 277px ); background: #fff; }
.board_detail .title-wrap { align-items: center; text-align: center; gap: 16px; padding-bottom: 40px; border-bottom: 1px solid #e4e4e4; padding-top: 60px; border-top: 2px solid #000; }
.board_detail .title-wrap .sub-title { font-size: 18px; font-weight: bold; }
.board_detail .title-wrap .title { font-size: 32px; font-weight: bold; line-height: 1.4; }
.board_detail .title-wrap .txt-group { gap: 32px; }
.board_detail .title-wrap .txt { font-size: 16px; }
.board_detail .title-wrap .txt strong { font-weight: 500; }
.board_detail .con-wrap { padding: 40px 0 80px; margin: 0 auto; }
.board_detail .con-wrap * { font-size: inherit; line-height: inherit; }
.board_detail .con-wrap img { max-width: 100%; width: unset;}
.file-download-group { gap: 8px; margin-bottom: 24px; }
.file-download-wrap { height: 52px; align-items: center; padding: 0 16px; background: #f5f5f5; border-radius: 4px; gap: 8px; }
.file-download-wrap .icon { font-size: 20px; color: #aeaeae; }
.file-download-wrap .file-title { font-size: 16px; width: calc( 100% - 56px ); min-width: 136px; font-size: 16px; font-weight: normal; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }

.board_detail .btm-item-wrap { margin-top: 40px; display: flex; justify-content: space-between; align-items: center; position: relative; width: 100%; border-top: 1px solid #202020; padding-top: 24px; min-height: 56px; box-sizing: content-box; }
.board_detail .btm-item-wrap .item { font-size: 17px; color: #a4a4a4; font-weight: bold; display: flex; gap: 8px; align-items: baseline; width: calc( (100% - 88px ) / 2 ); cursor: pointer; }
.board_detail .btm-item-wrap .next-item { justify-content: flex-end; }
.board_detail .btm-item-wrap .item-default { width: 80px; }
.board_detail .btm-item-wrap .next-item .item-default { text-align: right; }
.board_detail .btm-item-wrap .item-user { color: #a4a4a4; font-weight: 300; max-width: calc( 100% - 92px ); font-size: 17px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; line-height: 1.5; }
.board_detail .btm-item-wrap .list-btn { width: 56px; height: 56px; border-radius: 50%; border: 2px solid #aeaeae; text-align: center; cursor: pointer; position: absolute; left: 50%; top: 24px; transform: translateX(-50%); }
.board_detail .btm-item-wrap .list-btn i { font-size: 24px; color: #aeaeae; line-height: 52px; }

.board-detail-list { gap: 24px; }
.board-detail-item .item-title { width: 122px; font-size: 17px; font-weight: bold; position: relative; line-height: 1.5; }
.board-detail-item .item-title::after { content: ''; display: block; position: absolute; width: 2px; height: 18px; background: #d5d5d5; right: 0; top: 4px; }
.board-detail-item .item-txt { width: calc( 100% - 122px ); padding-left: 24px; font-size: 17px; line-height: 1.5; }

@media screen and (max-width:1280px) {
  .board_detail { padding-top: 120px; padding-bottom: 40px; }
  .board_detail .container { padding-left: 16px; padding-right: 16px; }
  .board_detail .title-wrap { padding: 0; padding-bottom: 24px; border-top: 0; gap: 12px; }
  .board_detail .title-wrap .sub-title { font-size: 14px; }
  .board_detail .title-wrap .title { font-size: 18px;}
  .board_detail .title-wrap .txt-group { gap: 24px; width: 100%; justify-content: center; }
  .board_detail .title-wrap .txt { font-size: 13px; }
  .board_detail .con-wrap { padding: 24px 0; }
  .file-download-group { gap: 8px; }
  .file-download-wrap { height: 40px; padding: 0 16px; }
  .file-download-wrap i { font-size: 16px; }
  .file-download-wrap .file-title { font-size: 14px; width: calc( 100% - 48px ); }
  .board_detail .btm-item-wrap { margin-top: 24px; padding-top: 16px; min-height: 40px; }
  .board_detail .btm-item-wrap .item { flex-flow: column; font-size: 14px; gap: 8px; width: calc( (100% - 56px ) / 2 ); }
  .board_detail .btm-item-wrap .item-default { width: auto; font-size: 14px; }
  .board_detail .btm-item-wrap .next-item { flex-flow: column-reverse; align-items: flex-end; }
  .board_detail .btm-item-wrap .next-item .item-default { text-align: right; }
  .board_detail .btm-item-wrap .item-user { max-width: 100%; font-size: 14px; }
  .board_detail .btm-item-wrap .list-btn { width: 40px; height: 40px; border: 1px solid #aeaeae; top: 16px; }
  .board_detail .btm-item-wrap .list-btn i { font-size: 20px; line-height: 38px; }
  
  .board-detail-list { gap: 16px; }
  .board-detail-item .item-title { width: 96px; font-size: 14px; }
  .board-detail-item .item-title::after { height: 14px; }
  .board-detail-item .item-txt { width: calc( 100% - 96px ); padding-left: 16px; font-size: 14px; }
}

/*  GM 가맹문의 */
.gm_join { padding-top: 258px; }
.gm_join .main-title-wrap { text-align: center; }
.gm-join-top-wrap { display: flex; align-items: center; justify-content: center; padding: 40px 0 100px; }
.gm-join-top-item { width: 320px; height: 320px; border-radius: 50%; position: relative; overflow: hidden; box-shadow: 0 3px 40px 0 rgba(0, 0, 0, 0.16); margin-left: -40px; }
.gm-join-top-item .item-title { position: absolute; font-size: 24px; color: #fff; bottom: 56px; left: 50%; transform: translateX(-50%); }
.gm-join-top-item.active .item-title { color: #cba856; }

.gm-join .container { display: flex; gap: 80px; }
.gm-join-form { width: 400px; }
.gm-join-form .title-wrap { margin-bottom: 32px; }
.gm-join-form .form-wrap { display: flex; flex-flow: column; gap: 16px; }
.gm-join-form .form-item { position: relative; }
.gm-join-form .form-item .form-input { width: 100%; padding-left: 80px; height: 45px; border-bottom: 2px solid #e4e4e4; font-size: 16px; font-weight: 300; }
.gm-join-form .form-item .form-input::placeholder { color: #aeaeae; }
.gm-join-form .form-item .form-input:focus { border-color: #1b4ec1; }
.gm-join-form .form-item .item-default { position: absolute; left: 0; top: 50%; transform: translateY(-50%); font-size: 18px; font-weight: bold; line-height: 1; }
.gm-join-form .form-item .form-label-wrap { display: flex; gap: 40px; align-items: center; padding: 10px 0;  padding-left: 80px; border-bottom: 2px solid #e4e4e4; }
.gm-join-form .form-footer { margin-top: 40px; display: flex; flex-flow: column; gap: 24px; }
.gm-join-form .form-submit-btn { width: 100%; height: 64px; line-height: 64px; text-align: center; background-color: #1b4ec1; color: #fff; border-radius: 4px; font-size: 20px; font-weight: 600; }
.gm-join-form .inquiry-wrap { margin-top: 40px; padding: 80px 40px; border-radius: 16px; background-color: #002551; display: flex; flex-flow: column; gap: 64px; }
.gm-join-form .inquiry-item { display: flex; flex-flow: column; gap: 8px; }
.gm-join-form .inquiry-item .item-title { font-size: 20px; font-weight: 500; color: #fff; }
.gm-join-form .inquiry-item .item-txt { font-size: 32px; font-weight: bold; color: #fff; }

.gm-join-wrap { width: calc( 100% - 480px ); padding-bottom: 120px; }
.gm-join-section .title-wrap { margin-bottom: 32px; }
.gm-join-wrap .step-section.ty-1 .step-wrap { flex-flow: column; gap: 0; border-top: 2px solid #000; border-bottom: 2px solid #000; }
.gm-join-wrap .step-section.ty-1 .step-item { width: 100%; padding: 24px 0; flex-flow: row; gap: 0; align-items: center; border: 0; }
.gm-join-wrap .step-section.ty-1 .step-item:not(:last-child) { border-bottom: 1px dashed #c8c8c8; }
.gm-join-wrap .step-section.ty-1 .step-item .item-txt-wrap { flex: 1; }
.gm-join-wrap .step-section.ty-1 .step-item .item-img { flex: 0.92; margin: 0; }

.gm-join-wrap .step-section.ty-2 { padding: 0; background: none; }
.gm-join-wrap .step-section.ty-2 .step-wrap { flex-flow: wrap; gap: 16px; }
.gm-join-wrap .step-section.ty-2 .step-item { flex: unset; width: calc( (  100% - 16px * 2 ) / 3 ); display: flex; flex-flow: column-reverse; background-color: #f5f5f5; border: 0; }
.gm-join-wrap .step-section.ty-2 .step-item:nth-child(1) { width: calc( 55% - 16px ); border: 2px solid #1b4ec1; background-color: #fff; flex-flow: row; align-items: center; padding-bottom: 72px; padding-top: 80px; }
.gm-join-wrap .step-section.ty-2 .step-item:nth-child(1) .item-title { color: #1b4ec1; }
.gm-join-wrap .step-section.ty-2 .step-item:nth-child(2) { width: 45%; flex-flow: row; align-items: center; padding-bottom: 0; }
.gm-join-wrap .step-section.ty-2 .step-item:nth-child(-n+2) .item-img { width: 224px; position: absolute; right: 0; top: 50%; transform: translateY(-50%); }
.gm-join-wrap .step-section.ty-2 .step-item:nth-child(-n+2) .item-txt { max-width: calc( 100% - 200px ); }
.gm-join-wrap .step-section.ty-2 .step-item:nth-child(5) { background-color: rgba(247, 181, 45, 0.08); }
.gm-join-wrap .step-section.ty-2 .step-item:nth-child(5) .item-num { background-color: #f7b52d; }

.gm-join-review { padding: 80px 0 88px; background-color: #FAFBFE; }
.gm-join-review .title-wrap { margin-bottom: 32px; }
.gm-join-review .review-slide { max-width: 1472px; margin: 0 auto; padding: 0 16px; }
.gm-join-review .review-slide .review-slide-btn { position: absolute; top: 50%; transform: translateY(-50%); width: 40px; height: 40px; text-align: center; border-radius: 50%; line-height: 40px; background-color: #002551; font-size: 16px; color: #fff; z-index: 2; cursor: pointer; transition: .2s; }
.gm-join-review .review-slide .review-slide-btn.swiper-button-disabled { opacity: 0; visibility: hidden; }
.gm-join-review .review-slide .review-slide-prev { left: 0; }
.gm-join-review .review-slide .review-slide-next { right: 0; }
.gm-join-review-item { padding: 60px 24px; border-radius: 8px; background-color: #fff; display: flex; flex-flow: column; gap: 40px; align-items: center; text-align: center; }
.gm-join-review-item .item-img { width: 40px; }
.gm-join-review-item .item-txt { font-size: 20px; line-height: 1.6; display:-webkit-box; word-wrap:break-word; -webkit-line-clamp:4; -webkit-box-orient:vertical; overflow:hidden; text-overflow:ellipsis; height: calc( ( 20px * 1.6 ) * 4 ); }
.gm-join-review-item .item-title { font-size: 20px; font-weight: bold; text-transform: uppercase; }

@media screen and (max-width:1280px) {
  .gm_join { padding-top: 100px; }
  .gm-join-top-wrap { padding: 24px 0 40px; flex-flow: wrap; width: 600px; height: 600px; position: relative; margin: 0 auto; }
  .gm-join-top-item { margin: 0; position: absolute; }
  .gm-join-top-item:nth-child(1) { left: 0; top: 0; }
  .gm-join-top-item:nth-child(2) { right: 0; top: 0; }
  .gm-join-top-item:nth-child(3) { left: 0; bottom: 0; }
  .gm-join-top-item:nth-child(4) { right: 0; bottom: 0; }

  .gm-join { padding-bottom: 40px; }
  .gm-join .container { flex-flow: column-reverse; gap: 48px; }
  .gm-join-form { width: 100%; }
  .gm-join-form .title-wrap { margin-bottom: 24px; }
  .gm-join-form .form-wrap { gap: 8px; }
  .gm-join-form .form-item .form-input { padding-left: 70px; font-size: 14px; }
  .gm-join-form .form-item .item-default { font-size: 14px; }
  .gm-join-form .form-item .form-label-wrap { padding: 10px 0;  padding-left: 70px; }
  .gm-join-form .form-footer { margin-top: 24px; }
  .gm-join-form .form-submit-btn { height: 48px; line-height: 48px; font-size: 14px; }
  .gm-join-form .inquiry-wrap { margin-top: 24px; padding: 24px; border-radius: 8px; gap: 16px; }
  .gm-join-form .inquiry-item { flex-flow: row; gap: 24px; align-items: center; }
  .gm-join-form .inquiry-item .item-title { font-size: 16px; }
  .gm-join-form .inquiry-item .item-txt { font-size: 16px; }

  .gm-join-wrap { width: 100%; padding-bottom: 0; }
  .gm-join-section .title-wrap { margin-bottom: 16px; }
  .gm-join-wrap .step-section.ty-1 .step-item { padding: 16px 0; flex-flow: column; gap: 24px; align-items: flex-start; }
  .gm-join-wrap .step-section.ty-1 .step-item .item-img { flex: 1; }

  .gm-join-wrap .step-section.ty-2 .step-item:nth-child(1) { flex-flow: column-reverse; justify-content: center; padding-top: 24px; padding-bottom: 24px; }
  .gm-join-wrap .step-section.ty-2 .step-item:nth-child(2) { flex-flow: column-reverse; justify-content: center; padding-top: 24px; padding-bottom: 24px; }
  .gm-join-wrap .step-section.ty-2 .step-item .item-txt-wrap { align-items: center; }
  .gm-join-wrap .step-section.ty-2 .step-item:nth-child(-n+2) .item-img { position: static; transform: none; }
  .gm-join-wrap .step-section.ty-2 .step-item:nth-child(-n+2) .item-txt { max-width: unset; }

  .gm-join-review { padding: 40px 0; }
  .gm-join-review .title-wrap { margin-bottom: 16px; }
  .gm-join-review .review-slide { padding: 0 16px; padding-bottom: 56px; }
  .gm-join-review .review-slide .review-slide-btn {  top: unset; bottom: 0; transform: none; }
  .gm-join-review .review-slide .review-slide-btn.swiper-button-disabled { opacity: 0.5; visibility: visible; }
  .gm-join-review .review-slide .review-slide-prev { left: calc( 50% - 44px ); }
  .gm-join-review .review-slide .review-slide-next { right: calc( 50% - 44px ); }
  .gm-join-review-item .item-txt { font-size: 13px; height: calc( ( 13px * 1.6 ) * 4 ); }
  .gm-join-review-item .item-title { font-size: 14px; }
}

@media screen and (max-width:840px){
  .gm-join-top-wrap { width: 335px; height: 320px; }
  .gm-join-top-item { width: 180px; height: 180px; }
  .gm-join-top-item .item-title { font-size: 16px; bottom: unset; top: 50%; transform: translate(-50%, -50%); }
  .gm-join-wrap .step-section.ty-2 .step-item { width: 100% !important; }
}