/*********************************/
/* 공통 */
/*********************************/

:root {
    --inner: 83%;
    --inner2: 1580;
    --point: #E60C19;
    --point2: #D9000D;
}
#smooth-wrapper {
    height: 100%;
    overflow: hidden;
}
#smooth-content {
    will-change: transform;
}

#header .inner { margin: 0 auto; width: 98%;}

@media screen and (max-width:1024px) {
    :root {
        --inner: 90%;
    }
    #header .inner {width: 90%;}

}

body.no-scroll {overflow:hidden; height:100vh;}

/*********************************/
/* 헤더 */
/*********************************/
body {position:relative; max-width: 2000px; margin: 0 auto;}
.smooth-content {
    max-width: 2000px;
    margin: 0 auto;
    width: 100%;
}

#header.main-header {background-color: transparent; border-bottom:1px solid #656262; }
#header.main-header .header_top {border-bottom: 1px solid #656262;}
#header.main-header .gnb > li > a {color: #fff; }
#header.main-header .member a {color: #fff; }
#header.main-header .header_top ul li a {color: #fff;}
#header.main-header .cart svg {fill: #fff;}
#header.main-header .header_left .logo a {transform: translateY(0px);}
#header.main-header .member .cart svg * {fill: #fff;}
#header.main-header .header_bottom {border-bottom: 1px solid #656262;}


#header {z-index:999; width: 100%; height: 120px; transition: all ease-in-out 0.4s; background-color: #fdfdfd; border-bottom: none;}
/* #header.on {background-color: red;} */


#header .header_top {position:relative; z-index: 998; height: 40px; padding: 10px 0; border-bottom: 1px solid #ccc;}
#header .header_top ul {display: flex; justify-content: end; align-items: center;}
#header .header_top ul li a {color: #000; font-size: clamp(12px, calc( 14 / var(--inner2) * 100vw ), 14px);}
#header .header_top ul li:nth-child(1) {margin-right: 12px; padding-right: 12px; border-right: 1px solid #333; }
#header .header_top ul li.headoffice i {margin-left: 8px;}

#header .header_bottom { position:fixed; top:40px; left:50%; width: 100%; height: 80px; z-index: 999; transform: translate(-50%,0); transition: transform 0.3s ease; max-width: 2000px;}
#header .header_bottom .inner {display: flex; justify-content: space-between; align-items: center;}
#header .member a {display: flex; align-items: center; font-size: clamp(12px, calc( 14 / var(--inner2) * 100vw ), 14px);}
#header .header_left,
#header .header_right {display: flex; align-items: center;}
#header .header_left {gap: 85px;}
#header .header_right {gap: 20px;}

#header .header_left .logo {width: 160px; height: 37px; overflow: hidden;}
#header .header_left .logo a {display: flex; flex-direction: column; width: 160px; height: 37px; position:relative; transform: translateY(-37px); transition: transform 0.4s;}
/* #header .header_left .logo a img {position:absolute} */
/* #header .header_left .logo a img:nth-child(2) {transform: translateY(-100%);} */

#header .gnb {position: relative; display: flex; align-items: center;}
#header .gnb > li {position:relative; text-align: center; }
/* #header .gnb > li.products {position:unset;} */
#header .gnb > li > a {display: block; padding: 30px 20px; height: 100%; font-size: clamp(14px, calc( 16 / var(--inner2) * 100vw ), 16px); font-weight: 700;}
#header .gnb > li:hover > a {color:var(--point) !important;}
#header .depth2 {position: absolute; width: 320px; grid-template-columns: auto auto; padding: 20px 10px; visibility: hidden; opacity: 0; background-color: #fff; transition: 0.4s; box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px;}
#header .gnb > li.products .depth2 {width: 320px; text-align: left;}
/* #header li:nth-child(1) .depth2  {grid-template-columns: 1fr 1fr 1fr 1fr;} */
#header li:nth-child(2) .depth2  {grid-template-columns: 1fr 1fr 1fr;}
#header li:nth-child(3) .depth2  {grid-template-columns: 200px 1fr;}
#header li:nth-child(4) .depth2  {grid-template-columns: 1fr 1fr 1fr 1fr;}
#header li:nth-child(5) .depth2  {grid-template-columns: 1fr 1fr 1fr;}
#header li:nth-child(6) .depth2  {grid-template-columns: 1fr 1fr 1fr 1fr;}
#header .depth2.on {visibility: visible; opacity: 1;}
#header .depth2 li > a {display: block; padding: 7px 10px; transition: color 0.5s; font-size: clamp(14px, calc(16 / var(--inner2) * 100vw), 16px); font-weight: 500; line-height: 1.4; text-align: left;}
#header .depth2 li > a:hover {color: var(--point2); background-color: #f8f8f7;}
#header .depth2 .category_list > div > ul li > a {display: flex; justify-content: space-between; align-items: center;}

/* 모바일 메뉴 켜졌을 때 */
#header.on {background-color: #fff; border-bottom: 1px solid #ccc;}
#header.on .header_bottom {padding-top: 10px; background-color: #fff; top: 0; border-bottom: none;}
#header.on .header_top {background-color: #fff;padding-top: 0;}

