/* === 헤더 공통 스타일 { === */
.cpHeader {position: fixed; z-index: 100; width: 100%; background-color: var(--clr-white); box-shadow: 0 0 8px rgba(0,0,0,0.1)}
/* .cpHeader::after {content: ""; display: block; position: absolute; bottom: 0; left: 0; z-index: 1; width: 100%; height: 1px; background-color: var(--clr-gray);} */

.cpHeadContent {}
.cpHeadContent .wrapper {position: static;}

.cpHeadWrap {display: flex; align-items: center; justify-content: space-between; height: 80px;}

/* .cpHeadWrap .cpLogo {width: 150px; height: 52px;} */
.cpHeadWrap .cpLogo {width: 167px; height: 56px;}
.cpHeadWrap .cpLogo a {display: block; width: 100%; height: 100%; font-size: 0; background: var(--img-logo) no-repeat center/contain;}

.cpGnb {}
.cpGnb.center {position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); z-index: 1;}

.cpGnb-ov {overflow: hidden; display: flex; flex-direction: row; flex-wrap: wrap; position: absolute; top: 80px; left: 0; z-index: 50; width: 100%; height: 0; border-top: 1px solid  var(--clr-gray); background-color: #ffffff; box-shadow: 0 10px 10px rgba(0,0,0,0.1); opacity: 0; visibility: hidden;}
.cpGnb-ov::after {content: ""; display: block; clear: both;}

.cpGnbDepth1 {display: flex; flex-direction: row; flex-wrap: wrap; align-items: center; gap: 0 100px;}
.cpGnbDepth1-li {}
.cpGnbDepth1-btn {display: block; height: 80px; line-height: 80px; font-size: 22px; font-weight: 600; color: var(--clr-black2);}

/* .cpGnbDepth1-li:first-child .cpGnb-ov {visibility: visible; opacity: 1; height: auto;} */
/* .cpGnbDepth1-li:nth-child(2) .cpGnb-ov {visibility: visible; opacity: 1; height: auto;} */

.cpGnbDepth2 {width: calc(100% - 465px); padding: 50px 60px;}
.cpGnbDepth2-li {display: flex; flex-direction: row; flex-wrap: wrap;}
.cpGnbDepth2-li ~ .cpGnbDepth2-li {margin-top: 40px;}
.cpGnbDepth2-btn {flex: 0 0 260px; margin-right: 25px; display: block; font-size: 18px; font-weight: 400; color: var(--clr-black2);}

.cpGnb-ov-etc .cpGnbDepth2 {display: flex; gap: 50px; flex-wrap: wrap; align-content: flex-start;}
.cpGnb-ov-etc .cpGnbDepth2-li {display: block;}
.cpGnb-ov-etc .cpGnbDepth2-li ~ .cpGnbDepth2-li {margin-top: 0;}
.cpGnb-ov-etc .cpGnbDepth2-btn {border: 1px solid var(--clr-gray); color: #141414; width: calc((100vw - 465px - 120px - 50px * 3) / 4 - 4px); max-width: 250px; padding: 18px 34px 13px 20px; min-height: 60px; border-radius: 15px 0 15px 0; position: relative; line-height: normal;}
.cpGnb-ov-etc .cpGnbDepth2-btn::after {content: ''; display: block; position: absolute; padding-right: 10px; right: 0; top: calc(60px / 2 - 24px / 2); width: 24px; height: 24px; background: url('../img/icon-next_g.png') no-repeat center right 18px/7px;}
.cpGnb-ov-etc .cpGnbDepth2-btn.full {width: fit-content; max-width: none; padding-right: 44px;}

.cpGnbDepth3 {display: flex; align-items: center; flex-direction: row; flex-wrap: wrap; gap: 20px 30px; flex: 1;}
.cpGnbDepth3-li {max-width: calc((100% - 90px) / 4);}
.cpGnbDepth3-btn {display: block; font-size: 16px; font-weight: 400; color: #535353;}
.cpGnb-ov-etc .cpGnbDepth3 {display: none;}

.cpGnb-title {width: 465px; padding: 60px 30px 150px;  background-color: var(--clr-main); background-repeat: no-repeat; background-position: right 45px bottom 30px;}
.cpGnbDepth1-li:nth-child(1) .cpGnb-title {background-image: url(../img/gnb-icon1.png);}
.cpGnbDepth1-li:nth-child(2) .cpGnb-title {background-image: url(../img/gnb-icon2.png);}
.cpGnbDepth1-li:nth-child(3) .cpGnb-title {background-image: url(../img/gnb-icon3.png);}
.cpGnbDepth1-li:nth-child(4) .cpGnb-title {background-image: url(../img/gnb-icon4.png);}
.cpGnbDepth1-li:nth-child(5) .cpGnb-title {background-image: url(../img/gnb-icon5.png);}
.cpGnb-title strong {display: block; font-size: 32px; font-weight: 700; color: var(--clr-white);}
.cpGnb-title p {display: none; margin-top: 20px; font-size: 18px; font-weight: 500; color: var(--clr-white); line-height: 1.45; opacity: 0.8; word-break: keep-all;}

.cpRnb {display: flex; align-items: center; gap: 0 10px;}
.cpRnbItem {}

.cpRnbTextBtn {font-size: 16px; font-weight: 500; color: var(--clr-black2); border: 0; background: none;}

.cpRnbSqureBtn {display: flex; align-items: center; justify-content: center; width: 34px; height: 34px; border: none; cursor: pointer;}

.cpLanguage::before {content: ""; display: inline-block; width: 14px; height: 14px; margin: -4px 4px 0 0; vertical-align: middle; background: url('../img/icon-global.png') no-repeat center/14px auto;}

/* .cpTranslate {margin: 0 20px 0 10px;}
.cpTranslate::before {content: ""; display: inline-block; width: 14px; height: 14px; margin: -4px 4px 0 0; vertical-align: middle; background: url('../img/icon-global.png') no-repeat center/14px auto;}

.cpSearchOepn {background: url('../img/icon-search_w.png') no-repeat center/15px auto, var(--clr-black2);}

.hd-search-wrap {position: fixed; top: 0; left: 0; z-index: 100; width: 100%;  padding: 50px 0; background-color: var(--clr-white); text-align: center; opacity: 0; visibility: hidden; transition: 0.5s;}
.hd-search-wrap.active {top: 80px; opacity: 1; visibility: visible;}
.hd-search-title {font-size: 50px; font-weight: 700; color: var(--clr-black2); line-height: normal; margin-bottom: 20px;}
.hd-search-fm {display: block; position: relative; width: 440px; max-width: 100%; margin: 0 auto;}
.hd-search-keyword {width: 100%; height: 50px; padding: 0 60px 0 20px; border: 1px solid var(--clr-gray); border-radius: 3px; font-size: 16px; font-weight: 400; color: var(--clr-black2);}
.hd-search-keyword::placeholder {color: var(--clr-gray5);}
.hd-search-submit {position: absolute; top: 1px; right: 1px; width: 48px; height: 48px; border: 0; border-radius: 0 3px 3px 0; background: url('../img/icon-search_w.png') no-repeat center/17px auto, var(--clr-main);} */

.cpHamburger {background-color: var(--clr-white);}
.cpHamburger span {display: block; width: 18px; height: 2px; background-color: var(--clr-black2); position: relative;}
.cpHamburger span::before {content: ''; width: 18px; height: 2px; background-color: var(--clr-black2); position: absolute; top: -7px; left: 0;}
.cpHamburger span::after {content: ''; width: 18px; height: 2px; background-color: var(--clr-black2); position: absolute; top: 7px; left: 0;}

.cpGnbDepth2-btn:hover {color: var(--clr-main);}
.cpGnbDepth2-li:hover .cpGnbDepth2-btn {color: var(--clr-main); text-decoration: underline;}
.cpGnb-ov-etc .cpGnbDepth2-btn:hover {background-color: var(--clr-main); border-color: var(--clr-main); color: var(--clr-white); text-decoration: none;}
.cpGnb-ov-etc .cpGnbDepth2-btn:hover::after {background-image: url('../img/icon-next_w.png');}
.cpGnbDepth3-btn:hover {color: var(--clr-main);}

#siteMap {display: none; position: fixed; top: 0; left: 0; right: 0; bottom: 0; z-index: 150; width: 100%; overflow-y: scroll; background-color: var(--clr-white);}
/* #siteMap {display: block;} */
.siteMapUtils {display: none;}
.hd-sitemap-title {margin-top: 120px; text-align: center; font-size: 50px; font-weight: 700; color: var(--clr-black2); line-height: normal; margin-bottom: 20px; /* font-family: var(--font-sub1); */}
.hd-sitemap-close {display: block; position: absolute; top: 0; right: 0; width: 40px; height: 40px; border: 0; background: url('../img/icon-close.png') no-repeat center/contain;}
.sitemap-wrap {margin-bottom: 120px;}

.sitemap-wrap a {display: inline-block;}
ul.sitemap-depth2-ul a:hover {color: var(--clr-main);}
a.sitemap-depth4-a:hover {text-decoration: underline;}

ul.sitemap-depth1-ul {}
li.sitemap-depth1-li {margin-bottom: 50px;}
a.sitemap-depth1-a {color: var(--clr-main); font-size: 30px; font-weight: 700;}

ul.sitemap-depth2-ul {display: flex; flex-wrap: wrap; margin-top: 30px; padding-top: 30px; border-top: 1px solid var(--clr-black2); position: relative;}
li.sitemap-depth2-li {border-right: 1px solid var(--clr-gray); width: calc(100% / 5); padding: 0 15px 30px;}
a.sitemap-depth2-a {font-size: 20px; font-weight: 500; color: var(--clr-black2); position: relative;}

ul.sitemap-depth3-ul {margin-top: 25px;}
li.sitemap-depth3-li {}
a.sitemap-depth3-a {margin-bottom: 20px; color: #535353; font-weight: 400;}

ul.sitemap-depth4-ul {margin-left: 15px;}
li.sitemap-depth4-li {}
a.sitemap-depth4-a {font-size: 14px; margin-bottom: 15px; color: var(--clr-gray2); padding-left: 7px; position: relative; font-weight: 400;}
li.sitemap-depth4-li:last-child a.sitemap-depth4-a {margin-bottom: 20px;}
a.sitemap-depth4-a::before {content: '-'; position: absolute; top: 0; left: 0;}

/* === } 헤더 공통 스타일 === */

/* === 푸터 공통 스타일 { === */
#footer {position: relative; background-color: #292929;}
.ft_top {border-bottom: 1px solid #555;}
.fnb > ul {gap: 0 24px;}
.fnb > ul > li {position: relative;}
.fnb > ul > li::after {content: ''; position: absolute; top: 50%; right: -12px; width: 1px; height: 12px; background-color: #949494; transform: translateY(-50%);}
.fnb > ul > li:last-child::after {display: none;}
.fnb > ul > li > a {display: block; height: 60px; line-height: 60px; font-size: 16px; font-weight: 500; color: var(--clr-white);}
.fnb > ul > li > a.point {color: var(--clr-main);}

.ft_con {padding: 30px 0 80px;}
.ft_con .inner {position: relative; gap: 30px;}
.ft-logo_box {gap: 0 30px; padding-top: 4px;}
.ft-logo {display: block; width: 150px; height: 0; padding-bottom: 34%; background: url('../img/logo-en_g.png') no-repeat center/contain;}

.ft-cinfo_box .list {}
.ft-cinfo_box .list > li {font-size: 16px; font-weight: 400; color: #C9C9C9; line-height: 1.56;}
.ft-cinfo_box .copyright {font-size: 16px; font-weight: 400; color: #C9C9C9; line-height: 1.56;}

.ft-sns_box {margin-left: auto; align-self: center;}
.ft-sns_box ul {display: flex; flex-wrap: wrap; align-items: center; gap: 11px;}
.ft-sns_box a {display: inline-block; width: 44px; height: 44px; background-size: cover; background-repeat: no-repeat; background-position: center; border-radius: 999px; background-color: #3F3F3F;}
.ft-sns_box a i {font-size: 0;}

.ft-sns_box a.facebook {background-image: url(../img/icon-facebook_g.png);}
.ft-sns_box a.youtube {background-image: url(../img/icon-youtube_g.png);}
.ft-sns_box a.naver-blog {background-image: url(../img/icon-blog_g.png);}
/* === } 푸터 공통 스타일 === */


/* === 레이아웃 공통 스타일 { === */
#contents-wrap {position: relative; z-index: 1; background-color: var(--clr-white);}

.pop-dim {display: none; position: fixed; top: 0; left: 0; z-index: 110; width: 100%; height: 100%; background-color: rgba(0,0,0,0.7);}

.summary-bs-btn {display: flex; flex-direction: column; justify-content: center; align-items: center; position: fixed; top: 50%; right: 0; z-index: 50; transform: translateY(-50%); width: 60px; padding: 34px 0; border: 0; border-radius: 20px 0 0 20px; text-align: center; background: #007081; background: linear-gradient(0deg, rgba(0, 112, 129, 1) 0%, rgba(0, 175, 201, 1) 100%);}
.summary-bs-btn .icon {display: block; margin-bottom: 10px; width: 28px; height: 28px; background: url('../img/icon-eye_w.png') no-repeat center/contain;}
.summary-bs-btn .t1 {font-size: 16px; font-weight: 700; color: var(--clr-white); writing-mode: vertical-rl; letter-spacing: 2.5px;}
.summary-bs-btn .t1 img {width: 26px; margin-bottom: 10px;}

.summary-bs-pop {display: none; overflow: hidden; position: fixed; top: 50%; left: 50%; z-index: 150; transform: translate(-50%, -50%); width: 1600px; max-width: 100%; padding: 60px 0 40px; background: #007081; background: linear-gradient(0deg, rgba(0, 112, 129, 1) 0%, rgba(0, 175, 201, 1) 100%);}

.summary-bs-close {display: block; position: absolute; top: 26px; right: 26px; z-index: 5; width: 40px; height: 40px; border: 0; background: url('../img/icon-close_w.png') no-repeat center/contain;}

.summary-bs-title {font-size: 46px; font-weight: 700; color: var(--clr-white); text-align: center;}
.summary-bs-title img {width: 48px; margin: -4px 20px 0 0; vertical-align: middle;}

.summary-bs-tabs {display: flex; flex-direction: row; flex-wrap: wrap; margin-top: 35px;}
.summary-bs-tabs > li {width: 20%; background-color: rgba(0,0,0,0.3);}
.summary-bs-tab-btn {display: block; width: 100%; padding: 15px 0; border: 0; text-align: center; background: none;}
.summary-bs-tab-btn .icon {display: block; width: 55px; height: 50px; margin: 0 auto;}
.summary-bs-tab-btn .icon.icon1 {background: url('../img/icon-bs1.png') no-repeat center/contain;}
.summary-bs-tab-btn .icon.icon2 {background: url('../img/icon-bs2.png') no-repeat center/contain;}
.summary-bs-tab-btn .icon.icon3 {background: url('../img/icon-bs3.png') no-repeat center/contain;}
.summary-bs-tab-btn .icon.icon4 {background: url('../img/icon-bs4.png') no-repeat center/contain;}
.summary-bs-tab-btn .icon.icon5 {background: url('../img/icon-bs5.png') no-repeat center/contain;}
.summary-bs-tab-btn .text {display: block; margin-top: 15px; font-size: 20px; font-weight: 500; color: var(--clr-white);}

.summary-bs-tabs > li.on {background-color: rgba(0,0,0,0.6);}
.summary-bs-tabs > li.on .summary-bs-tab-btn .icon.icon1 {background-image: url('../img/icon-bs1_ov.png');}
.summary-bs-tabs > li.on .summary-bs-tab-btn .icon.icon2 {background-image: url('../img/icon-bs2_ov.png');}
.summary-bs-tabs > li.on .summary-bs-tab-btn .icon.icon3 {background-image: url('../img/icon-bs3_ov.png');}
.summary-bs-tabs > li.on .summary-bs-tab-btn .icon.icon4 {background-image: url('../img/icon-bs4_ov.png');}
.summary-bs-tabs > li.on .summary-bs-tab-btn .icon.icon5 {background-image: url('../img/icon-bs5_ov.png');}

.summary-bs-cont {position: relative; margin-top: 30px;}
.summary-bs-slider {display: none; overflow: hidden; padding: 0 330px;}
.summary-bs-slider.on {display: block;}
.summary-bs-slider .swiper-container {position: relative;}
.summary-bs-slider .swiper-slide {}
.summary-bs-slider .slide-inner {display: flex; flex-direction: row; flex-wrap: wrap; align-items: center; justify-content: flex-start; gap: 0 30px; width: 870px; max-width: 100%; margin: 0 auto;}
.summary-bs-slider .slide-imgbox {width: 330px; height: 440px; background-color: var(--clr-gray);}
.summary-bs-slider .slide-imgbox img {object-fit: cover;}
.summary-bs-slider .slide-txtbox {flex: 1;}
.summary-bs-slider .slide-txtbox .bs-name {margin-bottom: 30px; font-size: 28px; font-weight: 700; color: var(--clr-white); line-height: normal;}
.summary-bs-slider .slide-txtbox .bs-expl {font-size: 16px; font-weight: 500; color: var(--clr-white); line-height: 1.5;}
.summary-bs-slider .slide-txtbox .btn-view {display: block; width: 245px; max-width: 100%; height: 50px; line-height: 50px; margin-top: 45px; padding: 0 20px; border-radius: 50px; font-size: 14px; font-weight: 700; color: var(--clr-main); text-align: left; background: url('../img/baro-arrow.png') no-repeat center right 23px/5px auto, var(--clr-white);}
.summary-bs-slider .slide-txtbox .btn-view img {width: 14px; margin: -4px 4px 0 0; vertical-align: middle;}
.summary-bs-slider .slide-txtbox .btn-view:hover {text-decoration: underline;}
.summary-bs-slider .arrow {display: block; position: absolute; top: 50%; z-index: 10; width: 60px; height: 60px; margin-top: -30px; border: 1px solid transparent; border-radius: 50%; transition: 0.3s;}
.summary-bs-slider .arrow.prev {left: -65px; background: url('../img/icon-prev_w.png') no-repeat center/13px auto, rgba(0, 0, 0, 0.5);}
.summary-bs-slider .arrow.next {right: -65px; background: url('../img/icon-next_w.png') no-repeat center/13px auto, rgba(0, 0, 0, 0.5);}
.summary-bs-slider .arrow:hover {box-shadow:  0 0 15px rgba(0, 0, 0, 0.3); background-color:  var(--clr-main);}
.summary-bs-slider .ctrl {margin-top: 11px;}
.summary-bs-slider .ctrl .inner {display: flex; align-items: center; justify-content: center; gap: 0 5px;}
.summary-bs-slider .ctrl .pagination {width: auto;}
.summary-bs-slider .ctrl .pagination .swiper-pagination-bullet {width: 10px; height: 10px; border: 0; background: var(--clr-white); opacity: 1;}
.summary-bs-slider .ctrl .pagination .swiper-pagination-bullet-active {background: rgba(0, 0, 0, 0.5);}

.summary-bs-slider .swiper-slide:not(.swiper-slide-active) {opacity: 0.5;}
.summary-bs-slider .swiper-slide:not(.swiper-slide-active) .slide-inner {gap: 0;}
.summary-bs-slider .swiper-slide:not(.swiper-slide-active) .slide-txtbox {display: none;}
.summary-bs-slider .swiper-slide-prev .slide-inner {flex-direction: row-reverse;}

.quick-menu-btn {position: fixed; bottom: 70px; right: 80px; z-index: 50; width: 56px; height: 56px; border: 0; border-radius: 50%; background: url('../img/icon-quick_w.png') no-repeat center/28px auto, var(--clr-main);}

.quick-menu-wrap {overflow: hidden; position: fixed; bottom: -100%; left: 0; z-index: 150; width: 100%; padding: 30px 100px 40px; border-radius: 20px 20px 0 0; text-align: center; background-color: var(--clr-white); opacity: 0; visibility: hidden; transition: 0.5s;}
.quick-menu-wrap.active {bottom: 0; opacity: 1; visibility: visible;}
.quick-menu-title {margin-bottom: 30px; font-size: 30px; font-weight: 700; color: var(--clr-black2);}
.quick-menu-title .c1 {color: var(--clr-main);}
.quick-menu-close {display: block; position: absolute; top: 44px; right: 100px; z-index: 10; width: 20px; height: 20px; border: 0; background: url('../img/icon-close.png') no-repeat center/contain;}
.quick-menu-list {display: flex; flex-direction: row; flex-wrap: wrap; justify-content: center; gap: 0 120px;}
.quick-menu-list > li {}
.quick-menu-list > li > a {display: block;}
.quick-menu-list .icon {display: block; width: 53px; height: 50px; margin: 0 auto;}
.quick-menu-list .icon.icon1 {background: url('../img/icon-quick1.png') no-repeat center/contain;}
.quick-menu-list .icon.icon2 {background: url('../img/icon-quick2.png') no-repeat center/contain;}
.quick-menu-list .icon.icon3 {background: url('../img/icon-quick3.png') no-repeat center/contain;}
.quick-menu-list .icon.icon4 {background: url('../img/icon-quick4.png') no-repeat center/contain;}
.quick-menu-list .icon.icon5 {background: url('../img/icon-quick5.png') no-repeat center/contain;}
.quick-menu-list .icon.icon6 {background: url('../img/icon-quick6.png') no-repeat center/contain;}
.quick-menu-list .text {display: block; margin-top: 15px; font-size: 22px; font-weight: 500; color: var(--clr-black2); line-height: normal;}

.btn-top {position: fixed; z-index: 50; border: 1px solid var(--clr-gray3); border-radius: 50%; background: url('../img/arrow-up.png') no-repeat center/20px auto, var(--clr-white); bottom: 20px; width: 50px; height: 50px; right: 20px; transition: .3s; visibility: hidden; opacity: 0;}
.btn-top.show {opacity: 1; visibility: visible;}
/* === } 레이아웃 공통 스타일 === */


/* ===  response === */
@media screen and (max-width: 1700px){

  /* === 레이아웃 공통 스타일 { === */
  .summary-bs-btn {width: 55px;}
  
  .summary-bs-pop {padding: 30px 0 20px;}

  .summary-bs-title {font-size: 40px;}
  .summary-bs-title img {width: 42px; margin: -4px 15px 0 0;}

  .summary-bs-tabs {margin-top: 25px;}
  .summary-bs-tab-btn .icon {width: 50px; height: 45px;}
  .summary-bs-tab-btn .text {font-size: 18px;}

  .quick-menu-wrap {padding: 20px 100px 30px;}
  /* === } 레이아웃 공통 스타일 === */

} /* End */

@media screen and (max-width: 1600px) {

  /* === 헤더 공통 스타일 { === */
  .cpHeadWrap {height: 65px;}
  
  .cpHeadWrap .cpLogo {width: 153px; height: 53px;}
  
  .cpGnb-ov {top: 65px;}
  
  .cpGnbDepth1 {gap: 0 90px;}
  .cpGnbDepth1-btn {height: 65px; line-height: 65px; font-size: 19px;}
  
  .cpGnbDepth2 {width: calc(100% - 385px); padding: 40px 50px;}
  .cpGnb-ov-etc .cpGnbDepth2 {gap: 30px;}
  .cpGnb-ov-etc .cpGnbDepth2-btn {width: calc((100vw - 385px - 100px - 30px * 3) / 4  - 4px); padding: 16px 34px 13px 20px; min-height: 55px;}
  .cpGnb-ov-etc .cpGnbDepth2-btn::after {top: calc(50px / 2 - 24px / 2);}
  
  .cpGnbDepth3 {gap: 20px;}
  
  .cpGnb-title {width: 385px; padding: 40px 30px 100px;}
  .cpGnb-title strong {font-size: 28px;}
  .cpGnb-title p {font-size: 16px;}
  
  .cpSearchOepn {background-size: 14px;}
  
  .hd-search-wrap {padding: 40px 0;}
  .hd-search-wrap.active {top: 65px;}
  .hd-search-title {font-size: 42px; margin-bottom: 15px;}
  
  /* .cpHamburger span {width: 14px;} */
  /* .cpHamburger span::before {width: 14px; top: -6px;} */
  /* .cpHamburger span::after {width: 14px; top: 6px;} */
  
  /* === } 헤더 공통 스타일 === */

  /* === 레이아웃 공통 스타일 { === */
  .summary-bs-pop {width: calc(100% - 80px);}
  /* === } 레이아웃 공통 스타일 === */
  
} /* End */

@media screen and (max-width: 1440px){

  /* === 헤더 공통 스타일 { === */
  .cpGnbDepth1 {gap: 0 70px;}
  
  .cpGnbDepth2 {width: calc(100% - 355px); padding: 40px 50px;}
  .cpGnbDepth2-btn {flex: 0 0 220px;}

  .cpGnbDepth3-li {max-width: calc((100% - 40px) / 2);}

  .cpGnb-ov-etc .cpGnbDepth2-btn {width: calc((100vw - 355px - 100px - 30px * 3) / 4  - 4px);}
  
  .cpGnb-title {width: 355px; background-position: right 30px bottom 20px;}

  .hd-sitemap-title {margin-top: 60px;}
  .sitemap-wrap {margin-bottom: 60px;}

  a.sitemap-depth2-a {font-size: 19px;}
  /* === } 헤더 공통 스타일 === */

  /* === 레이아웃 공통 스타일 { === */
  #contents-wrap {position: relative; z-index: 1; background-color: var(--clr-white);}

  .pop-dim {display: none; position: fixed; top: 0; left: 0; z-index: 110; width: 100%; height: 100%; background-color: rgba(0,0,0,0.7);}

  .summary-bs-btn {width: 48px; padding: 26px 0;}
  .summary-bs-btn .icon {margin-bottom: 8px; width: 24px; height: 24px;}
  .summary-bs-btn .t1 {font-size: 15px; letter-spacing: 2px;}
  .summary-bs-btn .t1 img {width: 22px; margin-bottom: 8px;}

  .summary-bs-pop {max-height: 100%; overflow-y: auto; width: calc(100% - 60px);}

  .summary-bs-close {width: 30px; height: 30px; right: 80px;}

  .summary-bs-title {font-size: 34px;}
  .summary-bs-title img {width: 36px; margin: -6px 12px 0 0;}

  .summary-bs-tabs {margin-top: 20px;}
  .summary-bs-tab-btn {display: block; width: 100%; padding: 15px 0; border: 0; text-align: center; background: none;}
  .summary-bs-tab-btn .icon {width: 45px; height: 40px;}
  .summary-bs-tab-btn .text {font-size: 16px;}

  .summary-bs-slider {padding: 0 230px;}
  .summary-bs-slider .slide-imgbox {width: 280px; height: 370px;}
  .summary-bs-slider .slide-txtbox .bs-name {margin-bottom: 25px; font-size: 24px;}
  .summary-bs-slider .slide-txtbox .bs-expl {font-size: 15px;}
  .summary-bs-slider .slide-txtbox .btn-view {height: 40px; line-height: 40px;}
  .summary-bs-slider .arrow {width: 50px; height: 50px;}
  /* .summary-bs-slider .arrow.prev {left: -55px;}
  .summary-bs-slider .arrow.next {right: -55px;} */
  .summary-bs-slider .ctrl .pagination .swiper-pagination-bullet {width: 8px; height: 8px;}

  .quick-menu-btn {bottom: 65px; right: 60px; width: 51px; height: 51px; background-size: 22px;}

  .quick-menu-wrap {padding: 20px 80px 30px;}
  .quick-menu-title {margin-bottom: 25px; font-size: 25px;}
  .quick-menu-close {top: 20px;}
  .quick-menu-list .icon {width: 48px; height: 45px;}
  .quick-menu-list .text {margin-top: 10px; font-size: 19px;}
  /* === } 레이아웃 공통 스타일 === */

} /* End */

@media screen and (max-width: 1290px){

  /* === 헤더 공통 스타일 { === */
  .cpHeadWrap {height: 55px;}

  .cpHeadWrap .cpLogo {width: 133px; height: 44px;}
  
  .cpGnb-ov {top: 55px;}

  .cpGnbDepth1 {gap: 0 55px;}
  .cpGnbDepth1-btn {height: 55px; line-height: 55px; font-size: 17px;}

  .cpGnbDepth2 {width: calc(100% - 280px); padding: 30px 40px;}
  .cpGnbDepth2-li ~ .cpGnbDepth2-li {margin-top: 20px;}
  .cpGnbDepth2-btn {font-size: 16px;}

  .cpGnb-ov-etc .cpGnbDepth2 {gap: 25px;}
  .cpGnb-ov-etc .cpGnbDepth2-btn {max-width: 208px; width: calc((100vw - 280px - 80px - 25px * 2) / 3  - 6px); padding: 15px 34px 14px 20px; min-height: 50px;}

  .cpGnbDepth3 {gap: 10px; flex-direction: column; align-items: start;}
  .cpGnbDepth3-li {max-width: 100%;}
  .cpGnbDepth3-btn {font-size: 14px;}

  .cpGnb-title {width: 280px; padding: 30px 15px 75px; background-position: right 30px bottom 10px;}
  .cpGnb-title strong {font-size: 24px;}
  .cpGnb-title p {font-size: 14px;}

  .cpRnb {gap: 0 6px;}

  .cpRnbTextBtn {font-size: 14px;}

  .cpTranslate {margin: 0 10px 0 5px;}
  .cpTranslate::before {width: 12px; height: 12px; margin: -2px 2px 0 0; background-size: 12px;}

  .hd-search-wrap {padding: 30px 0;}
  .hd-search-wrap.active {top: 55px;}
  .hd-search-title {font-size: 36px;}
  .hd-search-fm {width: 400px;}
  .hd-search-keyword {height: 40px; font-size: 15px;}
  .hd-search-submit {width: 38px; height: 38px; background-size: 14px;}

  .hd-sitemap-title {margin-top: 50px; font-size: 42px;}
  .sitemap-wrap {margin-bottom: 50px;}

  a.sitemap-depth1-a {font-size: 28px;}

  ul.sitemap-depth2-ul {margin-top: 20px; padding-top: 20px;}
  li.sitemap-depth2-li {width: calc(100% / 4); padding: 0 10px 20px;}

  ul.sitemap-depth3-ul {margin-top: 15px;}
  a.sitemap-depth3-a {margin-bottom: 15px;}
  /* === } 헤더 공통 스타일 === */

  /* === 푸터 공통 스타일 { === */
  .fnb > ul {gap: 0 18px;}
  .fnb > ul > li::after {right: -9px; height: 10px;}
  .fnb > ul > li > a {height: 55px; line-height: 55px; font-size: 14px;}

  .ft_con {padding: 30px 0 50px;}
  .ft_con .inner {gap: 20px;}
  .ft-logo_box {padding-top: 0; order: 1;}

  .ft-cinfo_box {width: 100%; order: 3;}
  .ft-cinfo_box .list > li {font-size: 14px;}
  .ft-cinfo_box .copyright {font-size: 14px;}

  .ft-sns_box {order: 2;}

  /* === } 푸터 공통 스타일 === */


  /* === 레이아웃 공통 스타일 { === */
  .summary-bs-btn {width: 38px; padding: 16px 0; border-radius: 10px 0 0 10px;}
  .summary-bs-btn .icon {margin-bottom: 5px; width: 18px; height: 18px;}
  .summary-bs-btn .t1 {font-size: 14px; letter-spacing: 1.5px;}
  .summary-bs-btn .t1 img {width: 18px; margin-bottom: 5px;}

  .summary-bs-pop {padding: 25px 0 15px;}

  .summary-bs-close {top: 26px; right: 30px; width: 20px; height: 20px;}

  .summary-bs-title {font-size: 28px;}
  .summary-bs-title img {width: 30px; margin: -6px 8px 0 0;}

  .summary-bs-tabs {margin-top: 25px;}
  .summary-bs-tab-btn {padding: 10px 0;}
  .summary-bs-tab-btn .icon {width: 40px; height: 35px;}
  .summary-bs-tab-btn .text {margin-top: 8px; font-size: 14px;}

  .summary-bs-cont {margin-top: 20px;}
  .summary-bs-slider {padding: 0 160px;}
  .summary-bs-slider .slide-inner {gap: 0 25px;}
  .summary-bs-slider .slide-imgbox {width: 220px; height: 290px;}
  .summary-bs-slider .slide-txtbox .bs-name {margin-bottom: 20px;}
  .summary-bs-slider .slide-txtbox .btn-view {margin-top: 35px;}
  .summary-bs-slider .arrow {width: 40px; height: 40px;}
  .summary-bs-slider .arrow.prev {background-size: 9px;}
  .summary-bs-slider .arrow.next {background-size: 9px;}
  
  .quick-menu-btn {bottom: 50px; right: 40px; width: 36px; height: 36px; background-size: 18px;}

  .quick-menu-wrap {padding: 20px 30px 30px;}
  .quick-menu-title {margin-bottom: 15px; font-size: 22px;}
  .quick-menu-close {right: 30px;}
  .quick-menu-list {gap: 0 60px;}
  .quick-menu-list .icon {width: 48px; height: 45px;}
  .quick-menu-list .text {margin-top: 10px; font-size: 16px;}

  .btn-top {width: 36px; height: 36px; background-size: 16px;}
  /* === } 레이아웃 공통 스타일 === */

} /* End */

@media screen and (max-width: 1024px){

  /* === 헤더 공통 스타일 { === */
  .cpHeadWrap {height: 50px;}
  
  .cpHeadWrap .cpLogo {width: 122px; height: 41px;}
  
  .cpGnb-ov {top: 50px;}

  .cpGnbDepth1 {display: none;}

  .cpRnb {gap: 0 4px;}

  .hd-search-wrap {padding: 30px 0;}
  .hd-search-wrap.active {top: 50px;}
  .hd-search-title {font-size: 30px;}
  .hd-search-keyword {height: 35px; font-size: 14px;}
  .hd-search-submit {width: 33px; height: 33px; background-size: 14px;}

  a.sitemap-depth1-a {font-size: 26px;}
  li.sitemap-depth2-li {width: calc(100% / 3); padding: 0 20px 25px;}
  a.sitemap-depth2-a {font-size: 17px;}
  a.sitemap-depth2-a::before {content: ''; position: absolute; display: block; top: 12px; right: 100%; width: 8px; height: 2px; transform: translate(-50%, -50%); background-color: var(--clr-gray3);}
  li.sitemap-depth2-li:has(.sitemap-depth3-ul li) > a::after {content: ''; position: absolute; display: block; top: 12px; right: 100%; width: 8px; height: 2px; transform: translate(-50%, -50%) rotate(90deg); background-color: var(--clr-gray3);}
  ul.sitemap-depth3-ul {display: none;}
  /* === } 헤더 공통 스타일 === */

  /* === 레이아웃 공통 스타일 { === */
  .summary-bs-btn {width: 38px; padding: 16px 0;}
  .summary-bs-btn .icon {margin-bottom: 5px; width: 18px; height: 18px;}
  .summary-bs-btn .t1 {font-size: 14px; letter-spacing: 1px;}
  .summary-bs-btn .t1 img {width: 18px; margin-bottom: 5px;}

  .summary-bs-pop {padding: 25px 0 15px;}

  .summary-bs-close {top: 26px; right: 30px; width: 20px; height: 20px;}

  .summary-bs-title {font-size: 24px;}
  .summary-bs-title img {width: 26px; margin: -6px 6px 0 0;}

  .summary-bs-tabs {margin-top: 15px;}
  .summary-bs-tab-btn .icon {width: 35px; height: 30px;}
  .summary-bs-tab-btn .text {margin-top: 5px; font-size: 13px;}

  .summary-bs-slider {padding: 0 80px;}
  .summary-bs-slider .slide-inner {gap: 20px;}
  .summary-bs-slider .slide-txtbox .bs-name {margin-bottom: 15px; font-size: 21px;}
  .summary-bs-slider .slide-txtbox .bs-expl {font-size: 14px;}
  .summary-bs-slider .slide-txtbox .btn-view {margin-top: 30px; height: 35px; line-height: 35px;}
  
  .quick-menu-btn {bottom: 50px; right: 40px; width: 36px; height: 36px; background-size: 18px;}

  .btn-top {bottom: 10px; right: 10px;}

  /* === } 레이아웃 공통 스타일 === */

} /* End */

@media screen and (max-width: 767px){
  
  /* === 헤더 공통 스타일 { === */
  
  .hd-sitemap-title {margin-top: 40px; font-size: 38px;}
  .hd-sitemap-close {width: 30px; height: 30px;}
  .sitemap-wrap {margin-bottom: 40px;}

  li.sitemap-depth1-li {margin-bottom: 30px;}
  a.sitemap-depth1-a {font-size: 24px;}

  ul.sitemap-depth2-ul {margin-top: 15px; padding-top: 15px;}
  li.sitemap-depth2-li {width: calc(100% / 1); border-right: none;}

  a.sitemap-depth3-a {margin-bottom: 10px; font-size: 15px;}

  ul.sitemap-depth4-ul {margin-left: 6px;}
  a.sitemap-depth4-a {margin-bottom: 10px; font-size: 13px;}
  li.sitemap-depth4-li:last-child a.sitemap-depth4-a {margin-bottom: 15px;}

  a.sitemap-depth2-a::before {top: 12px;}
  li.sitemap-depth2-li:has(.sitemap-depth3-ul li) > a::after {top: 12px;}
  
  /* === } 헤더 공통 스타일 === */

  /* === 푸터 공통 스타일 { === */
  .ft-logo {width: 135px;}
  .ft-sns_box a {width: 38px; height: 38px;}
  /* === } 푸터 공통 스타일 === */

  .summary-bs-pop {width: calc(100% - 40px);}
  
  .quick-menu-list {gap: 20px 60px;}
  .quick-menu-list > li {min-width: 20%;}

} /* End */

@media screen and (max-width:480px) {

  /* === 헤더 공통 스타일 { === */
  .cpRnb .cpRnbTextBtn, .cpRnb .cpTranslate {display: none;}
  /* .cpHeadWrap .cpLogo {width: 105px; height: 36px;} */

  .siteMapHeader {margin-top: 15px; padding-top: 5px; padding-bottom: 5px; position: sticky; top: 0; background-color: var(--clr-white); z-index: 1;}
  .siteMapUtils {display: flex; justify-content: center; gap: 5px;}
  .siteMapUtils .cpTranslate {margin: 0;}
  .hd-sitemap-title {margin-top: 0; margin-bottom: 0; font-size: 28px;}
  .hd-sitemap-close {top: 5px;}
  .sitemap-wrap {margin-bottom: 20px;}

  li.sitemap-depth1-li {margin-bottom: 20px;}
  a.sitemap-depth1-a {font-size: 20px;}

  ul.sitemap-depth2-ul {padding-top: 10px; margin-top: 10px;}
  li.sitemap-depth2-li {padding: 0 20px 15px;}
  a.sitemap-depth2-a {font-size: 16px;}

  a.sitemap-depth2-a::before {top: 11px; right: calc(100% + 3px);}
  li.sitemap-depth2-li:has(.sitemap-depth3-ul li) > a::after {top: 11px; right: calc(100% + 3px);}
  /* === } 헤더 공통 스타일 === */

  /* === 푸터 공통 스타일 { === */
  .fnb > ul > li > a {height: 45px; line-height: 45px; font-size: 12px;}

  .ft-logo {width: 120px;}

  .ft-cinfo_box .list > li {font-size: 12px;}
  .ft-cinfo_box .copyright {font-size: 12px;}

  .ft-sns_box a {width: 33px; height: 33px;}
  /* === } 푸터 공통 스타일 === */

  /* === 레이아웃 공통 스타일 { === */
  .summary-bs-btn {width: 28px; padding: 12px 0;}
  .summary-bs-btn .icon {margin-bottom: 3px; width: 15px; height: 15px;}
  .summary-bs-btn .t1 {font-size: 12px; letter-spacing: 0;}
  .summary-bs-btn .t1 img {width: 17px; margin-bottom: 5px;}

  .summary-bs-pop {padding: 25px 0 15px; width: calc(100% - 20px);}

  .summary-bs-close {top: 15px; right: 15px;}
  
  .summary-bs-title {font-size: 20px;}
  .summary-bs-title img {width: 22px; margin: -4px 6px 0 0;}

  .summary-bs-tabs {margin-top: 10px; flex-wrap: nowrap; overflow-x: auto;}
  .summary-bs-tabs > li {min-width: 70px; padding: 0 10px;}
  .summary-bs-tab-btn {height: 100%;}
  .summary-bs-tab-btn .icon {width: 25px; height: 20px;}
  .summary-bs-tab-btn .text {font-size: 12px;}

  .summary-bs-cont {margin-top: 10px;}
  .summary-bs-slider {padding: 0 20px;}
  .summary-bs-slider .slide-inner {gap: 15px 0; justify-content: center;}
  .summary-bs-slider .slide-imgbox {width: 150px; height: 200px;}
  .summary-bs-slider .slide-txtbox .bs-name {margin-bottom: 10px; font-size: 18px;}
  .summary-bs-slider .slide-txtbox .bs-expl {font-size: 13px; white-space: normal; overflow: hidden; max-height: 6em; text-align: left; word-wrap: break-word; display: -webkit-box; -webkit-line-clamp: 4; -webkit-box-orient: vertical;}
  .summary-bs-slider .slide-txtbox .btn-view {margin-top: 20px; height: 30px; line-height: 30px; font-size: 12px;}
  
  .quick-menu-btn {right: 20px;}

  .quick-menu-wrap {padding: 20px 20px 30px;}
  .quick-menu-close {right: 20px;}
  .quick-menu-list {gap: 10px 40px;}
  .quick-menu-list .icon {width: 38px; height: 35px;}
  .quick-menu-list .text {font-size: 14px;}
  /* === } 레이아웃 공통 스타일 === */
  
} /* End */