@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans&display=swap");
@import url("font/pretendard.css");

* {
    font-family: "Pretendard", "Noto Sans KR", "Malgun Gothic", dotum,
        sans-serif;
}

sup {
    font-size: 9px;
}
#main_5 {
    padding-block: 90px 45px;
}
.xi-caret-down-min:before {
    color: #222 !important;
}
.xi-caret-up-min:before {
    color: #222 !important;
}

.font_italic {
    font-style: italic !important;
}
.page_pr {
    width: auto !important;
    margin: 0px 10px 0px 0px !important;
}
.page_ne {
    width: auto !important;
    margin: 0px 0px 0px 10px !important;
}

body.ko {
    font-family: "Pretendard", sans-serif !important;
}
body.en,
body.ch {
    font-family: "Noto Sans KR", sans-serif !important;
}
.clearfix {
    zoom: 1;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    overflow: hidden;
    clear: both;
}

* html .clearfix {
    height: 1%;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
textarea,
p,
blockquote,
th,
td,
input,
select,
textarea,
button {
    margin: 0;
    padding: 0;
}

button,
fieldset,
img,
input {
    border: 0;
}

button {
    background-color: transparent;
    cursor: pointer;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
}

dl,
ul,
ol,
menu,
li {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

dt {
    display: block;
}

a {
    cursor: pointer;
    text-decoration: none;
    color: #000;
}

hr {
    display: none;
}

img {
    vertical-align: inherit;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input::-moz-placeholder {
    color: #aaa;
    font-size: 10px;
    vertical-align: middle;
}

input:-ms-input-placeholder {
    color: #aaa;
    font-size: 10px;
    vertical-align: middle;
}

input::placeholder {
    color: #aaa;
    font-size: 10px;
    vertical-align: middle;
}

caption,
legend {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.blind {
    overflow: hidden;
    position: absolute;
    clip: rect(0 0 0 0);
    margin: -1px;
    width: 1px;
    height: 1px;
}

input {
    -webkit-appearance: none;
}

input:focus {
    outline: none;
}

input,
textarea {
    -moz-user-select: auto;
    -webkit-user-select: auto;
    -ms-user-select: auto;
    user-select: auto;
}

body {
    position: relative;
    z-index: 1;
    min-width: 280px;
    width: 100%;
    overflow-x: hidden !important;
    background: #111;
}

#skipNav {
    width: 100%;
    overflow: hidden;
    position: relative;
    z-index: 1000;
}
#skipNav a {
    margin: 0px -1px -1px 0px;
    width: 1px;
    height: 1px;
    text-align: center;
    line-height: 0;
    overflow: hidden;
    font-size: 0px;
    display: block;
}
#skipNav a:focus,
#skipNav a:active {
    top: 0;
}

body.pc #header.pc .header__top,
body.pc #header.pc .header__bottom {
    border-bottom: 1px solid #dadada;
}
.dimm {
    content: "";
    position: absolute;
    top: 88px;
    left: 0;
    width: 100%;
    height: 100vh;
    /*background: rgba(0,0,0,.2);*/
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.blind {
    position: absolute;
    left: -10000px;
}
.hidden {
    display: none;
}

.hover_ef {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
}

.header__bottom .sub {
    display: none;
}
@media screen and (max-width: 1080px) {
    .header__bottom .sub {
        display: block;
    }
    #main_5{
        padding-block:0;
    }
}

/*셀렉트 커스텀*/
.custom-select {
    position: relative;
}
.custom-select select {
    display: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.select-selected:after {
    position: absolute;
    content: "";
    background: url("/images/slt_arrow.png");
    width: 23px;
    height: 20px;
    right: 2rem;
}
.select-selected.select-arrow-active:after {
    background: url("/images/slt_arrow_on.png");
}
.select-items div,
.select-selected {
    color: #444;
    border: 1px solid transparent;
    border-color: transparent transparent #e1e1e1 transparent;
    cursor: pointer;
    user-select: none;
    font-size: 1.6rem;
    font-weight: 300;
    height: 5rem;
    display: flex;
    align-items: center;
    padding-left: 2rem;
}
.select-items {
    position: absolute;
    background-color: #fff;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
    border: 1px solid #005eb8;
    border-radius: 3px;
    margin-top: 3px;
}
.select-hide {
    display: none;
}
.select-items div:hover,
.same-as-selected {
    background-color: #005eb8;
    color: #fff !important;
    font-weight: 700;
}
div.select-selected {
    height: 5.6rem;
    display: flex;
    align-items: center;
    background: #fff;
    border: 1px solid #cbcbcb;
    border-radius: 3px;
    font-weight: 700;
}
div.select-selected.select-arrow-active {
    border: 1px solid #005eb8;
    color: #005eb8;
    display: flex;
    align-items: center;
}
.select-items div:last-child {
    border-bottom: none;
}
@media screen and (max-width: 1080px) {
    div.select-selected {
        height: 4.8rem;
    }
}
@media screen and (max-width: 767px) {
    .select-items div,
    .select-selected {
        font-size: 1.4rem;
        padding-left: 1.3rem;
    }
}
/*셀렉트 커스텀 END*/

#header.search__on > .dimm {
    visibility: visible;
    opacity: 1;
    top: 400px;
}
/*헤더*/
header {
    position: fixed;
    z-index: 10;
    width: 100%;
    transition: all 0.4s ease-out;
    top: 0;
}
header.search__on {
    top: 174px;
}

/*헤더 활성화*/
#header.active {
    background: #fff;
}
#header.active h1 {
    background: url("/images/logo_active.svg") no-repeat 0 -1px;
}
#header.active .header__top li a {
    color: #666;
}
#header.active .header__top li a:hover {
    color: #005eb8;
}
#header.active .header__top li::after {
    content: "";
    box-shadow: none;
    opacity: 1;
    background-color: #e2e2e2;
}
#header.active .header__bottom nav ul li a {
    color: #111;
}
#header.active nav .depth_01 > li:first-child svg path {
    fill: #111;
}
#header.active nav .depth_01 > li:first-child:hover svg path {
    fill: #005eb8;
}
#header.active .search-title::before {
    background: url(/images/search_active.svg) no-repeat 0 0;
}
#header.active .search-title span:nth-child(1) {
    color: #0861b5;
}
#header.active .search-title span:nth-child(2) {
    color: #00a5d7;
}
#header.active .header__bottom .language-area p::before {
    background: url(/images/global_active.svg) no-repeat 4px -3px;
}
#header.active .header__bottom .language-area p {
    color: #000;
}
#header.active .header__bottom .language-area p::after {
    background: url(/images/global_arrow_active.svg) no-repeat 0px 6px;
}
#header.active .header__bottom .search-area::before {
    opacity: 1;
    background-color: #e2e2e2;
}
#header.active .header__top,
#header.active .header__bottom {
    border-bottom: 1px solid #dadada;
    background: #fff;
}
#header.active .search-icon svg path {
    fill: #222;
}
#header.active .gnb__mobile svg path {
    fill: #1c1b1e;
}
#header.active .search-icon.on svg path {
    fill: #005eb8;
}
#header.active .search-title {
    overflow: hidden;
    width: 60px;
    height: 40px;
    background: url("/images/logo_text.svg") no-repeat center top;
    text-indent: -9999px;
}
#header.on {
    background: #fff;
}
#header.on h1 {
    background: url("/images/logo_active.svg") no-repeat 0 -1px;
}
#header.on .search-title {
    overflow: hidden;
    width: 60px;
    height: 40px;
    background: url("/images/logo_text.svg") no-repeat center top;
    text-indent: -9999px;
}
#header.on .search-icon svg path {
    fill: #222;
}
#header.on .header__top li a {
    color: #666;
}
#header.on .header__top li::after {
    content: "";
    box-shadow: none;
    opacity: 1;
    background-color: #e2e2e2;
}
#header.on .header__bottom nav ul li a {
    color: #111;
}
#header.on nav .depth_01 > li:first-child svg path {
    fill: #111;
}
#header.on nav .depth_01 > li:first-child:hover svg path {
    fill: #005eb8;
}
#header.on .search-title::before {
    background: url(/images/search_active.svg) no-repeat 0 0;
}
#header.on .search-title span:nth-child(1) {
    color: #0861b5;
}
#header.on .search-title span:nth-child(2) {
    color: #00a5d7;
}
#header.on .header__bottom .language-area p::before {
    background: url(/images/global_active.svg) no-repeat 4px -3px;
}
#header.on .header__bottom .language-area p {
    color: #000;
}
#header.on .header__bottom .language-area p::after {
    background: url(/images/global_arrow_active.svg) no-repeat 0px 6px;
}
#header.on .header__bottom .search-area::before {
    opacity: 1;
    background-color: #e2e2e2;
}

#header.on .header__top,
#header.on .header__bottom {
    border-bottom: 1px solid #dadada;
}

/* #header.on .sub {
 display: block;
 position: relative;
 padding-top: 25px;
 height: 284px;
 margin-top: 34px;
 border-left: 1px solid #dadada;
 }
#header.on .sub4 {
 border-right: 1px solid #dadada;
 }
#header.on .sub li a {
 font-size: 16px;
 letter-spacing: -0.3px;
 color: #111;
 }
#header.on .sub li a {
 position: relative;
 }
#header.on .sub li a.on,
#header.on .sub li a:hover {
 color: #005EB8;
 }
#header.on .sub li a.on::after {
 width: 100%;
 background: #005EB8;
 }
#header.on .sub li a::after {
 content: "";
 width: 0;
 height: 1px;
 position: absolute;
 bottom: 0;
 left: 0;
 transition: all 0.3s ease-out;
 }
#header.on .sub li a:hover::after,
#header.on .sub li a.on {
 width: 100%;
 background: #005EB8;
 } */

.header__top {
    width: 100%;
    height: 50px;
    border-bottom: 1px solid #e2e2e2;
}
.header__top ul {
    display: flex;
    justify-content: end;
    margin-right: 3.2rem;
    height: 50px;
    line-height: 50px;
}
.header__top li {
    position: relative;
    padding-left: 40px;
}
.header__top li:first-child {
    padding-left: 0;
}
.header__top li::after {
    content: "";
    position: absolute;
    top: 20px;
    right: -22px;
    width: 1px;
    height: 12px;
    opacity: 0.5;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    background-color: #fff;
}
.header__top li:nth-child(3)::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    opacity: 0;
    box-shadow: none;
}
.header__top li a {
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 20px;
    letter-spacing: -0.5px;
    color: #fff;
}
.header__top li a:hover {
    opacity: 0.7;
    transition: 0.3s;
}
.header__bottom {
    display: flex;
    position: relative;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 88px;
    box-sizing: content-box;
}
.header__bottom .language-change-mobile {
    display: none;
}
.header__bottom .search-title {
    overflow: hidden;
    width: 59px;
    height: 40px;
    margin-top: 2px;
    background: url(/images/logo_white.svg) no-repeat center top;
    text-indent: -9999px;
}
.header__bottom .area {
    position: relative;
}
.header__bottom h1 {
    overflow: hidden;
    width: 12.7rem;
    height: 1.7rem;
    margin-left: 3.2rem;
    background: url(/images/logo.svg) no-repeat 0 -1px;
    text-indent: -9999px;
}
.header__bottom h1 a {
    display: block;
    cursor: pointer;
}
.header__bottom .logo-area {
    display: flex;
}
.header__bottom .logo-area a {
    display: block;
}
.header__bottom #logo-title {
    display: none;
    position: absolute;
    top: -0.56rem;
    right: -6.4rem;
    line-height: 2.08rem;
}
.header__bottom nav .depth_01 {
    display: flex;
    justify-content: center;
    position: absolute;
    left: 50%;
    top: 3.1rem;
    transform: translate(-50%, 0);
}
.header__bottom .mobile-up__icon {
    display: none;
}
.header__bottom nav .depth_01 > li {
    position: relative;
    width: 190px;
    text-align: center;
}
.header__bottom nav .depth_01 > li > .box-area > li > a svg path {
    fill: #111;
}
.header__bottom nav .depth_01 > li > .box-area > li > a:hover svg path {
    fill: #005eb8;
}
.header__bottom nav .depth_01 > li:hover::before,
.header__bottom nav .depth_01 > li.on::before {
    width: 100%;
}
.header__bottom nav .depth_01 > li::before {
    content: "";
    position: absolute;
    width: 0%;
    height: 2px;
    top: 57px;
    left: 0;
    background: #005eb8;
    transition: all 0.4s ease-out;
    z-index: 11;
}
.header__bottom nav .depth_01 > li a {
    color: #fff;
    font-size: 2rem;
    font-weight: 500;
    letter-spacing: -0.9px;
    text-align: center;
    line-height: 2.6rem;
}
.header__bottom nav .depth_01 > li > ul > li.active > a {
    color: #005eb8 !important;
}
.header__bottom
    nav
    .depth_01
    > li
    > .sub
    > li
    > ul.depth3_list
    > li.active
    > a {
    color: #005eb8 !important;
    transition: all 0.3s ease-out;
}
.header__bottom nav .depth_01 > li:hover > a {
    color: #005eb8 !important;
    transition: all 0.3s ease-out;
}
.header__bottom .menu-area .depth_01 > li .mobile-arrow {
    display: none;
}
.ps_m {
    display: none;
}
.ps_m_movie {
    display: none;
}
.ps_pc_movie {
    display: block;
}

