/*----- 공통 st ------*/
html, body {
    position: relative;
    overflow-x: hidden;
    margin: 0;
    padding: 0;
    color: #000;
    font-size: 18px;
    font-family: 'NanumSquare_R', sans-serif;
}

body::-webkit-scrollbar {
    width: 10px;
}

body::-webkit-scrollbar-thumb {
    background-color: #B5B5B5;
    border-radius: 10px
}

body::-webkit-scrollbar-track {
    background-color: #212121;
}

.mob {
    display: none;
}

#mob-gnb {
    display: none;
}

.as-pop{
    display: none;
}

/* 타이틀 */
.title-wrap {
    margin-bottom: 3.5rem;
    text-align: center;
    line-height: 1.5;
}

.title-wrap .s-title {
    font-family: 'NanumSquare_SB', sans-serif;
    font-weight: 600;
    color: #C23131;
}

.title01 {
    font-size: 3rem;
    font-family: 'NanumSquare_EB', sans-serif;
}

.title02 {
    font-size: 1.15rem;
}


/* 버튼 */
.btn-arrow {
    position: relative;
}

.btn-arrow::before {
    content: "";
    width: 10px;
    height: 10px;
    border-width: 2px 2px 0 0;
    border-style: solid;
    border-color: #666;
    display: block;
    transform: rotate(45deg);
    transition: all 0.3s;
}

.btn-arrow:after {
    content: "";
    display: block;
    width: 0px;
    height: 2px;
    background-color: #D10000;
    position: absolute;
    left: -10px;
    top: 50%;
    transform: translateY(-50%);
    transition: all .3s;
}

.btn-arrow:hover {
    color: #D10000;
}

.btn-arrow:hover::before {
    border-color: #D10000;
}


.btn-arrow:hover::after {
    width: 24px;
}

.btn-circle {
    display: inline-block;
    border: 1px solid #fff;
    transition: all 0.3s;
    vertical-align: middle;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    background: url('../resources/img/renew/content/main-sus-arrow.svg') no-repeat center;
    background-size: 8px;
    margin-top: 4rem;
}

.btn-circle:hover {
    color: #fff;
    background: url('../resources/img/renew/content/main-sus-arrow-b.svg') #fff no-repeat center;
    background-size: 8px;
}

.btn01 {
    display: inline-block;
    padding: 0 0 3px 0;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    background-color: transparent;
    margin-top: 20px;
    padding: 15px 48px;
    border: 1px solid #fff;
    box-shadow: inset 0 0 0 0 #fff;
    transition: all .3s;
    cursor: pointer;
}

.btn01:hover {
    color: #b50000;
    box-shadow: inset 0 -5em 0 0 #fff;
}

.btn02 {
    position: relative;
}

.btn02::before {
    content: "";
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 1px;
    background: #fff;
    transition: all .3s;
    transition-delay: .2s;
}

/*----- 공통 end ------*/

/*----- header st ------*/
#header {
    position: fixed;
    top: 0;
    z-index: 998;
    width: 100%;
    height: 5rem;
    transition: all .3s;
}

#header.scroll {
    top: -5rem;
}

#header .wrap {
    padding: 0 6rem 0 3rem;
    margin: 0 auto;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 5rem;
    transition: all .3s ease, height 0s ease, padding 0s ease;
}


#header .header-logo {
    position: relative;
    z-index: 9999;
}

#header .header-right {
    display: flex;
}

.menu-container {
    position: relative;
}

#header .header-logo>a {
    display: block;
    width: 112px;
    height: 38px;
    background: url('../img/logo_w.png') center no-repeat;
    background-size: 100%;
}

.menu-container .menu {
    position: relative;
    text-align: center;
}

.menu-container .menu>li.has-subnav {
    position: relative;
    display: inline-block;
    font-family: 'NanumSquare_B', sans-serif;
}

.menu-container .menu li a.menu-list {
    display: inline-block;
    margin: 0 2rem;
    position: relative;
    color: #fff;
    text-align: center;
    height: 5rem;
    line-height: 5rem;
    cursor: pointer;
}

.menu-container .menu li a.menu-list span {
    position: relative;
	    font-weight: 500;
}

#header .subhas-container {
    position: absolute;
    top: 5rem;
    left: 0;
    background-color: #fff;
    width: 100%;
    height: 0;
    z-index: 1;
    overflow: hidden;
    display: block;
    opacity: 0;
    transition: all .3s;
}

#header .subhas-container.hover {
    opacity: 1;
    height: 22.5rem;
}


#header .submenu-list {
    display: none;
}

#header .submenu-list.hover {
    display: block;
    border-top: 1px solid #e5e5e5;
}

#header .submenu-wrap {
    display: flex;
    justify-content: center;
}

#header .submenu {
    padding: 3rem;
    min-height: 22.5rem;
    border-right: 1px solid #F2F2F2;
}

#header .submenu:last-child {
    border-right: none;
}


#header .submenu>a {
    margin-bottom: 1rem;
    display: inline-block;
    font-weight: 600;
    transition: all .3s;
}

#header .submenu>a:hover {
    color: #B50000;
}

#header .submenu .depth03>li>a {
    position: relative;
    font-size: 15px;
    color: #A8A8A8;
    line-height: 2.5;
    font-weight: 500;
    transition: all .3s;
}

#header .submenu .depth03>li>a::before {
    content: "";
    display: block;
    width: 0;
    height: 1px;
    background: #B50000;
    position: absolute;
    bottom: -5px;
    left: 0;
    transition: all .3s;
}

#header .submenu .depth03>li>a:hover {
    color: #B50000;
}

#header .submenu .depth03>li>a:hover::before {
    width: 100%;
}

#header .gnb {
    display: flex;
    align-items: center;
    gap: 2rem;
    color: #fff;
}

#header .gnb>div {
    position: relative;
}

#header .gnb .ico {
    position: relative;
    width: 24px;
    height: 5rem;
    line-height: 5rem;
    cursor: pointer;
}

#header .gnb .ico>div {
    position: absolute;
    transition: all .3s;
    cursor: pointer;
}

#header .gnb .ico .on {
    opacity: 0;
}

#header .gnb .ico:hover .on {
    opacity: 1;
}

/* 첫번째 gnb */
#header .alarm .dot {
    display: inline-block;
    width: 5px;
    height: 5px;
    border-radius: 100%;
    background-color: #D90416;
    position: absolute;
    top: -5px;
    right: -5px;
}

#header .alarm .box {
    position: absolute;
    top: 61px;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    border-radius: 10px;
    display: none;
    opacity: 0;
    transition: all .3s;
}

#header .alarm .box.on {
    display: block;
    opacity: 1;
}

#header .alarm .box:before {
    content: "";
    display: block;
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
}

#header .alarm .box>li {
    padding: 2rem 2rem 1rem 2rem;
}

#header .alarm .box>li:last-child {
    padding-bottom: 2rem;
}

#header .alarm .box>li>a {
    display: flex;
    gap: 1rem;
    cursor: pointer;
}


#header .alarm .box .img {
    width: 7rem;
}

#header .alarm .box .img>img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#header .alarm .box .text {
    margin-bottom: 0.5rem;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 10rem;
    position: relative;
    line-height: 1.25;
    font-size: 16px;
}