#header.on * {color: #000 !important; fill: #000 !important;}
#header.on .header_left .logo a {transform: translateY(-37px) !important;}
#header.on .header_top {border-bottom: 1px solid #ccc; visibility: hidden;}
#header.on .cart svg * {fill:#000000 !important}


/* 모바일 메뉴 켜졌을 때 끝*/

/* 스크롤 내리면 헤더 색 변경 */
#header.main-header.chcolor .cart svg * {fill:#000 !important;}
#header.chcolor {background-color: #fff;}
#header.chcolor .header_bottom {background-color: #fff; border-bottom: none;}
#header.chcolor .header_bottom a {color: #000;}
#header.chcolor .header_bottom .welcome_ment {color: #000;}
#header.chcolor .header_bottom {transform: translate(-50%,-40px);}
#header.chcolor.on .header_bottom {transform: translate(-50%,0px);}
#header.chcolor .header_left .logo a {transform: translateY(-37px);}
#header.chcolor .gnb > li > a {color: #000;}

@media screen and (max-width:1620px) {
    #header .header_left {gap: 30px;}
}

@media screen and (max-width:1500px) {
    #header .header_left {gap: 10px;}
    #header .gnb > li > a{padding: 30px 10px;}
}

@media screen and (max-width:1240px) {
    #header .header_right {gap: 10px;}
}

@media screen and (max-width:1200px) {
    /* #header.main-header.chcolor .cart svg * {fill: #fff !important;} */
}

/* pc용 */
@media screen and (min-width:1200px) {
    #header.on .cart svg * {fill: #000 !important;}
    .mobile_menu {display: none !important;}
}

/* .tab_btn > li > a {background-color: var(--point); color: #fff;}
.tab_btn > li > a:hover {color: #fff !important;}
.tab_btn > li > a.on {background-color: var(--point); color: #fff;} */