.header__bottom .sub li {
    text-align: center;
}
body.pc #header.pc .header__bottom nav ul li a.arrow_top {
    color: #005eb8;
}
.header__bottom .sub li .arrow_top svg {
    transform: rotate(180deg);
}
body.pc #header.reverse.pc nav .depth_01 .depth3 svg path {
    fill: #b3b3b3 !important;
}
body.pc #header.pc nav .depth_01 .depth3 svg path {
    fill: #b3b3b3 !important;
}
.header__bottom .sub li .depth3_list {
    background: #f6f6f6;
    border: 0.5px solid #dadada;
    border-radius: 0.5rem;
    display: block;
    opacity: 0;
    height: 0;
    -moz-transition: height 0.5s ease;
    -webkit-transition: height 0.5s ease;
    -o-transition: height 0.5s ease;
    transition: height 0.5s ease;
}
.header__bottom .sub .on_depth .depth3_list {
    position: relative;
    height: 110px;
    display: block;
    margin: 0.6rem 1.5rem;
    padding: 0.75rem;
    opacity: 1;
    -moz-transition: height 0.5s ease;
    -webkit-transition: height 0.5s ease;
    -o-transition: height 0.5s ease;
    transition: height 0.5s ease;
    overflow: hidden;
}
.header__bottom .sub .on_depth .depth3 {
    color: #005eb8 !important;
}
.header__bottom .sub .depth_menu:first-child.on_depth .depth3_list {
    color: #005eb8 !important;
    height: 140px;
}
.header__bottom .sub li .depth3_list li {
    height: unset;
}
body.pc #header.pc .sub li .depth3_list li a {
    font-size: 1.5rem;
    letter-spacing: -0.3px;
    line-height: 3rem;
    color: #5b5b5b;
}
body.pc #header.pc .sub li .depth3_list li a:hover {
    color: #005eb8;
}
.header__bottom .sub li:last-child {
    padding-bottom: 0;
}
.header__bottom .search-wrap {
    display: flex;
    align-items: center;
    margin-right: 3.6rem;
}
.header__bottom .language-area {
    position: relative;
}
.header__bottom .language-area p {
    position: relative;
    padding: 1px 44px 0 30px;
    color: #fff;
    font-weight: 500;
    font-size: 1.3rem;
    cursor: pointer;
    transform: translate(0, -2px);
}
.header__bottom .language-area p::before {
    content: "";
    position: absolute;
    top: 0;
    left: -2px;
    width: 25px;
    height: 19px;
    background: url(/images/global.svg) no-repeat 4px -3px;
}
.header__bottom .language-area p::after {
    content: "";
    position: absolute;
    top: 0;
    right: 1px;
    width: 37px;
    height: 13px;
    background: url(/images/global_arrow.svg) no-repeat 0 6px;
}
.header__bottom .language-change.active {
    display: block;
}
.header__bottom .language-change {
    display: none;
    position: absolute;
    top: -10px;
    left: 0;
    width: 120px;
    background: #222;
    z-index: 10;
}
.header__bottom .language-change li a {
    display: block;
    height: 36px;
    margin-left: 15px;
    line-height: 36px;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: -1px;
    color: #fff;
}
.header__bottom .language-change li.selected {
    background: #005eb8;
}
.header__bottom .language-change li:hover {
    background: #005eb8;
    transition: 0.2s ease-out;
}
.header__bottom .search-area {
    display: flex;
    position: relative;
}
.header__bottom .search-area::before {
    content: "";
    position: absolute;
    top: 16px;
    left: -14px;
    width: 1px;
    height: 14px;
    opacity: 0.5;
    background-color: #fff;
}
.header__bottom .search-title {
    position: relative;
    color: #fff;
    line-height: 2.4rem;
}
.header__bottom .search-title span {
    display: block;
}
.header__bottom .search-icon {
    margin: 10px 16px 10px 2px;
    cursor: pointer;
}
.header__bottom .search-icon:hover svg path {
    fill: #005eb8;
}
.header__bottom .search-content {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9;
    width: 100%;
    height: 0;
    background: #fff;
    overflow: hidden;
}
.header__bottom .search-content.on {
    display: block;
    height: 176px;
    transition: all 0.3s ease-out;
    border-bottom: 1px solid #dadada;
}
.header__bottom .search-content .area {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header__bottom .search-content input {
    font-weight: 300;
    font-size: 38px;
    letter-spacing: -0.3px;
}
.header__bottom .search-content input::-moz-placeholder {
    font-weight: 300;
    font-size: 38px;
    letter-spacing: -0.3px;
    color: #bfbfbf;
}
.header__bottom .search-content input:-ms-input-placeholder {
    font-weight: 300;
    font-size: 38px;
    letter-spacing: -0.3px;
    color: #bfbfbf;
}
.header__bottom .search-content input::placeholder {
    font-weight: 300;
    font-size: 38px;
    letter-spacing: -0.3px;
    color: #bfbfbf;
}
.header__bottom .search-content .search-form {
    margin-top: 63px;
    padding-left: 156px;
}
.header__bottom .search-content .search-arrow {
    margin-top: 63px;
    padding-right: 156px;
    cursor: pointer;
}
.header__bottom .gnb__mobile {
    display: none;
    cursor: pointer;
}
.header__bottom .search-title svg path {
    fill: #fff;
}

/*메인 콘텐츠*/
.slide-wrapper__main {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 100vh;
    z-index: 1;
}
.slide-wrapper__main .swiper-container {
    width: 100%;
    height: 100vh;
}
.slide-wrapper__main .swiper-wrapper {
    width: 100%;
    height: 100vh;
}
.slide-wrapper__main .swiper-slide {
    position: relative;
    width: 100%;
    height: 100vh;
}
.slide-wrapper__main .swiper-slide:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
}
.slide-wrapper__main .text-area {
    position: absolute;
    top: 35vh;
    margin-left: 15.5rem;
    z-index: 2;
}
.slide-wrapper__main .text-area span {
    display: block;
    font-size: 4.28rem;
    font-style: normal;
    line-height: 1.3;
    letter-spacing: -1px;
    text-align: left;
    color: #fff;
    font-weight: 300;
}
.slide-wrapper__main .text-area strong {
    font-weight: 700;
}
.slide-wrapper__main
    .swiper-container-horizontal
    > .swiper-pagination-bullets
    .swiper-pagination-bullet {
    margin: 0;
    margin-right: 20px;
}
.slide-wrapper__main .swiper-pagination-bullet {
    position: relative;
    width: 230px;
    height: 24px;
    text-align: left;
    border-radius: 0;
    opacity: 1;
    margin-right: 4px;
    background-color: transparent;
    vertical-align: middle;
}
.slide-wrapper__main .swiper-pagination-bullet em {
    display: block;
    text-align: center; /* align-items: center; */
    position: relative;
    bottom: -35px;
    left: 0;
    font-size: 16px;
    font-weight: 300;
    font-style: normal;
    letter-spacing: -1px;
    color: #fff;
    margin: 0 auto;
    font-family: "Noto Sans";
}
.slide-wrapper__main .swiper-pagination-bullet i {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 4px;
    background: rgba(255, 255, 255, 0.6);
}
.slide-wrapper__main .swiper-pagination-bullet b {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    width: 0%;
    height: 4px;
    background: rgb(255, 255, 255);
}
.video-bg {
    object-fit: fill;
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    transform: translate(-50%, -50%);
}
.slide-wrapper__main .swiper-pagination-bullet-active {
    background-color: transparent;
}
.slide-wrapper__main .swiper-pagination-bullet-active b {
    -webkit-animation-name: countingBar;
    animation-name: countingBar;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
.slide-wrapper__main .swiper-btn-area span:nth-child(1) b {
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
}
.slide-wrapper__main .swiper-btn-area span:nth-child(2) b {
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
}
.slide-wrapper__main .swiper-btn-area span:nth-child(3) b {
    -webkit-animation-duration: 4s;
    animation-duration: 4s;
}
.slide-wrapper__main .swiper-btn-area span:nth-child(4) b {
    -webkit-animation-duration: 4s;
    animation-duration: 4s;
}
.slide-wrapper__main .swiper-pagination-bullet-active em {
    font-weight: 400;
    font-size: 20px;
}
.slide-wrapper__main .swiper-pagination-bullet-active.stop b {
    -webkit-animation-duration: 0.1s;
    animation-duration: 0.1s;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
}

.slide-wrapper__main .swiper-btn-area span:nth-child(1).stop b,
.slide-wrapper__main .swiper-btn-area span:nth-child(2).stop b,
.slide-wrapper__main .swiper-btn-area span:nth-child(3).stop b,
.slide-wrapper__main .swiper-btn-area span:nth-child(4).stop b {
    -webkit-animation-duration: 0.1s;
    animation-duration: 0.1s;
}

.slide-wrapper__main .swiper-slide-active .bg {
    /* position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 -webkit-animation-name: imageAnimation;
 animation-name: imageAnimation;
 -webkit-animation-duration: 3s;
 animation-duration: 3s;
 -webkit-animation-timing-function: ease-out;
 animation-timing-function: ease-out;
 -webkit-animation-iteration-count: 1;
 animation-iteration-count: 1;
 -webkit-animation-direction: alternate;
 animation-direction: alternate;
 -webkit-animation-fill-mode: forwards;
 animation-fill-mode: forwards;
 transition: transform 3s ease-out; */
}
/* .slide-wrapper__main .swiper-slide.con1 .bg {
 background: url(/images/main_01.jpg) no-repeat center center/cover;
 }
.slide-wrapper__main .swiper-slide.con2 .bg {
 background: url(/images/main_02.jpg) no-repeat center center/cover;
 }
.slide-wrapper__main .swiper-slide.con3 .bg {
 background: url(/images/main_03.jpg) no-repeat center center/cover;
 }
.slide-wrapper__main .swiper-slide.con4 .bg {
 background: url(/images/main_04.jpg) no-repeat center center/cover;
 } */

.slide-wrapper__main .swiper-slide-active .bg {
    animation: fadein 2s;
    -moz-animation: fadein 2s; /* Firefox */
    -webkit-animation: fadein 2s; /* Safari and Chrome */
    -o-animation: fadein 2s; /* Opera */
}
@keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@-moz-keyframes fadein {
    /* Firefox */
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@-webkit-keyframes fadein {
    /* Safari and Chrome */
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@-o-keyframes fadein {
    /* Opera */
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.slide-wrapper__main .swiper-slide-active .text-area span {
    -webkit-animation-name: textAnimation;
    animation-name: textAnimation;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
.slide-wrapper__main .swiper-slide-active .text-area span:nth-child(1) {
    opacity: 0;
    -webkit-animation-duration: 0.2s;
    animation-duration: 0.2s;
}
.slide-wrapper__main .swiper-slide-active .text-area span:nth-child(2) {
    opacity: 0;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
}
.slide-wrapper__main .swiper-slide-active .text-area span:nth-child(3) {
    opacity: 0;
    -webkit-animation-duration: 0.9s;
    animation-duration: 0.9s;
}
.slide-wrapper__main .swiper-slide-active .text-area span:nth-child(4) {
    opacity: 0;
    -webkit-animation-duration: 1.1s;
    animation-duration: 1.1s;
}
/* @-webkit-keyframes imageAnimation {
 0% {
 transform: scale(1);
 }
 100% {
 transform: scale(1.1);
 }
 }
@keyframes imageAnimation {
 0% {
 transform: scale(1);
 }
 100% {
 transform: scale(1.1);
 }
 } */
@-webkit-keyframes textAnimation {
    0% {
        opacity: 0;
        transform: translateY(50px);
        transform: translateX(60px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
        transform: translateX(0);
    }
}
@keyframes textAnimation {
    0% {
        opacity: 0;
        transform: translateY(50px);
        transform: translateX(60px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
        transform: translateX(0);
    }
}
@-webkit-keyframes countingBar {
    0% {
        width: 0;
    }
    100% {
        width: 100%;
    }
}
@keyframes countingBar {
    0% {
        width: 0;
    }
    100% {
        width: 100%;
    }
}
.slide-wrapper__main .swiper-btn-area {
    display: flex;
    position: absolute;
    bottom: 19vh;
    width: 100%;
    align-items: center;
}
.slide-wrapper__main .swiper-pagination {
    position: relative;
    bottom: 0;
    left: 0;
    width: 944px;
    height: 34px;
    margin-left: 15.5rem;
    text-align: left;
}
.slide-wrapper__main .btn-wrap__action {
    display: flex;
    align-items: center;
    position: relative;
    z-index: 11;
    top: 4px;
}
.slide-wrapper__main .btn-wrap__action button,
.slide-wrapper__main .btn-wrap__action img {
    display: block;
}
.slide-wrapper__main .swiper-btn-area .btn__play {
    margin-left: 0;
}
.slide-wrapper__main .swiper-btn-area .area {
    display: flex;
    align-items: center;
    justify-content: center;
}
.social-wrapper {
    position: relative;
    width: 100%;
}
.social-wrapper .area {
    background: #111;
    padding: 0 18.5rem 0;
}
.social-wrapper .social-header {
    padding: 64px 0 48px;
}
.social-wrapper h2 {
    font-weight: 900;
    font-size: 46px;
    letter-spacing: -1px;
    color: #fff;
    line-height: 64px;
}
.social-wrapper p {
    font-weight: 300;
    color: #fff;
    font-size: 2rem;
    letter-spacing: -1px;
    line-height: 2.6rem;
}
.social-wrapper .social-header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}
.social-wrapper .social-header ul {
    display: flex;
    align-items: center;
    margin: 0 2.4rem 0 0;
}
.social-wrapper .social-header ul li {
    position: relative;
    display: inline-block;
}
.social-wrapper .social-header ul li a {
    display: flex;
    align-items: center;
    height: 3.6rem;
    color: #fff;
}
.social-wrapper .social-header ul li:nth-child(1) a {
    padding-left: 4.5rem;
}
.social-wrapper .social-header ul li:nth-child(2) a {
    padding-left: 10.9rem;
}
.social-wrapper .social-header ul li:nth-child(1) a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 36px;
    height: 36px;
    background: url("../images/FaceBook.svg") no-repeat 0 0;
}
.social-wrapper .social-header ul li:nth-child(2) a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 60px;
    width: 36px;
    height: 36px;
    background-color: #0077b7;
    background: url("../images/LinkedIn.svg") no-repeat 0 0;
}
.social-wrapper .social-header ul li:nth-child(1) a::after {
    content: "";
    position: absolute;
    top: 15px;
    right: -24px;
    width: 14px;
    height: 14px;
    background: url("/images/blank.svg") no-repeat 0 0;
}
.social-wrapper .social-header ul li:nth-child(2) a::after {
    content: "";
    position: absolute;
    top: 15px;
    right: -24px;
    width: 14px;
    height: 14px;
    background-color: #0077b7;
    background: url("/images/blank.svg") no-repeat 0 0;
}
.social-wrapper .social-header ul li a span {
    font-size: 20px;
    font-family: "Noto Sans";
}
.social-wrapper .btn__add {
    display: flex;
    justify-content: center;
    padding: 6.9rem 0;
}
.social-wrapper .btn__add button {
    position: relative;
    width: 117px;
    height: 50px;
    line-height: 50px;
    font-size: 1.4rem;
    font-weight: bold;
    color: #fff;
    border: 1px solid #414141;
    box-sizing: border-box;
    border-radius: 5px;
    cursor: pointer;
    text-align: left;
}
.social-wrapper .btn__add button span {
    margin-left: 2.4rem;
}
.social-wrapper .btn__add button::after {
    content: "";
    position: absolute;
    top: 21px;
    right: 0;
    width: 6.825rem;
    height: 2rem;
    background: url(/images/add_arrow.svg) no-repeat 30px 0;
}
.icon__group {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 10px 0;
    position: fixed;
    right: 3.6rem;
    bottom: 11.7rem;
    z-index: 9999;
    transition: all 0.3s;
}
.icon__group.init{
    bottom:5.9rem
}
.icon__group .linkedin_link,
.icon__group .facebook_link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    background: #0000002b;
    border: 1px solid #dbeaff80;
    border-radius: 100px;
    box-shadow: 1px 2px 5px 0px #0000001f;
}
.icon__group .linkedin_link img{
    width: 16px;
}
.icon__group .facebook_link img{
    width: 11px;
}
.icon__group .linkedin_link.colored {
    background: #0266c8;
    border: none;
}
.icon__group .facebook_link.colored {
    background: #3a559f;
    border: none;
}
.icon__group .chatbot_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    height: 48px;
    padding: 0 11px;
    background-color: white;
    border-radius: 100px;
    box-shadow: 1px 2px 5px 0px #0000001f;
    cursor: pointer;
}
.icon__group .chatbot_btn img{
    width: 26px;
}
.icon__group .chatbot_btn.colored {
    background: #005eb8;
}

.icon__group .chatbot_btn span {
    display: none;
    font-size: 16px;
    line-height: 1.2;
    margin-left: 10px;
    color: #005eb8;
}
.icon__group .chatbot_btn.colored span {
    color: white;
}
.icon__group .chatbot_btn:hover,
.icon__group .chatbot_btn.active {
    padding: 0 16px;
    border-radius: 24px;
}
.icon__group .chatbot_btn:hover span,
.icon__group .chatbot_btn.active span {
    display: block;
}
.chatbot_wrapper {
    position: absolute;
    bottom: 5.8rem;
    display: flex;
    display: none;
    flex-direction: column;
    height: 100%;
    width: 500px;
    height: 627px;
    overflow: hidden;
    border: 1px solid #dddddd;
    box-shadow: 2px 3px 4px 0px #0000001f;
    background: #f7f7f7;
    border-radius: 30px;
}
.chatbot_wrapper.active{
    display: flex;
}
.chatbot_wrapper .chatbot_top {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    height: 70px;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    background-color: white;
}
.chatbot_wrapper .chatbot_top .chatbot_logo{
    height: 19px;
    object-fit: cover;
}
.chatbot_wrapper .chatbot_main {
    flex: 1;
    display: flex;
    flex-direction: column;
    overflow-y: auto;
    overflow-x:hidden;
    padding-bottom: 40px;
}
.chatbot_wrapper .chatbot_main::-webkit-scrollbar {
    width: 4px; /* 스크롤바 너비 */
}

/* 스크롤바 트랙 */
.chatbot_wrapper .chatbot_main::-webkit-scrollbar-track {
    background: #f1f1f1; /* 트랙 배경색 */
    border-radius: 9px; /* 트랙 둥글기 */
}

/* 스크롤 thumb */
.chatbot_wrapper .chatbot_main::-webkit-scrollbar-thumb {
    background: #9E9E9E;
    border-radius: 9px; /* thumb 둥글기 */
}
.chatbot_wrapper .chatbot_main .question_box {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    align-self: flex-end;
    margin: 40px 20px 0 0;
    max-width: 420px;
}
.chatbot_wrapper .chatbot_main .question_box .content{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.chatbot_wrapper .chatbot_main .question_box .content .chat_info {
    padding: 16px 20px;
    border-radius: 30px;
    background-color: #dbeaff;
}
.chatbot_wrapper .chatbot_main .question_box .content .chat_info p {
    font-family: Pretendard;
    font-size: 14px;
    line-height: 1.5;
    color: black;
}
.chatbot_wrapper .chatbot_main .date {
    margin-top: 12px;
    font-family: Pretendard;
    font-size: 12px;
    line-height: 1.2;
    color: #999999;
}
.chatbot_wrapper .chatbot_main .answer_box {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    align-self: flex-start;
    max-width: 100%;
    margin: 40px 0 0 20px;
}
.chatbot_wrapper .chatbot_main .answer_box .chatbot_icon{
    width: 44px;
    object-fit: cover;
}
.chatbot_wrapper .chatbot_main .answer_box .content_wrapper {
    display: flex;
    margin-top: 20px;
    gap: 0 8px;
    max-width: 100%;
}
.chatbot_wrapper .chatbot_main .answer_box .content_wrapper .entire_copy_btn {
    width: 45px;
    height: 39px;
    background: #ffffff;
    border-radius: 19.5px;
    border: 1px solid #eaeaea;
}
.chatbot_wrapper
    .chatbot_main
    .answer_box
    .content_wrapper
    .entire_copy_btn::after {
    content: "";
    display: block;
    width: 16px;
    height: 16.5px;
    margin: auto;
    background: url("/images/chatbot/ic_copy.png");
    background-size: cover;
}
.chatbot_wrapper
    .chatbot_main
    .answer_box
    .content_wrapper
    .entire_copy_btn.active::after {
    position: relative;
    left:1px;
    width: 17px;
    height: 13px;
    background: url("/images/chatbot/ic_check.png");
    background-size: cover;
}
.chatbot_wrapper .chatbot_main .answer_box .content_wrapper .content{
    position: relative;
    width: 398px;
    margin-top: 2px;
}
.chatbot_wrapper .chatbot_main .answer_box .content_wrapper .content .chat_info {
    display: flex;
    flex-direction: column;
    position: relative;
    padding: 20px;
    border-radius: 20px;
    background-color: #d1d7e5;
    font-size: 14px;
    color: black;
}
.chatbot_wrapper .chatbot_main .answer_box .content_wrapper .content::before {
    content: "";
    background: url("/images/chatbot/ic_polygon.png");
    position: absolute;
    left: 20px;
    top: -16px;
    display: block;
    width:29px;
    height:25px;
}
.chatbot_wrapper
    .chatbot_main
    .answer_box
    .content_wrapper
    .content
    .url_wrapper {
    display: flex;
    align-items: center;
    margin-top: 16px;
    width: 100%;
    background-color: #f7f7f7cc;
    padding: 8px 0 8px 16px;
    border-radius: 5px;
}
.chatbot_wrapper
    .chatbot_main
    .answer_box
    .content_wrapper
    .content
    .url_wrapper
    .text {
    font-family: Pretendard;
    font-size: 16px;
    line-height: 1.5;
}
.chatbot_wrapper
    .chatbot_main
    .answer_box
    .content_wrapper
    .content
    .url_wrapper
    .line {
    height: 9px;
    width: 1px;
    background-color: #d9d9d9;
    margin: 0 10px;
}
.chatbot_wrapper
    .chatbot_main
    .answer_box
    .content_wrapper
    .content
    .url_wrapper
    .url_content {
    padding: 8px 26px 8px 10px;
    margin: 1px 0;
    height: 100%;
    max-width: 100%;
    overflow: hidden;
    background-color: white;
    border-radius: 5px;
}
.chatbot_wrapper
    .chatbot_main
    .answer_box
    .content_wrapper
    .content
    .url_wrapper
    .url_content
    p {
    font-family: Pretendard;
    font-size: 14px;
    line-height: 1.5;
    text-overflow: ellipsis;
    overflow: hidden;
}
.chatbot_wrapper
    .chatbot_main
    .answer_box
    .content
    .url_wrapper
    .copy_btn{
        align-self: stretch;
        width:45px;
        margin-left: 10px;
        flex-shrink: 0;
    }
.chatbot_wrapper
    .chatbot_main
    .answer_box
    .content
    .url_wrapper
    .copy_btn::after {
    content: "";
    display: block;
    width: 16px;
    height: 16.5px;
    margin: auto;
    background: url("/images/chatbot/ic_copy_gray.png");
    background-size: cover;

}
.chatbot_wrapper
    .chatbot_main
    .answer_box
    .content
    .url_wrapper
    .copy_btn.active::after {
    position: relative;
    top:1px;
    left:1px;   
    width: 17px;
    height: 13px;
    background: url("/images/chatbot/ic_check.png");
    background-size: cover;
}
.chatbot_wrapper
    .chatbot_main
    .answer_box
    .content_wrapper
    .content .table_container{
        margin-top: 16px;
        overflow-x: auto;
    }
    .chatbot_wrapper
    .chatbot_main
    .answer_box
    .content_wrapper
    .content .table_container::-webkit-scrollbar {
    height: 4px; 
}

.chatbot_wrapper
    .chatbot_main
    .answer_box
    .content_wrapper
    .content .table_container::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 9px;
}

.chatbot_wrapper
    .chatbot_main
    .answer_box
    .content_wrapper
    .content .table_container::-webkit-scrollbar-thumb {
    background: #9E9E9E;
    border-radius: 9px;
}
.chatbot_wrapper
    .chatbot_main
    .answer_box
    .content_wrapper
    .content .table_container table{
        background-color: white;
        width: 100%;
}
.chatbot_wrapper .chatbot_main .answer_box .waiting_answer{
    margin-top: 10px;
    width: 280px;
    border-radius: 90px;
    background: #D1D7E5;
    padding: 16px 20px;
}
.chatbot_wrapper .chatbot_main .answer_box .waiting_answer p{
    font-family: Pretendard;
    font-size: 14px;
    line-height:1.2;
    color:black;
}
.chatbot_wrapper
    .chatbot_main
    .answer_box
    .content_wrapper
    .content .table_container table td{
        min-width:340px;
        max-width: 340px;
        height:70px;
        font-family: Pretendard;
        font-size: 14px;
        line-height: 20px;
        text-align: center;
        border: 1px solid #DDDDDD
    }
    .chatbot_wrapper
    .chatbot_main
    .answer_box
    .content_wrapper
    .content .table_container table tr:first-child{
        background: #F7F7F7;
    }
    .chatbot_wrapper
    .chatbot_main
    .answer_box
    .content_wrapper
    .content .table_container table tr:first-child td{
        font-weight: 700;
    }
.chatbot_wrapper
    .chatbot_main
    .answer_box
    .content_wrapper
    .content
    .reaction_content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-top: 10px;
}
.chatbot_wrapper
    .chatbot_main
    .answer_box
    .content_wrapper
    .content
    .reaction_content
    .text {
    font-family: Pretendard;
    font-size: 14px;
    line-height: 1.2;
}
.chatbot_wrapper
    .chatbot_main
    .answer_box
    .content_wrapper
    .content
    .reaction_content
    .btn_group {
    gap: 0 10px;
    display: flex;
    align-items: center;
}
.chatbot_wrapper
    .chatbot_main
    .answer_box
    .content_wrapper
    .content
    .reaction_content
    .btn_group
    .good_btn,
.chatbot_wrapper
    .chatbot_main
    .answer_box
    .content_wrapper
    .content
    .reaction_content
    .btn_group
    .bad_btn {
    width: 45px;
    height: 40px;
    margin: auto;
    border-radius: 19.5px;
    border: 1px solid #eaeaea;
    background-color: #ffffff;
}
.chatbot_wrapper
    .chatbot_main
    .answer_box
    .content_wrapper
    .content
    .reaction_content
    .btn_group
    .good_btn::after {
    content: "";
    background: url("/images/chatbot/ic_good_black.png");
    display: block;
    width: 16px;
    height: 15px;
    margin: auto;
    background-size: cover;
}
.chatbot_wrapper
    .chatbot_main
    .answer_box
    .content_wrapper
    .content
    .reaction_content
    .btn_group
    .good_btn.active::after {
    background: url("/images/chatbot/ic_good.png");
    background-size: cover;
}
.chatbot_wrapper
    .chatbot_main
    .answer_box
    .content_wrapper
    .content
    .reaction_content
    .btn_group
    .bad_btn::after {
    content: "";
    background: url("/images/chatbot/ic_bad_black.png");
    display: block;
    width: 16px;
    height: 16px;
    margin: auto;
    position: relative;
    top: 1px;
    left: 1px;
    background-size: cover;
}
.chatbot_wrapper
    .chatbot_main
    .answer_box
    .content_wrapper
    .content
    .reaction_content
    .btn_group
    .bad_btn.active::after {
    background: url("/images/chatbot/ic_bad.png");
    background-size: cover;
}
.chatbot_wrapper
    .chatbot_main
    .answer_box
    .content_wrapper
    .content
    .reaction_content
    .btn_group
    .opinion_btn {
    display: flex;
    align-items: center;
    height: 39px;
    padding: 0 18px 0 14px;
    background: #005eb8;
    color: black;
    border: 1px solid #eaeaea;
    border-radius: 19.5px;
    background: white;
    font-size: 14px
}
.chatbot_wrapper
    .chatbot_main
    .answer_box
    .content_wrapper
    .content
    .reaction_content
    .btn_group
    .opinion_btn.active {
    background: #005eb8;
    border-color:white;
    color: white;
}
.chatbot_wrapper
    .chatbot_main
    .answer_box
    .content_wrapper
    .content
    .reaction_content
    .btn_group
    .opinion_btn::before {
    content: "";
    display: block;
    background: url("/images/chatbot/ic_write.png");
    width: 11px;
    height: 11px;
    margin-right: 6px;
    background-size:cover;
}
.chatbot_wrapper
    .chatbot_main
    .answer_box
    .content_wrapper
    .content
    .reaction_content
    .btn_group
    .opinion_btn.active::before {
        background: url("/images/chatbot/ic_write_white.png");
        background-size:cover;
}

.chatbot_wrapper
    .chatbot_main
    .answer_box
    .content_wrapper
    .content
    .opinion_send_container {
    display: flex;
    display: none;
    flex-direction: column;
    margin-top: 15px;
    width: 100%;
    background: #f1f1f1;
    padding: 20px 20px 20px 16px;
    border-radius: 5px;
}
.chatbot_wrapper
    .chatbot_main
    .answer_box
    .content_wrapper
    .content
    .opinion_send_container.active{
        display: flex;
    }
.chatbot_wrapper
    .chatbot_main
    .answer_box
    .content_wrapper
    .content
    .opinion_send_container
    .title {
        display:flex;
        align-items: center;
    font-family: Pretendard;
    font-size: 14px;
    line-height: 1.2;
    color: black;
    margin-bottom: 20px;
}
.chatbot_wrapper
    .chatbot_main
    .answer_box
    .content_wrapper
    .content
    .opinion_send_container
    .title::before {
    content: "";
    display: block;
    width: 11px;
    height: 11px;
    background: url("/images/chatbot/ic_write.png") no-repeat;
    margin-right: 6px;
    background-size: cover;
}
.chatbot_wrapper
    .chatbot_main
    .answer_box
    .content_wrapper
    .content
    .opinion_send_container .textarea_wrapper{
        position: relative;
        margin-right:4px;
    }
    .chatbot_wrapper
    .chatbot_main
    .answer_box
    .content_wrapper
    .content
    .opinion_send_container .textarea_wrapper textarea{
        width: 100%;
        height: 150px;
        max-height: 150px;
        font-size:14px;
        line-height: 1.2;
        resize: none;
        border-radius: 5px;
        padding: 16px;
        border:none;
    }
.chatbot_wrapper
    .chatbot_main
    .answer_box
    .content_wrapper
    .content
    .opinion_send_container .textarea_wrapper .send_btn{
        position: absolute;
        bottom:12px;right:12px;
        width: 42px;
        height: 42px;
        border-radius: 92px;
        background: #005EB8;
    }
.chatbot_wrapper .chatbot_main .answer_box .content_wrapper .content .opinion_send_container .textarea_wrapper .send_btn img{
    width: 24px;
}
.chatbot_wrapper .chatbot_bottom {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
    height: 68px;
    background-color: white;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
}

.chatbot_wrapper .chatbot_bottom .chat_input {
    flex: 1;
    height: 40px;
    background-color: white;
    border: 1px solid #eaeaea;
    border-radius: 10px;
    padding-left: 10px;
}
.chatbot_wrapper .chatbot_bottom .chat_send_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 40px;
    margin-left: 10px;
    background: #005eb8;
    border-radius: 20px;
}
.chatbot_wrapper .chatbot_bottom .chat_send_btn img{
    width: 15px;
}