#header .alarm .box .date {
    color: #a8a8a8;
    font-size: 14px;
}

#header .alarm .box>li>a:hover {
    color: #B50000;
}

#header .alarm .box>li>a:hover .date {
    color: #B50000;
}


/* 두번째 gnb */
#header .share .box {
    padding: 1.5rem;
    position: absolute;
    top: 61px;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    border-radius: 10px;
    display: none;
    opacity: 0;
    transition: all .3s;
}

#header .share .box.on {
    display: block;
    opacity: 1;
}

#header .share .box:before {
    content: "";
    display: block;
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
}

#header .share .box>li {
    margin-bottom: 1rem;
}

#header .share .box>li:last-child {
    margin-bottom: 0;
}

#header .share .box>li>a {
    display: flex;
    justify-content: space-between;
    cursor: pointer;
}

#header .share .sns-ico {
    margin-right: 1.5rem;
    display: inline-block;
    background: url('../resources/img/renew/common/h_share_ico.svg') no-repeat;
    background-size: 235px;
    background-position-y: 0;
    flex-shrink: 0;
}

#header .share .sns-ico01 {
    width: 21.7px;
    height: 22px;
    background-position-x: -23px;
}

#header .share .sns-ico02 {
    width: 24.8px;
    height: 23px;
    background-position-x: -65.5px;
}


#header .share .sns-ico03 {
    width: 17px;
    height: 27px;
    background-position-x: -91px;
}


#header .share .sns-ico04 {
    width: 25px;
    height: 27px;
    background-position-x: -136px;
}


#header .share .sns-ico05 {
    width: 26.5px;
    height: 27px;
    background-position-x: -162px;
}

#header .share .box>li>a:hover .sns-ico {
    background-position-y: -27px;
}

#header .share .text-wrap {
    min-width: 6rem;
}

#header .share .box .text {
    margin-bottom: 0.5rem;
    font-size: 14px;
    font-weight: 600;
}

#header .share .box .date {
    color: #a8a8a8;
    font-size: 14px;
}




/* 세번째 gnb */
#header .language .box {
    padding: 1.5rem;
    position: absolute;
    top: 61px;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    border-radius: 10px;
    display: none;
    opacity: 0;
    transition: all .3s;
}

#header .language .box.on {
    display: block;
    opacity: 1;
}

#header .language .box:before {
    content: "";
    display: block;
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
}

#header .language .box>li {
    margin-bottom: 1rem;
    font-size: 14px;
    font-weight: 600;
}

#header .language .box>li:last-child {
    margin-bottom: 0;
}

#header .language .box>li>a {
    display: flex;
    justify-content: space-between;
    cursor: pointer;
    color: #a8a8a8;
}

#header .language .box>li.on>a {
    color: #CC1424;
}

#header .language .box>li:hover>a {
    color: #CC1424;
}


/*header on 활성화*/
#header.on {
    background: #fff;
}

#header.on .header-logo>a {
    background: url('../img/logo.png') center no-repeat;
    background-size: 100%;
}

#header.on .menu-container .menu li a.menu-list span {
    color: #000;
}

#header.on .gnb {
    color: #000;
}

/* 로고 활성화 */
#header .header-logo.on>a {
    background: url('../img/logo.png') center no-repeat;
    background-size: 100%;
}

/*검색창 활성화*/
#header .search-box {
    display: block;
    position: fixed;
    width: 100%;
    background-color: #fff;
    top: 0;
    left: 0;
    z-index: 9999;
    transition: all .3s;
    padding: 0 20px;
}

#header .search-wrap {
    margin: 0 auto;
    padding: 6rem 0;
    max-width: 44.5rem;
    display: none;
}

#header .search-container {
    width: 100%;
    position: relative;
}

#search-input {
    width: 100%;
    height: 52px;
    font-size: 1.115rem;
    border: 0;
    border-bottom: 2px solid #a8a8a8;
    padding-right: 30px;
    font-family: 'NanumSquare_B', sans-serif;
}

#search-input:focus {
    outline: none;
    border-bottom: 2px solid #000;
}

#search-button {
    color: #000;
    border: none;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

#header .search-box .tag {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

#header .search-box .tag>li>a {
    display: inline-block;
    height: 32px;
    line-height: 32px;
    background: #F0F0F0;
    padding: 0 1rem;
    border-radius: 30px;
    color: #808080;
    font-size: 14px;
    font-weight: 600;
    margin-top: 1rem;
    transition: all .3s;
}

#header .search-box .tag>li>a:hover {
    background: #b50000;
    color: #fff;
}

#header .search-close {
    position: absolute;
    right: 2rem;
    top: 2rem;
    transition: all .3s;
    cursor: pointer;
}

#header .search-close:hover {
    transform: rotate(90deg);
}

#header .site-map-wrap {
    padding-top: 90px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
    min-height: 100vh;
    background: #fff;
    opacity: 0;
    transform-origin: 0% 0%;
    transform: translateY(-100%);
    transition: all .3s;
    visibility: hidden;
}

#header .site-map-wrap.on {
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
    overflow-y: scroll;
}

#header .site-map-wrap.on::-webkit-scrollbar {
    width: 0;
}

#header .site-map-wrap.on::-webkit-scrollbar-thumb {
    background-color: transparent;
}

#header .site-map-wrap.on::-webkit-scrollbar-track {
    background-color: transparent;
}

#header .sitemap-container {
    height: calc(100vh - 8rem);
    padding-top: 5rem;
}

#header .sitemap-list-wrap {
    margin: 0 auto;
    display: flex;
    max-width: 1200px;
}

#header .sitemap-depth01 {
    padding: 0 1.5rem;
    width: 33.33333%;
    height: 34rem;
}

.sitemap-depth01+.sitemap-depth01 {
    border-left: 1px solid #DBDBDB;
}

#header .sitemap-depth01 .title02 {
	font-weight: 700;
    margin-bottom: 2rem;
    font-size: 1.5rem;
}

#header .sitemap-depth02-title {
    padding: 1rem 0;
    display: flex;
    justify-content: space-between;
    font-weight: 600;
}

#header .sitemap-depth02-title>i {
    transition: all .3s;
}

#header .sitemap-depth02-title.on>i {
    transform: rotate(180deg);
}

#header .sitemap-depth02-title.on>i::before {
    content: "\e91b";
}

#header .sitemap-depth02>ul {
    display: none;
    padding-bottom: 2rem;
}

#header .sitemap-depth02>ul>li {
    padding-bottom: 1.5rem;
}

#header .sitemap-depth02>ul>li:last-child {
    margin-bottom: 0;
}

#header .sitemap-depth02>ul>li>a {
    position: relative;
    color: #888;
    transition: all .3s;
}

#header .sitemap-depth02>ul>li>a::before {
    content: "";
    display: block;
    width: 0;
    height: 1px;
    background: #B50000;
    position: absolute;
    bottom: -5px;
    left: 0;
    transition: all .3s;
}

#header .sitemap-depth02>ul>li>a:hover {
    color: #b50000;
}

#header .sitemap-depth02>ul>li>a:hover::before {
    width: 100%;
}