/* .category_list {position:relative;} */
.category_list > div {display: none;}
.category_list > div.on {display: block;}
.category_list .depth3_box {position:absolute; top: 0; left: 320px; display: none; width: calc(100% - 220px); width: 600px; height: 100%; min-height: 300px; padding: 60px 30px; overflow: auto; background-color: #f5f5f5;}

.category_list .depth3_box.on {display: block;}
/* .category_list > div > ul {overflow: auto; width: 220px; max-height: 600px;} */
.category_list > div > ul {overflow-y: auto; width: 100%; max-height: 500px; background: #fff; color: #333; font-size: 16px; line-height: 1.4;}

.category_list > div > ul::-webkit-scrollbar,
.category_list .depth3_box::-webkit-scrollbar  {width: 6px; height: 6px;}

.category_list > div > ul::-webkit-scrollbar-track,
.category_list .depth3_box::-webkit-scrollbar-track {background: transparent; border-radius: 10px;}

.category_list > div > ul::-webkit-scrollbar-thumb,
.category_list .depth3_box::-webkit-scrollbar-thumb  {background: #000; border-radius: 10px;}

.category_list > div > ul::-webkit-scrollbar-thumb:hover,
.category_list .depth3_box::-webkit-scrollbar-thumb:hover {background: #333;}

.category_list > div > ul,
.category_list .depth3_box {scrollbar-width: thin; scrollbar-color: #333 transparent;}
#header .category_list .depth3_list li a {font-size: 16px; line-height: 1.5;}
#header .category_list .depth3_box .depth3_sub li span a {font-size: 14px;}


.category_list > div > ul > li {display: flex;}
.category_list > div > ul > li > a.active {color: #157eac;}

.products .depth2  a {width: 100%;}
.category_list .depth3_list {column-count: 2; column-gap: 30px; padding-top: 15px; text-align: left; font-weight: 500;}
.category_list .depth3_list > li {break-inside: avoid; margin-bottom: 20px;}

.category_list .depth3_box .depth3_sub { margin-top: 10px; margin-left: 5px; font-size: 14px; line-height: 1.4; font-weight: 400;}
.category_list .depth3_box .depth3_sub > li {margin-top: 10px;}

/* 아이콘 */
/* .category_list .depth3_list > li > span {position: relative; padding-left: 20px;}
.category_list .depth3_box .depth3_sub > li > span {position:relative; padding-left: 20px;} */
.category_list .depth3_box .gnb_slider_icon {margin-right: 8px;}

.category_list .depth3_box .depth3_sub > li span a {color: #333;}

.category_list .depth3_box .box_tit {padding-bottom: 15px; border-bottom: 1px solid #b6b7b9; color: #157eac; font-size: clamp(14px, calc(16 / var(--inner2) * 100vw), 16px); text-align: left; font-weight: 700;}
.category_list .depth3_box .box_tit > a span {margin-left: 5px; font-size: clamp(14px, calc(14 / var(--inner2) * 100vw), 14px); color: #157eac; }

#header .member {display: flex; align-items: center;}
#header .member a:not(:last-child)::after {display: inline-block; width: 1px; height: 15px; margin: 0 10px; background-color: #333; content: "";}
#header .member .cart svg * {fill: #000;}
#header .searchset form {display: flex; align-items: center;}
#header .searchset input[type="text"] {width: 150px; height: 40px; padding: 0 10px; background-color: transparent; border: none; border-left: 1px solid #999; font-size: 14px; color: #999;}
#header .searchset input[type="text"]::placeholder {color: #999; font-family: 'Pretendard-Medium';}
#header .searchset button {background-color: transparent; border: none; cursor: pointer;}


/* 햄버거 버튼 */
.ham {display: none;}
.eleven { width: 91.53%; }

.row .three{padding: 80px 30px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; background-color: #2c3e50; color: #ecf0f1; text-align: center;}

.hamburger .line{width: 30px; height: 5px; background-color: #000; display: block; margin: 4px auto; -webkit-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out;}

.hamburger:hover{cursor: pointer;}

#header.main-header .hamburger .line {background-color: #ecf0f1;}


#hamburger-11{ -webkit-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out;}

#hamburger-11.is-active{animation: smallbig 0.6s forwards;}
#hamburger-11.is-active .line {background-color: #000 !important;}

@keyframes smallbig{
    0%, 100%{
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }

    50%{
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
    }
}


#hamburger-11.is-active .line:nth-child(1),
#hamburger-11.is-active .line:nth-child(2),
#hamburger-11.is-active .line:nth-child(3){
    -webkit-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

#hamburger-11.is-active .line:nth-child(2){
    opacity: 0;
}

#hamburger-11.is-active .line:nth-child(1){
    -webkit-transform: translateY(10px) rotate(45deg);
    -ms-transform: translateY(10px) rotate(45deg);
    -o-transform: translateY(10px) rotate(45deg);
    transform: translateY(10px) rotate(45deg);
}

#hamburger-11.is-active .line:nth-child(3){
    -webkit-transform: translateY(-8px) rotate(-45deg);
    -ms-transform: translateY(-8px) rotate(-45deg);
    -o-transform: translateY(-8px) rotate(-45deg);
    transform: translateY(-8px) rotate(-45deg);
}


/*********************************/
/* 모바일 메뉴 */
/*********************************/
.mobile_menu.on {display: block;}
.mobile_menu {position:fixed; z-index: 2; top:40px; left: 0; width: 100%; height: calc(100dvh - 40px); -webkit-overflow-scrolling: touch; background-color: #fff; display: none; overflow: scroll;}
.mobile_menu .gnb_all {position: relative;}
.mobile_menu .gnb_all > ul > li {position:relative; border-bottom: 1px solid #ddd; font-size: clamp(20px, calc( 37 / var(--inner2) * 100vw ), 37px);}
.mobile_menu .gnb_all > ul > li > a::after {position:absolute; top: 50%; transform: translateY(-50%); right:10px; content: ""; display: inline-block; background: url(../img/ico_arrow_right.png) no-repeat; width: 18px; height: 30px;}
.mobile_menu .gnb_all > ul > li > a {display: block; padding:30px; }
.mobile_menu .gnb_all > ul > li a {display: block;}

/* 세부디자인 */
.mobile_menu .gnb_all .mobile_depth2 li,
.mobile_menu .gnb_all .mobile_depth3 > li {border-bottom: 1px solid #ddd; font-size: clamp(16px, calc( 16 / var(--inner2) * 100vw ), 16px);}
.mobile_menu .gnb_all .mobile_depth2 li a,
.mobile_menu .gnb_all .mobile_depth3 li a {display: block; padding: 15px; font-size: clamp(15px, calc( 18 / var(--inner2) * 100vw ), 18px);}
.mobile_menu .gnb_all .mobile_depth3 li a:has(+ .mobile_depth4) {padding-bottom: 5px !important;}
.mobile_menu .gnb_all .mobile_depth4 li a {padding: 10px 20px !important; font-size: clamp(13px, calc( 16 / var(--inner2) * 100vw ), 16px); color: #999;}



/* depth1 */
.depth1_wrap{position:absolute;top:0;left:0;width:100%;background:#fff;transition:transform .3s ease,opacity .3s ease;opacity:0;pointer-events:none; display: none;}
.depth1_wrap.active{opacity:1;pointer-events:auto; display: block}
.depth1_wrap.hide {opacity: 0; pointer-events: none; display: none;}
/* .mobile_menu .depth1_wrap.hide {opacity: 0; display: none;} */

/* depth2 */
.mobile_menu .depth2_wrap,.depth3_wrap {position:absolute; top:0; left:0; width:100%; transition:transform .3s ease; background:#fff;}
.mobile_menu .depth2_wrap {transform:translateX(0); display: block; padding-top: 100px;}
.mobile_menu .depth2_wrap.hide li {opacity: 0; display: none;}

/* depth3 */
.mobile_menu .depth3_wrap {opacity:0; pointer-events:none; display: none;}
.mobile_menu .depth3_wrap.active {transform:translateX(0); opacity:1; pointer-events:auto; height: 100vh; display: block;}

/* 뒤로가기/모바일 타이틀 */
.mobile_menu .back_btn {position:absolute; top:50%; transform: translateY(-50%); display:block; padding:0; background-color: transparent; border: none; font-size:16px; cursor: pointer;}
.mobile_title {position:relative; background-color: #f3f3f3; margin-top: 100px; padding: 20px; text-align: center;}

/* .mobile_menu .member {display: grid; grid-template-columns: repeat(3, 3fr);} */


@media screen and (max-width:1400px) {
    #header .gnb > li > a {padding: 30px 10px;}
}


@media screen and (max-width:1200px) {

    #header {background-color: #fff !important;}
    #header nav {display: none;}
    #header .header_left {gap: 20px;}
    .ham {display: block;}

    /* #header .member a.cart {display: flex; justify-content: center; align-items: center; width: 60px; height: 60px; margin-left: 20px; background-color: #000;}
    #header.sub-header .member .cart svg * {fill:#fff} */
    #header.main-header .member .cart svg *,
    #header.main-header.on .member .cart svg * {fill: #000;}

    #header .header_top {padding-bottom: 0; background-color: #fff;}
    #header .header_bottom {padding: 10px 0 15px; background-color: #fff;}
    #header .header_top {border-bottom: none !important;}
    #header.main-header .header_top ul li a,
    #header.main-header .member a {color: #000;}

    #header.main-header .hamburger .line {background-color: #000 !important;}
    #header .header_left .logo a {transform: translateY(-37px) !important;}

    #header .member .join::after {display: none;}
    /* 검색창 */
    main {padding-top: 170px;}
    #header {height: 170px;}
    #header .header_bottom .inner {position: relative;}
    #header .header_bottom {height: 130px; padding-top: 0; padding-bottom: 0;}
    #header.main-header .header_bottom {border-bottom: none;}
    #header .searchset {position:absolute; left: 0; bottom: -54px; width: 100%; border-bottom: 1px solid #707070; }
    #header .searchset input[type="text"] {width: 100%; border-left: none;}
    #header .searchset button {padding-right: 20px;}
}

@media screen and (max-width:425px) {
    #header .header_bottom {height: 110px;}
    #header .member a.cart {width: 40px; height: 40px; margin-left: 0px;}

    #header .header_left {gap: 10px;}
    #header .header_left .logo {width: 120px; height: 27px;}
    #header .header_left .logo a {width: 100%; height: 27px;}
    #header .header_left .logo img {width: 100%;}

    #header .header_left .logo a {transform: translateY(-27px) !important;}
    #header.on .header_left .logo a {transform: translateY(-27px) !important;}

    .hamburger .line {width: 22px; height: 3px;}
    #hamburger-11.is-active .line:nth-child(1) {transform: translateY(6px) rotate(45deg);}
}

@media screen and (max-width:360px) {
    #header .inner {width: 97%;}
    #header .header_left {gap: 10px;}
    #header .header_bottom {height: 95px;}
    #header .member a.cart {width: 30px; height: 30px;}

    #header .header_left .logo {width: 100px; height: 23px;}
    #header .header_left .logo a {height: 23px;}

    #header .header_left .logo a {transform: translateY(-23px) !important;}
    #header.on .header_left .logo a {transform: translateY(-23px) !important;}
}

@media screen and (max-width:375px){
    #header .header_left {gap: 10px;}
    #header .member a.cart {margin-left: 10px;}
}

/* 메인 팝업창 */
.main_popup {position: fixed; top: 0; left: 0; z-index: 1001;}
.main_popup.close {display: none;}
.main_popup .popup-img img {max-width: 100%;}
.main_popup .popup-bar {gap: 15px; padding: 15px; background-color: #ececec;}
.main_popup .label_wrap {gap: 4px;}
.main_popup .popup-bar label {cursor: pointer;}
.main_popup .popup-bar input[type="checkbox"] {accent-color: var(--point);}
.main_popup .popup-bar button {background-color: transparent; font-family: 'Pretendard'; font-size: 14px;}

/*********************************/
/* 메인-컨텐츠1 */
/*********************************/

.swiper {width: 100%;height: 100%;}


.section .inner {width: var(--inner); margin: 0 auto;}

.mainswiper .swiper-slide {background-size: cover !important; background-repeat: no-repeat !important;}
.mainswiper .swiper-slide:nth-child(1) {background: url(../img/vis_bg.jpg) no-repeat center/cover; }
.mainswiper .swiper-slide:nth-child(2) {background: url(../img/vis_bg.jpg) no-repeat center/cover; }
.mainswiper .swiper-slide:nth-child(3) {background: url(../img/vis_bg.jpg) no-repeat center/cover; }
.mainswiper .swiper-slide:nth-child(4) {background: url(../img/vis_bg.jpg) no-repeat center/cover; }
/* .main {padding-top: 76px;} */

.section01 {height: 63vh;}
.section01 .inner {display: flex; align-items: center; height: 100%;}

.mainswiper .txtbox {color: #fff; margin-top: 100px;}
.mainswiper .txtbox h2 {margin-bottom: 20px; font-size: clamp(20px, calc( 38 / var(--inner2) * 100vw ), 38px); font-weight: 700; line-height: 1.5;}
.mainswiper .txtbox .list{margin-bottom: 40px;}
.mainswiper .txtbox .list .item {font-size: clamp(15px, calc( 16 / var(--inner2) * 100vw ), 16px);  line-height: 1.5;}
.mainswiper .txtbox .list .item::before {position:relative; top:-4px; display: inline-block; content: ""; width: 3px; height:3px; margin-right: 4px; border-radius:50%; background-color: #fff;}

.main .section .morebtn a {display: inline-flex; justify-content: center; align-items: center; padding: 16px 40px; background-color: #fff; border-radius: 40px; color: #000; font-size: clamp(14px, calc( 14 / var(--inner2) * 100vw ), 14px); font-weight:700; transition: all 0.4s;}
.main .section .morebtn a svg path {transition: all 0.4s;}
.main .section .morebtn a span {padding-right: 5px;}
.main .section .morebtn:hover a {background-color: var(--point); color: #fff;}
.main .section .morebtn:hover a svg path {fill: #fff;}

.mainswiper .swiper-pagination {display: flex; flex-direction: column; gap:20px; left: 0 !important; bottom: 40% !important; text-align: left !important;}
.mainswiper .swiper-pagination-bullet {width:10px; height: 2px;  margin:0 !important; background: rgba(238,238,238,0.4); opacity: 1; border-radius: 0; transition: width 0.5s;}
.mainswiper .swiper-pagination-bullet-active {width:20px; height: 2px; background: var(--point);}

@media screen and (max-width:768px) {
    .section01 {height: 51vh;}
    .mainswiper .txtbox {padding: 0 30px; margin-top: 0;}

}
/*********************************/
/* 메인-컨텐츠2 */
/*********************************/
.section02 .icon_list {display: grid; grid-template-columns: repeat(6, 1fr); padding: 50px 0;}
.section02 .icon_list .item {text-align: center;}
.section02 .icon_list .item .iconbox {display: flex; align-items: center; justify-content: center; width: 60px; height: 60px; margin:0 auto; margin-bottom: 20px; }
.section02 .icon_list .item .iconbox.bg {background-color: #333; border-radius: 50%;}
.section02 .icon_list .item p {font-weight: 700; font-size: clamp(12px, calc( 12 / var(--inner2) * 100vw ), 14px);}

@media screen and (max-width:1284px) {
    .section02 .icon_list {grid-template-columns: repeat(4, 4fr); row-gap: 40px;}
}

@media screen and (max-width:425px) {
    .section02 .icon_list {grid-template-columns: repeat(3, 3fr); row-gap: 25px;}
}
/*********************************/
/* 메인-컨텐츠3 */
/*********************************/
.main .section03 {padding: 100px 0 100px;}
.main .section03 .inner {display: flex; width: 80%;}
.main .section03 .txtbox {flex-shrink: 0; margin-right: 220px;}
.main .section03 .txtbox h2 {margin-bottom: 22px; font-size: clamp(30px, calc( 48 / var(--inner2) * 100vw ), 48px);}
.main .section03 .morebtn a {background-color: var(--point); color: #fff;}
.main .section03 .morebtn a svg {fill: #fff;}

.main .section03 .list {width: 100%;}
.main .section03 .item a,
.main .section03 .item a .titlebox {display: flex; align-items: center;}

.main .section03 .item a {justify-content: space-between;}
.main .section03 .item a .titlebox {width: 85%; gap: 40px;}

.main .section03 .item:nth-child(1) a {border-top: 1px solid #ccc;}
.main .section03 .item a {padding: 35px 0; border-bottom: 1px solid #ccc;}

.main .section03 .list .tag {flex-shrink: 0; padding:7px 10px; border-radius: 40px; border: 1px solid var(--point); color: var(--point); font-size: 12px;}
.main .section03 .item a .title {width: 100%; margin-right: 25px; font-weight: 700;  font-size: clamp(16px, calc( 16 / var(--inner2) * 100vw ), 16px); line-height: 1.5;}
.main .section03 .item a .date {flex-shrink: 0; font-size: clamp(14px, calc( 14 / var(--inner2) * 100vw ), 14px); color: #999;}

@media screen and (max-width:1024px) {
    .main .section03 {padding: 100px 0;}
    .main .section03 .inner {flex-direction: column; gap: 60px;}
    .main .section03 .item a .titlebox {width: 100%;}
    .main .section03 .item a {flex-wrap: wrap; gap: 20px;}
}

/* @media screen and (max-width:768px) {
  .main .section03 .item a .title {}
} */

@media screen and (max-width:600px) {
    .main .section03 .item a, .main .section03 .item a .titlebox {gap: 20px;}
    .main .section03 .item a, .main .section03 .item a .titlebox {flex-direction: column; align-items: baseline;}

}

@media screen and (max-width:425px) {
}
/*********************************/
/* 메인-컨텐츠4 */
/*********************************/
.section04 {margin-bottom: 100px;}

.bannerswiper .swiper-slide {position: relative;}
.bannerswiper img {max-width: 100%; width: 100%;}
.bannerswiper img.m_only {display: none;}

/* .bannerswiper .swiper-slide.slide01 {background: url(../img/img_banner01.jpg) no-repeat right/cover;}
.bannerswiper .swiper-slide.slide02 {background: url(../img/img_banner02.jpg) no-repeat right/cover;}
.bannerswiper .swiper-slide.slide03 {background: url(../img/img_banner02.jpg) no-repeat right/cover;}
.bannerswiper .swiper-slide.slide04 {background: url(../img/img_banner02.jpg) no-repeat right/cover;} */

.bannerswiper .txtbox {padding: 65px 80px;}
.bannerswiper .txtbox h3 {margin-bottom: 20px; color: #fff; font-size: clamp(14px, calc( 16 / var(--inner2) * 100vw ), 16px);}
.bannerswiper .txtbox ul li {color: rgba(255,255,255,0.8); font-size: clamp(12px, calc( 14 / var(--inner2) * 100vw ), 14px); line-height: 1.3;}

.bannerswiper .swiper-pagination {position:unset; background-color: #fff; padding-top: 50px;}
.bannerswiper .swiper-pagination .swiper-pagination-bullet-active {width: 20px !important; background-color: var(--point) !important;}
.bannerswiper .swiper-pagination .swiper-pagination-bullet {width: 10px; height: 2px; background-color: rgba(102,102,102,0.4); border-radius: 0; opacity: 1; transition: width 0.4s;}

@media screen and (max-width:1024px) {
    .bannerswiper .txtbox {padding: 65px 20px;}
}

@media screen and (max-width:768px) {
    .bannerswiper .txtbox {padding: 40px 20px;}
    .bannerswiper img.pc_only {display: none;}
    .bannerswiper img.m_only {display: block;}
}

@media screen and (max-width:425px) {
    .bannerswiper .txtbox {position: relative;}
}

/*********************************/
/* 메인-컨텐츠5 */
/*********************************/

.main .section05 {background-color: #333; margin-bottom: 100px; padding: 130px 0;}
.main .section05 .inner {display: flex; justify-content: space-between;}
.main .section05 .youtubebox {width: 660px; height: 380px;}
.main .section05 .youtubebox iframe {width: 100%; height: 100%;}
.main .section05 .txtbox h2 {margin-bottom: 40px; font-size: clamp(30px, calc( 48 / var(--inner2) * 100vw ), 48px); line-height: 1.3; color: #fff;}
.main .section05 .txtbox ul li {color: #999; font-size: clamp(16px, calc( 18 / var(--inner2) * 100vw ), 18px); line-height: 1.5;}

@media screen and (max-width:1024px) {
    .main .section05 .inner {flex-direction: column; gap: 60px;}
    .main .section05 .youtubebox {width: 100%; height: auto; aspect-ratio: 16/9;}
}


/*********************************/
/* 메인-컨텐츠6 */
/*********************************/

.main .section06 {margin-bottom: 100px;}
.main .section06 .inner {display: flex; }
.main .section06 .txtbox {flex-shrink: 0; margin-right: 220px;}
.main .section06 .txtbox h2 {margin-bottom: 22px; font-size: clamp(30px, calc( 48 / var(--inner2) * 100vw ), 48px);}
.main .section06 .morebtn a {background-color: var(--point); color: #fff;}
.main .section06 .morebtn a svg {fill: #fff;}

.main .section06 .news_tab_btn {display: flex; text-align: right; justify-content: end; gap: 30px; margin-bottom: 35px;}
.main .section06 .news_tab_btn li a {color: #999; font-weight: 700; font-size: clamp(14px, calc( 16 / var(--inner2) * 100vw ), 16px);}
.main .section06 .news_tab_btn li a.on {display: block; color: #000; border-bottom: 2px solid var(--point); padding-bottom: 8px;}
.main .section06 .tab_list {display: grid; grid-template-columns: repeat(3, 3fr); gap: 20px; opacity: 0; visibility: hidden; height: 0;}

.main .section06 .tab_list .imgbox {width: 100%; aspect-ratio: 385 / 206; margin-bottom: 20px; border-radius: 10px; overflow: hidden;}
.main .section06 .tab_list .imgbox img {max-width: 100%; width: 100%; height: 100%; object-fit: cover;}
.main .section06 .tab_list.on {opacity: 1; visibility: visible; height: auto;}

.main .section06 .tab_item p {font-size: clamp(16px, calc( 16 / var(--inner2) * 100vw ), 16px); font-weight: 700;line-height: 1.5;}

@media screen and (max-width:1024px) {
    .main .section06 .inner {flex-direction: column; gap: 60px;}
}

@media screen and (max-width:768px) {
    .main .section06 .txtbox {display: flex; justify-content: space-between; align-items: center; margin-right: 0;}
    .main .section06 .txtbox h2 {margin-bottom: 0;}
    .main .section06 .tab_list {grid-template-columns: repeat(2, 2fr);}
    .main .section06 .tab_list .tab_item:last-of-type {display: none;}
}

@media screen and (max-width:425px) {
    .main .section06 .tab_list {grid-template-columns: repeat(1, 1fr);}
    .main .section06 .news_tab_btn {justify-content: center; gap: 15px;}
    .main .section06 .tab_list .tab_item:nth-child(2) {display: none;}
}


/*********************************/
/* 메인-컨텐츠7*/
/*********************************/
.section07 .pointcolor {color: var(--point); font-size: clamp(14px, calc( 16 / var(--inner2) * 100vw ), 16px); font-weight: 700;}
.section07 .main_quick_list {display: grid; grid-template-columns: repeat(3, 3fr); gap: 20px; margin-top: 40px;}
.section07 .main_quick_list .item > a {display: flex; justify-content: space-between; padding: 30px 40px; background-color: #EFEFEF; border-radius: 20px;}
.section07 .main_quick_list .item > a span.txt {font-size: clamp(16px, calc( 16 / var(--inner2) * 100vw ), 16px); font-weight: 700;}
.section07 .main_quick_list .item > a span.iconbox {display: flex; align-items: center; justify-content: center; width: 20px; height: 20px; border-radius: 50%; background-color: var(--point);}
.section07 .main_quick_list .item > a span.iconbox svg {width: 20px;}

@media screen and (max-width:1024px) {
    .section07 .main_quick_list {grid-template-columns: repeat(1, 1fr);}
}

/*********************************/
/* 풋터 */
/*********************************/
#footer {margin-top: 100px;}
#footer .inner {width: var(--inner); margin: 0 auto;}

#footer .footer-top {padding: 35px 0; background-color: var(--point); color: #fff;}
#footer .footer-top .inner {display: flex; justify-content: space-between; align-items: center;}
#footer .footer-top .call {font-size: clamp(16px, calc( 16 / var(--inner2) * 100vw ), 16px);}
#footer .footer-top .call strong {padding: 0 10px 0 15px; font-size: clamp(18px, calc( 22 / var(--inner2) * 100vw ), 22px);}
#footer .footer-top .call span {font-size: 14px;}
#footer .footer-top .call a {color: #fff;}

#footer .footer-top .btn_wrap {display: flex; gap: 5px;}
#footer .footer-top .btn_wrap .btn {padding: 13px 20px; border-radius: 60px; color: #fff; font-size: clamp(14px, calc( 15 / var(--inner2) * 100vw ), 15px); text-align: center; line-height: 1.4;}
#footer .footer-top .btn_wrap .black {background-color: #000;}
#footer .footer-top .btn_wrap .red {background-color: rgba(255,255,255,0.1);}

#footer .footer-mid, #footer .footer-bottom {background-color: #000;}

#footer .footer-mid .inner {padding: 60px 0; border-bottom: 1px solid #444; color: #fff;}
#footer .footer-mid .footer_logo {margin-bottom: 30px;}
#footer .footer-mid .footer_links {display: flex; justify-content: space-between;}

#footer .footer-mid .footer_links .menu_wrap {display: flex; gap: 150px;}
#footer .footer-mid .footer_links .address_wrap {display: flex; gap: 70px;}

#footer .footer-mid .footer_links .col h4 {color: #fff; font-size: clamp(14px, calc( 16 / var(--inner2) * 100vw ), 16px); margin-bottom: 18px;}
#footer .footer-mid .footer_links .menu_wrap li a,
#footer .footer-mid .footer_links .address_wrap address {color: #999; font-size: clamp(14px, calc( 14 / var(--inner2) * 100vw ), 14px); font-style: normal; line-height: 1.7;}
#footer .footer-mid .footer_links .address_wrap address a {color: #999;}

#footer .footer-bottom .inner {display: flex; justify-content: space-between; align-items: center; padding: 30px 0 50px;}
#footer .footer-bottom .copy {color: #999; font-size: clamp(13px, calc( 15 / var(--inner2) * 100vw ), 15px); line-height: 1.5;}
#footer .footer-bottom .copy span {color: #fff;}

#footer .footer-bottom .policy {display: flex;}
#footer .footer-bottom .policy.mobile-only {display: none;}
#footer .footer-bottom .policy a {color: #fff; font-size: clamp(12px, calc( 16 / var(--inner2) * 100vw ), 16px); padding: 0 20px;}
#footer .footer-bottom .policy .pointcolor {padding: 13px 25px; background-color: rgba(255, 255, 255, 0.025); border-radius: 60px; font-size: clamp(14px, calc( 15 / var(--inner2) * 100vw ), 15px); color: rgba(255, 255, 255, 0.6);}




.goTop {position: fixed; bottom: 30px; right: 20px; }
.goTop a {display: flex; justify-content: center; align-items: center; width: 60px; height: 60px; background-color: var(--point2); border-radius: 50%;}


@media screen and (max-width:1400px) {
    #footer .footer-mid .footer_links .menu_wrap {gap:70px;}
    #footer .footer-mid .footer_links .address_wrap {gap: 40px;}
}

@media screen and (max-width:1280px) {

    #footer .footer-bottom .policy a {padding: 0 10px;}
}

@media screen and (max-width:1024px) {

    #footer .footer-top {padding: 20px 0;}
    #footer .footer-top .inner {flex-direction: column; gap: 20px;}
    #footer .footer-top .call * {display: block; text-align: center;}
    #footer .footer-top .call strong {padding:10px 0; font-size: 34px;}

    #footer .footer-mid .inner {padding: 60px 0 30px;}
    #footer .footer-mid .footer_links .menu_wrap, #footer .footer-mid .footer_links .address_wrap {gap: 0;}
    #footer .footer-mid .footer_links {flex-direction: column; gap: 30px;}
    #footer .footer-mid .footer_links .menu_wrap {flex-direction: column; gap: 0;}
    #footer .footer-mid .footer_links .menu_wrap .col:first-child {border-top: 1px solid #707070;}
    #footer .footer-mid .footer_links .menu_wrap .col {border-bottom: 1px solid #707070;}
    #footer .footer-mid .footer_links .col h4 {display: flex; justify-content: space-between; margin-bottom: 0; padding: 15px 0; cursor: pointer;}
    #footer .footer-mid .footer_links .menu_wrap .col ul {padding-bottom: 0; max-height:0; overflow:hidden; transition: max-height 0.2s ease-out;}

    #footer .footer-mid .footer_links .menu_wrap .col h4::after {display: block; width: 16px; height:16px; background: url(../img/ico_arrow_down_white.png) no-repeat right center; content: "";}
    #footer .footer-mid .footer_links .menu_wrap .col h4.slidedown::after {transform: rotate(180deg);}
    #footer .footer-mid .footer_links .menu_wrap .col ul li {line-height: 1.5;}

    #footer .footer-mid .footer_links .address_wrap {flex-direction: column; gap: 20px;}
    #footer .footer-mid .footer_links .address_wrap address br.mobile {display: none;}

    #footer .footer-bottom .inner {flex-direction: column; align-items: baseline; gap: 38px;}
    #footer .footer-bottom .copy_wrap {display: flex; width: 100%;}
    #footer .footer-bottom .policy.mobile-only {display: block;}
    #footer .footer-bottom .policy li.mobile {display: none;}

}

@media screen and (max-width:600px) {
    #footer .footer-mid .inner {padding: 40px 0;}
    /* #footer .footer-mid .footer_links .address_wrap > .col {width: 50%;} */
    #footer .footer-bottom .policy {flex-wrap: wrap; justify-content: center; row-gap: 10px;}

}

@media screen and (max-width:425px) {
    #footer .footer-bottom .copy_wrap {flex-direction: column; justify-content: center; gap: 20px; text-align: center;}

}

/* 약관 팝업 */

/* 약관 전체보기 팝업 */
.term_common_popup {position: fixed; top: 0; left: 0; z-index: 1000; width: 100%; height: 100dvh; background-color: rgba(0, 0, 0, 0.28); opacity: 0; visibility: visible; display: none;}
.term_common_popup.show {opacity: 1; visibility: visible; display: block}
.term_common_popup .popup_inner {position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);  width:725px; height: 430px; overflow-y: auto; padding: 40px; background-color: #fff; border: 2px solid #000; box-shadow: 10px 0px 20px 0 rgba(0, 0, 0, 0.16);}

.term_common_popup .popup_inner .popup_title button.btn_close {background-color: transparent; border: none; cursor: pointer;}
.term_common_popup  .popup_title {margin-bottom: 35px;}
.term_common_popup .popup_title p {color: var(--point2); font-size: clamp(16px, calc( 18 / var(--inner2) * 100vw ), 18px); font-weight: 700;}

.term_common_popup .textbox .title {margin-bottom: 75px; color: #333; font-size: clamp(16px, calc( 18 / var(--inner2) * 100vw ), 18px); font-weight: 700; text-align: center;}
.term_common_popup .btn_black {display: block; max-width: 130px; width: 100%; margin: 30px auto 0; padding: 10px 0; background-color: #333; color: #fff; font-size: clamp(12px, calc( 14 / var(--inner2) * 100vw ), 14px); font-weight: 900; text-align: center;}

.term_common_popup .term_content strong {display: block;}
.term_common_popup .term_content strong.tit {color: #000; font-size: clamp(16px, calc( 18 / var(--inner2) * 100vw ), 18px); font-weight: 700;}
.term_common_popup .term_content strong {color: #333; font-size: clamp(12px, calc( 16 / var(--inner2) * 100vw ), 16px); font-weight: 700; line-height: 1.5;}
.term_common_popup .term_content p.large {color: #000; font-size: clamp(12px, calc( 16 / var(--inner2) * 100vw ), 16px); font-weight: 700; line-height: 1.6;}
.term_common_popup .term_content p {color: #666; font-size: clamp(12px, calc( 14 / var(--inner2) * 100vw ), 14px); font-weight: 300; line-height: 1.5;}
.term_common_popup .term_content p:not(:last-child) {margin: 10px 0;}
.term_common_popup .term_content a {color: #666;}

@media screen and (max-width: 768px) {
    .term_common_popup .popup_inner {width: 90%; padding: 20px;}
}

/*********************************/
/* 메인페이지 효과 */
/*********************************/

main .section01 .swiper-slide .txtbox h2,
main .section01 .swiper-slide .txtbox .list,
main .section01 .swiper-slide .txtbox .morebtn {opacity: 0; transform: translateY(20px); transition: opacity  0.5s, transform 0.8s;}

main .section01 .swiper-slide .txtbox .list {transition-delay: 0.2s;}
main .section01 .swiper-slide .txtbox .morebtn {transition-delay: 0.4s;}

main .section01 .swiper-slide.swiper-slide-active .txtbox h2 {opacity: 1; transform: translateY(0px);}
main .section01 .swiper-slide.swiper-slide-active .txtbox .list {opacity: 1; transform: translateY(0px);}
main .section01 .swiper-slide.swiper-slide-active .txtbox .morebtn {opacity: 1; transform: translateY(0px);}