.chatbot_wrapper .chatbot_top .close_btn {
    position: absolute;
    right: 30px;
    padding: 8px;
    margin:-8px;
}
.chatbot_wrapper .chatbot_top .close_btn img{
    width: 50%;
}
.btn__top {
    position: fixed;
    right: 3.6rem;
    bottom: 5.9rem;
    width: 4.8rem;
    height: 4.8rem;
    z-index: 9999;
}

.btn__top img {
    cursor: pointer;
}
.btn__top img:hover {
    opacity: 0.6;
}
.scroll-name {
    font-weight: 700;
    font-size: 15px;
    letter-spacing: -1px;
    color: #ffffff;
    font-family: "Noto Sans";
}
.mousey {
    position: absolute;
    top: 24px;
    left: 12px;
}
.scroll-downs {
    position: absolute;
    right: 0;
    bottom: 7vh;
    left: 0;
    margin: auto;
    width: 36px;
    height: 4vh;
    z-index: 20;
}
.scroller1 {
    width: 14px;
    height: 8px;
    background: url("/images/scroll_arrow.svg") no-repeat 0 0;
    -webkit-animation-name: scroll1;
    animation-name: scroll1;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-timing-function: cubic-bezier(0.15, 0.41, 0.69, 0.94);
    animation-timing-function: cubic-bezier(0.15, 0.41, 0.69, 0.94);
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

@-webkit-keyframes scroll1 {
    0% {
        opacity: 0;
    }
    10% {
        transform: translateY(0);
        opacity: 1;
    }
    100% {
        transform: translateY(20px);
        opacity: 0;
    }
}

@keyframes scroll1 {
    0% {
        opacity: 0;
    }
    10% {
        transform: translateY(0);
        opacity: 1;
    }
    100% {
        transform: translateY(20px);
        opacity: 0;
    }
}
.scroller2 {
    width: 14px;
    height: 8px;
    background: url("/images/scroll_arrow.svg") no-repeat 0 0;
    -webkit-animation-name: scroll2;
    animation-name: scroll2;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-timing-function: cubic-bezier(0.15, 0.41, 0.69, 0.94);
    animation-timing-function: cubic-bezier(0.15, 0.41, 0.69, 0.94);
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

@-webkit-keyframes scroll2 {
    0% {
        opacity: 0;
    }
    10% {
        transform: translateY(0);
        opacity: 0.4;
    }
    100% {
        transform: translateY(20px);
        opacity: 0;
    }
}

@keyframes scroll2 {
    0% {
        opacity: 0;
    }
    10% {
        transform: translateY(0);
        opacity: 0.4;
    }
    100% {
        transform: translateY(20px);
        opacity: 0;
    }
}
.close-mobile {
    display: none;
}

/*푸터*/
footer {
    position: relative; /*푸터 하단*/
}
footer .area {
    overflow: hidden;
    width: 100%;
    background: #222;
}
footer .footer-top__sitemap {
    padding: 4.2rem 0 4rem;
    margin: 0 3.2rem;
}
footer .footer-top__sitemap > ul {
    display: flex;
    height: 37.5rem;
}
footer .footer-top__sitemap > ul > li {
    position: relative;
    width: 24.2rem;
}
footer .footer-top__sitemap > ul > li:nth-child(1)::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    background: none;
}
footer .footer-top__sitemap > ul > li::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 37.5rem;
    background: #414141;
}
footer .footer-top__sitemap .title {
    display: block;
    margin: 1.9rem 0 1.2rem;
    margin-left: 3.6rem;
    font-size: 17px;
    font-weight: 800;
    letter-spacing: -0.6px;
    color: #fff;
    line-height: 3.7rem;
}
footer .footer-top__sitemap li:first-child .title {
    margin-left: 0;
}
footer .footer-top__sitemap > ul > li:has(.sub-depth3-list) {
    width: 33.2rem;
}
footer .footer-top__sitemap .sub {
    margin-left: 3.6rem;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: -0.6px;
    text-align: left;
    color: #efefef;
    line-height: 3.6rem;
}
footer .footer-top__sitemap > ul > li:first-child > .sub-list .sub {
    margin-left: 0;
}
footer .footer-top__sitemap ul.sub-list li a svg {
    margin-left: 0.3rem;
}
footer .footer-top__sitemap .sub-list li {
    /*padding-bottom: 11px; */
}
footer .title-list-wrapper > li > a:hover {
    opacity: 0.7;
    transition: 0.3s;
}
footer .title-list-wrapper .sub-list li a {
    position: relative;
}
footer .title-list-wrapper .sub-list li a img {
    width: 8.75px;
    height: 8.75px;
}
footer .title-list-wrapper .sub-list li a.on,
footer .title-list-wrapper .sub-list li a:hover {
    color: #8b8b8b;
}
footer .title-list-wrapper .sub-list li a:hover > svg path {
    fill: #8b8b8b;
}
footer .title-list-wrapper .sub-list li a.on::after {
    width: 100%;
    background: #8b8b8b;
}
footer .title-list-wrapper .sub-list li a::after {
    content: "";
    width: 0;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all 0.3s ease-out;
}
footer .title-list-wrapper .sub-list li a:hover::after,
footer .title-list-wrapper .sub-list li a.on {
    width: 100%;
    background: #8b8b8b;
}
footer .footer-bottom {
    display: flex;
    justify-content: space-between;
    height: 12.8rem;
    border-top: 1px solid #414141;
}
footer .footer-bottom .logo-area,
footer .footer-bottom .use-list-area,
footer .footer-bottom .sns-area {
    display: flex;
    align-items: center;
}
footer .footer-bottom .logo-area p {
    padding-left: 4rem;
    font-size: 1.4rem;
    color: #fff;
    font-weight: 500;
}
footer .footer-bottom .logo-area {
    margin-left: 3.2rem;
}
footer .footer-bottom .logo-area h2 img {
    vertical-align: inherit;
}
footer .footer-bottom .logo-area a {
    display: block;
    overflow: hidden;
    width: 127px;
    height: 18px;
    background: url("/images/logo.svg") no-repeat center top/cover;
    text-indent: -9999px;
}
footer .footer-bottom .use-list-area {
    margin-right: 18.7rem;
}
footer .footer-bottom .use-list-area > div {
    display: none;
}
footer .footer-bottom .use-list-area li {
    padding-left: 4rem;
}
footer .footer-bottom .use-list-area img {
    vertical-align: inherit;
}
footer .footer-bottom .use-list-area li:first-child {
    padding-left: 0;
}
footer .footer-bottom .use-list-area li:last-child a {
    font-weight: 800;
}
footer .footer-bottom .use-list-area li a {
    font-size: 1.6rem;
    letter-spacing: -0.4px;
    color: #fff;
    font-weight: 500;
}
footer .footer-bottom .use-list-area li a.privacy_link {
    color:#005eb8;
    text-decoration: underline !important;
}
footer .footer-bottom .use-list-area li a:hover {
    opacity: 0.7;
    transition: 0.3s;
}
footer .footer-bottom .sns-area {
    margin-right: 3.6rem;
}
footer .footer-bottom .sns-area li:first-child {
    margin-right: 1rem;
}
footer .footer-top__sitemap > ul > li:has(.sub-depth3-list) > .sub-list {
    display: flex;
}
footer .footer-top__sitemap > ul > li:has(.sub-depth3-list) > .sub-list > li {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    padding-right: 1rem;
}
footer
    .footer-top__sitemap
    > ul
    > li:has(.sub-depth3-list)
    > .sub-list
    > li
    .sub {
    margin-left: 0;
}
footer
    .footer-top__sitemap
    > ul
    > li:has(.sub-depth3-list)
    > .sub-list
    > li:first-child
    .sub {
    margin-left: 3.6rem;
}
footer .footer-top__sitemap > ul > li > .sub-list > li > .sub-depth3-list {
    margin-top: 0.5rem;
}
footer
    .footer-top__sitemap
    > ul
    > li
    > .sub-list
    > li
    > .sub-depth3-list
    .sub_depth3 {
    font-size: 1.5rem;
    font-weight: 300;
    letter-spacing: -0.6px;
    text-align: left;
    color: #ccc;
    line-height: 3rem;
    display: inline-block;
}
footer
    .footer-top__sitemap
    > ul
    > li
    > .sub-list
    > li:first-child
    > .sub-depth3-list
    .sub_depth3 {
    margin-left: 3.6rem;
}
footer
    .footer-top__sitemap
    > ul
    > li
    > .sub-list
    > li
    > .sub-depth3-list
    .sub_depth3:hover {
    color: #8b8b8b;
}
@media screen and (max-width: 1500px) {
    footer .footer-top__sitemap > ul > li {
        width: 19.2rem;
    }
    footer .footer-top__sitemap > ul > li:has(.sub-depth3-list) {
        width: 28.3rem;
    }
    footer .footer-top__sitemap {
        margin: 0 0 0 3.2rem;
    }
}
@media screen and (max-width: 1450px) {
    .header__bottom nav .depth_01 {
        transform: translate(-55%, 0);
    }
    .header__bottom .search-content .search-form {
        padding-left: 8.8rem;
    }
    .header__bottom .search-content .search-arrow {
        padding-right: 9rem;
    }
}
@media screen and (max-width: 1320px) {
    .slide-wrapper__main .swiper-pagination {
        position: relative;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 34px;
        margin-left: 15.5rem;
        text-align: left;
    }
    .swiper-btn-area .area {
        width: 958px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .swiper-btn-area .btn {
        position: relative;
        z-index: 11;
    }
    .slide-wrapper__main .swiper-pagination-bullet {
        width: 193px;
    }
}

body.pc header.pc {
    display: block;
    height: 374px;
    background: #fff;
    border-bottom: 1px solid #dadada;
}
body.pc header.pc.reverse {
    display: block;
    height: 374px;
    background: #fff;
    border-bottom: 1px solid #dadada;
}
body.pc header.pc .sub {
    display: block;
    position: relative;
    padding-top: 20px;
    height: 284px;
    margin-top: 32px;
    border-left: 1px solid #dadada;
}
body.pc #header.pc .sub5 {
    border-right: 1px solid #dadada;
}
body.pc #header.pc .sub li a {
    position: relative;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 3.6rem;
    letter-spacing: -0.03rem;
    color: #111;
}
body.pc #header.pc .sub li a.on,
body.pc #header.pc .sub li a:hover {
    color: #005eb8;
}
body.pc #header.pc .sub li a.on::after {
    width: 100%;
    background: #005eb8;
}
body.pc #header.pc .sub li a::after {
    content: "";
    width: 0;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all 0.3s ease-out;
}
body.pc #header.pc .sub li a:hover::after,
body.pc #header.pc .sub li a.on {
    width: 100%;
    background: #005eb8;
}
body.pc #header.pc {
    background: #fff;
}
body.pc #header.pc h1 {
    background: url("/images/logo_active.svg") no-repeat 0 -1px;
}
body.pc #header.pc .search-title {
    overflow: hidden;
    width: 60px;
    height: 40px;
    background: url("/images/logo_text.svg") no-repeat center top;
    text-indent: -9999px;
}
body.pc #header.pc .search-icon svg path {
    fill: #222;
}
body.pc #header.pc .header__top li a {
    color: #666;
}
body.pc #header.pc .header__top li::after {
    content: "";
    box-shadow: none;
    opacity: 1;
    background-color: #e2e2e2;
}
body.pc #header.pc .header__bottom nav ul li a {
    color: #111;
}
body.pc #header.pc nav .depth_01 > li:first-child svg path {
    fill: #111;
}
body.pc #header.pc nav .depth_01 > li:first-child:hover svg path {
    fill: #005eb8;
}
body.pc #header.pc .search-title::before {
    background: url(/images/search_active.svg) no-repeat 0 0;
}
body.pc #header.pc .search-title span:nth-child(1) {
    color: #0861b5;
}
body.pc #header.pc .search-title span:nth-child(2) {
    color: #00a5d7;
}
body.pc #header.pc .header__bottom .language-area p::before {
    background: url(/images/global_active.svg) no-repeat 4px -3px;
}
body.pc #header.pc .header__bottom .language-area p {
    color: #000;
}
body.pc #header.pc .header__bottom .language-area p::after {
    background: url(/images/global_arrow_active.svg) no-repeat 0px 6px;
}
body.pc #header.pc .header__bottom .search-area::before {
    opacity: 1;
    background-color: #e2e2e2;
}