/* 메뉴 버튼 */
#site-map-btn {
    position: absolute;
    top: 50%;
    right: 3rem;
    transform: translateY(-50%);
    width: 1.5rem;
    height: 1rem;
    transition: all .3s;
    cursor: pointer;
}

#site-map-btn span {
    display: block;
    width: 100%;
    height: 2px;
    background: #fff;
    position: absolute;
    transition: all 0.3s;
}

#site-map-btn.active {
    position: absolute;
    top: 2rem;
    z-index: 999999;
}

#site-map-btn.active span {
    background: #000;

}

#site-map-btn.on span {
    background: #000;
}

#site-map-btn span:nth-child(1) {
    top: 0;
}

#site-map-btn span:nth-child(2) {
    top: 7px;
}

#site-map-btn span:nth-child(3) {
    top: 14px;
}

#site-map-btn.active span:nth-child(2) {
    opacity: 0;
}

#site-map-btn.active span:nth-child(1) {
    top: 10px;
    transform: rotate(45deg);
}

#site-map-btn.active span:nth-child(3) {
    top: 10px;
    transform: rotate(-45deg);
}

/* 언어 선택 */
.sitemap-language-wrap {
    display: none;
}

.sitemap-language-wrap.on {
    display: block;
}

.sitemap-language {
    position: relative;
    z-index: 9999;
    display: flex;
    gap: 1rem;
    font-size: 16px;
}

ul.sitemap-language>li>a {
    color: #000;
}

ul.sitemap-language>li.on>a {
    border-bottom: 2px solid #000;
    font-weight: 600;
}

/*----- header end ------*/

#container > section{
    position: relative;
}

/*----- sec01 st ------*/
#sec01 {
    height: calc(100vh + 13rem);
    background: black;
}

#sec01 .sec01-container {
    padding: 10rem 0;
    margin: 0 auto;
    max-width: 1367px;
}

#sec01 .sec01-slider-wrap {
    position: relative;
}

#sec01 .sec01-slider .slick-slide {
    position: relative;
    min-height: calc(100vh + 11rem);
}

#sec01 .sec01-slider .bg {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;

}

#sec01 .sec01-slider .bg:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 8;
}

#sec01 .sec01-slider .bg>img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1);
    transition: all 1.5s ease .1s;
}

#sec01 .sec01-slider .slick-current .bg>img {
    transform: scale(1.2);
}

#sec01 .sec01-slider .bg>video {
	width:110%;
	height:100%;
}


#sec01 .sec01-slider .text-wrap {
    position: absolute;
    top: 9.5rem;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 1600px;
    color: #fff;
    z-index: 10;
}

#sec01 .sec01-slider .text-wrap .title01 {
    font-size: 4rem;
    line-height: 1.25;
    margin-bottom: 2rem;
    overflow: hidden;
}

#sec01 .sec01-slider .text-wrap .title02 {
    line-height: 1.25;
    overflow: hidden;
}

#sec01 .sec01-slider .text-wrap .title01>span {
    transform: translateY(100%);
    opacity: 0;
    display: inline-block;
    transition: all 1s .3s;
}

#sec01 .sec01-slider .text-wrap .title02>span {
    transform: translateY(100%);
    opacity: 0;
    display: inline-block;
    transition: all 1s .5s;
}

#sec01 .sec01-slider .slick-current .text-wrap .title01>span {
    transform: translateY(0);
    opacity: 1;
}

#sec01 .sec01-slider .slick-current .text-wrap .title02>span {
    transform: translateY(0);
    opacity: 1;
}

#sec01 .sec01-slider-controls {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 1600px;
    display: flex;
    gap: 1rem;
    align-items: center;
}

#sec01 .sec01-slider-controls .slick-dots {
    display: flex;
    align-items: center;
    place-content: center;
    gap: 0.5rem;
}

#sec01 .sec01-slider-controls .slick-dots li {
    width: 30px;
    height: 30px;
    background: transparent;
    position: relative;
}

#sec01 .sec01-slider-controls .slick-dots li button {
    position: relative;
    font-size: 0;
}

#sec01 .sec01-slider-controls .slick-dots li button:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    border-radius: 50%;
    width: 8px;
    height: 8px;
}

#sec01 .sec01-slider-controls .slick-dots .dot-line-wrap {
    overflow: hidden;
    position: relative;
    width: 30px;
    height: 30px;
    border-radius: 30px;
    background-color: transparent;
    text-align: center;
}

#sec01 .sec01-slider-controls .slick-dots .dot-line {
    width: 30px;
    height: 30px;
}

#sec01 .sec01-slider-controls .slick-dots .dot-line-wrap .circle {
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    width: 30px;
    height: 30px;
    border-radius: 30px;
    clip: rect(0px, 30px, 30px, 15px)
}

#sec01 .sec01-slider-controls .slick-dots .slick-active .dot-line-wrap .dot-line {
    width: 30px;
    height: 30px;
    border-radius: 100%;
    border: 2px solid rgba(255, 255, 255, 0.3);
}

#sec01 .sec01-slider-controls .slick-dots .dot-line-wrap .line-inner {
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    width: 30px;
    height: 30px;
    border-radius: 30px;
    border: 2px solid #fff;
    clip: rect(0px, 15px, 30px, 0px)
}

#sec01 .sec01-slider-controls .slick-dots .dot-line-wrap .line02 {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

#sec01 .sec01-slider-controls .slick-dots .slick-active .line01 .line-inner {
    -webkit-animation: line-round 3s 1 linear forwards;
}

#sec01 .sec01-slider-controls .slick-dots .slick-active .line02 .line-inner {
    animation: line-round 3s linear 3s 1 forwards;
}

@-webkit-keyframes line-round {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }
}

#sec01-prev {
    color: #fff;
}

#sec01-next {
    color: #fff;
}

#sec01-stopAutoplay {
    color: #fff;
    cursor: pointer;
}


#sec01 .sec01-btn {
    display: flex;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

#sec01 .sec01-btn>a {
    display: block;
    flex: 1;
    position: relative;
    padding: 2.5rem 2rem;
    min-height: 350px;
    border-top: 1px solid #444;
    border-right: 1px solid #444;
    background-color: rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(10px);
    color: #fff;
    line-height: 1.5;
    overflow: hidden;
}

#sec01 .sec01-btn>a:last-child {
    background: #B50000;
}

#sec01 .sec01-btn>a:before {
    content: "";
    width: 100%;
    height: 0;
    background-size: cover;
    background-position: bottom;
    position: absolute;
    left: 0;
    bottom: 0;
    transform: scale(1);
    transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
}


#sec01 .sec01-btn>a:hover:before {
    height: 100%;
}

#footer .top .nav>li>a:hover {
    color: #fff;
}

#sec01 .sec01-btn>.sec01-btn01:hover:before {
    background: url('../img/a_index_sec_bg.jpg') center;
    transform: scale(1.2);
}

#sec01 .sec01-btn>.sec01-btn02:hover:before {
    background: url('../img/b_index_sec_bg.jpg') center;
    transform: scale(1.2);
}

#sec01 .sec01-btn>.sec01-btn03:hover:before {
    background: url('../img/c_index_sec_bg.jpg') center;
    transform: scale(1.2);
}

