#wrap:has(.popup.active) #header {
    /*top: 15rem;*/
}
.popup {
    /*position: fixed;
    top: 0;
    left: 0;*/
    width: 100%;
    height: 0;
    text-align: center;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    z-index: 2;
}

.popup.active {
	position:relative;
    height: 15rem;
    opacity: 1;
    visibility: visible;
}

.popup.active .pop_close {
    opacity: 1;
    -webkit-transition-delay: .3s;
    transition-delay: .3s;
    visibility: visible;
}

.popup-list, .popup-list li {
    height: 15rem;
}

.popup-list .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.popup-list li a {
    display: block;
    width: 140rem;
    max-width: 100%;
    height: 100%;
    margin: auto;
    overflow: hidden;
}

.popup-list li img {
    max-height: 100%;
}

.popup .pop_close {
    opacity: 0;
    visibility: hidden;
    font-size: 1.3rem;
    background-color: #fff;
    color: #000;
    text-transform: uppercase;
    border: 1px solid #ddd;
    border-radius: 3px;
    padding: 1rem 1.2rem;
    margin-left: 2rem;
    font-weight: 500;
    position: absolute;
    right: 0;
    bottom: -5.7rem;
    width: 16rem;
}

.popup .pop_close i {
    margin-left: 3rem;
}

.popup .bx-controls {
    color: #fff;
}

.popup .bx-controls a {
    display: block;
    width: 5rem;
    height: 5rem;
    text-indent: -9999px;
    overflow: hidden;
}