@media screen and (max-width: 1280px) {
    body.pc #header.pc .sub li .depth3_list li a {
        font-size: 1.4rem;
    }
    .header__bottom .sub .on_depth .depth3_list {
        margin: 0.5rem 1rem;
    }
    .slide-wrapper__main .swiper-pagination {
        position: relative;
        bottom: 0;
        left: 0;
        height: 34px;
        margin-left: 9rem;
        text-align: left;
    }
    .slide-wrapper__main .swiper-pagination-bullet {
        width: 209px;
    }
    .header__bottom nav .depth_01 > li {
        width: 16rem;
    }
    footer .footer-top__sitemap .depth_01 > li {
        position: relative;
        width: 20.9rem;
    }
    .slide-wrapper__main .text-area {
        margin-left: 9rem;
    }
    .social-wrapper .area {
        padding: 0 9rem 0;
    }
    .social-wrapper .social-header {
        padding: 66px 0 63px;
    }
    footer .footer-bottom .logo-area p {
        padding-left: 3.2rem;
    }
    footer .footer-bottom .use-list-area li {
        /*padding-left: 3.2rem;*/
    }
    footer .footer-top__sitemap .title {
        margin-left: 3.2rem;
        font-size: 1.6rem;
    }
    footer .footer-top__sitemap .sub {
        margin-left: 3.2rem;
        font-size: 1.5rem;
    }
    footer
        .footer-top__sitemap
        > ul
        > li
        > .sub-list
        > li
        > .sub-depth3-list
        .sub_depth3 {
        font-size: 1.4rem;
    }

    /*레이아웃 간격*/
    .header__bottom h1,
    .header__bottom .search-wrap {
        margin-right: 3.2rem;
    }
    footer .footer-bottom .logo-area {
        margin-right: 0rem;
    }
    footer .footer-bottom .sns-area {
        margin-right: 3.2rem;
    }
    .footer .footer-top__sitemap {
        margin: 0 3.2rem;
    }
}

@media screen and (max-width: 1180px) {
    .header__bottom nav .depth_01 > li {
        width: 12.9rem;
    }
}

@media screen and (max-width: 1125px) {
    footer .footer-top__sitemap .title,
    footer .footer-top__sitemap .sub {
        margin-left: 2.4rem;
    }
    footer
        .footer-top__sitemap
        > ul
        > li:has(.sub-depth3-list)
        > .sub-list
        > li:first-child
        .sub {
        margin-left: 2.4rem;
    }
    footer
        .footer-top__sitemap
        > ul
        > li
        > .sub-list
        > li:first-child
        > .sub-depth3-list
        .sub_depth3 {
        margin-left: 2.4rem;
    }
}

@media screen and (max-width: 1080px) {
    .menu-area {
        opacity: 0;
    }

    /*레이아웃 간격*/
    #header .header__bottom nav ul li .sub li a svg {
        position: relative;
        top: 0;
        height: 3rem;
        margin-right: 26px;
    }
    #header .header__bottom nav ul li .sub5 li a svg {
        top: unset;
        height: unset;
    }
    #header .header__bottom nav ul li .sub6 li a svg {
        top: unset;
        height: unset;
    }
    #header.header__bottom nav ul li .sub li a {
        font-size: 1.6rem;
        font-weight: 300;
        line-height: 3.6rem;
        letter-spacing: -0.03rem;
        position: relative;
    }
    .header__bottom h1,
    .header__bottom .search-wrap,
    footer .footer-bottom .logo-area {
        margin-left: 1.6rem !important;
    }
    .footer .footer-top__sitemap {
        margin: 0 1.6rem;
    }
    .footer-top__sitemap {
        display: none;
    }
    footer .footer-bottom .use-list-area li {
        padding-left: 15px;
        margin: 0 3px 5px 0;
    }
    footer .footer-bottom .use-list-area div > li:first-child {
        padding-left: 20px;
    }
    footer .footer-bottom .logo-area p {
        position: absolute;
        bottom: 35px;
        left: 0;
        padding-left: 0;
        width: 145px;
        font-size: 11px;
    }
    footer .footer-bottom .logo-area {
        display: block;
        position: relative;
    }
    footer .footer-bottom .logo-area a {
        width: 80px;
        height: 12px;
        background: url(/images/logo.svg) no-repeat center top/80px;
    }
    footer .footer-bottom {
        height: 15rem;
        padding: 0;
        border-top: 0;
    }
    footer .logo-area h2 {
        margin-top: 2.2rem;
    }
    footer .footer-bottom .use-list-area {
        position: absolute;
        top: 60px;
        left: 1.6rem;
        margin-right: 0;
        flex-wrap: wrap;
    }
    footer .footer-bottom .use-list-area li a {
        font-size: 13px;
        letter-spacing: -1.1px;
    }
    footer .footer-bottom .use-list-area li:last-child a {
        font-weight: 500;
    }
    footer .footer-bottom .sns-area {
        padding-right: 0;
        position: absolute;
        bottom: 2.4rem;
        right: 0;
        margin-right: 1.6rem;
    }
    footer .footer-bottom .use-list-area > div {
        display: flex;
    }
    .header__bottom .search-content .search-arrow button svg {
        width: 19.5px;
        height: 13.5px;
    }
    footer .sns-area img {
        width: 36px;
        height: 36px;
    }
    .social-wrapper .area {
        padding: 0 1.6rem 0;
    }
    .icon__group{
        right: 1.6rem;

    }
    .btn__top {
        right: 1.6rem;
    }
    .social-wrapper p {
        display: none;
    }
    .social-wrapper .social-header {
        padding: 62px 0 40px;
        justify-content: flex-start;
        align-items: center;
    }
    .social-wrapper .social-header ul li:nth-child(1) a::before,
    .social-wrapper .social-header ul li:nth-child(2) a::before {
        width: 30px;
        height: 30px;
    }
    .social-wrapper .social-header ul li:nth-child(1) a::before {
        background: url(../images/FaceBook.svg) no-repeat center center/30px;
    }
    .social-wrapper .social-header ul li:nth-child(2) a::before {
        background: url(../images/LinkedIn.svg) no-repeat center center/30px;
    }
    .social-wrapper .social-header ul li a {
        height: 2.88rem;
    }
    .social-wrapper .social-header ul li a span {
        font-size: 17px;
    }
    .social-wrapper h2 {
        font-size: 36px;
    }
    .social-wrapper .social-header ul {
        margin: 0 0 0 48px;
    }
    .social-wrapper .social-header ul li:nth-child(1) a::after,
    .social-wrapper .social-header ul li:nth-child(2) a::after {
        top: 11px;
    }
    .social-wrapper .social-header ul li:nth-child(2) a {
        padding-left: 10.42rem;
    }
    .slide-wrapper__main .swiper-pagination-bullet {
        width: 217px;
    }

    .slide-wrapper__main .btn-wrap__action {
        /* top: 2px */
    }
    .slide-wrapper__main .swiper-pagination {
        margin-left: 1.6rem;
        transform: translate(0, 0);
    }
    .slide-wrapper__main .text-area span {
        font-size: 3.6rem;
    }
    .slide-wrapper__main .text-area {
        margin-left: 5.6rem;
    }
    .slide-wrapper__main .swiper-pagination {
        position: relative;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 34px;
        margin-left: 5.6rem;
        text-align: left;
    }
    .slide-wrapper__main .swiper-btn-area {
        bottom: 17.5vh;
    }
    .slide-wrapper__main .swiper-pagination-bullet em {
        bottom: -31px;
        font-size: 15px;
        opacity: 0.8;
    }
    .slide-wrapper__main .swiper-pagination-bullet i {
        height: 2px;
    }
    .slide-wrapper__main .swiper-pagination-bullet b {
        height: 2px;
    }
    .slide-wrapper__main .swiper-pagination-bullet-active {
        background-color: transparent;
    }
    .slide-wrapper__main .swiper-pagination-bullet-active b {
        -webkit-animation-name: countingBar;
        animation-name: countingBar;
        -webkit-animation-duration: 5s;
        animation-duration: 5s;
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        -webkit-animation-iteration-count: 1;
        animation-iteration-count: 1;
        -webkit-animation-direction: alternate;
        animation-direction: alternate;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
    }
    .slide-wrapper__main .swiper-pagination-bullet-active em {
        font-size: 16px;
        opacity: 1;
    }
    .scroll-downs {
        bottom: 5rem;
    }
    .header__top {
        display: none;
    }
    .header__bottom {
        height: 76px;
    }
    header.active .header__bottom {
        border-bottom: 1px solid #dadada;
        box-sizing: content-box;
    }
    header.search__on {
        height: 0;
        top: 0;
    }
    .header__bottom .search-content {
        height: 0;
        top: 65px;
        transition: all 0.2s ease;
        -webkit-animation-name: searchOff;
        animation-name: searchOff;
        -webkit-animation-duration: 0.3s;
        animation-duration: 0.3s;
        -webkit-animation-timing-function: cubic-bezier(0.15, 0.41, 0.69, 0.94);
        animation-timing-function: cubic-bezier(0.15, 0.41, 0.69, 0.94);
    }
    .header__bottom .search-content.on {
        height: 0px;
        top: 77px;
        -webkit-animation-name: searchOn;
        animation-name: searchOn;
        -webkit-animation-duration: 0.3s;
        animation-duration: 0.3s;
        -webkit-animation-timing-function: cubic-bezier(0.15, 0.41, 0.69, 0.94);
        animation-timing-function: cubic-bezier(0.15, 0.41, 0.69, 0.94);
    }

    .header__bottom nav .depth_01 > li a {
        font-size: 19px;
    }

    @-webkit-keyframes searchOn {
        0% {
            top: 77px;
            height: 0;
        }
        100% {
            top: 77px;
            height: 80px;
        }
    }

    @keyframes searchOn {
        0% {
            top: 77px;
            height: 0;
        }
        100% {
            top: 77px;
            height: 80px;
        }
    }
    @-webkit-keyframes searchOff {
        0% {
            top: 77px;
            height: 80px;
        }
        100% {
            top: 77px;
            height: 0;
        }
    }
    @keyframes searchOff {
        0% {
            top: 77px;
            height: 80px;
        }
        100% {
            top: 77px;
            height: 0;
        }
    }

    .header__bottom h1 {
        width: 90px;
        height: 12px;
        background: url(/images/logo.svg) no-repeat 0 -1px/90px;
        margin-top: -15px;
    }
    #header.active h1 {
        background: url(/images/logo_active.svg) no-repeat 0 -1px/90px;
    }
    #header.active .search-title {
        width: 43px;
        height: 32px;
        background: url(/images/logo_text.svg) no-repeat center 1px/43px;
    }
    #header .search-title {
        width: 43px;
        height: 32px;
        background: url(/images/logo_text_white.svg) no-repeat center 1px/43px;
    }
    .header__bottom .search-wrap {
        margin-right: 1.6rem;
    }
    .header__bottom h1 {
        margin-left: 1.6rem;
    }
    .header__bottom #logo-title {
        right: -17px;
        margin-top: -11px;
    }
    .header__bottom .gnb__mobile {
        display: block;
    }
    .ps_m {
        display: block;
    }
    .header__bottom .search-title {
        display: none;
    }
    .header__bottom #logo-title {
        display: block;
    }
    .header__bottom .logo_mo {
        display: block;
    }

    .header__bottom .language-change-mobile {
        display: block;
        overflow: hidden;
    }
    .header__bottom .language-change-mobile li {
        float: left;
        margin-top: 28px;
        padding-left: 22px;
    }
    .header__bottom .language-change-mobile li:first-child {
        padding-left: 25px;
    }
    .header__bottom .language-change-mobile li:last-child {
        padding-left: 20px;
    }
    .header__bottom .language-change-mobile li a {
        color: #777;
        font-size: 12px;
        font-weight: 500;
    }
    .header__bottom .language-change-mobile li.selected a {
        color: #222;
        font-weight: 500;
        text-decoration: underline !important;
        text-underline-position: under;
    }
    .header__bottom .sub li {
        text-align: left;
    }
    .header__bottom .search-content input {
        width: 100%;
    }
    .header__bottom .search-content.on {
        height: 80px;
    }
    .header__bottom .search-content .search-form {
        width: 80%;
        margin-top: 27px;
        padding-left: 16px;
    }
    .header__bottom .search-content .search-arrow {
        margin-top: 32px;
        padding-right: 16px;
    }
    .header__bottom .search-content input::-moz-placeholder {
        font-size: 20px;
        height: 0;
    }
    .header__bottom .search-content input:-ms-input-placeholder {
        font-size: 20px;
        height: 0;
    }
    .header__bottom .search-content input,
    .header__bottom .search-content input::placeholder {
        font-size: 20px;
        height: 0;
    }
    .header__bottom .search-content.on input::-moz-placeholder {
        font-size: 20px;
        height: 24px;
        -webkit-transition: height 0.3s;
        -moz-transition: height 0.3s;
        -ms-transition: height 0.3s;
        -o-transition: height 0.3s;
    }
    .header__bottom .search-content.on input:-ms-input-placeholder {
        font-size: 20px;
        height: 24px;
        -webkit-transition: height 0.3s;
        -moz-transition: height 0.3s;
        -ms-transition: height 0.3s;
        -o-transition: height 0.3s;
    }
    .header__bottom .search-content.on input,
    .header__bottom .search-content.on input::placeholder {
        font-size: 20px;
        height: 24px;
        -webkit-transition: height 0.3s;
        -moz-transition: height 0.3s;
        -ms-transition: height 0.3s;
        -o-transition: height 0.3s;
    }
    body.modal {
        overflow-y: hidden;
    }
    .header__bottom .search-icon {
        margin: 10px 10px 10px 2px;
    }
    body.mobile #menu {
        display: none;
    }
    body.mobile #menu.on {
        display: block;
    }
    body.mobile #menu.on .bg {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(34, 34, 34, 0.9);
        z-index: 90;
    }
    body.mobile #menu.on .menu-area {
        position: fixed;
        top: 0;
        right: 0;
        margin: 0;
        width: 273px;
        height: 100%;
        background: #fff;
        z-index: 99;
        opacity: 1;
        /*
  -webkit-animation-name: mobileMenu;
  animation-name: mobileMenu;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-timing-function: cubic-bezier(0.15, 0.41, 0.69, 0.94);
  animation-timing-function: cubic-bezier(0.15, 0.41, 0.69, 0.94);
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  */
    }

    @-webkit-keyframes mobileMenu {
        0% {
            transform: translateX(275px);
        }
        100% {
            transform: translateX(0);
        }
    }
    @keyframes mobileMenu {
        0% {
            transform: translateX(275px);
        }
        100% {
            transform: translateX(0);
        }
    }

    body.mobile #menu.on .close-mobile {
        display: block;
        position: absolute;
        top: 26px;
        left: -49px;
        z-index: 99;
    }
    body.mobile #menu.on .menu-area .depth_01 {
        flex-flow: column;
        justify-content: flex-start;
        width: 100%;
        width: 100%;
        left: 0;
        transform: translate(0, 35px);
    }
    /* body.mobile #menu.on .menu-area .depth_01 .menu-mobile .box-area {
 display: none;
 }
 body.mobile #menu.on .menu-area .depth_01 .menu-mobile.open .box-area {
 display: block;
 animation: mobileMenuDrop .3s ease-in-out;
 } */

    /* @-webkit-keyframes mobileMenuDrop {
 0% {
 opacity: 0;
 }
 100% {
 opacity: 1;
 }
 }
 @keyframes mobileMenuDrop {
 0% {
 opacity: 0;
 }
 100% {
 opacity: 1;
 }
 } */
    body.mobile #menu.on .menu-area .depth_01 > li {
        display: block;
        width: 100%;
        text-align: left;
    }
    body.mobile #menu.on .menu-area .depth_01 > li > a {
        display: block;
        width: 100%;
        text-align: left;
        pointer-events: none;
        cursor: default;
    }
    /*body.mobile #menu.on .menu-area .depth_01 > li:first-child > a {
 display: block;
 width: 100%;
 text-align: left;
 pointer-events: inherit;
 cursor: default;
 }*/

    /*220712 차영훈 추가 모바일 gnb메뉴 제품 하위 메뉴 */
    .header__bottom .sub li .on_depth .depth3_list {
        margin: 1.75rem 3.5rem;
        background: #fff;
    }
    body.mobile #menu.on .menu-area .depth_01 .box-area .on_depth ul li a {
        padding-left: 0;
        font-weight: 500;
        color: #666;
        line-height: 3rem;
        font-size: 1.3rem;
    }
    .sub1 li a svg,
    .header__bottom .sub li .arrow_top svg path {
        float: right;
        margin-right: 50px;
        top: 1.3rem;
        position: relative;
        fill: #b3b3b3;
    }
    /*body.mobile #menu.on .menu-area .depth_01 .box-area li .on_depth li .arrow_top svg path{fill:#005EB8;}
 .sub1 li a svg, .header__bottom .sub li .arrow_top svg path{fill: #005eb8 !important;}

 */

    body.mobile #menu.on .menu-area .depth_01 .box-area li a {
        display: block;
        text-align: left;
        line-height: 3rem;
        position: relative;
    }
    body.mobile #menu.on .depth_01 > li > a {
        position: relative;
        padding-left: 25px;
        height: 56px;
        line-height: 56px;
        color: #222 !important;
        letter-spacing: 0;
    }
    body.mobile #menu.on .menu-area .depth_01 > li {
        position: relative;
        cursor: pointer;
    }
    body.mobile #menu.on .menu-area .depth_01 > li .mobile-arrow {
        display: block;
        position: absolute;
        top: 5px;
        right: 5px;
        width: 40px;
        height: 40px;
        cursor: pointer;
    }
    body.mobile #menu.on .depth_01 > li > a::after {
        content: "";
        position: absolute;
        top: 24px;
        right: 25px;
        width: 14px;
        height: 8px;
        background: url(/images/mobile_menu_arrow.svg) no-repeat center top;
    }
    body.mobile #menu.on .depth_01 > li.open > a::after {
        background: url(/images/mobile_menu_up.svg) no-repeat center top;
    }
    /* body.mobile #menu.on .depth_01 > li:first-child > a::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  background: none;
  }*/
    body.mobile #menu.on .depth_01 > li::before {
        content: "";
        position: absolute;
        width: 0;
        height: 0;
        top: 0;
        left: 0;
        background: none;
        transition: none;
        z-index: 0;
    }
    body.mobile #menu.on .depth_01 > li:hover > a {
        color: #111 !important;
        border-bottom: 0;
    }
    body.mobile #menu.on .depth_01 > li.open:hover > a {
        /*color: #005EB8 !important;*/
        border-bottom: 0;
    }
    body.mobile #menu.on .depth_01 > li.open > a {
        /*color: #005EB8 !important; */
    }
    body.mobile #menu.on .depth_01 .box-area {
        background: #f7f7f7;
        max-height: 0px;
        overflow: hidden;
        padding: 0;
    }
    body.mobile #menu.on .depth_01 .box-area.sub.showmenu {
        transition: all 0.7s cubic-bezier(0.46, 0.03, 0.52, 0.96);
        max-height: 300px;
        padding: 13px 0;
    }
    body.mobile #menu.on .depth_01 .box-area a {
        padding-left: 35px;
        font-size: 14px;
        font-weight: 500;
        color: #333;
    }
    body.mobile #menu.on .depth_01 .box-area li.selected a {
        color: #005eb8;
        text-decoration: underline;
        text-underline-position: under;
    }
    body.mobile #menu.on .depth_01 .box-area li a:hover {
        color: #005eb8;
        text-decoration: underline !important;
        text-underline-position: under;
    }

    body.mobile #menu.on .depth_01 > li:first-child svg path {
        fill: #111;
    }
    /* body.mobile #menu.on .depth_01 > li.selected:first-child svg path {
 fill:#005EB8;
 } */
}
@media screen and (max-width: 1030px) {
    .slide-wrapper__main .swiper-pagination-bullet {
        width: 24.3%;
    }
}

@media screen and (max-width: 1000px) {
    .slide-wrapper__main .swiper-pagination-bullet {
        width: 22.3%;
    }
    .slide-wrapper__main .btn-wrap__action {
        left: -72px;
    }
}