#sec01 .sec01-btn>.sec01-btn04:hover:before {
    background: url('../img/d_index_sec_bg.jpg') center;
    transform: scale(1.2);
}

#sec01 .sec01-btn>.sec01-btn05:hover .btn01 {
    color: #b50000;
    box-shadow: inset 0 -5em 0 0 #fff;
}

#sec01 .sec01-btn .text-wrap>div {
    margin-bottom: 2rem;
}

#sec01 .sec01-btn .text-wrap .title02 {
    margin-bottom: 2rem;
}

#sec01 .sec01-btn .text-wrap .more {
    font-size: 14px;
    color: #666;
}

#sec01 .sec01-btn>a>.hover-text-wrap {
    padding: 2.5rem 2rem;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-align: center;
    display: flex;
    flex-direction: column;
    place-content: center;
    opacity: 0;
}

#sec01 .sec01-btn>a>.hover-text-wrap>div {
	    font-weight: 500;
    margin-bottom: 2rem;
    font-size: 2rem;
    font-family: 'NanumSquare_EB', sans-serif;
}

#sec01 .sec01-btn01:hover .hover-text-wrap {
    opacity: 1;
}

#sec01 .sec01-btn01:hover .btn02::before {
    width: 81.9px;
}

#sec01 .sec01-btn02:hover .hover-text-wrap {
    opacity: 1;
}

#sec01 .sec01-btn02:hover .btn02::before {
    width: 81.9px;
}

.indexhoversv:hover .hover-text-wrap{
	opacity: 1 !important;
}

#sec01 .indexhoversv:hover .btn02::before {
    width: 81.9px;
}

#sec01 .sec01-btn03:hover .hover-text-wrap {
    opacity: 1;
}

#sec01 .sec01-btn03:hover .btn02::before {
    width: 81.9px;
}

/*----- sec01 end ------*/

/*----- sec02 st ------*/
#sec02 {
    z-index: 100;
}

#sec02 .sec02-container {
    padding: 10rem 0;
    margin: 0 auto;
    max-width: 982px;
}

#sec02 .sec02-slider-wrap {
    margin-bottom: 1rem;
}

#sec02 .img {
    width: 495px;
    height: 400px;
    opacity: 0;
    transform: translateY(20px);
    transition: all .7s ease 0.3s;
}

#sec02 .img>img {
    object-fit: cover;
    display: block;
    width: 100%;
    height: 100%;
}

#sec02 .slick-active .img {
    opacity: 1;
    transform: translateY(0);
}

#sec02 .text-wrap {
    padding-left: 56px;
    width: calc(100% - 495px);
    transform: translateX(40px);
    opacity: 0;
    transition: all .7s ease 0.3s;
}

#sec02 .slick-active .text-wrap {
    opacity: 1;
    transform: translateX(0);
}

#sec02 .date {
    margin-bottom: 2rem;
    font-family: 'NanumSquare_EB', sans-serif;
}

#sec02 .title02 {
    margin-bottom: 2rem;
    font-size: 1.75rem;
    line-height: 1.5;
}

#sec02 .sec02-slider-controls {
    display: flex;
    align-items: center;
    gap: 1rem;
    color: #fff;
}

#sec02 .slick-slide {
    display: flex;
    width: 100%;
    height: 400px;
}

#sec02-prev {
    color: #fff;
}

#sec02-next {
    color: #fff;
}

#sec02-stopAutoplay {
    color: #fff;
    cursor: pointer;
}

#sec02 .slider-nav {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.sec02-progress-bar {
    width: 96px;
    height: 3px;
    background: rgba(255, 255, 255, 0.3);
    position: relative;
}

#sec02-progress {
    height: 100%;
    width: 20%;
    background: #fff;
    transition: width 0.3s;
}

#sec02 .custom-dots {
    display: none;
}


/*----- sec02 end ------*/

/*----- sec03 st ------*/

#sec03 {
    margin-top: calc(-10rem - 100px);
    background: #1D40A3;
}

#sec03 .sec03-container {
    padding: 10rem 0;
    padding-top: 20rem;
    display: flex;
}

#sec03 .sec03-left {
    width: 588px;
    padding-left: 8%;
}

#sec03 .sec03-left .title-wrap {
    margin-bottom: 6rem;
    text-align: left;
    color: #fff;
}

#sec03 .sec03-left .title-wrap .s-title {
    color: #e8dd89;
}

#sec03 .sec03-left .btn01:hover {
    color: #1D40A3;
    box-shadow: inset 0 -5em 0 0 #fff;
}

#sec03 .sec03-slider-controls {
    display: flex;
    align-items: center;
    gap: 1rem;
    color: #fff;
}


#sec03-prev {
    color: #fff;
}

#sec03-next {
    color: #fff;
}

#sec03-stopAutoplay {
    color: #fff;
    cursor: pointer;
}

#sec03 .slider-nav {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.sec03-progress-bar {
    width: 96px;
    height: 3px;
    background: rgba(255, 255, 255, 0.3);
    position: relative;
}

#sec03-progress {
    height: 100%;
    width: 10%;
    background: #fff;
    transition: width 0.3s;
}

#sec03 .sec03-right {
    width: calc(100% - 588px);
}

#sec03 .slick-slide {
    padding-right: 56px;
    width: 552px;
}

#sec03 .slick-slide .img {
    margin-bottom: 2rem;
}

#sec03 .slick-slide .img>img {
    display: block;
    width: 100%;
}

#sec03 .slick-slide .category {
    font-size: 0.8rem;
    margin-bottom: 12px;
    color: #bcf7ff;
}

#sec03 .slick-slide .title02 {
    color: #fff;
    line-height: 1.5;
}

#sec03 .custom-dots {
    display: none;
}




/*----- sec03 end ------*/

/*----- sec04 st ------*/

#sec04 {
    position: relative;
    padding: 10rem 0;
}

#sec04 .sec04-container {
    margin: 0 auto;
    max-width: 982px;
}

#sec04 .sec04-container .title-wrap {
    position: relative;
    z-index: 10;
    text-align: left;
}

#sec04 .btn01 {
    color: #000;
    border: 1px solid #000;
    box-shadow: inset 0 0 0 0 #000;
}

#sec04 .btn01:hover {
    color: #fff;
    box-shadow: inset 0 -5em 0 0 #000;
}

#sec04 .sec04-slider-wrap {
    width: 100%;
    margin-top: -11rem;
    margin-bottom: 2rem;
}

#sec04 .slick-track {
    display: flex;
    align-items: flex-end;
}

#sec04 .sec04-slider-wrap .s-text {
    margin-bottom: 0.5rem;
    font-size: 0.8rem;
}

#sec04 .sec04-slider-wrap .title02 {
    line-height: 1.4;
    margin-bottom: 2rem;
}

#sec04 .sec04-slider-controls {
    display: flex;
    align-items: center;
    gap: 1rem;
    color: #000;
    max-width: 982px;
    margin: 0 auto;
}

#sec04 .slick-slide:nth-of-type(2n-1) {
    width: 575px;
    flex-direction: column-reverse;
    gap: 1rem;
}

#sec04 .slick-slide:nth-of-type(2n) {
    width: 676px;
}