.popup .bx-controls-direction a {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.popup .bx-controls a::before {
    display: block;
    height: 5rem;
    line-height: 5rem;
    text-indent: 0;
    font-size: 4rem;
    font-family: 'xeicon' !important;
}

.popup .bx-controls-direction a.bx-prev {
    margin-left: -72rem;
}

.popup .bx-controls-direction a.bx-next {
    margin-left: 72rem;
}

.popup .bx-controls-direction a.bx-prev::before {
    content: "\e93d";
}

.popup .bx-controls-direction a.bx-next::before {
    content: "\e940";
}

.popup .bx-controls-auto {
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: 68rem;
}

.popup .bx-controls-auto .bx-controls-auto-item {
    display: inline-block;
    width: 2.5rem;
    height: 3rem;
    overflow: hidden;
}

.popup .bx-controls-auto a {
    width: 100%;
    height: 100%;
}

.popup .bx-controls-auto a::before {
    height: 3rem;
    line-height: 3rem;
    font-size: 2rem;
}

.popup .bx-controls-auto a.bx-start::before {
    content: "\ea3e";
}

.popup .bx-controls-auto a.bx-stop::before {
    content: "\ea41";
}

.popup .bx-controls-auto a.active.bx-start::before {
    content: "\ea40";
}

.popup .bx-controls-auto a.active.bx-stop::before {
    content: "\ea3d";
}

/* #header.fixed ~ #content { margin-top: 17rem; } */
.visual-slide {
    display: none;
    /* .item2 .bg{background-image: url(../images/korean/main/visual02.jpg);} .item3 .bg{background-image: url(../images/korean/main/visual02.jpg);} */
}

.visual-slide .slogan {
    color: #fff;
    text-align: center;
}

.visual-slide .slogan * {
    -webkit-transform: translateY(2rem);
    transform: translateY(2rem);
    opacity: 0;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.visual-slide .slogan .cali {
    display: inline-block;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transition-delay: .3s;
    transition-delay: .3s;
    font-size: 6rem;
    color: #ffffff;
    font-weight: 500;
    word-break: keep-all;
    font-family: var(--signature-font);
}

.visual-slide .slogan .ment {
    font-size: 4rem;
    color: #fdb913;
    margin: 1.7rem 0 1rem;
    -webkit-transition-delay: .5s;
    transition-delay: .5s;
    font-weight: 700;
}

.visual-slide .slogan .desc {
    -webkit-transition-delay: .7s;
    transition-delay: .7s;
}

.visual-slide .slogan .link {
    font-size: 1.8rem;
    margin: 3.5rem 0 8rem;
    display: inline-block;
    border: 2px solid #fff;
    padding: 1rem 5rem;
    -webkit-transform: translateY(2rem);
    transform: translateY(2rem);
    -webkit-transition-delay: .9s;
    transition-delay: .9s;
}

.visual-slide .item {
    height: 62rem;
    padding-top: 15rem;
    position: relative;
}

.visual-slide .item .bg {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: -webkit-transform 1s ease;
    transition: -webkit-transform 1s ease;
    transition: transform 1s ease;
    transition: transform 1s ease, -webkit-transform 1s ease;
    background: 50% 50% / cover no-repeat;
}

.visual-slide .item1 .bg {
    background-image: url(../images/korean/main/visual01.jpg);
}

.visual-slide .slick-active .bg {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.visual-slide .slick-active .slogan * {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}

.visual-slide .slick-active .slogan .cali {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.visual-slide .slick-dots {
    display: none;
    position: absolute;
    left: 50%;
    bottom: 6rem;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.visual-slide .slick-dots li {
    display: inline-block;
}

.visual-slide .slick-dots button {
    font-size: 0;
    padding: 0;
    color: transparent;
    width: 1.1rem;
    height: 1.1rem;
    border-radius: 50%;
    margin: 0 1rem;
    background-color: #fff;
}

.visual-slide .slick-dots .slick-active button {
    background-color: #fdb913;
}

.add-intro {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 6.5rem 0;
}

.add-intro .title-area {
    width: 37%;
    color: #000000;
    padding-top: 4rem;
}

.add-intro .title-area em {
    display: block;
    font-size: 1.6rem;
    font-weight: 700;
    position: relative;
    padding-left: 4rem;
}

.add-intro .title-area em::before {
    content: '';
    display: block;
    width: 2.5rem;
    height: 0.3rem;
    background-color: #000000;
    position: absolute;
    left: 0;
    top: 1rem;
}

.add-intro .title-area p {
    font-size: 4rem;
    margin-top: 2rem;
    font-weight: 300;
    letter-spacing: -0.05em;
    padding-left: 4rem;
    word-break: keep-all;
    font-family: var(--signature-font);
}

.add-intro .title-area strong {
    font-weight: 500;
}

.add-intro .list-area {
    width: 63%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.add-intro .list-area .item {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: block;
    padding: 3rem 4rem;
    -webkit-transition: all .3s;
    transition: all .3s;
    position: relative;
}

.add-intro .list-area .item:hover, .add-intro .list-area .item:focus {
    -webkit-box-shadow: 0.8rem 0.8rem 3.8rem rgba(0, 0, 0, 0.08);
    box-shadow: 0.8rem 0.8rem 3.8rem rgba(0, 0, 0, 0.08);
}

.add-intro .list-area .item ~ .item::before {
    content: '';
    display: block;
    width: 1px;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #ebebeb;
    position: absolute;
}

.add-intro .list-area i {
    display: block;
    width: 7rem;
    height: 7rem;
    background: url(../images/korean/main/add_icon.png) 0 0/auto 7rem no-repeat;
}

.add-intro .list-area strong {
    font-size: 2.5rem;
    color: #000;
    display: block;
    margin: 2rem 0 1.5rem;
}

.add-intro .list-area p {
    color: #767676;
    margin-bottom: 1.5rem;
}

.add-intro .list-area span {
    font-size: 1.3rem;
    text-transform: uppercase;
    font-weight: 700;
    color: #FF5813;
}

.add-intro .list-area span::after {
    content: '';
    display: block;
    width: 4.3rem;
    height: 0.3rem;
    background-color: #FF5813;
}

.add-intro .list-area .item2 i {
    background-position: -7rem 0;
}

.add-intro .list-area .item3 i {
    background-position: -14rem 0;
}

#section3 {
    background-color: #f3f3f3;
    padding: 10rem 0;
    color: #fff;
}

#section3 .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -1rem;
    margin-right: -1rem;
}

#section3 .item {
    display: block;
    width: 25%;
    position: relative;
    padding: 1rem;
}

#section3 .item .txt {
    position: absolute;
    padding: 3rem;
    z-index: 1;
}

#section3 .item strong {
    font-size: 2.5rem;
}

#section3 .item .img {
    position: relative;
}