@media screen and (max-width: 912px) {
    .slide-wrapper__main .swiper-pagination-bullet {
        width: 22%;
    }
}

@media screen and (max-width: 875px) {
    .slide-wrapper__main .swiper-pagination-bullet {
        width: 21.7%;
    }
    .slide-wrapper__main .btn-wrap__action {
        left: -73px;
    }
}
@media screen and (max-width: 850px) {
    .slide-wrapper__main .swiper-pagination-bullet {
        /* width: 21.3%; */
    }
}
@media screen and (max-width: 815px) {
    .slide-wrapper__main .swiper-pagination-bullet {
        width: 21.5%;
    }
}

@media screen and (max-width: 767px) {
    .ps_pc_movie {
        display: none;
    }
    .ps_m_movie {
        display: block;
    }

    footer .footer-bottom .sns-area {
        bottom: 2rem;
        margin-right: 1.5rem;
    }
    footer .footer-bottom .logo-area p {
        bottom: 3.1rem;
    }
    footer .footer-bottom .use-list-area div > li:first-child {
        padding-left: 0px;
    }
    .social-wrapper h2 {
        font-size: 24px;
        line-height: 34px;
    }
    .social-wrapper .social-header {
        flex-direction: column;
        align-items: flex-start;
    }
    .social-wrapper .social-header ul li a span {
        font-size: 15px;
    }

    .social-wrapper .social-header ul li:nth-child(1) a::before {
        content: "";
        position: absolute;
        top: 0;
        left: -1px;
        width: 28px;
        height: 28px;
        background: url(../images/FaceBook.svg) no-repeat 0 0px/28px;
    }
    .social-wrapper .social-header ul li:nth-child(2) a::before {
        content: "";
        position: absolute;
        top: 0;
        left: 45px;
        width: 28px;
        height: 28px;
        background-color: #0077b7;
        background: url(../images/LinkedIn.svg) no-repeat 0 0/28px;
    }

    .social-wrapper .social-header ul li:nth-child(1) a {
        padding-left: 36px;
    }
    .social-wrapper .social-header ul li:nth-child(2) a {
        padding-left: 83px;
    }
    .social-wrapper .social-header {
        padding: 38px 0 0;
        padding-top: 9.9rem;
    }

    .social-wrapper .social-header ul {
        margin: 20px 0 30px 0;
    }
    .social-wrapper .btn__add {
        padding: 3.7rem 0;
    }
    .social-wrapper .btn__add button {
        position: relative;
        width: 100%;
        height: 48px;
        line-height: 48px;
        font-size: 1.4rem;
        font-weight: bold;
        color: #fff;
        border: 1px solid #414141;
        box-sizing: border-box;
        border-radius: 5px;
        cursor: pointer;
        text-align: center;
        box-sizing: border-box;
    }
    .social-wrapper .btn__add button span {
        margin-left: 0;
    }
    .social-wrapper .btn__add button::after {
        top: 21px;
        right: 50%;
        width: 6.825rem;
        height: 2rem;
        background: url(/images/add_arrow.svg) no-repeat 0 0;
        transform: translate(147%, 0);
    }
    .btn__top {
        opacity: 0.5;
    }
    .scroll-name {
        font-weight: 500;
        font-size: 12px;
        text-align: center;
    }
    .slide-wrapper__main .swiper-pagination-bullet b,
    .slide-wrapper__main .swiper-pagination-bullet i {
        height: 2px;
    }
    .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
    .swiper-pagination-horizontal.swiper-pagination-bullets
        .swiper-pagination-bullet {
        margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 3px);
    }
    .swiper-pagination-bullet em {
        font-size: 12px !important;
        opacity: 0.8;
    }
    .swiper-pagination-bullet-active em {
        font-size: 12px !important;
        opacity: 1;
    }
    .swiper-pagination-bullet-active em {
        opacity: 1;
    }
    .slide-wrapper__main .swiper-pagination-bullet {
        width: 22.9%;
    }
    .slide-wrapper__main .btn-wrap__action {
        left: -27px;
    }
    .slide-wrapper__main .swiper-pagination {
        margin-left: 1.6rem;
    }
}

@media screen and (max-width: 750px) {
    .slide-wrapper__main .swiper-pagination-bullet {
        width: 22.7%;
    }
    .slide-wrapper__main .btn-wrap__action {
        left: -30px;
    }
}
@media screen and (max-width: 715px) {
    .slide-wrapper__main .swiper-pagination-bullet {
        width: 22.6%;
    }
}
@media screen and (max-width: 660px) {
    .slide-wrapper__main .swiper-pagination-bullet {
        width: 22.4%;
    }
}
@media screen and (max-width: 640px) {
    .header__bottom .search-icon {
        margin: 10px 15px 10px 2px;
    }
    .header__bottom .search-area::before {
        content: "";
        position: absolute;
        top: 64px;
        left: 0;
        width: 0;
        height: 0;
        opacity: 0;
        background-color: none;
    }
    .header__bottom .language-area {
        display: none;
    }
    .scroll-downs {
        bottom: 5vh;
    }
    .header__bottom {
        height: 64px;
    }
    header.search__on {
        height: 0;
    }
    .header__bottom .search-content {
        height: 0;
        top: 65px;
    }
    .header__bottom .search-content.on {
        height: 80px;
        top: 65px;
    }
    .header__bottom nav .depth_01 > li a {
        font-size: 19px;
    }

    @-webkit-keyframes searchOn {
        0% {
            top: 65px;
            height: 0;
        }
        100% {
            top: 65px;
            height: 80px;
        }
    }

    @keyframes searchOn {
        0% {
            top: 65px;
            height: 0;
        }
        100% {
            top: 65px;
            height: 80px;
        }
    }
    @-webkit-keyframes searchOff {
        0% {
            top: 65px;
            height: 80px;
        }
        100% {
            top: 65px;
            height: 0;
        }
    }
    @keyframes searchOff {
        0% {
            top: 65px;
            height: 80px;
        }
        100% {
            top: 65px;
            height: 0;
        }
    }

    .slide-wrapper__main .text-area span {
        font-size: 26px;
        line-height: 34px;
        letter-spacing: -0.6px;
    }
    .slide-wrapper__main .text-area {
        margin-left: 1.6rem;
    }
    .slide-wrapper__main .swiper-pagination-bullet em {
        margin: 0;
        bottom: -41px;
        left: 5px;
        text-align: left;
    }
    .slide-wrapper__main .swiper-pagination-bullet {
        width: 22.6%;
    }
    .slide-wrapper__main .swiper-pagination span:nth-child(1) em {
        width: 70px;
    }
    .slide-wrapper__main .swiper-pagination span:nth-child(2) em {
        width: 30px;
    }
    .slide-wrapper__main .swiper-pagination span:nth-child(3) em {
        width: 30px;
    }
    .slide-wrapper__main .swiper-pagination span:nth-child(4) em {
        width: 75px;
    }
    .slide-wrapper__main .btn-wrap__action {
        top: 5px;
    }
}
@media screen and (max-width: 600px) {
    .slide-wrapper__main .swiper-pagination-bullet {
        width: 22.5%;
    }
}
@media screen and (max-width: 560px) {
    .slide-wrapper__main .swiper-pagination-bullet {
        width: 22%;
    }
  
    .chatbot_wrapper{
        position: fixed;
        top:50%;
        transform:translateY(-50%);
        width: calc(100vw - 32px);
    }
    .chatbot_wrapper .chatbot_main .question_box{
        margin: 30px 16px 0 0;
        max-width: 80%;
    }
    .chatbot_wrapper .chatbot_main .answer_box{
        margin: 30px 0 0 16px;
    }
    .chatbot_wrapper .chatbot_main .answer_box .content_wrapper .content{
        max-width: 80%;
        width: auto;
    }
    .chatbot_wrapper .chatbot_main .answer_box .content_wrapper .content .url_wrapper{
        padding:6px 0 6px 10px;
        margin-top: 12px;
    }
    .chatbot_wrapper .chatbot_main .answer_box .content_wrapper .content .url_wrapper .text{
        font-size: 14px;
    }
    .chatbot_wrapper .chatbot_main .answer_box .content_wrapper .content .url_wrapper .url_content{
        padding: 6px 10px 6px 8px;
    }
    .chatbot_wrapper .chatbot_main .answer_box .content_wrapper .content .url_wrapper .url_content p{
        font-size: 12px;
    }
    .chatbot_wrapper .chatbot_main .answer_box .content .url_wrapper .copy_btn{
        width: 37px;
        margin-left: 6px;
    }
    .chatbot_wrapper .chatbot_main .answer_box .content_wrapper .entire_copy_btn{
        width: 37px;
        height: 32px;
    }
    .chatbot_wrapper .chatbot_main .answer_box .content_wrapper .entire_copy_btn::after{
        width:15px;
        height:15.5px;
    }
    .chatbot_wrapper .chatbot_main .answer_box .content_wrapper .entire_copy_btn.active::after{
        width:14px;
        height:11px;
    }
    .chatbot_wrapper .chatbot_main .answer_box .content .url_wrapper .copy_btn::after{
        width:15px;
        height:15.5px;
    }
    .chatbot_wrapper .chatbot_main .answer_box .content .url_wrapper .copy_btn.active::after{
        width:14px;
        height:11px;
    }
    .chatbot_wrapper .chatbot_main .answer_box .content_wrapper .content .reaction_content{
        flex-direction: column;
        align-items: flex-start;
    }
    .chatbot_wrapper .chatbot_main .answer_box .content_wrapper .content .reaction_content .btn_group{
        margin-top: 8px;
    }
    .chatbot_wrapper .chatbot_main .answer_box .content_wrapper .content .reaction_content .btn_group .good_btn, .chatbot_wrapper .chatbot_main .answer_box .content_wrapper .content .reaction_content .btn_group .bad_btn{
        width:37px;
        height:33px;
    }
    .chatbot_wrapper .chatbot_main .answer_box .content_wrapper .content .reaction_content .btn_group .opinion_btn{
        height: 33px;
    }
    .chatbot_wrapper .chatbot_main .answer_box .content_wrapper .content .opinion_send_container{
        margin-top: 12px;
        padding: 16px    16px 16px 12px;
    }
    .chatbot_wrapper .chatbot_main .answer_box .content_wrapper .content .opinion_send_container .title{
        margin-bottom: 16px;
    }
    .chatbot_wrapper .chatbot_main .answer_box .content_wrapper .content .opinion_send_container .textarea_wrapper .send_btn{
        bottom: 10px;
        right: 10px;
        width: 36px;
        height: 36px;
    }
    .chatbot_wrapper .chatbot_main .answer_box .content_wrapper .content .opinion_send_container .textarea_wrapper .send_btn img{
        width: 22px;
    }
    .chatbot_wrapper .chatbot_main .answer_box .content_wrapper .content .table_container table td{
        min-width: 200px;
        max-width: 200px;
        height: 50px;
    }
    .chatbot_wrapper .chatbot_top{
        height: 50px;
    }
    .chatbot_wrapper .chatbot_top .close_btn{
        right: 20px;
    }
    .chatbot_wrapper .chatbot_bottom{
        height: 50px;
    }
    .chatbot_wrapper .chatbot_bottom .chat_input{
        height: 32px;
    }
    .chatbot_wrapper .chatbot_bottom .chat_send_btn{
        width: 48px;
        height: 32px;
    }
    
}
@media screen and (max-width: 540px) {
    .slide-wrapper__main .swiper-pagination-bullet {
        /* width: 22%; */
    }
}
@media screen and (max-width: 470px) {
    .slide-wrapper__main .swiper-pagination-bullet {
        width: 21.8%;
    }
    .slide-wrapper__main .btn-wrap__action {
        left: -19px;
    }
}
@media screen and (max-width: 393px) {
    .slide-wrapper__main .swiper-pagination-bullet {
        width: 21.5%;
    }
}
@media screen and (max-width: 375px) {
    .slide-wrapper__main .text-area span {
        font-size: 24px;
    }
}
@media screen and (max-width: 338px) {
    .slide-wrapper__main .swiper-pagination-bullet {
        width: 21.4%;
    }
}

/*220502수정*/
header {
    transition: none;
}
#header.on .sub {
    transition: none;
}
#header.on .sub.selected {
    background: #fefefe;
}
.header__bottom nav .depth_01 > li::before {
    transition: all 0.3s ease-out;
}

/* IE10+ */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .header__top {
        position: relative;
    }
    .header__top ul {
        position: absolute;
        top: 0;
        right: 0;
    }
    #header h1 {
        height: 1.71rem;
    }
    .slide-wrapper__main .swiper-slide {
        overflow: hidden;
    }
    .video-bg {
        -webkit-transform: translateX(-50%) translateY(-50%);
        -moz-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
        -o-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
        top: 50%;
        left: 50%;
        min-width: 100%;
        min-height: 100%;
        width: auto;
        height: auto;
    }
}

/* ----- header - reverse ----- */
#header.reverse {
    background: #fff;
}
#header.reverse h1 {
    background: url("/images/logo_active.svg") no-repeat 0 -1px;
}
#header.reverse .header__top li a {
    color: #666;
}
#header.reverse .header__top li a:hover {
    color: #005eb8;
}
#header.reverse .header__top li::after {
    content: "";
    box-shadow: none;
    opacity: 1;
    background-color: #e2e2e2;
}
#header.reverse .header__bottom nav .depth_01 > li a {
    color: #111;
}
#header.reverse nav .depth_01 > li:first-child svg path {
    fill: #111;
}
#header.reverse nav .depth_01 > li:first-child:hover > svg > path {
    fill: #b3b3b3;
}
#header.reverse
    nav
    .depth_01
    > li:first-child
    ul
    > li
    > .arrow_top
    > svg
    > path {
    fill: #b3b3b3;
}
#header.reverse nav .depth_01 > li:first-child ul > li > .arrow_top {
    color: #005eb8;
}
#header.reverse .search-title::before {
    background: url(/images/search_active.svg) no-repeat 0 0;
}

#header.reverse .search-title span:nth-child(1) {
    color: #0861b5;
}
#header.reverse .search-title span:nth-child(2) {
    color: #00a5d7;
}
#header.reverse .header__bottom .language-area p::before {
    background: url(/images/global_active.svg) no-repeat 4px -3px;
}
#header.reverse .header__bottom .language-area p {
    color: #000;
}
#header.reverse .header__bottom .language-area p::after {
    background: url(/images/global_arrow_active.svg) no-repeat 0px 6px;
}
#header.reverse .header__bottom .search-area::before {
    opacity: 1;
    background-color: #e2e2e2;
}
#header.reverse .header__top,
#header.reverse .header__bottom {
    /* border-bottom: 1px solid #dadada; */
}
#header.reverse .search-icon svg path {
    fill: #222;
}

#header.reverse .gnb__mobile svg path {
    fill: #1c1b1e;
}
#header.reverse .header__bottom nav .depth_01 > li svg path {
    fill: #000;
}
#header.reverse .header__bottom nav .depth_01 > li a:hover svg path {
    fill: #005eb8;
}
#header.reverse .search-icon.on svg path {
    /* fill: #005EB8; */
}
#header.reverse .search-title {
    overflow: hidden;
    width: 60px;
    height: 40px;
    background: url("/images/logo_text.svg") no-repeat center top;
    text-indent: -9999px;
}
body.pc #header.reverse.pc nav .depth_01 > li:first-child:hover svg path {
    fill: #000;
}
body.pc #header.reverse.pc nav .depth_01 > li:first-child a:hover > svg > path {
    fill: #111;
}
.sub1 li a svg {
    position: absolute;
    vertical-align: middle;
    height: 36px;
    margin-left: 8px;
}
#header.reverse nav .depth_01 > li a:first-child:hover svg path {
}
#header.reverse .header__bottom nav ul li .sub li a {
    font-size: 1.6rem;
    font-weight: 300;
    line-height: 3.6rem;
    letter-spacing: -0.03rem;
    position: relative;
}
#header.reverse .header__bottom nav ul li .sub li a svg {
    position: absolute;
    vertical-align: middle;
    height: 3.6rem;
    margin-left: 6px;
}
.sub1 > .on_depth > .depth3 > svg {
    transform: rotate(180deg);
}
.mo_on {
    display: none;
}
.pc_on {
    display: inherit;
}
@media (hover: hover) {
    #header.reverse .search-icon:hover svg path {
        fill: #005eb8;
    }
}
@media screen and (max-width: 1080px) {
    #header.reverse .header__bottom nav ul li .sub li a svg {
        position: relative;
        top: 0;
        height: 3rem;
        margin-right: 26px;
    }
    #header.reverse h1 {
        background: url(/images/logo_active.svg) no-repeat 0 -1px/90px;
    }
    #header.reverse .search-title {
        width: 43px;
        height: 32px;
        background: url(/images/logo_text.svg) no-repeat center 1px/43px;
    }
    .header__bottom .sub .on_depth .depth3_list {
        margin: 1.5rem 3.5rem 0.8rem;
        background: #fff;
        padding: 1rem 1.6rem;
    }
    body.mobile
        #menu.on
        .menu-area
        .depth_01
        .box-area
        .on_depth
        ul
        li
        a:hover {
        color: #005eb8;
        text-decoration: underline !important;
        text-underline-position: under;
    }
    body.mobile #menu.on .depth_01 .box-area .depth_menu a svg path {
        fill: #b3b3b3;
    }
    body.mobile #menu.on .depth_01 .sub5 .depth_menu a svg path {
        fill: #111;
    }
    body.mobile #menu.on .depth_01 .sub5 .depth_menu a:hover svg path {
        fill: #005eb8;
    }
    body.mobile #menu.on .menu-area .depth_01 .box-area li a:hover svg path {
        /*fill:#005EB8;*/
    }
    .mo_on {
        display: inherit;
    }
    .pc_on {
        display: none;
    }
}