#sec04 .slick-slide {
    padding: 0 5rem;
    display: flex;
    flex-direction: column;
}

#sec04 .slick-slide {
    opacity: 0.3;
}

#sec04 .slick-current {
    opacity: 1;
}

#sec04 .slick-current~.slick-slide {
    opacity: 1;
}

#sec04 .slick-slide:nth-of-type(2n-1) .img {
    height: 496px;
}

#sec04 .slick-slide:nth-of-type(2n) .img {
    height: 300px;
}

#sec04 .slick-slide .img>img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}


#sec04-prev {
    color: #000;
}

#sec04-next {
    color: #000;
}

#sec04 .slider-nav {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}


.sec04-progress-bar01 {
    margin-bottom: 1.5rem;
    margin-left: 469px;
    width: calc(100% - 469px);
    height: 3px;
    background: rgba(0, 0, 0, 0.3);
    position: relative;
}

#sec04-progress01 {
    height: 100%;
    width: 16.6%;
    background: #000;
    transition: width 0.3s;
}


.sec04-progress-bar02 {
    width: 96px;
    height: 3px;
    background: rgba(0, 0, 0, 0.3);
    position: relative;
}

#sec04-progress02 {
    height: 100%;
    width: 16.6%;
    background: #000;
    transition: width 0.3s;
}

#sec04-mouse-prev,
#sec04-mouse-next {
    width: 25%;
    height: calc(100% - 65px);
    position: absolute;
    z-index: 100;
    outline: none;
}

#sec04-mouse-next {
    right: 0;
}

#sec04-mouse-prev>span {
    width: 90px;
    height: 90px;
    border-radius: 100%;
    position: absolute;
    z-index: 1000;
    pointer-events: none;
    transition: all 0.3s;
    transform: scale(0);
    background: #888;
    margin-left: -45px;
    margin-top: -45px;
}

#sec04-mouse-prev:hover>span {
    transform: scale(1);
}


#sec04-mouse-prev>span::before {
    content: "\e906";
    display: block;
    font-family: xeicon;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
}

#sec04-mouse-next>span {
    width: 90px;
    height: 90px;
    border-radius: 100%;
    position: absolute;
    z-index: 1000;
    pointer-events: none;
    transition: all 0.3s;
    transform: scale(0);
    background: #888;
    margin-left: -45px;
    margin-top: -45px;
}

#sec04-mouse-next:hover>span {
    transform: scale(1);
}


#sec04-mouse-next>span::before {
    content: "\e907";
    display: block;
    font-family: xeicon;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
}


/*----- sec04 end ------*/


/*----- sec05 st ------*/

#sec05 {
    background: #F7F7F7;
}

#sec05 .sec05-container {
    padding: 10rem 0;
    margin: 0 auto;
    max-width: 1367px;
}

#sec05 .box-container {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
}

#sec05 .box-container a {
    display: block;
    padding: 3rem 2.5rem;
    background: #fff;
}


#sec05 .box-container .left {
    width: 59%;
    display: flex;
    flex-direction: column;
    place-content: center;
}

#sec05 .box-container .left .top {
    display: flex;
    justify-content: space-between;
    margin-bottom: 2rem;
}

#sec05 .box-container .left .top .title02 {
    font-weight: 800;
}

#sec05 .box-container .left .top .text {
    color: #666;
}

#sec05 .box-container .left .center {
    font-size: 1.375rem;
    margin-bottom: 4rem;
}

#sec05 .box-container .left .price {
    font-size: 3.25rem;
}

#sec05 .box-container .left .bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#sec05 .box-container .left .bottom .text {
    display: flex;
    gap: 1.5rem;
}

#sec05 .box-container .left .bottom .num {
    padding-left: 1.25rem;
    font-size: 1.375rem;
}

#sec05 .box-container .left .bottom .triangle {
    display: inline-block;
    vertical-align: middle;
    width: 1rem;
    height: 1rem;
    background: url('../resources/img/renew/content/ico_up.png') no-repeat left center;
    background-size: contain;
}

#sec05 .box-container .right {
    width: 41%;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    justify-content: space-between;
}

#sec05 .box-container .right>a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    line-height: 1.5;
}

/*----- sec05 end ------*/

/*----- footer st ------*/
#footer {
    background: #212121;
}

#footer .footer-container {
    padding: 10rem 0;
    margin: 0 auto;
    max-width: 1600px;
}


#footer .top {
    display: flex;
    justify-content: space-between;
    margin-bottom: 4rem;
    min-height: 12rem;
}

#footer .top .title01 {
    color: #FFF;
    line-height: 1.5;
}

#footer .top .nav {
    padding: 0 1.25rem;
}

#footer .top .nav>li {
    margin-bottom: 1rem;
}


#footer .top .nav>li>a {
    color: #aaa;
    font-size: 1.125rem;
}

#footer .top .nav>li>a.on {
    color: #fff;
    font-family: 'NanumSquare_EB', sans-serif;
}


#footer .top .family {
    position: relative;
    bottom: 0;
    right: 0;
    width: 15rem;
    height: 50px;
    line-height: 2.8rem;
    border: 1px solid #666;
    overflow: hidden;
    transition: 0.3s;
}

#footer .top .family>span {
    position: absolute;
    top: 0;
    padding: 0 1.5rem;
    display: block;
    color: #aaa;
    text-align: left;
    text-transform: uppercase;
    width: 100%;
    height: 50px;
    line-height: 50px;
    cursor: pointer;
    background: #212121;
}

#footer .top .family>span:after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 1.5rem;
    transform: translateY(-50%);
    width: 1.2rem;
    height: 1.2rem;
    background: url('../img/family_ico.png') center no-repeat;
    background-size: cover;
    transition: 0.3s;
}

#footer .top .family>span:hover:after {
    transform: translateY(-50%) rotate(90deg);
}

#footer .family-site-wrap {
    position: relative;
    top: 50px;
    padding: 50px 1rem 70px 1rem;
    width: 100%;
    max-height: 289px;
    overflow-x: hidden;
    overflow-y: auto;
    visibility: visible;
    border-top: 1px solid #666;

}


#footer .family-site-wrap::-webkit-scrollbar {
    width: 10px;
}

#footer .family-site-wrap::-webkit-scrollbar-thumb {
    background-color: #ddd;
    border-radius: 10px
}

#footer .family-site-wrap::-webkit-scrollbar-track {
    background-color: transparent;
}


#footer .ft-title {
    margin-left: -20px;
    width: calc(100% + 38px);
    color: #6B6B6B;
    font-size: 16px;
    font-weight: 800;
    margin-bottom: 20px;
    padding: 0 16px;
}


#footer .ft-list {
    border-bottom: 1px solid #ddd;
    padding-bottom: 1rem;
}

#footer .ft-list a {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #A8A8A8;
    height: 40px;
    line-height: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 0 0 16px;
    width: calc(100% + 38px);
    margin-left: -20px;
}

#footer .ft-list a>span {
    display: inline-block;
    height: 23px;
    line-height: 23px;
    padding: 0 9px;
    background-color: #fff;
    border-radius: 30px;
    color: #242424;
    font-size: 11px;
    font-weight: 800;
    display: none;
}