#section3 .item .img::after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #000;
    opacity: 0;
    -webkit-transition: all .3s;
    transition: all .3s;
}

#section3 .item:hover p, #section3 .item:hover i, #section3 .item:focus p, #section3 .item:focus i {
    opacity: 1;
    visibility: visible;
}

#section3 .item:hover .img::after {
    opacity: .7;
}

#section3 .item1, #section3 .item2 {
    width: 50%;
}

#section3 .item1 .txt, #section3 .item2 .txt {
    padding: 4rem;
}

#section3 .item1 strong, #section3 .item2 strong {
    font-size: 3rem;
}

#section3 p, #section3 i {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .25s;
    transition: all .25s;
}

#section3 p {
    font-size: 1.8rem;
    margin: 1rem 0 3rem;
}

#section3 i {
    display: block;
    width: 3.4rem;
    height: 3.4rem;
    border: 1px solid #fff;
    border-radius: 50%;
    position: relative;
    margin-left: 1.6rem;
}

#section3 i::after {
    content: '';
    display: block;
    width: 3.8rem;
    height: 1.6rem;
    background: url(../images/korean/main/arrow.png) 0 0/contain no-repeat;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-40%, -50%);
    transform: translate(-40%, -50%);
}

#section4 {
    padding: 9rem 0;
}

#section4 .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -2rem;
    margin-right: -2rem;
}

#section4 .article {
    width: 30%;
    position: relative;
    padding: 0 2rem;
}

#section4 h3 {
    font-size: 2.5rem;
    color: #000000;
    margin-bottom: 1.5rem;
}

#section4 ul {
    border-top: 2px solid #000;
    padding-top: 2rem;
}

#section4 li {
    padding-left: 1.5rem;
    margin-top: 1.4rem;
    position: relative;
}

#section4 li::before {
    content: '';
    display: block;
    width: 0.3rem;
    height: 0.3rem;
    background-color: #676767;
    position: absolute;
    left: 0;
    top: 1rem;
}

#section4 li a {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: calc(100% - 9rem);
}

#section4 li a:hover {
    text-decoration: underline;
}

#section4 li strong {
    font-size: 1.8rem;
    color: #000000;
}

#section4 li p {
    font-size: 1.5rem;
    color: #767676;
    margin-top: 1.2rem;
    line-height: 1.5;
    display: -webkit-box;
    height: 4rem;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal;
    word-wrap: break-word;
}

#section4 .date {
    position: absolute;
    right: 0;
    top: 0;
}

#section4 .more {
    position: absolute;
    right: 2rem;
    top: 0;
    border-radius: 2rem;
    font-size: 1.5rem;
    color: #6b6b6b;
    border: 1px solid #ddd;
    padding: 0.4rem 1.5rem;
    -webkit-transition: all .25s;
    transition: all .25s;
}

#section4 .more:hover {
    background-color: #6b6b6b;
    border: 1px solid #6b6b6b;
    color: #ffffff;
}

#section4 .notice {
    width: 40%;
}

#section4 .notice li {
    margin-top: 1rem;
}

#section4 .notice li:first-child {
    border-bottom: 1px solid #a3a3a3;
    padding: 0 0 3rem 10rem;
    margin-bottom: 1.8rem;
}

#section4 .notice li:first-child a {
    width: 100%;
}

#section4 .notice li:first-child::before {
    display: none;
}

#section4 .notice li:first-child .date {
    right: auto;
    left: 0;
    width: 8rem;
    border: 4px solid #d6d6d6;
    padding: .6rem 1rem;
    text-align: center;
}

#section4 .notice li:first-child .date strong {
    font-size: 3rem;
}

#section4 .media .item {
    display: block;
    position: relative;
    text-align: center;
    min-height: 5rem;
}

#section4 .media .thumb {
    display: block;
}

#section4 .media p {
    background-color: #fff;
    padding: 1.5rem 3rem;
    font-size: 1.8rem;
    color: #000000;
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 90.8%;
}

#section5 {
    position: relative;
    padding: 10rem 0 5rem;
    word-break: keep-all;
}

#section5::before {
    content: '';
    display: block;
    background-color: #132f57;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 24rem;
}