/*관심고객 등록*/
.regist-wrapper {
    background: url("/images/regist_Background.png");
    width: 100%;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    height: 32rem;
    background-position: right;
}
.regist-wrapper .area {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 5rem 3.2rem;
    max-width: 126.4rem;
}
.regist-wrapper h3 {
    font-size: 2.8rem;
    color: #fff;
    margin-bottom: 1.3rem;
    font-weight: 700;
    letter-spacing: -1.3px;
    line-height: 3.9rem;
}
.regist-wrapper p {
    font-size: 1.5rem;
    color: #fff;
    letter-spacing: -1px;
    line-height: 2.4rem;
    font-weight: 300;
}
.regist-wrapper .btn__top {
    position: absolute;
    right: 3.6rem;
    bottom: 6rem;
    width: 4.8rem;
    height: 4.8rem;
    cursor: pointer;
}
.regist-wrapper .btn__top img {
    cursor: pointer;
}
.regist-wrapper .btn__top img:hover {
    opacity: 0.6;
}
.regist-header {
    flex: 0 0 29.8rem;
}
.regist-content {
    width: 66.7rem;
}
.regist-content label {
    font-size: 1.5rem;
    color: #fff;
    width: 5.3rem;
    display: inline-block;
    font-weight: 700;
}
.regist-content .regist_input {
    font-size: 1.5rem;
    background: transparent;
    color: #fff;
    border-bottom: 1px solid #2a3445;
    padding: 0.9rem;
    display: inline-block;
}
.regist-content .regist_input::-moz-placeholder {
    font-size: 1.4rem;
    opacity: 0.7;
    color: #fff;
    font-weight: 300;
}
.regist-content .regist_input::-ms-input-placeholder {
    font-size: 1.4rem;
    opacity: 0.7;
    color: #fff;
    font-weight: 300;
}
.regist-content .regist_input::placeholder {
    font-size: 1.4rem;
    opacity: 0.7;
    color: #fff;
    font-weight: 300;
}
.regist-content .st01 {
    margin-bottom: 0.8rem;
    width: 66.3rem;
}
.regist-content .st02 {
    display: inline-block;
}
.regist-content li:nth-child(3) label {
    width: 5.3rem;
    margin-left: 2rem;
}
.st01 .regist_input {
    width: 61rem;
}
.st02 .regist_input {
    width: 26.7rem;
}
#registAgree[type="checkbox"],#privacyAgree[type="checkbox"] {
    background: url(/images/Check_off.svg);
    display: inline-block;
    position: relative;
    width: 20px;
    height: 20px;
}
#registAgree[type="checkbox"] + label, #privacyAgree[type="checkbox"] + label {
    /* width: 18rem; */
    width: auto;
    margin-left: 1rem;
    font-size: 1.4rem;
    letter-spacing: -0.6px;
    line-height: 1.8rem;
    font-weight: 700;
}
#privacyAgree[type="checkbox"] + label {
    margin-right: 6px;
}
#registAgree[type="checkbox"]:checked, #privacyAgree[type="checkbox"]:checked {
    background: url(/images/Check_on.svg);
}
.st03 {
    margin: 3rem 0 0 5.3rem;
}
.st03 a {
    color: #fff;
    text-decoration: underline;
    font-size: 1.2rem;
    letter-spacing: -0.6px;
    opacity: 0.7;
    line-height: 1.6rem;
    vertical-align: middle;
    text-underline-position: under;
}
.st04 {
    background: #0861b5;
    border-radius: 5px;
    height: 5rem;
    width: 24rem;
    text-align: center;
    line-height: 5rem;
    margin: 3rem 0 0 5.3rem;
    opacity: 0.8;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
}
.st04 a {
    font-size: 1.4rem;
    color: #fff;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 1.4rem 0 2rem;
}
.st04:hover {
    background: #fff;
    opacity: 1;
}
.st04 a:hover {
    color: #0861b5;
}
.st04 a:hover svg path {
    fill: #0861b5;
}
.st04 img {
    vertical-align: middle;
    margin-left: 10.2rem;
}
.regist_input::placeholder {
    font-weight: 300;
    font-size: 1.4rem;
    letter-spacing: -0.6px;
    color: #fff;
    opacity: 0.7;
}
@media screen and (max-width: 1280px) {
    .regist-wrapper .btn__top {
        right: 3.2rem;
    }
    .regist-wrapper p {
        font-size: 1.4rem;
        line-height: 2.2rem;
    }
    .regist-header {
        flex: 0 0 27.6rem;
    }
    .regist-content {
        width: 66.3rem;
    }
    .regist-wrapper .area {
        max-width: 122.4rem;
    }
}

/*추가*/
.repop .st03 a {
    color: #333;
}
.repop .st04:hover {
    border: 1px solid #0861b5;
    box-sizing: border-box;
}
.repop.regist-content {
    margin: 0 auto;
    padding: 20px;
    width: 600px;
}
.repop.regist-content label {
    color: #222;
}
.repop.regist-content .regist_input::-moz-placeholder {
    opacity: 0.7;
    color: #333;
    font-weight: 400;
    font-size: 13px;
}
.repop.regist-content .regist_input::-ms-input-placeholder {
    opacity: 0.7;
    color: #333;
    font-weight: 400;
    font-size: 13px;
}
.repop.regist-content .regist_input::placeholder {
    opacity: 0.7;
    color: #333;
    font-weight: 400;
    font-size: 13px;
}

.repop .regist_input {
    color: #000000;
}

.repop .st01 .regist_input {
    width: 41rem;
}

.repop .st02 .regist_input {
    width: 16.7rem;
}

.repop .pop_ttl {
    font-weight: 700;
    color: #222;
    font-size: 1.5rem;
    line-height: 2.2rem;
    margin: 3rem 0 1.7rem;
}
.repop p.ctxt {
    font-size: 1.4rem;
    line-height: 2.4rem;
    padding: 2.5rem 2.2rem;
    letter-spacing: -0.9px;
    font-weight: 300;
    border: 1px solid #dfdfdf;
    background: #f9f9f9;
}

/*sns추가*/
.sns .sub_cont_wrap {
}
.sns.social-wrapper {
    overflow: hidden;
}
.sns.social-wrapper .social-header ul {
    position: relative;
    float: right;
    right: 35px;
    text-align: right;
    display: inline-block;
    width: 100%;
    margin: unset;
}
.sns.social-wrapper .social-header ul li a {
    color: #000;
}
.sns.social-wrapper .social-header {
    padding: 5rem 0 2.5rem;
}
.sns.social-wrapper .social-header ul li:nth-child(1) a::after {
    background: url(../images/blank_sns.svg) no-repeat 0 0;
}
.sns.social-wrapper .social-header ul li:nth-child(2) a::after {
    background: url(../images/blank_sns.svg) no-repeat 0 0;
}

/* 미디어쿼리 */

@media screen and (max-width: 1080px) {
    .st01 .regist_input {
        width: calc(100% - 6rem);
    }
    .st02 .regist_input {
        width: calc(100% - 6rem);
    }
    .repop .st01 .regist_input {
        width: calc(100% - 6rem);
    }
    .repop .st02 .regist_input {
        width: calc(100% - 6rem);
    }
    .regist-wrapper .btn__top {
        right: 1.6rem;
    }
    .regist-wrapper {
        background-position-x: -74rem;
        height: 31.6rem;
    }
    .regist-content .st01 {
        margin-bottom: 0;
        width: 100%;
    }
    .regist-content .st02 {
        display: block;
        margin: 1.2rem 0;
    }
    .regist-content li:nth-child(3) label {
        margin-left: 0;
        margin-bottom: 0;
    }
    .left_box > p {
        font-size: 2.4rem;
        line-height: 3rem;
    }
    .slt_st01 select {
        font-size: 1.4rem;
        line-height: 2.6rem;
        width: 14rem;
    }
    .slt_st01:after {
        left: 11rem;
    }
    .regist-wrapper p {
        font-size: 1.4rem;
        line-height: 2.2rem;
    }
    .regist-header {
        flex: 0 0 27.6rem;
    }
    .regist-content {
        flex: 0 0 39.9rem;
    }
    .regist-wrapper .area {
        padding: 3rem 1.7rem;
    }
    .st03 {
        margin: 1.9rem 0 0 5.3rem;
    }
    .header__bottom .sub .on_depth .depth3 {
        color: #005eb8 !important;
        text-decoration: underline !important;
        text-underline-position: under;
    }
    body.mobile #menu.on .depth_01 .box-area .on_depth a svg path {
        /*fill:#005EB8;*/
    }
    .repop.regist-content {
        width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .regist-wrapper .btn__top {
        opacity: 0.5;
    }
    /*관심고객 등록*/
    .regist-wrapper .area {
        flex-direction: column;
        padding: 3.1rem 1.6rem;
    }
    .regist-header {
        width: 100%;
        padding: 0;
        flex: unset;
        max-width: 27.6rem;
    }
    .regist-content {
        width: 100%;
        margin-top: 2.8rem;
        flex: unset;
    }
    .st03 {
        margin: 1.6rem 0 0 5.3rem;
        text-align: left;
    }
    .st04 {
        margin: 3rem auto;
    }

    .regist-wrapper {
        background: url("/images/regist_Background_m.png");
        width: 100%;
        position: relative;
        background-size: cover;
        background-repeat: no-repeat;
        height: 44rem;
        background-position-x: right;
    }
    #registAgree[type="checkbox"] + label {
        /*margin-left:0;*/
    }
    footer .logo-area h2 {
        margin-top: 2.4rem;
    }

    .repop.regist-content {
        width: 100%;
        padding: 15px;
    }
    .repop.regist-content label {
    }
    .repop .st01 .regist_input {
        padding: 0.9rem 0.5rem;
    }
    .repop .st02 .regist_input {
        padding: 0.9rem 0.5rem;
    }
    .repop p.ctxt {
        padding: 1.5rem 2.5rem;
    }
}

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

/*메인 css추가*/
.mobile_on {
    display: none;
}
.heightauto {
    height: auto !important;
}
.swiper_product {
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.swiper_head {
    display: flex;
    flex-direction: row;
    width: 161.2rem;
    margin: 0 auto;
    justify-content: space-between;
    margin-top: 13.9rem;
    flex-direction: column;
    align-items: center;
    width: 100%;
}
.swiper_head > .swiper_ttl {
    text-align: center;
}
.swiper_head > .swiper_ttl > h3 {
    font-size: 4.6rem;
    line-height: 6.4rem;
    letter-spacing: -1px;
    color: #fff;
    font-weight: 900;
}
.swiper_head > .swiper_ttl > p {
    font-size: 2rem;
    letter-spacing: -1px;
    line-height: 2.6rem;
    font-weight: 300;
    color: #fff;
}
.swiper_head > .swiper-pagination {
    position: relative;
    right: 0;
    display: flex;
    align-items: flex-end;
    z-index: 1;
    margin-top: 4.5rem;
}
.swiper_head .swiper-pagination-bullet {
    width: auto;
    background: none;
    height: auto;
    opacity: 1;
}
.swiper_product .swiper-pagination > span {
    margin-left: 1.5rem;
}
.swiper_product span.swiper-pagination-bullet:before {
    opacity: 0.6;
}
.swiper_product span.swiper-pagination-bullet-active:before {
    opacity: 1;
    font-weight: 600;
}
.swiper_product .swiper-pagination > span:after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 10px;
    background: #fff;
    margin-left: 1.5rem;
    opacity: 0.6;
}
.swiper_product .swiper-pagination > span:nth-child(1):before {
    content: "스마트 디바이스 CCL";
    display: inline-block;
    color: #fff;
    font-size: 1.8rem;
    width: auto;
}
.swiper_product .swiper-pagination > span:nth-child(2):before {
    content: "IC 패키지 CCL";
    display: inline-block;
    color: #fff;
    font-size: 1.8rem;
    width: auto;
}
.swiper_product .swiper-pagination > span:nth-child(3):before {
    content: "네트워크 장비 CCL";
    display: inline-block;
    color: #fff;
    font-size: 1.8rem;
    width: auto;
}

.swiper_product .swiper-pagination > span:nth-child(4):before {
    content: "5G / 6G 통신 CCL";
    display: inline-block;
    color: #fff;
    font-size: 1.8rem;
    width: auto;
}

.swiper_product .swiper-pagination > span:nth-child(5):before {
    content: "PFC";
    display: inline-block;
    color: #fff;
    font-size: 1.8rem;
    width: auto;
}

.swiper_product .swiper-pagination > span:nth-child(6):before {
    content: "5G 안테나 모듈";
    display: inline-block;
    color: #fff;
    font-size: 1.8rem;
    width: auto;
}
/*.swiper_product .swiper-pagination > span:nth-child(6):after{margin-left:0;display:none;}*/

.swiper_product .swiper-pagination > span:nth-child(7):before {
    content: "MEMS 타이밍 솔루션";
    display: inline-block;
    color: #fff;
    font-size: 1.8rem;
    width: auto;
}
.swiper_product .swiper-pagination > span:nth-child(7):after {
    margin-left: 0;
    display: none;
}

.swiper_product .swiper {
    position: relative;
    margin-top: 4.9rem;
    margin-bottom: 10rem;
}
.swiper-product {
    display: flex;
    flex-direction: row;
    background: #fff;
    width: 161.2rem;
    margin: 0 auto;
    border-radius: 3rem;
}
.swiper-product .product_txt {
    width: 48rem;
    display: flex;
    align-items: flex-start;
    align-content: center;
    flex-direction: column;
    justify-content: center;
    margin: 0 auto;
}
.swiper-product .product_txt > p:first-child {
    font-size: 2rem;
    color: #111;
    font-weight: 900;
    line-height: 4.2rem;
    letter-spacing: -0.6px;
}
.swiper-product .product_txt > p:first-child span {
    font-size: 4.2rem;
    color: #111;
    font-weight: 900;
    line-height: 4.2rem;
    letter-spacing: -0.6px;
}
.swiper-product .product_txt > p:nth-child(2) {
    margin-top: 2.9rem;
    font-size: 1.7rem;
    line-height: 2.8rem;
    letter-spacing: -1px;
    color: #333;
    font-weight: 300;
    word-break: keep-all;
}
.swiper-product .product_txt > a.dtbtn {
    margin-top: 3.5rem;
    border: 1px solid #111;
    color: #111;
    width: 5rem;
    height: 5rem;
    border-radius: 0.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
.swiper-product .product_txt > a.dtbtn > span {
    display: none;
}
.swiper-product .product_txt > a.dtbtn:hover {
    width: 17rem;
    padding: 0 2rem;
    justify-content: space-between;
    font-size: 1.4rem;
    font-weight: 700;
    color: #111;
}
.swiper-product .product_txt > a.dtbtn:hover > span {
    display: inherit;
}
.swiper-product .img_cover {
    width: 50%;
    height: 60rem;
    background-position: center center;
    background-size: cover;
    display: block;
    border-radius: 0 3rem 3rem 0;
}
.swiper-product .product_img1 {
    background: url(/images/main/section_product1.jpg);
}
.swiper-product .product_img2 {
    background: url(/images/main/section_product2.jpg);
}
.swiper-product .product_img3 {
    background: url(/images/main/section_product3.jpg);
}
.swiper-product .product_img4 {
    background: url(/images/main/section_product4.jpg);
}
.swiper-product .product_img5 {
    background: url(/images/main/section_product5.jpg);
}
.swiper-product .product_img6 {
    background: url(/images/main/section_product6.jpg);
}

.swiper-product .product_img7 {
    background: url(/images/main/section_product7.jpg);
}

.swiper-product .product_img > img {
    height: 100%;
    border-radius: 0 3rem 3rem 0;
}
.swiper-button-next {
    background-image: url("/images/Arrow_right.png");
    width: 50px;
    height: 50px;
    background-size: auto;
    margin-top: -25px;
    right: 120px;
}
.swiper-button-next:hover {
    background-image: url("/images/Arrow_right_hover.png");
}
.swiper-button-prev {
    background-image: url("/images/Arrow_left.png");
    width: 50px;
    height: 50px;
    background-size: auto;
    margin-top: -25px;
    left: 120px;
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
    opacity: 1;
}
.swiper-button-prev:hover {
    background-image: url("/images/Arrow_left_hover.png");
}
.swiper_2 .swiper-wrapper {
    justify-content: center;
}

.intro_txt > p > span {
    color: #dfdfdf;
    opacity: 0.6;
}
.intro {
    height: 100vh;
    position: relative;
    background: #fff;
}
.intro .intro_bg {
    object-fit: cover;
    width: 100%;
    height: 100vh;
    opacity: 0;
}
.intro_txt {
    z-index: 1;
    position: absolute;
    top: 0;
    font-size: 6rem;
    line-height: 8.6rem;
    letter-spacing: -1px;
    font-weight: 900;
    width: 100%;
    bottom: 0;
    display: none;
    flex-direction: column;
    justify-content: center;
}
.intro_txt > .txt_1_1 {
    opacity: 0;
    color: #000;
    transform: translateY(172px);
}
.intro_txt > .txt_1 {
    opacity: 0;
    color: #fff;
    transform: translateY(86px);
}
.intro_txt > .txt_2_1 {
    opacity: 0;
    color: #000;
    transform: translateY(86px);
}
.intro_txt > .txt_2_1 span {
    color: #000;
    opacity: 1;
}
.intro_txt > .txt_2 {
    color: #fff;
    opacity: 0;
}
.intro_txt > .txt_3 {
    color: #fff;
    opacity: 0;
}

/**애니메이션**/
.bg_ani {
    animation-name: imgon;
    animation-duration: 2s;
    animation-delay: 3s;
    animation-fill-mode: forwards;
}
.txt_ani {
    animation-name: textUp;
    animation-duration: 2s;
    animation-delay: 0.5s;
    animation-fill-mode: forwards;
    display: flex;
}
.txt1_1_ani {
    animation-name: introTextDown;
    animation-timing-function: all;
    animation-duration: 2s;
    animation-delay: 0.5s;
    animation-fill-mode: forwards;
}
.txt2_1_ani {
    animation-name: introTextDown;
    animation-timing-function: all;
    animation-duration: 2s;
    animation-delay: 1s;
    animation-fill-mode: both;
}
.txt1_ani {
    animation-name: introTextDown;
    animation-timing-function: all;
    animation-duration: 2s;
    animation-delay: 2s;
    animation-fill-mode: forwards;
}
.txt2_ani {
    animation-name: introTextDown;
    animation-timing-function: all;
    animation-duration: 2s;
    animation-delay: 2.5s;
    animation-fill-mode: forwards;
}
.txt3_ani {
    animation-name: introTextDown;
    animation-timing-function: all;
    animation-duration: 2s;
    animation-delay: 3s;
    animation-fill-mode: forwards;
}

.box_ani {
    animation-name: imgon;
    animation-delay: 4.5s;
    animation-duration: 3s;
    animation-fill-mode: forwards;
}

.intro_box_wrap {
    min-width: 750px;
    position: absolute;
    z-index: 1;
    text-align: center;
    width: 100%;
    bottom: 10vh;
    opacity: 0;
}
.intro_box_wrap > ul > li {
    display: inline-flex;
    justify-content: space-between;
    width: 30rem;
    text-align: left;
    height: 31.3rem;
    position: relative;
    margin-right: 3rem;
}
.intro_box_wrap > ul > li:last-child {
    margin-right: 0;
}
.intro_box_wrap > ul > li > .intro_box {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    padding: 2.2rem 3rem;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    transform: translateY(0);
    transition-timing-function: ease;
    transition-duration: 0.3s;
}
.swiper_product .swiper-pagination > span:first-child {
    margin-left: 0;
}
.intro_box_wrap > ul > li:nth-child(1) > .intro_box {
    background-image: url("/images/main/intro_box1.jpg");
    background-size: cover;
    margin-right: 4rem;
}
.intro_box_wrap > ul > li:nth-child(2) > .intro_box {
    background-image: url("/images/main/intro_box2.jpg");
    background-size: cover;
    margin-right: 4rem;
}
.intro_box_wrap > ul > li:nth-child(3) > .intro_box {
    background-image: url("/images/main/intro_box3.jpg");
    background-size: cover;
}
.intro_box_wrap > ul > li > .intro_box:hover {
    background-image: none;
    background-color: #1b202c;
    color: #fff;
    transform: translateY(-3rem);
    transition-timing-function: ease;
    transition-duration: 0.6s;
}
.intro_box_wrap > ul > li > .intro_box > .s_ttl {
    font-size: 1.5rem;
    line-height: 1.9rem;
    color: #fff;
    letter-spacing: -0.6px;
    font-weight: 300;
    margin-top: 1.2rem;
}
.intro_box_wrap > ul > li > .intro_box > .B_ttl {
    font-size: 2.7rem;
    line-height: 3.2rem;
    color: #fff;
    letter-spacing: -0.6px;
    font-weight: 900;
    margin-top: 0.3rem;
}
.intro_box_wrap > ul > li > .intro_box > .num_txt {
    font-size: 1.8rem;
    color: #fff;
    line-height: 2.3rem;
    letter-spacing: -1px;
    font-weight: 300;
    margin-right: 1rem;
}
.intro_box_wrap > ul > li > .intro_box > .num_txt > span {
    font-size: 4rem;
    line-height: 5.7rem;
    color: #fff;
    letter-spacing: -1px;
    font-weight: 900;
    margin-top: 0.5rem;
}
.intro_box_wrap > ul > li > .intro_box > .desc_txt > br {
    display: block;
}
.intro_box_wrap > ul > li > .intro_box > .desc_txt {
    font-size: 1.6rem;
    line-height: 2.4rem;
    letter-spacing: -1px;
    font-weight: 300;
    color: #fff;
    display: none;
    width: 100%;
}
.intro_box_wrap > ul > li > .intro_box > .desc_txt > span {
    font-size: 1.3rem;
    line-height: 2.4rem;
    font-weight: 300;
    letter-spacing: -0.6px;
    opacity: 0.7;
}
.intro_box_wrap > ul > li > .intro_box:hover > .num_txt {
    display: none;
}
.intro_box_wrap > ul > li > .intro_box:hover > .desc_txt {
    display: block;
    white-space: normal;
}
.intro_box_wrap > ul > li > .intro_box:hover > .desc_txt:before {
    content: "";
    width: 100%;
    height: 1px;
    background: #303748;
    display: block;
    margin: 2.7rem 0 1.9rem 0;
}
.intro_box_wrap
    > ul
    > li:nth-child(2)
    > .intro_box
    > .num_txt
    > span:nth-child(2) {
    margin-left: 1.1rem;
}
@keyframes imgon {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes textUp {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-25%);
    }
}