#footer .ft-list a:hover {
    background-color: #3D3D3D;
    color: #fff;
}

#footer .ft-list a:hover>span {
    display: inline-block;
}



/*click*/
#footer .top .family.on {
    height: auto;
}

#footer .bottom {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

#footer .bottom .copyright {
    color: #aaa;
    line-height: 1.5;
}

#footer .bottom .copyright>span {
    padding-left: 18px;
    display: block;
    color: #aaa;
}

#footer .bottom .tel {
    font-size: 1.125rem;
    color: #fff;
}


/*----- footer end ------*/


/*----- quickmenu st ------*/
.quick-menu {
    position: fixed;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    z-index: 9999;
    font-size: 16px;
    cursor: pointer;
}


.quick-menu>ul {
    position: relative;
    z-index: 100;
    width: 52px;
    white-space: nowrap;
    transition: all .3s;
    overflow: hidden;
}

.quick-menu>ul:hover {
    width: 210px;
}

.quick-menu>ul>li {}

.quick-menu>ul>li>a {
    padding-left: 0.8rem;
    display: block;
    height: 52px;
    line-height: 52px;
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    transition: all .3s;
    border: 1px solid #F2F2F2;
    border-right: none;
    cursor: pointer;
}

.quick-menu>ul>li:last-child>a {
    background: #C43333;
}


.quick-menu>ul>li>a>i {
    padding-right: 0.8rem;
}

.quick-dep02-wrap {
    display: none;
}


.quick-menu .quick-dep02>li {
    padding-left: 0.8rem;
    height: 50px;
    line-height: 50px;
    background: rgba(0, 0, 0, 0.5);
}

.quick-menu .quick-dep02>li>a {
    color: #fff;
}


.quick-menu .startPoint {
    position: absolute;
    bottom: -80px;
    right: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    width: 50px;
    height: 50px;
    color: #ddd;
    border: none;
    outline: none;
    cursor: pointer;
    transition: all .3s;
}


/*----- quickmenu end ------*/


/*----- 반응형 st ------*/
@media screen and (max-width: 1660px) {
    #sec01 .sec01-slider .text-wrap {
        max-width: 1440px;
    }

    #sec01 .sec01-slider-controls {
        max-width: 1440px;
    }
}

@media screen and (max-width: 1440px) {
    #sec01 .sec01-slider .text-wrap {
        padding: 0 3rem;
        max-width: 100%;
    }

    #sec01 .sec01-slider-controls {
        padding: 0 3rem;
        max-width: 100%;
    }

    .sec04-progress-bar01 {
        margin-left: 238px;
        width: 100%;
    }

    #footer .footer-container {
        padding: 7rem 2rem;
        max-width: 100%;
    }
}

@media screen and (max-width: 1280px) {

    html,
    body {
        font-size: 16px;
    }

    #sec01 {
        height: calc(100vh + 25rem);
    }

    #sec01 .sec01-slider-controls {
        top: 45%;
    }

    #sec01 .sec01-btn>a {
        min-height: auto;
    }

    #sec01 .sec01-btn {
        flex-wrap: wrap;
    }

    #sec01 .sec01-btn>a {
        flex: auto;
        width: 50%;
    }

    #sec04 .slick-slide {
        padding: 0 1rem;
    }

    .sec04-progress-bar01 {
        margin-left: 1.5rem;
        width: 100%;
    }

    #sec0502 .sec05-text-wrap {
        padding: 0 3rem;
        width: 100%;
    }

    #sec05 .sec05-container {
        padding: 7rem 2rem;
        max-width: 100%;
    }

}

@media screen and (max-width: 960px) {
    #sec02 .img {
        height: 300px;
    }
}