#section5 .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #fff;
    padding: 3rem 5rem 3rem 4rem;
    margin-left: -4rem;
    margin-right: -5rem;
}

#section5 .content-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: calc(100% - 42.9rem);
}

#section5 .content-link li {
    width: 50%;
    position: relative;
    padding: 0 2rem;
}

#section5 .content-link li:nth-child(2), #section5 .content-link li:nth-child(4) {
    border-left: 1px solid #ddd;
}

#section5 .content-link li:nth-child(3) a, #section5 .content-link li:nth-child(4) a {
    border-top: 1px solid #ddd;
}

#section5 .content-link a {
    display: block;
    height: 100%;
    padding: 2rem 0rem 2rem 9rem;
}

#section5 .content-link a:hover .icon {
    background-color: #edc31e;
    color: #ffffff;
}

#section5 .content-link a:hover .title::before {
    width: 100%;
}

#section5 .content-link .title {
    font-size: 2.5rem;
    font-weight: 300;
    color: #000000;
    display: inline-block;
    position: relative;
    z-index: 1;
    margin-bottom: 1rem;
}

#section5 .content-link .title::before {
    content: '';
    display: block;
    width: 0%;
    height: .9rem;
    position: absolute;
    left: 0%;
    bottom: 0;
    z-index: -1;
    background-color: #edc31e;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

#section5 .content-link .title strong {
    font-weight: 700;
}
#section5 .content-link .title strong small {
	font-size: 1.6rem; padding-right: 0.4rem;
}

#section5 .content-link .desc {
    color: #767676;
    display: block;
}

#section5 .content-link .icon {
    display: block;
    width: 7rem;
    height: 7rem;
    border-radius: 50%;
    background-color: #606d7f;
    position: absolute;
    left: 2rem;
    -webkit-transition: all .25s;
    transition: all .25s;
}

#section5 .content-link .icon::before {
    content: '';
    display: block;
    width: 3.5rem;
    height: 3.5rem;
    margin: 2rem auto;
    background: url(../images/korean/main/section5_icon.png) 0 0/auto 3.5rem no-repeat;
}

#section5 .content-link li:nth-child(1) .icon::before {
    background-position: 0rem 0;
    background-position: -10.5rem 0;
}

#section5 .content-link li:nth-child(2) .icon::before {
    background-position: -3.5rem 0;
    background-position: -7rem 0;
}

#section5 .content-link li:nth-child(3) .icon::before {
    background-position: -7rem 0;
    background-position: 0rem 0;
}

#section5 .content-link li:nth-child(4) .icon::before {
    background-position: -10.5rem 0;
    background-position: -3.5rem 0;
}

#section5 .banner-wrap {
    position: relative;
    max-width: 42.9rem;
    height: 22.6rem;
    margin: 2rem auto 0;
    overflow: hidden;
}

#section5 .banner-wrap .slick-list {
    height: 100%;
    overflow: hidden;
}

#section5 .banner-wrap .slick-track {
    display: flex;
    flex-flow: row wrap;
}

#section5 .banner-wrap .slick-slide {
    float: none;
}

#section5 .banner-wrap [class*=control] {
    display: none;
    position: absolute;
    bottom: 0;
    right: 1rem;
    z-index: 2;
    font-size: 2.2rem;
    line-height: 1;
    padding: .5rem;
    width: 3rem;
    height: 3rem;
    color: #ffffff;
}

#section5 .banner-wrap [class*=control].active {
    display: block;
}

#section5 .banner-slide::before {
    content: '';
    background-color: rgba(0, 0, 0, 0.7);
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 3rem;
    z-index: 1;
}

#section5 .banner-slide .slick-dots {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 2;
}

#section5 .banner-slide .slick-dots li {
    display: inline-block;
    vertical-align: middle;
    padding: .8rem;
}

#section5 .banner-slide .slick-dots button {
    font-size: 0;
    color: transparent;
    width: 1.1rem;
    height: 1.2rem;
    border-radius: 50%;
    background-color: #fff;
    padding: 0;
}

#section5 .banner-slide .slick-dots .slick-active button {
    background-color: #fdb913;
}