.social-wrapper .social-header {
    padding-top: 13.9rem;
}
@media screen and (max-width: 1700px) {
    .swiper-product {
        width: calc(100% - 11.6rem);
    }
    .swiper-button-next {
        right: 29px;
    }
    .swiper-button-prev {
        left: 29px;
    }
    .swiper_head {
        flex-direction: column;
        align-items: center;
        width: 100%;
    }
    .swiper_head > .swiper-pagination {
        margin-top: 4.5rem;
    }
    .swiper-product .img_cover {
        height: 50rem;
    }
    .swiper-product .product_txt {
        width: 36.4rem;
    }
    .swiper-product .product_txt > p:first-child {
        font-size: 1.8rem;
        width: 85%;
    }
    .swiper-product .product_txt > p:first-child span {
        font-size: 3.4rem;
        line-height: 3.4rem;
    }
    .swiper-product .product_txt > p:nth-child(2) {
        font-size: 1.6rem;
        line-height: 2.6rem;
    }
    .swiper_head > .swiper_ttl {
        text-align: center;
    }
}
@media screen and (max-width: 1280px) {
    .intro_txt {
        font-size: 5.4rem;
        line-height: 7.8rem;
    }
    .intro_txt > .txt_1_1 {
        transform: translateY(156px);
    }
    .intro_txt > .txt_1 {
        transform: translateY(78px);
    }
    .intro_txt > .txt_2_1 {
        transform: translateY(78px);
    }
    .intro_box_wrap > ul > li:nth-child(3) > .intro_box > svg {
        width: 24px;
        height: 24px;
    }
    .intro_box_wrap > ul > li:nth-child(3) > .intro_box > svg {
        width: 24px;
        height: 24px;
    }
    .intro_box_wrap > ul > li:nth-child(3) > .intro_box > svg {
        width: 26.8px;
        height: 26.8px;
    }
}
@media screen and (max-width: 1080px) {
    .swiper_head > .swiper-pagination {
        width: 100%;
        flex-wrap: wrap;
    }
    .swiper_product .swiper-pagination > span {
        width: calc(100% / 3);
        margin-left: 0;
        position: relative;
        margin-top: 2.7rem;
    }
    .swiper_product .swiper-pagination > span:after {
        position: absolute;
        right: 0;
        top: 6px;
    }
    .swiper_product .swiper-pagination > span:nth-child(1),
    .swiper_product .swiper-pagination > span:nth-child(2),
    .swiper_product .swiper-pagination > span:nth-child(3) {
        margin-top: 0;
    }
    .swiper-pagination span:nth-child(3):after {
        display: none;
    }
    .swiper-product .img_cover {
        width: 100%;
        border-radius: 3rem 3rem 0 0;
        height: 32rem;
        background-size: cover;
    }
    .swiper-product {
        flex-direction: column-reverse;
    }
    .swiper-product .product_txt {
        width: 100%;
        padding: 0 4rem;
        height: 20rem;
        position: relative;
    }
    .swiper-product .product_txt > a.dtbtn {
        position: absolute;
        right: 4rem;
        top: 0;
        margin-top: 2.8rem;
    }
    .swiper_product .swiper-pagination > span:nth-child(1):before {
        font-size: 1.6rem;
    }
    .swiper_product .swiper-pagination > span:nth-child(2):before {
        font-size: 1.6rem;
    }
    .swiper_product .swiper-pagination > span:nth-child(3):before {
        font-size: 1.6rem;
    }
    .swiper_product .swiper-pagination > span:nth-child(4):before {
        font-size: 1.6rem;
    }
    .swiper_product .swiper-pagination > span:nth-child(5):before {
        font-size: 1.6rem;
    }
    .swiper_product .swiper-pagination > span:nth-child(6):before {
        font-size: 1.6rem;
    }
    .swiper_product .swiper-pagination > span:nth-child(6):after {
        margin-left: 0;
        display: none;
    }
    .swiper_product .swiper-pagination > span:nth-child(7):before {
        font-size: 1.6rem;
    }

    .swiper_head > .swiper_ttl > h3 {
        font-size: 3.6rem;
    }
    .swiper_head > .swiper_ttl > p {
        font-size: 1.7rem;
    }
    .swiper-product .product_txt > p:nth-child(2) {
        font-size: 1.5rem;
        margin-top: 1rem;
        line-height: 2.4rem;
    }
    .intro_box_wrap > ul > li > .intro_box:hover {
        height: 25.4rem;
        padding: 2.2rem;
    }
    .intro_box_wrap > ul > li > .intro_box > .s_ttl {
        font-size: 1.4rem;
        line-height: 1.8rem;
    }
    .intro_box_wrap > ul > li > .intro_box > .B_ttl {
        font-size: 2rem;
        line-height: 2.4rem;
    }
    .intro_box_wrap > ul > li > .intro_box > .num_txt {
        font-size: 1.6rem;
        line-height: 2rem;
    }
    .intro_box_wrap > ul > li > .intro_box > .num_txt > span {
        font-size: 3rem;
        line-height: 4.3rem;
    }
    .intro_box_wrap > ul > li > .intro_box > .desc_txt > br {
        display: none;
    }
    .intro_box_wrap > ul > li > .intro_box > .desc_txt {
        font-size: 1.4rem;
        line-height: 2.2rem;
        letter-spacing: -0.6px;
    }
    .intro_box_wrap > ul > li > .intro_box > .desc_txt > span {
        line-height: 2.2rem;
    }
    .intro_box_wrap > ul > li > .intro_box:hover > .desc_txt:before {
        margin: 1.5rem 0 1.3rem 0;
    }

    .intro_box_wrap > ul > li:nth-child(1) > .intro_box > svg {
        width: 21px;
        height: 21px;
    }
    .intro_box_wrap > ul > li {
        height: 23.4rem;
        margin-right: 1.4rem;
        width: 22.4rem;
    }
    .intro_box_wrap {
        width: 100%;
        margin: 0 auto;
        top: 7.4rem;
        display: flex;
        align-items: end;
        height: 80%;
    }
    .intro_txt {
        font-size: 4.2rem;
        line-height: 6rem;
    }
    .intro_txt > .txt_1_1 {
        transform: translateY(120px);
    }
    .intro_txt > .txt_1 {
        transform: translateY(60px);
    }
    .intro_txt > .txt_2_1 {
        transform: translateY(60px);
    }
    .intro_box_wrap > ul {
        min-width: 750px;
        width: 100%;
    }
    .intro_box_wrap {
        overflow-x: auto;
        white-space: nowrap;
        min-width: unset;
        -ms-overflow-style: none; /* IE and Edge */
        scrollbar-width: none; /* Firefox */
    }
    .intro_box_wrap::-webkit-scrollbar {
        display: none; /* Chrome, Safari, Opera*/
    }
    .swiper_2 .swiper-wrapper {
        align-items: flex-end;
        margin-bottom: 2vh;
    }
}
@media screen and (max-width: 767px) {
    .mobile_on {
        display: inherit;
    }
    .swiper_head {
        margin-top: 0;
    }

    .swiper-product {
        width: calc(100% - 3.2rem);
        margin-bottom: 2rem;
    }
    .swiper-button-next,
    .swiper-button-prev {
        display: none;
    }
    .swiper-product .product_txt > a.dtbtn {
        width: 3.3rem;
        height: 3.3rem;
        margin-top: 17px;
        right: 20px;
    }
    .swiper_product .swiper-pagination > span:nth-child(1):before {
        content: "";
    }
    .swiper_product .swiper-pagination > span:nth-child(2):before {
        content: "";
    }
    .swiper_product .swiper-pagination > span:nth-child(3):before {
        content: "";
    }
    .swiper_product .swiper-pagination > span:nth-child(4):before {
        content: "";
    }
    .swiper_product .swiper-pagination > span:nth-child(5):before {
        content: "";
    }
    .swiper_product .swiper-pagination > span:nth-child(6):before {
        content: "";
    }
    .swiper_product .swiper-pagination > span:nth-child(7):before {
        content: "";
    }

    .swiper_head > .swiper-pagination {
        position: absolute;
        text-align: center;
        -webkit-transition: 0.3s opacity;
        -o-transition: 0.3s opacity;
        transition: 0.3s opacity;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        z-index: 10;
        bottom: 3vh;
        justify-content: center;
    }
    .swiper_product .swiper-pagination > span {
        width: 8px;
        height: 8px;
        margin-top: 0;
        margin: 0 5px;
    }
    .swiper_product .swiper-pagination-bullet {
        background: #cacaca;
        opacity: 1;
    }
    .swiper_product .swiper-pagination-bullet-active {
        background: #0861b5 !important;
        opacity: 1;
    }
    .swiper_product .swiper-pagination > span:after {
        display: none;
    }
    .swiper-container-horizontal > .swiper-pagination-bullets,
    .swiper-pagination-custom,
    .swiper-pagination-fraction {
        bottom: -3.7rem;
    }
    .swiper-product .product_txt > p {
        word-break: break-all;
    }
    .swiper-product .product_txt > p:first-child {
        font-size: 1.3rem;
        line-height: 2.4rem;
    }
    .swiper-product .product_txt > p:first-child span {
        font-size: 2rem;
        line-height: 2.4rem;
        letter-spacing: -1px;
    }
    .swiper-product .product_txt > p:nth-child(2) {
        font-size: 1.4rem;
        line-height: 2.1rem;
        margin-top: 1rem;
    }
    .swiper-product .product_txt {
        padding: 0 2rem; /*height: auto;*/
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .swiper-product .product_txt > a.dtbtn:hover > span {
        display: none;
    }
    .swiper-product .product_txt > a.dtbtn:hover {
        width: 3.3rem;
        padding: 0;
        justify-content: center;
    }
    .swiper_head > .swiper_ttl > h3 {
        font-size: 2.6rem;
        line-height: 6.4rem;
    }
    .swiper_head > .swiper_ttl > p {
        font-size: 1.4rem;
        padding-left: 20px;
        padding-right: 20px;
        word-break: break-all;
        letter-spacing: -0.8px;
        line-height: 2rem;
    }
    .intro_txt > p {
        font-size: 2.2rem;
        line-height: 3.2rem;
    }
    .intro_txt > .txt_1_1 {
        transform: translateY(64px);
    }
    .intro_txt > .txt_1 {
        transform: translateY(32px);
    }
    .intro_txt > .txt_2_1 {
        transform: translateY(32px);
    }
    .swiper-product .img_cover {
        height: 180px;
        background-size: cover;
    }
    .swiper_product .swiper {
        margin-top: 2.5rem;
    }
    .intro_box_wrap > ul > li {
        width: 22.4rem !important;
    }
    .intro_box_wrap > ul > li > .intro_box:hover > .num_txt:before {
        margin: 1.9rem 0 1.4rem 0;
    }
    .intro_box_wrap > ul {
        min-width: 550px;
        width: 100%;
    }
}

/*layer POPUP*/

.pop-layer .pop-container {
    padding: 2.5rem 2.5rem 1.5rem;
    position: relative;
}

.pop-layer p.ctxt {
    color: #333;
    line-height: 25px;
    font-size: 1.5rem;
    line-height: 2.4rem;
    letter-spacing: -0.9px;
    font-weight: 300;
    border: 1px solid #dfdfdf;
    background: #f9f9f9;
    padding: 2.5rem 2.2rem;
    width: 100%;
}

.pop-layer .btn-r {
    text-align: right;
    position: absolute;
    top: 23px;
    right: 25px;
}

.pop-layer {
    display: none;
    position: absolute;
    top: 40%;
    left: 50%;
    width: 60rem;
    margin-left: -30rem;
    height: auto;
    background-color: #fff;
    border: 1px solid #dfdfdf;
    z-index: 10;
    border-radius: 5px;
}

.dim-layer {
    display: none;
    position: fixed;
    _position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
}

.dim-layer .dimBg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.dim-layer .pop-layer {
    display: block;
}

a.btn-layerClose {
    background-color: #000;
    color: #fff;
    width: 3.6rem;
    height: 3.6rem;
    display: flex;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
}

a.btn-layerClose:hover {
    background-color: #005eb8;
    color: #fff;
}
.pop-conts {
}
.pop_ttl {
    font-weight: 700;
    color: #000;
    line-height: 2.8rem;
    font-size: 2rem;
    margin-bottom: 2.6rem;
}

@media screen and (max-width: 1500px) {
    .pop-layer {
        /*width: 90%; margin-left: -45%; top: 30%;*/
    }
    .pop-layer .pop-container {
        padding: 2rem 2rem 0;
    }
    .pop_ttl {
        width: 80%;
        font-size: 1.6rem;
        line-height: 2.2rem;
        margin-bottom: 1.7rem;
    }
    a.btn-layerClose {
        width: 2.6rem;
        height: 2.6rem;
    }
    a.btn-layerClose > svg {
        width: 8.7px;
        height: 8.7px;
    }
    .pop-layer .btn-r {
        top: 1.7rem;
        right: 1.9rem;
    }
    .pop-layer p.ctxt {
        font-size: 1.4rem;
        line-height: 2.4rem;
        padding: 0.9rem 2.3rem 2.1rem 1.7rem;
    }
}

/***************history*************************/
html {
    scroll-behavior: smooth;
}
@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }
}
@keyframes visualhistory1 {
    0% {
        width: 25%;
        left: 0%;
    }
    50% {
        overflow: hidden;
    }
    100% {
        width: 100%;
    }
}
@keyframes visualhistory2 {
    0% {
        width: 25%;
        left: 25%;
    }
    50% {
        overflow: hidden;
    }
    100% {
        left: 0;
        width: 100%;
    }
}
@keyframes visualhistory3 {
    0% {
        width: 25%;
        right: 25%;
    }
    100% {
        width: 100%;
        right: 0;
    }
}
@keyframes visualhistory4 {
    0% {
        width: 25%;
        right: 0%;
    }
    100% {
        width: 100%;
        right: 0;
    }
}
@keyframes visualhistorym1 {
    0% {
        height: 25vh;
        top: 0;
    }
    50% {
        overflow: hidden;
    }
    100% {
        height: 100vh;
        animation-fill-mode: forwards;
    }
}
@keyframes visualhistorym2 {
    0% {
        height: 25vh;
        top: 25vh;
    }
    50% {
        overflow: hidden;
    }
    100% {
        top: 0;
        height: 100vh;
        animation-fill-mode: forwards;
    }
}
@keyframes visualhistorym3 {
    0% {
        height: 25vh;
        top: 50vh;
    }
    50% {
        overflow: hidden;
    }
    100% {
        top: 0;
        height: 100vh;
        animation-fill-mode: forwards;
    }
}
@keyframes visualhistorym4 {
    0% {
        height: 25vh;
        top: 75vh;
    }
    50% {
        overflow: hidden;
    }
    100% {
        top: 0;
        height: 100vh;
        animation-fill-mode: forwards;
    }
}
.history_wrap {
    font-size: 0;
    position: relative;
}
#historyMain {
    height: 100vh;
}
.history_main > .history_wrap > .history_visual {
    z-index: 1;
    display: inline-flex;
    flex-direction: row;
    height: 100vh;
    width: 25%;
    align-items: center;
    box-sizing: border-box;
    border: none;
    margin: 0;
    padding: 0;
    justify-content: center;
    text-align: center;
    vertical-align: top;
}
.history_main > .history_wrap > .visualtext {
    z-index: 2;
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
}
.history_main > .history_wrap > .visualtext > ul > li {
    width: 25%;
    display: inline-flex;
    text-align: center;
    height: 100vh;
    align-items: center;
    border-right: 1px solid rgba(255, 255, 255, 0.15);
    flex-direction: column;
    height: 100vh;
    align-content: center;
    justify-content: center;
    vertical-align: middle;
}
.history_main > .history_wrap > .visualtext > ul > li:last-child {
    border-right: none;
}
.history_main > .history_wrap > .visualtext > ul > li:hover {
    line-height: 100%;
    vertical-align: middle;
}
.history_main > .history_wrap > .visualtext > ul > li:hover > p.ttl {
    opacity: 1;
    cursor: pointer;
}
.history_main > .history_wrap > .visualtext > ul > li:hover > p.year {
    display: block;
}
.history_main > .history_wrap > .visualtext > ul > li:hover > div.desc {
    display: block;
}
.history_main > .history_wrap > .visualtext > ul > li:hover > a.btn_link {
    display: flex;
}
.history_main > .history_wrap > .visualtext > ul > li > p.ttl {
    opacity: 0.5;
    font-size: 4.2rem;
    font-weight: 700;
    color: #fff;
    letter-spacing: -0.8px;
    line-height: 6.1rem;
    width: 100%;
    position: relative;
}
.history_main > .history_wrap > .visualtext > ul > li p.year {
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 3.5rem;
    letter-spacing: -0.8px;
    color: #fff;
    display: none;
}
.history_main > .history_wrap > .visualtext > ul > li div.desc {
    width: 34rem;
    font-size: 1.8rem;
    line-height: 2.6rem;
    font-weight: 400;
    color: #fff;
    display: none;
}
.history_main > .history_wrap > .visualtext > ul > li a.btn_link {
    color: #fff;
    width: 17rem;
    height: 5rem;
    display: none;
    align-items: center;
    justify-content: space-between;
    font-size: 1.4rem;
    line-height: 2rem;
    font-weight: 700;
    border-radius: 5px;
    border: 1px solid #fff;
    margin-top: 5rem;
    padding: 0 1.5rem 0 2rem;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
}
.history_main > .history_wrap > .visualtext > ul > li a.btn_link:hover {
    color: #222;
    background: #fff;
}
.history_main
    > .history_wrap
    > .visualtext
    > ul
    > li
    a.btn_link:hover
    svg
    path {
    fill: #222;
}
.history_main > .history_wrap > .history_visual.cont1.active {
    z-index: 2;
    position: absolute;
    left: 0;
    width: 100%;
    animation-fill-mode: forwards;
    animation-name: visualhistory1;
    transform-origin: 50% 50%;
    animation-duration: 0.7s;
    background-image: url("/images/history/cont1_full.png");
    background-repeat: no-repeat;
    background-position: center center;
}
.history_main > .history_wrap > .history_visual.cont1 {
    position: absolute;
    left: 0;
}
.history_main > .history_wrap > .history_visual.cont2.active {
    z-index: 2;
    position: absolute;
    left: 0;
    width: 100%;
    animation-fill-mode: forwards;
    animation-name: visualhistory2;
    transform-origin: 50% 50%;
    animation-duration: 0.7s;
    background-image: url("/images/history/cont2_full.png");
    background-repeat: no-repeat;
    background-position: center center;
}
.history_main > .history_wrap > .history_visual.cont2 {
    position: absolute;
    left: 25%;
}
.history_main > .history_wrap > .history_visual.cont3.active {
    z-index: 2;
    position: absolute;
    right: 0;
    width: 100%;
    animation-fill-mode: forwards;
    animation-name: visualhistory3;
    transform-origin: 50% 50%;
    animation-duration: 0.7s;
    background-image: url("/images/history/cont3_full.png");
    background-repeat: no-repeat;
    background-position: center center;
}
.history_main > .history_wrap > .history_visual.cont3 {
    position: absolute;
    right: 25%;
}
.history_main > .history_wrap > .history_visual.cont4.active {
    z-index: 2;
    position: absolute;
    right: 0;
    width: 100%;
    animation-fill-mode: forwards;
    animation-name: visualhistory4;
    transform-origin: 50% 50%;
    animation-duration: 0.7s;
    background-image: url("/images/history/cont4_full.png");
    background-repeat: no-repeat;
    background-position: center center;
}
.history_main > .history_wrap > .history_visual.cont4 {
    position: absolute;
    right: 0%;
}