@media screen and (max-width: 768px) {

    html,
    body {
        font-size: 12px;
    }

    .pc {
        display: none;
    }

    .mob {
        display: block;
    }


    .menu-container {
        display: none;
    }

    #header .gnb .alarm,
    #header .gnb .share,
    #header .gnb .language {
        display: none;
    }

    #header .gnb>div {
        margin-top: 0.5rem;
    }

    #header .gnb .ico {
        height: 1rem;
        line-height: 1rem;
    }

    .quick-menu>ul {
        width: 40px;
    }

    .quick-menu>ul:hover {
        width: 40px;
    }

    .quick-menu .startPoint{
        bottom: -50px;
    }

    #header .header-logo>a {
        width: 81px;
        height: 67px;
    }

    #header .sitemap-list-wrap {
        flex-direction: column;
        padding: 0 1rem;
    }

    #header .sitemap-depth01 {
        width: 100%;
        height: auto;
        margin-bottom: 2rem;
        padding-bottom: 2rem;
        border-bottom: 1px solid #ddd;
        border-left: 0;
    }

    #header .sitemap-depth01 .title02 {
        font-size: 2rem;
        font-weight: 600;
    }

    #header .sitemap-depth02-title {
        font-size: 16px;
    }

    #header .sitemap-depth02>ul {
        font-size: 16px;
    }

    .sitemap-language {
        position: absolute;
        right: 5rem;
    }


    #header .site-map-wrap {
        padding-top: 0;
    }



    #search-input {
        font-size: 1.8rem;
    }

    /*mob*/
    #mob-gnb {
        display: block;
        padding-top: 8rem;
        padding-left: 3rem;
    }
    
    #mob-gnb .tab-button-wrap{
        display: flex;
        width: calc(72px + 4rem);
        gap:2rem;
    }

    #mob-gnb .tab-button-wrap:before {
        content: "";
        display: block;
        background: #ddd;
        height: 2px;
        width: 100%;
        position: absolute;
        bottom: -10px;
    }

    #mob-gnb .tab-button-wrap .active {
        position: relative;
    }
    
    #mob-gnb .tab-button-wrap .active:before {
        content: "";
        display: block;
        width: 24px;
        height: 2px;
        background: #000;
        bottom: -10px;
        position: absolute;
    }

    #mob-gnb>div {
        position: relative;
    }

    #mob-gnb .ico {
        color: #000;
        position: relative;
        width: 24px;
        height: 24px;
        cursor: pointer;
    }

    #mob-gnb .ico>div {
        position: absolute;
        transition: all .3s;
        cursor: pointer;
    }

    #mob-gnb .ico .on {
        opacity: 0;
    }

    #mob-gnb .ico:hover .on {
        opacity: 1;
    }


    #mob-gnb .tab {
        display: none;
    }

    /* 첫번째 gnb */
    #mob-gnb .alarm .dot {
        display: inline-block;
        width: 5px;
        height: 5px;
        border-radius: 100%;
        background-color: #D90416;
        position: absolute;
        top: -5px;
        right: -5px;
    }


    .tab {
        display: none;
    }

  
 
    #tab1 {
        display: block;
    }

    #tab2 .box {
        padding: 2rem;
        padding-top: 4rem;
        width: 100%;
    }

    #tab2 .box>li {
        margin-bottom: 2rem;
    }


    #tab2 .box>li>a {
        display: flex;
        gap: 1rem;
        cursor: pointer;
        width: 100%;
    }


    #tab2 .box .img {
        width: 430px;
    }

    #tab2 .box .img>img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    #tab2 .box .text {
        margin-bottom: 0.5rem;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        text-overflow: ellipsis;
        overflow: hidden;
        position: relative;
        line-height: 1.25;
        font-size: 16px;
        flex: 1;
    }

    #tab2 .box .date {
        color: #a8a8a8;
        font-size: 14px;
    }

    #tab2 .box>li>a:hover {
        color: #B50000;
    }

    #tab2 .box>li>a:hover .date {
        color: #B50000;
    }

    #tab3 .box {
        padding: 2rem;
        padding-top: 4rem;
        transition: all .3s;

    }



    #tab3 .box>li {
        margin-bottom: 1rem;
    }

    #tab3 .box>li:last-child {
        margin-bottom: 0;
    }

    #tab3 .box>li>a {
        display: flex;
        cursor: pointer;
    }

    #tab3 .box .sns-ico {
        margin-right: 1.5rem;
        display: inline-block;
        background: url('../resources/img/renew/common/h_share_ico.svg') no-repeat;
        background-size: 235px;
        background-position-y: 0;
        flex-shrink: 0;
    }

    #tab3 .box .sns-ico01 {
        width: 21.7px;
        height: 22px;
        background-position-x: -23px;
    }

    #tab3 .box .sns-ico02 {
        width: 24.8px;
        height: 23px;
        background-position-x: -65.5px;
    }


    #tab3 .box .sns-ico03 {
        width: 17px;
        height: 27px;
        background-position-x: -91px;
    }


    #tab3 .box .sns-ico04 {
        width: 25px;
        height: 27px;
        background-position-x: -136px;
    }


    #tab3 .box .sns-ico05 {
        width: 26.5px;
        height: 27px;
        background-position-x: -162px;
    }


    #tab3 .box li>a:hover .sns-ico {
        background-position-y: -27px;
    }

    #tab3 .box .text-wrap {
        min-width: 6rem;
    }

    #tab3 .box .text {
        margin-bottom: 0.5rem;
        font-size: 14px;
        font-weight: 600;
    }

    #tab3 .box .date {
        color: #a8a8a8;
        font-size: 14px;
    }




    /* 두번째 gnb */

    #mob-gnb .share .sns-ico {
        margin-right: 1.5rem;
        display: inline-block;
        background: url('../resources/img/renew/common/h_share_ico.svg') no-repeat;
        background-size: 235px;
        background-position-y: 0;
        flex-shrink: 0;
    }

    #mob-gnb .share .sns-ico01 {
        width: 21.7px;
        height: 22px;
        background-position-x: -23px;
    }

    #mob-gnb .share .sns-ico02 {
        width: 24.8px;
        height: 23px;
        background-position-x: -65.5px;
    }


    #mob-gnb .share .sns-ico03 {
        width: 17px;
        height: 27px;
        background-position-x: -91px;
    }


    #mob-gnb .share .sns-ico04 {
        width: 25px;
        height: 27px;
        background-position-x: -136px;
    }


    #mob-gnb .share .sns-ico05 {
        width: 26.5px;
        height: 27px;
        background-position-x: -162px;
    }



    #mob-gnb .share .text-wrap {
        min-width: 6rem;
    }

    #header .wrap {
        padding: 0 6rem 0 2rem;
    }

    #site-map-btn.active {
        top: 2.5rem;
        right: 2rem;
    }


    #sec01 {
        height: auto;
    }

    #sec01 .sec01-btn {
        position: initial;
    }

    #sec01 .sec01-btn>a {
        width: 100%;
    }

    #sec01 .sec01-btn>a:last-child {
        display: none;
    }

    #sec01 .sec01-btn>a {
        width: 100%;
        background: #fff;
        color: #000;
        border-top: 3px solid #F0F0F0;
    }

    #sec01 .sec01-btn>a:before {
        display: none;
    }

    #sec01 .sec01-btn .text-wrap .more {
        display: none;
    }

    #sec01 .sec01-btn>a>.hover-text-wrap {
        display: none;
    }

    #sec01 .sec01-slider .text-wrap {
        top: auto;
        bottom: 16rem;
    }

    #sec01 .sec01-slider .slick-slide {
        min-height: 100vh;
    }

    #sec01 .sec01-slider .text-wrap .title01 {
        font-size: 2.5rem;
    }

    #sec01 .sec01-slider-controls {
        top: auto;
        bottom: 9rem;
    }

    #sec01 .sec01-btn .text-wrap>div {
        font-size: 18px;
        font-weight: 600;
    }

    #sec01 .sec01-slider-controls .slick-dots li button:before {
        width: 6px;
        height: 6px;
    }

    #sec01 .sec01-slider-controls .slick-dots {
        gap: 0;
    }

    #sec02 {
        background: #F0F0F0;
    }

    #sec02 .sec02-container {
        padding: 8rem 0;
    }

    #sec02 .slick-slide {
        flex-direction: column;
        gap: 2rem;
        padding: 2rem;
        height: auto;
    }

    #sec02 .img {
        width: 100%;
    }

    #sec02 .text-wrap {
        width: 100%;
        padding-left: 0;
    }

    #sec02 .sec02-slider-controls {
        color: #000;
        place-content: center;
    }

    #sec02-prev {
        color: #000;
    }

    #sec02-next {
        color: #000;
    }

    #sec02-stopAutoplay {
        color: #000;
    }

    .sec02-progress-bar {
        display: none;
    }

    #sec02 .custom-dots {
        display: block;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    #sec02 .custom-dot {
        width: 6px;
        height: 6px;
        background: rgba(0, 0, 0, 0.2);
        border-radius: 100%;
        margin: 0 5px;
        cursor: pointer;
    }

    #sec02 .custom-dot.active {
        background: #242424;
    }

    #sec03 {
        margin-top: 0;
    }

    #sec03 .sec03-container {
        padding-top: 0;
        padding: 8rem 3rem;
        flex-direction: column
    }

    #sec03 .sec03-left {
        width: 100%;
        padding-left: 0;
    }

    #sec03 .sec03-left .title-wrap {
        text-align: center;
    }

    #sec03 .btn01 {
        width: 100%;
    }

    #sec03 .slider-nav {
        display: none;
    }

    #sec03 .sec03-slider-controls {
        place-content: flex-end;
        margin-bottom: 2rem;
    }

    #sec03 .sec03-right {
        width: 100%;
    }

    #sec03 .slick-slide {
        padding-right: 0;
    }


    #sec03 .custom-dots {
        display: block;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 2rem;
    }

    #sec03 .custom-dot {
        width: 6px;
        height: 6px;
        background: rgba(255, 255, 255, 0.2);
        border-radius: 100%;
        margin: 0 5px;
        cursor: pointer;
    }

    #sec03 .custom-dot.active {
        background: #fff;
    }


    #sec04 .sec04-container {
        padding: 8rem 3rem;
        padding-bottom: 2rem;
        max-width: 100%;
    }

    #sec04 .sec04-container .title-wrap {
        text-align: center;
    }

    #sec04 .btn01 {
        width: 100%;
    }

    #sec04 .sec04-slider-wrap {
        margin-top: 0;
    }

    .sec04-progress-bar01 {
        display: none;
    }

    .sec04-progress-bar02 {
        display: none;
    }

    #sec04 .sec04-slider-controls {
        display: none;
    }

    #sec04 .slick-track {
        align-items: flex-start;
    }

    #sec04 .slick-slide {
        padding: 0;
    }

    #sec04 .slick-slide:nth-of-type(2n-1) {
        width: 676px;
    }

    #sec04 .slick-slide:nth-of-type(2n-1) .img {
        height: 360px !important;
        margin-top: 0 !important;
    }

    #sec04 .slick-slide:nth-of-type(2n) {
        flex-direction: column-reverse;
        gap: 1rem;
    }

    #sec04 .slick-slide:nth-of-type(2n) .img {
        height: 360px !important;
        margin-top: 0 !important;
    }

    #sec04 .sec04-slider-mouse>div {
        display: none;
    }

    #sec04 .slick-slide.slick-current {
        opacity: 1;
    }

    #sec04 .text-wrap {
        text-align: center;
    }

    #sec04 .custom-dots {
        display: block;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 2rem;
    }

    #sec04 .custom-dot {
        width: 6px;
        height: 6px;
        background: rgba(0, 0, 0, 0.2);
        border-radius: 100%;
        margin: 0 5px;
        cursor: pointer;
    }

    #sec04 .custom-dot.active {
        background: #242424;
    }

    #sec04 .sec04-slider-wrap .title02 {
        font-size: 2rem;
    }

    #sec04-mouse-prev, #sec04-mouse-next{
        display: none;
    }

    #sec05 .box-container {
        flex-direction: column;
    }

    #sec05 .box-container .left {
        width: 100%;
    }

    #sec05 .box-container .right {
        width: 100%;
    }

    .quick-menu {
        top: auto;
        bottom: 64px;
        right: 20px;
    }

    .quick-menu>ul>li>a {
        width: 40px;
        height: 40px;
        line-height: 40px;
        border-radius: 100%;
        border: 0;
    }

    .quick-menu .startPoint {
        display: block;
        width: 40px;
        height: 40px;
        line-height: 40px;
        background: #fff;
        color: #000;
        border-radius: 100%;
        right: 0;
    }

    .quick-menu.on .startPoint {
        bottom: -50px;
    }

    #mob-quickmenu {
        width: 100%;
        font-size: 16px;
    }



    #mob-quickmenu>ul>li>a {
        padding-left: 2rem;
        display: block;
        height: 52px;
        line-height: 52px;
        background: #Fff;
        color: #000;
        transition: all .3s;
        border: 1px solid #F2F2F2;
        border-right: none;
        cursor: pointer;
    }

    #mob-quickmenu>ul>li>a.mob-gnb01 {
        padding-right: 2rem;
        display: flex;
        justify-content: space-between;
    }



    #mob-quickmenu>ul>li>a>i {
        padding-right: 0.8rem;
    }

    #mob-quickmenu .mob-quick-dep02-wrap {
        display: none;
        background: #f2f2f2;
    }

    #mob-quickmenu .quick-dep02 {
        display: flex;
        align-items: center;
        width: 100%;
        place-content: center;
    }

    #mob-quickmenu .quick-dep02>li {
        padding-left: 0.8rem;
        height: 50px;
        line-height: 50px;
        background: #f2f2f2;
    }

    #mob-quickmenu .quick-dep02>li>a {
        color: #000;
        border-right: 1px solid #ddd;
        padding-right: 1rem;
    }

    #mob-quickmenu .quick-dep02>li>a:last-child {
        border-right: 0;
    }


    #footer .footer-container {
        padding: 5rem 2rem;
    }

    #footer .top {
        flex-direction: column;
        gap: 3rem;
    }

    #footer .top .nav {
        padding: 0;
    }

    #footer .top .family {
        width: 100%;
    }



    #footer .bottom {
        flex-direction: column;
        gap: 1rem;
        align-items: flex-start;
    }


    .as-pop {
        display: none;
        position: fixed;
        _position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 999999 !important;
    }

    .as-pop.on {
        display: block;
    }

    .as-pop .dimBg {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #242424;
        opacity: .5;
        filter: alpha(opacity=50);
    }

    .alert-wrap {
        background-color: #fff;
        width: calc(100% - 20px);
        max-width: 606px;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translateY(-50%) translateX(-50%);
        background-color: #fff;
    }

    .alert-head {}

    .alert-head .btn-layerClose {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 46px;
        height: 46px;
        position: absolute;
        right: 0;
    }

    .alert-wrap.alert-sm {
        max-width: 436px;
        border-radius: 10px;
    }

    .alert-body {
        padding: 42px 20px;
        position: relative;
        font-size: 14px;
        text-align: center;
        border-bottom: 1px solid #ddd;
    }

    .alert-body p {
        font-size: 14px;
        transform: skew(-0.03deg);
    }

    .alert-body p+p {
        margin-top: 1.5em;
    }

    .alert-title {
        font-size: 14px;
        font-weight: 600;
        position: absolute;
        top: -32px;
        color: #fff;
        left: 20px;
        transition: all .2s ease;
    }

    .alert-ft {
        text-align: center;

    }

    .layer-wrap {
        background-color: #fff;
        width: calc(100% - 20px);
        max-width: 1048px;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translateY(-50%) translateX(-50%);
        background-color: #fff;
        display: flex;
        flex-direction: column;
        max-height: 90%;
    }

    .layer-head {
        padding: 2.222rem 2rem 2rem;
        position: relative;
    }

    .layer-head .btn-layerClose {
        position: absolute;
        right: 2rem;
        top: 2.222rem;
    }

    .layer-head h2 {
        font-weight: 800;
    }

    .layer-body {
        padding: 0 2rem 2rem;
        flex: 1;
        overflow: auto;
    }

    .layer-btn {
        display: inline-block;
        height: 40px;
        line-height: 40px;
        padding: 0 36px;
        min-width: 98px;
        font-size: 14px;
        font-weight: 600;
    }

    .layer-btn2 {
        border-left: 1px solid #ddd;
        color: #b50000;
    }



}

@media screen and (max-width: 425px) {

    #sec04 .slick-slide:nth-of-type(2n-1) {
        width: 425px;
    }

    #sec04 .slick-slide:nth-of-type(2n) {
        width: 425px;
    }

    #sec04 .text-wrap {
        padding: 0 2rem;
    }
}

#header .submenu:hover a.has-depth02 {
    color: #b33912;
}
#header .sitemap-depth01:hover .title02 {
    color: #b33912;
}
#header .header-logo>a {
    width: 144px;
    height: 75px;
}
#header .gnb .alarm {
    display: none;
}

#header .gnb .share {
    display: none;
}

#header .gnb .language {
    display: none;
}
#header .sitemap-depth02-title {
    cursor: pointer;
}
b.fw300 {
    font-weight: 200;
}
#sec01 .sec01-btn .text-wrap .more {
    color: #dedede;
}
#header .search-box .tag>li>a {
    border-radius: 5px;
    height: 35px;
    line-height: 35px;
}#sec01 .sec01-btn>a:last-child {
    background: rgba(3,134,245,1);
}
@media (max-width: 370px) {
#footer .top .title01 {
    font-size: 20px;
}
}
/*----- 반응형 end ------*/