@media (max-width: 1450px) {
    .popup .bx-controls-direction a {
        transform: translate(0,-50%);
    }

    .popup .bx-controls-direction a.bx-prev {
        left: 0;
        margin-left: 0;
    }

    .popup .bx-controls-direction a.bx-next {
        left: inherit;
        right: 0;
        margin-left: 0;
    }

    .popup .bx-controls-auto {
        left: inherit;
        right: 1rem;
        margin-left: 0;
    }

    #section4 .container, #section5 .container {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

@media (max-width: 1279px) {
    .popup.active, .popup-list, .popup-list li {
    	height:12rem;
    }
    .popup-list li {
    	overflow:hidden;
    }
    .popup-list li img {
    	position:absolute;
    	left:50%;
    	top:50%;
    	transform:translate(-50%,-50%);
    	max-width: max-content;
    }
    
    #section5 {
        padding: 0;
    }

    #section5 .row {
        background-color: #f3f3f3;
    }

    #section5::before {
        display: none;
    }

    #section5 .content-link {
        margin-left: 0;
    }

    #section5 .content-link li {
        padding: 0 2rem;
    }

    #section5 .content-link .title strong {
        display: inline-block;
    }

    #section5 .content-link .desc {
        margin-left: 0;
    }

    #section5 .content-link .desc br {
        display: none;
    }

    #section5 .content-link .go-btn {
        background-color: #ffffff;
    }

    #section4 h3 {
        font-size: 2.3rem;
    }
}

@media (max-width: 1024px) {
    /*.popup {
        display: none;
    }*/

    .visual-slide .slogan {
        padding: 0 1rem;
    }

    .visual-slide .slogan .cali {
        font-size: 5rem;
    }

    #header.fixed ~ #content {
        margin-top: 0;
    }

    #content {
        padding-top: 0;
    }

    .add-intro, #section3, #section4, #section5 {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }

    #section5 {
        padding-bottom: 0;
    }

    .add-intro {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .add-intro .list-area {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .add-intro .list-area .item {
        padding: 1rem;
        position: relative;
        padding-left: 10rem;
        -webkit-box-flex: inherit;
        -ms-flex: inherit;
        flex: inherit;
    }

    .add-intro .list-area .item ~ .item::before {
        width: 100%;
        height: 1px;
    }

    .add-intro .list-area i {
        position: absolute;
        left: 1rem;
        top: 3rem;
    }

    .add-intro .list-area span {
        position: absolute;
        right: 1rem;
        top: 3rem;
    }

    .add-intro .title-area {
        padding-top: 0;
        width: 100%;
    }

    .add-intro .title-area p br {
        display: none;
    }

    #section3 .row {
        margin: 0;
    }

    #section3 .item .txt {
        padding: 2rem;
    }

    #section3 .item1 .txt, #section3 .item2 .txt {
        padding: 3rem;
    }

    #section3 .item strong {
        font-size: 2rem;
    }

    #section3 .item i {
        opacity: 1;
        visibility: visible;
        margin-top: 1rem;
    }

    #section3 .item p {
        display: none;
    }

    #section4 .container, #section5 .container {
        padding-left: 0;
        padding-right: 0;
    }

    #section4 .row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin: 0;
    }

    #section4 .article {
        width: 100%;
    }

    #section4 .article ~ .article {
        margin-top: 3rem;
    }

    #section5 .row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 0;
        margin: 0;
        background-color: #fff;
        display: block;
    }

    #section5 .content-link {
        width: auto;
        background-color: #f3f3f3;
    }

    #section5 .banner-wrap {
        margin-top: 2rem;
        margin-bottom: 2rem;
        background-color: #fff;
    }
}

@media (max-width: 719px) {
    #section3 .item {
        width: 50%;
    }

    #section3 .item .img {
        position: relative;
        padding-bottom: 64%;
        overflow: hidden;
        height: 0;
    }

    #section5 .content-link li {
        width: 100%;
    }

    #section5 .content-link li:nth-child(2) a {
        border-top: 1px solid #ddd;
    }

    #section5 .content-link li:nth-child(2), #section5 .content-link li:nth-child(4) {
        border-left: none;
    }
    
    #section5 .content-link .desc br {
    	display:block;
    }
}