.history_main > .history_wrap > .history_visual.cont1 {
    background-image: url("/images/history/cont1_visual.png");
}
.history_main > .history_wrap > .history_visual.cont2 {
    background-image: url("/images/history/cont2_visual.png");
}
.history_main > .history_wrap > .history_visual.cont3 {
    background-image: url("/images/history/cont3_visual.png");
}
.history_main > .history_wrap > .history_visual.cont4 {
    background-image: url("/images/history/cont4_visual.png");
}

@media screen and (max-width: 1280px) {
    .history_main > .history_wrap > .visualtext > ul > li > p.ttl {
        font-size: 3.6rem;
        line-height: 5.2rem;
    }
    .history_main > .history_wrap > .visualtext > ul > li p.year {
        font-size: 2.2rem;
        line-height: 3.2rem;
    }
    .history_main > .history_wrap > .visualtext > ul > li div.desc {
        font-size: 1.5rem;
        line-height: 2.2rem;
        width: 28rem;
    }
}
@media screen and (max-width: 1080px) {
    .history_main > .history_wrap > .history_visual {
        height: 25vh;
    }
    .history_main > .history_wrap > .history_visual.cont1 {
        top: 0;
        width: 100%;
    }
    .history_main > .history_wrap > .history_visual.cont2 {
        top: 25vh;
        left: 0;
        width: 100%;
    }
    .history_main > .history_wrap > .history_visual.cont3 {
        width: 100%;
        right: unset;
        top: 50vh;
    }
    .history_main > .history_wrap > .history_visual.cont4 {
        width: 100%;
        top: 75vh;
    }
    .history_main > .history_wrap > .history_visual.cont1 {
        background-image: url("/images/history/cont1_visual_m.png");
        background-position: center center;
        background-size: cover;
    }
    .history_main > .history_wrap > .history_visual.cont2 {
        background-image: url("/images/history/cont2_visual_m.png");
        background-position: center center;
        background-size: cover;
    }
    .history_main > .history_wrap > .history_visual.cont3 {
        background-image: url("/images/history/cont3_visual_m.png");
        background-position: center center;
        background-size: cover;
    }
    .history_main > .history_wrap > .history_visual.cont4 {
        background-image: url("/images/history/cont4_visual_m.png");
        background-position: center center;
        background-size: cover;
    }
    .history_main > .history_wrap > .visualtext {
        min-height: 1080px;
    }
    .history_main > .history_wrap > .history_visual.cont1.active {
        z-index: 2;
        position: absolute;
        top: 0;
        width: 100%;
        animation-name: visualhistorym1;
        animation-fill-mode: forwards;
        transform-origin: 50% 50%;
        animation-duration: 1.2s;
        background-image: url("/images/history/cont1_full.png");
        background-position: center center;
    }
    .history_main > .history_wrap > .history_visual.cont2.active {
        z-index: 2;
        position: absolute;
        top: 25vh;
        width: 100%;
        animation-name: visualhistorym2;
        animation-fill-mode: forwards;
        transform-origin: 50% 50%;
        animation-duration: 1.2s;
        background-image: url("/images/history/cont2_full.png");
        background-position: center center;
    }
    .history_main > .history_wrap > .history_visual.cont3.active {
        z-index: 2;
        position: absolute;
        top: 50vh;
        width: 100%;
        animation-name: visualhistorym3;
        animation-fill-mode: forwards;
        transform-origin: 50% 50%;
        animation-duration: 1.2s;
        background-image: url("/images/history/cont3_full.png");
        background-position: center center;
    }
    .history_main > .history_wrap > .history_visual.cont4.active {
        z-index: 2;
        position: absolute;
        top: 75vh;
        width: 100%;
        animation-name: visualhistorym4;
        animation-fill-mode: forwards;
        transform-origin: 50% 50%;
        animation-duration: 1.2s;
        background-image: url("/images/history/cont4_full.png");
        background-position: center center;
    }

    #historyMain {
        padding-top: 7.6rem;
    }
    .history_main > .history_wrap > .visualtext > ul > li {
        width: 100%;
        height: 25vh;
        flex-direction: row;
        flex-wrap: wrap;
        border-bottom: 1px solid rgba(255, 255, 255, 0.15);
        justify-content: flex-start;
        opacity: 0.6;
        text-align: left;
        padding-left: 5rem;
    }
    .history_main > .history_wrap > .visualtext > ul > li:last-child {
        border: none;
    }
    .history_main > .history_wrap > .visualtext > ul > li > p.ttl {
        font-size: 2.5rem;
        line-height: 3.6rem;
        opacity: 1;
    }
    .history_main > .history_wrap > .visualtext > ul > li div.desc {
        font-size: 1.4rem;
        line-height: 2rem;
        display: block;
        margin-top: 2rem;
    }
    .history_main > .history_wrap > .visualtext > ul > li p.year {
        font-size: 1.5rem;
        line-height: 2.2rem;
        display: block;
    }
    .history_main > .history_wrap > .visualtext > ul > li a.btn_link {
        display: flex;
        right: 5rem;
        position: absolute;
        width: 3rem;
        height: 3rem;
        margin-top: unset;
        padding: 0;
        justify-content: center;
        align-items: center;
    }
    .history_main > .history_wrap > .visualtext > ul > li a.btn_link > span {
        display: none;
    }
    .history_main > .history_wrap > .visualtext > ul > li a.btn_link:hover {
        color: #fff;
        background: transparent;
    }
    .history_main
        > .history_wrap
        > .visualtext
        > ul
        > li
        a.btn_link:hover
        svg
        path {
        fill: #fff;
    }
    .history_main > .history_wrap > .visualtext > ul > li:hover {
        opacity: 1;
    }
}
@media screen and (max-width: 767px) {
    #historyMain {
        padding-top: 0rem;
    }
    .history_main > .history_wrap > .visualtext {
        min-height: 71.2rem;
    }
    .history_main > .history_wrap > .visualtext > ul > li div.desc {
        display: none;
    }
    .history_main > .history_wrap > .visualtext > ul > li:hover > div.desc {
        display: none;
    }
    .history_main > .history_wrap > .visualtext > ul > li p.year {
        font-size: 1.3rem;
        line-height: 1.9rem;
    }
    .history_main > .history_wrap > .visualtext > ul > li > p.ttl {
        font-size: 2rem;
        line-height: 2.9rem;
    }
}
/***************history END*************************/

/**************history_cont*****************/
@keyframes numberHeight {
    0% {
        height: 140px;
    }

    100% {
        height: 0px;
    }
}
.history_wrap {
    font-size: 0;
    position: relative;
}

.historysub_cover {
    /*display:none*/
}
.history_cate {
    position: fixed;
    z-index: 2;
    display: flex;
    align-items: flex-end;
    height: 220px;
    background: #111;
}
.history_cate div {
    height: 120px;
    display: flex;
    display: flex;
    align-items: flex-end;
}

.history_cate div a {
    display: inline-flex;
    border-radius: 5px;
    color: #fff;
    font-size: 1.4rem;
    font-weight: 700;
    width: 17.5rem;
    height: 6rem;
    position: relative;
    text-shadow: 0px 0px 6px black;
    align-items: center;
    justify-content: center;
    margin-right: 8px;
}
.history_cate div a br {
    display: none;
}
.history_cate div a:hover {
    height: 9rem;
}
.history_cate a:hover::before {
    opacity: 0.15;
}
.history_cate div a.active {
    height: 9rem;
}
.history_cate a.active::before {
    opacity: 0.15;
}
.history_cate a::before {
    content: "";
    background: #000;
    opacity: 0.7;
    width: 100%;
    height: 100%;
    position: absolute;
    border-radius: 5px;
}
.history_cate a {
    color: #fff;
    display: flex;
    align-items: center;
    height: 100%;
    border-radius: 5px;
}
.history_cate a:nth-child(1) {
    background: url("/images/history/cate_1.jpg") no-repeat;
    background-size: cover;
    background-position: bottom center;
}
.history_cate a:nth-child(2) {
    background: url("/images/history/cate_2.jpg") no-repeat;
    background-size: cover;
    background-position: bottom center;
}
.history_cate a:nth-child(3) {
    background: url("/images/history/cate_3.jpg") no-repeat;
    background-size: cover;
    background-position: center center;
}
.history_cate a:nth-child(4) {
    background: url("/images/history/cate_4.jpg") no-repeat;
    background-size: cover;
    margin-right: 0;
    background-position: bottom center;
}
.year_txt_box {
    position: relative;
    display: flex;
    height: auto;
    flex-direction: column;
    justify-content: center;
}
.history_yaertxt {
    position: relative;
    font-size: 12rem;
    color: white;
    top: 0px;
    -webkit-text-stroke: 1px white;
    font-weight: 700;
}
p.history_yaertxt > span {
    font-size: 12rem;
    color: black;
    -webkit-text-stroke: 1px white;
    position: absolute;
    height: 140px;
    top: 0;
    overflow: hidden;
    font-weight: 700;
}
.year_txt_box > p.txt_ttl {
    font-size: 2.4rem;
    font-weight: 500;
    color: #fff;
    letter-spacing: -0.8px;
    line-height: 3.5rem;
}
.year_txt_box > span.txt_desc {
    color: #fff;
    font-size: 1.6rem;
    font-weight: 300;
    letter-spacing: -0.8px;
    line-height: 2.5rem;
    width: 53rem;
    display: block;
}
.historysub_cover {
    width: 144rem;
    margin: 0 auto;
}
.his_cont {
    display: flex;
    justify-content: space-between;
    margin-bottom: 3.2rem;
    flex-direction: row;
    opacity: 0.15;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
}
.his_cont.active {
    opacity: 1;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
}
.his_cont.active > .year_txt_box > .history_yaertxt > span {
    animation-name: numberHeight;
    animation-delay: 0s;
    animation-duration: 0.6s;
    animation-fill-mode: forwards;
    animation-timing-function: ease-in;
}
.his_cont.active .txt_ttl {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    opacity: 0;
    animation-name: textAni;
    animation-delay: 0s;
    animation-duration: 0.3s;
    animation-fill-mode: forwards;
    animation-timing-function: ease-in;
}
.his_cont.active .txt_desc {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    opacity: 0;
    animation-name: textAni;
    animation-delay: 0.3s;
    animation-duration: 0.3s;
    animation-fill-mode: forwards;
    animation-timing-function: ease-in;
}

.year_img {
    width: 65rem;
    margin-bottom: 3.2rem;
}

.history-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.cate_dim {
    position: absolute;
    height: 470px;
    width: 100%;
    display: block;
}
#cate_dim1 {
    margin-top: 165px;
    height: 1040px;
}
#cate_dim2 {
    height: 1780px;
    margin-top: 1200px;
}
#cate_dim3 {
    margin-top: 2980px;
    height: 3340px;
}
#cate_dim4 {
    margin-top: 6320px;
    height: 2080px;
}
/*#historySub1{padding-top:40rem;}*/
/*.left_content:before{content: '';
width: 57rem;
height: 400px;
background-color: #111;
z-index: 1;
display: block;
position: fixed;}
*/
.history_cate.revealed {
    opacity: 0;
}
@media screen and (max-width: 1280px) {
    .historysub_cover {
        width: 100%;
        padding: 0 8.8rem;
    }
    .history_cate {
        width: 40%;
        height: 250px;
    }
    .history_cate div {
        flex-wrap: wrap;
    }
    .history_cate div a {
        margin-bottom: 0.8rem;
    }
    .history_cate div a:hover {
        height: 6rem;
    }
    .history_cate a:hover::before {
        opacity: 0.15;
    }
    .history_cate div a.active {
        height: 6rem;
    }
    .year_img > img {
        object-fit: cover;
        width: 50rem;
        height: 40rem;
    }
    .year_img {
        width: 40%;
        max-width: 50rem;
    }
}
@media screen and (max-width: 1080px) {
    .historysub_cover {
        padding: 0 5rem;
    }
    .history_yaertxt {
        font-size: 10rem;
    }
    p.history_yaertxt > span {
        font-size: 10rem;
    }
    .year_txt_box > p.txt_ttl {
        font-size: 2rem;
        line-height: 2.9rem;
        margin-top: 4.4rem;
    }
    .year_txt_box > span.txt_desc {
        font-size: 1.4rem;
        line-height: 2.4rem;
        margin-top: 1.8rem;
        width: 29.5rem;
    }
    .year_img {
        width: 28rem;
    }
    .year_img > img {
        height: 36rem;
        width: 28rem;
    }
    .history_cate {
        width: 49%;
    }
    .history_cate div a {
        font-size: 1.3rem;
        width: 17rem;
        text-align: center;
    }
    .year_txt_box > span.txt_desc > br {
        display: none;
    }
    #cate_dim1 {
        height: 960px;
    }
    #cate_dim2 {
        margin-top: 1025px;
    }
    #cate_dim3 {
        margin-top: 2800px;
        height: 2970px;
    }
    #cate_dim4 {
        margin-top: 5770px;
    }
    .history_cate div a br {
        display: block;
    }
}

@media screen and (max-width: 767px) {
    .history-content {
        padding-top: 22rem;
    }
    .historysub_cover {
        padding: 0 1.6rem;
    }
    .history_cate {
        width: calc(100% - 3.2rem);
        height: 200px;
    }
    .history_cate div {
        display: flex;
        width: 100%;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .history_cate div a {
        width: calc(50% - 4px);
        margin-bottom: 8px;
        margin-right: 0;
    }
    .his_cont {
        flex-direction: column;
        height: 630px;
    }
    .year_img {
        width: 100%;
        margin-top: 2.2rem;
        max-width: 100%;
    }
    .year_img > img {
        width: 100%;
        object-fit: cover;
    }
    .history_yaertxt {
        font-size: 9rem;
    }
    p.history_yaertxt > span {
        font-size: 9rem;
    }
    .year_txt_box > p.txt_ttl {
        font-size: 1.8rem;
        line-height: 2.6rem;
        margin-top: 2.4rem;
    }
    .year_txt_box > span.txt_desc {
        font-size: 1.3rem;
        line-height: 2.4rem;
        margin-top: 1.1rem;
        width: 100%;
    }
    .content0 {
        opacity: 0 !important;
        height: 12rem;
    }
    .content1 {
        margin-top: -12rem;
    }

    .cate_dim {
        height: 0;
    }
    #cate_dim1 {
        margin-top: 40px;
        height: 1280px;
    }
    #cate_dim2 {
        margin-top: 1335px;
        height: 2670px;
    }
    #cate_dim3 {
        margin-top: 4000px;
        height: 4660px;
    }
    #cate_dim4 {
        margin-top: 8600px;
        height: 2940px;
    }

    /*sns추가*/
    .sns.social-wrapper .social-header ul {
        top: 0;
    }
    .sns.social-wrapper .social-header {
        padding: 5rem 0 0;
    }
    .swiper_product .swiper {
        margin-bottom: 0;
    }
}

/********hisotry_cont END*********/

/*제품 레이어팝업 추가*/

.pop-layer .st04 {
    margin: 3rem auto;
}
.pop-layer #registAgreePop[type="checkbox"] + label {
    width: auto;
    margin-right: 5px;
}
.pop-layer .repop .st01 .regist_input {
    width: 45.4rem;
}
.pop-layer .repop .st02 .regist_input {
    width: 18.9rem;
}
.pop-layer .st03 {
    margin: 3rem 0 1.5rem 5.3rem;
}

.pop-layer .repop.regist-content {
    width: 100%;
    padding: 20px 20px 0;
}

@media screen and (max-width: 1080px) {
    /*제품 레이어팝업 추가*/
    .pop-layer {
        /*width: 85%; left: 70%;*/
    }
    .pop-layer .st04 {
        margin: 3rem auto;
    }
    .pop-layer p.ctxt {
        width: 100%;
    }

    .pop-layer .repop .st01 .regist_input {
        width: 100%;
    }
    .pop-layer .repop .st02 .regist_input {
        width: 100%;
    }
    .pop-layer .repop .st03 .regist_input {
        float: right;
    }
    .pop-layer #registAgreePop[type="checkbox"] + label {
        /*width: 64%;*/
        margin-right: 5px;
    }
    .pop-layer .st03 {
        margin: 2rem 0 1.5rem 0rem;
    }
}

@media screen and (max-width: 767px) {
    /*제품 레이어팝업 추가*/
    .pop-layer {
        width: 85%;
        left: 50%;
    }
    .pop-layer .st03 {
        margin: 1.6rem auto;
    }
    .pop-layer #registAgreePop[type="checkbox"] + label {
        width: auto;
        font-size: 1.2rem;
        margin-right: 5px;
    }
    .pop-layer .st04 {
    }
    .pop-layer .repop.regist-content {
        padding: 15px;
    }
}

@media screen and (max-width: 640px) {
    .pop-layer {
        left: 55%;
    }
}

@media screen and (max-width: 550px) {
    .pop-layer {
        left: 50%;
        left: 60%;
    }
}

@media screen and (max-width: 500px) {
    .pop-layer {
        left: 60%;
        top: 35%;
    }
}

@media screen and (max-width: 450px) {
    .pop-layer {
        left: 50%;
        top: 35%;
    }
}

@media screen and (max-width: 375px) {
    /*제품 레이어팝업 추가*/
    .pop-layer {
        width: 340px;
        left: 50%;
    }
}s
