* {
    padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.container__wr_1200 {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}

.container__wr_1200_l0 {
    max-width: 1561px;
    width: 100%;
    margin: 0 auto 0 0;
}

.container__wr_1600 {
    max-width: 1600px;
    width: 100%;
    margin: 0 auto;
}

.container__wr_842 {
    max-width: 842px;
    width: 100%;
    margin: 0 auto;
}

ul, ol {
    list-style: none;
}

h1, h2, h3, h4, h5, h6, a, p, span, div {
    word-break: keep-all;
}

a {
    text-decoration: none;
    word-break: keep-all;
}

br {
    font-size: 0;
}

/* 반응형 가운데 정렬 이미지 */
.center_image {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

#fullpage {
    margin-top: -4px;
}

/*pop-up 팝업*/
#top-pop-up {
    position: relative;
    width: 100%;
    height: 55px;
    top: 0;
    left: 0;
    background: #c2a471;
    z-index: 1000;
}

#top-pop-up .pop-content {
    text-align: center
}

#top-pop-up .pop-content span {
    font-size: 18px;
    color: #fff;
    line-height: 55px;
}

#top-pop-up .pop-content span img {
    width: 100px;
    vertical-align: middle;
    margin: 0 9px;
}

#top-pop-up .pop-btn {
    height: 55px;
    line-height: 55px;
    float: right;
}

#top-pop-up .pop-btn input {
    margin-right: 5px;
}

#top-pop-up .pop-btn label {
    font-size: 12px;
    color: #fff;
}

#top-pop-up .pop-btn .pop-close-btn {
    margin-left: 15px;
    cursor: pointer;
}

@media (max-width: 1280px) {
    #top-pop-up {
        display: none;
    }
}

/* 헤더 */
#header {
    position: fixed;
    width: 100%;
    height: 77px;
    top: 0;
    left: 0;
    padding: 15px 37px 0;
    transition: all .1s ease-in-out;
    z-index: 777;
}


#header.move {
    background: rgba(0, 0, 0, 0.6);
}

.hd_menu.active {
    padding: 0;
    box-shadow: 0 1px 3px rgb(0 0 0 / 12%);
}

.hd_menu.active > .container__wr_1600 {
    max-width: 100%;
}

.hd_menu.active > .container__wr_1600 .hd-nav {
    padding: 40px 353px;
}

#header.isPopUp {
    top: 55px;
}

.hd_menu > .container__wr_1600 {
    background-color: #fff;
    height: 90px;
}

.header-top {
    width: 100%;
    text-align: right;
}

.hd-login {
    display: inline-block;
}

.hd-login ul {
}

.hd-login ul li {
    display: inline-block;
    margin: 0 12px;
    vertical-align: middle;
}

.hd-login ul li a {
    font-size: 14px;
    font-family: "Noto Sans KR";
    color: #b7b7b7;
}

.hd-login ul li:hover a {
    color: #c4a673;
}

.hd-sns {
    display: inline-block;
}

.hd-sns ul {
}

.hd-sns ul li {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin: 0 2px;
    vertical-align: middle;
}

.hd-sns ul li a {
    display: inline-block;
    width: 100%;
    height: 100%;
}

.hd-sns ul li:nth-child(1) a {
    background: url('../../img/sns_instagram.png') center no-repeat;
}

.hd-sns ul li:nth-child(2) a {
    background: url('../../img/sns_blog.png') center no-repeat;
}

.hd-sns ul li:nth-child(3) a {
    background: url('../../img/sns_youtube.png') center no-repeat;
}

.hd-sns ul li:nth-child(4) a {
    background: url('../../img/sns_kakaotalk.png') center no-repeat;
}

.hd-sns ul li:nth-child(1):hover a {
    background: url('../../img/sns_instagram_colored.png') center no-repeat;
}

.hd-sns ul li:nth-child(2):hover a {
    background: url('../../img/sns_blog_colored.png') center no-repeat;
}

.hd-sns ul li:nth-child(3):hover a {
    background: url('../../img/sns_youtube_colored.png') center no-repeat;
}

.hd-sns ul li:nth-child(4):hover a {
    background: url('../../img/sns_kakaotalk_colored.png') center no-repeat;
}

#header .hd-nav .menu-btn {
    display: none;
}

.header-bottom {
}

.hd-nav {
    display: flex;
    justify-content: space-between;
    position: relative;
    padding: 40px 200px;
}

.hd-nav .hd-logo {
    display: inline-block;
}

.hd-nav .hd-logo img {
    margin-top: -15px;
}

.hd-nav .hd-menu {
    display: inline-block;
}

.hd-nav .hd-menu .menu-1dp {
    display: inline-block;
}


.hd-nav .hd-menu .menu-1dp > li {
    position: relative;
    display: inline-block;
    padding-right: 49px;
}

.hd-nav .hd-menu .menu-1dp > li:last-child {
    padding-right: 0;
}

.hd-nav .hd-menu .menu-1dp li a {
    font-family: "Noto Sans Medium KR";
    font-size: 18px;
    color: #000;
}

.hd-nav .hd-menu .menu-1dp li a:hover {
    font-size: 18px;
    font-family: "Noto Sans Bold KR";
    color: #000;
}


.hd-nav .hd-menu .menu-1dp > li .menu-2dp {
    position: absolute;
    width: 205px;
    height: 0;
    top: 43%;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    border: 0;
    overflow: hidden;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}


.hd-nav .hd-menu .menu-1dp > li .menu-2dp.open {
    width: 205px;
    height: auto;
    border: 1px solid #ccc;
    overflow: visible;
    padding: 0 14px 17px !important;
    margin-top: 30px;
}

.hd-nav .hd-menu .menu-1dp > li .menu-2dp > li {
    display: block !important;
    text-align: left;
    padding: 17px 0 0 0 !important;
}

.hd-nav .hd-menu .menu-1dp > li .menu-2dp > li a {
    display: block;
    width: 100%;
    font-size: 16px !important;
    color: #000 !important;
}

.hd-nav .hd-menu .menu-1dp > li .menu-2dp > li:hover > a {
    color: #001AC7 !important;
}

.hd-nav .hd-menu .menu-1dp > li .menu-2dp > li .menu-3dp {
    position: absolute;
    width: 0;
    min-height: 143px;
    top: -5px;
    left: 100%;
    background: #fff;
    border: 0;
    overflow: hidden;
}

.hd-nav .hd-menu .menu-1dp > li .menu-2dp > li .menu-3dp.open {
    width: 245px;
    border: 1px solid #ccc;
    border-top: 5px solid #c4a673;
}

.hd-nav .hd-menu .menu-1dp > li .menu-2dp > li .menu-3dp li {
    padding-left: 20px;
    margin-top: 20px;
}

.hd-nav .hd-menu .menu-1dp > li .menu-2dp > li .menu-3dp li:last-child {
    margin-bottom: 20px;
}

.hd-nav .hd-menu .menu-1dp > li .menu-2dp > li .menu-3dp li a {
    font-size: 15px;
    font-family: "Noto Sans KR";
    color: #707070;
}

.hd-nav .hd-menu .menu-1dp > li .menu-2dp > li .menu-3dp li:hover a {
    color: #c4a673;
}

#hidden-menu {
    position: absolute;
    width: 100%;
    height: 0;
    left: 0;
    top: 80px;
    background: #fff;
    text-align: left;
    transition: all .1s ease-in-out;
    overflow: hidden;
}

#hidden-menu.visible {
    height: auto;
    transition: all .1s ease-in-out;
    box-shadow: 0 4px 4px -4px rgba(0, 0, 0, 0.2);
}

#hidden-menu .hm-list .hm-1dp {
}

#hidden-menu .hm-list .hm-1dp li {
}

#hidden-menu .hm-list .hm-1dp > li {
    padding: 20px 0;
}


#hidden-menu .hm-list .hm-1dp li > a,
#hidden-menu .hm-list .hm-1dp li > span {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 100%;
    font-size: 19px;
    color: #252525;
    padding-left: 25px;
    cursor: pointer;
}

#hidden-menu .hm-list .hm-1dp li span .hm-list-arrow {
    position: absolute;
    width: 16px;
    height: 8px;
    top: 50%;
    right: 20px;
    margin-top: -4px;
    transform: rotate(0);
    transition: all .25s ease-in-out;
}

#hidden-menu .hm-list .hm-1dp li span .hm-list-arrow.open {
    transform: rotate(180deg);
    transition: all .15s ease-in-out;
}

#hidden-menu .hm-list .hm-1dp li .hm-2dp {
    height: 0;
    overflow: hidden;
}

#hidden-menu .hm-list .hm-1dp li .hm-2dp.open {
    height: auto;
    padding: 17px 0 25px 40px;
    background-color: #F4F4F8;
    margin-top: 27px;
}

#hidden-menu .hm-list .hm-1dp li .hm-2dp li {
    margin-top: 20px;
}

#hidden-menu .hm-list .hm-1dp li .hm-2dp li span,
#hidden-menu .hm-list .hm-1dp li .hm-2dp li a {
    display: inline-block;
    width: 100%;
    height: 100%;
    font-size: 16px;
    color: #000;
}

#hidden-menu .hm-list .hm-1dp li .hm-2dp li .hm-3dp {
    height: 0;
    overflow: hidden;
}

#hidden-menu .hm-list .hm-1dp li .hm-2dp li .hm-3dp.open {
    height: auto;
}

#hidden-menu .hm-list .hm-1dp li .hm-2dp li .hm-3dp a {
    font-size: 15px;
    color: #898989;
}

.hm-list-bottom {
    text-align: right;
}

.hm-list-bottom .hm-login {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 15px;
}

.hm-list-bottom .hm-login ul {
}

.hm-list-bottom .hm-login ul li {
    display: inline-block;
    margin-left: 20px;
}

.hm-list-bottom .hm-login ul li a {
    font-size: 15px;
    font-weight: bold;
    color: #959595;
}

.hm-list-bottom .hm-login ul li a:focus {
    color: #c4a673;
}

.hm-list-bottom .hm-sns {
    display: inline-block;
    margin: 15px 20px 30px 20px;
    vertical-align: middle;
}

.hm-list-bottom .hm-sns ul {
}

.hm-list-bottom .hm-sns ul li {
    display: inline-block;
    width: 34px;
    height: 34px;
}

.hm-list-bottom .hm-sns ul li a {
    display: inline-block;
    width: 34px;
    height: 34px;
}

.hm-list-bottom .hm-sns ul li:nth-child(1) a {
    background: url('../../img/sns_instagram_colored.png') center no-repeat;
}

.hm-list-bottom .hm-sns ul li:nth-child(2) a {
    background: url('../../img/sns_blog_colored.png') center no-repeat;
}

.hm-list-bottom .hm-sns ul li:nth-child(3) a {
    background: url('../../img/sns_youtube_colored.png') center no-repeat;
}

.hm-list-bottom .hm-sns ul li:nth-child(4) a {
    background: url('../../img/sns_kakaotalk_colored.png') center no-repeat;
}

/*header 반응형*/
@media (max-width: 1280px) {
    #header {
        padding: 13px 20px;
    }

    .hd-nav .hd-logo img {
        margin-top: 0;
    }

    .hd-nav .hd-logo {
        padding-top: 0 !important;
    }

    #header .hd-menu {
        display: none !important;
    }

    #header .hd-nav .menu-btn {
        display: block;
        position: absolute;
        width: 35px;
        right: 0;
        top: 15px;
        cursor: pointer;
    }

    #header .hd-nav .menu-btn img {
        width: 100%;
    }

    #header .hd-nav .menu-btn .menu-icon {
        display: block;
    }

    #header .hd-nav .menu-btn .menu-close-icon {
        display: none;
    }

    #header .hd-nav .menu-btn.visible .menu-icon {
        display: none;
    }

    #header .hd-nav .menu-btn.visible .menu-close-icon {
        display: block;
    }

    #hidden-menu {
        width: calc(100% + 40px);
        height: 0;
        left: -20px;
        top: 65px;
    }
}

@media (max-width: 768px) {
    #header {
        padding: 0 15px 10px;
    }

    .hd-nav {
        margin-top: 15px;
    }

    .hd-nav .hd-logo img {
        width: 56px;
    }

    #header .hd-nav .menu-btn {
        width: 22px;
        top: 12px;
    }

    #header .hd-nav .menu-btn img {
    }

    #hidden-menu {
        top: 45px;
    }

    #hidden-menu .hm-list .hm-1dp li span {
        font-size: 15px;
    }

    #hidden-menu .hm-list .hm-1dp li .hm-2dp li a {
        font-size: 14px;
    }

    .hm-list-bottom .hm-sns {
        margin: 15px 10px 30px 15px;
    }
}


/*top-btn*/
.top-btn__wrap.container__wr_1200 {
    position: fixed;
    max-width: 1200px;
    left: 50%;
    bottom: 0;
    margin-left: -600px;
}

#top-btn {
    position: absolute;
    bottom: 20px;
    width: 50px;
    height: 50px;
    right: 0;
    text-align: center;
    background: #00065A;
    border: 0;
}

#top-btn i {
    font-size: 25px;
    font-weight: 400;
    color: #fff;
}

#top-btn span {
    display: block;
    font-size: 9px;
    margin-top: 3px;
}

@media (max-width: 1280px) {
    .top-btn__wrap.container__wr_1200 {
        position: fixed;
        max-width: 1200px;
        left: 0;
        bottom: 0;
        margin-left: -30px;
    }
}

/*footer*/
#footer {
}

#footer .ft-con.con01 {
    height: 80px;
    padding-top: 25px;
    border-top: 1px solid #cdcdcd;
    border-bottom: 1px solid #cdcdcd;
}

#footer .ft-con .ft-con__left {
    display: inline-block;
    width: calc(50% - 2px);
}

#footer .ft-con .ft-con__left ul li {
    display: inline-block;
    margin-right: 15px;
}

#footer .ft-con .ft-con__left ul li a {
    font-size: 15px;
    font-weight: bold;
    color: #7d7d7d;
}

#footer .ft-con .ft-con__left ul li:hover a {
    color: #a67c52;
}

#footer .ft-con .ft-con__right {
    display: inline-block;
    width: calc(50% - 2px);
    text-align: right;
}

#footer .ft-con .ft-con__right span {
    font-size: 15px;
    color: #555;
}

#footer .ft-con .ft-con__right span a {
    font-size: 20px;
    font-weight: 600;
    color: #a67c52;
    margin-left: 10px;
}

#footer .ft-con.con02 {
    padding: 20px 0 50px 0;
}

#footer .ft-con.con02 p {
    font-size: 15px;
    color: #555;
    margin-top: 5px;
}

/*footer 반응형*/
@media (max-width: 1280px) {
    #footer {
        padding: 0 20px;
    }

    #footer .ft-con.con01 {
        padding: 0 20px;
    }

    #footer .ft-con.con02 {
        padding: 20px;
    }

    #footer .ft-con .ft-con__left ul li a {
        line-height: 80px;
    }
}

@media (max-width: 768px) {
    #footer {
        padding-right: 60px;
    }


    #footer .ft-con .ft-con__left {
        display: block;
        width: 100%;
        height: auto;
        padding-top: 0;
    }

    #footer .ft-con .ft-con__left ul li {
        display: inline-block;
        margin-right: 15px;
    }

    #footer .ft-con .ft-con__left ul li a {
        font-size: 14px;
        line-height: 1em;
    }

    #footer .ft-con .ft-con__right {
        display: block;
        width: 100%;
        text-align: left;
        margin-top: 5px;
    }

    #footer .ft-con .ft-con__right span {
        font-size: 15px;
        color: #555;
    }

    #footer .ft-con .ft-con__right span a {
        font-size: 20px;
        font-weight: 600;
        color: #a67c52;
        margin-left: 10px;
    }

    #footer .ft-con.con02 {
        padding: 18px 15px 65px;
    }

    #footer .ft-con.con02 p {
        font-size: 14px; /*letter-spacing: 0.12em;*/
        line-height: 1.5em;
        margin-top: 5px;
    }
}

/* ================================================================================
   메인페이지 본문
   ================================================================================ */
/*section-01*/
#section-01 {
}

#section-01 #sect01-slider {
    width: 100%;
}

#section-01 #sect01-slider .slick-slide {
    position: relative;
    width: 100%;
    height: 100%;
}

#section-01 #sect01-slider .slick-slide .slide-img-wrap {
    position: relative;
    width: 100%;
    height: 1000px;

}


#section-01 #sect01-slider .slick-slide .slide-img-wrap img {
    width: 100%;
    position: absolute;
    max-width: 1920px;
    min-width: 1280px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.visible_fhd {
    /*max-width:70px;*/
    display: block;
}

.visible_1920 {
    display: block !important;
}

.visible_hd {
    display: none !important;
}

.visible_1280 {
    display: none !important;
}

.visible_768 {
    display: none !important;
}

#section-01 #sect01-slider .slick-slide .slide-text-wrap {
    position: absolute;
    width: 100%;
    height: 360px;
    left: 72%;
    top: 69%;
    transform: translate(-50%, -50%);
    text-align: left;
}

#section-01 #sect01-slider .slick-slide .slide-text-wrap span {
    font-weight: bold;
}

#section-01 #sect01-slider .slick-slide .slide-text-wrap h1 {
    font-size: 50px;
    text-align: left;
    font-family: "Noto Sans Medium KR";
    color: #fff;
    line-height: 70px;
    letter-spacing: -1.5px;


    transition: 1s;
    width: 100%;
    padding-left: 100px;
    opacity: 0;
    filter: alpha(opacity=0);
    display: block;
    position: relative;
    top: 30px;
}


#section-01 #sect01-slider .slick-slide .slide-text-wrap h1 > strong {
    font-family: "Noto Sans Bold KR";
}

#section-01 #sect01-slider .slick-slide .slide-text-wrap h2 {
    font-family: "Noto Sans Medium KR";
    font-size: 19px;
    color: #fff;
    margin-top: 16px;
    text-align: left;
    line-height: 45px;

    transition: 1.8s;
    width: 100%;
    padding-left: 100px;
    opacity: 0;
    filter: alpha(opacity=0);
    display: block;
    position: relative;
    top: 30px;
}

#section-01 #sect01-slider .slick-slide .slide-text-wrap h2 > strong {
    font-family: "Noto Sans Bold KR";
}

#section-01 #sect01-slider .slick-slide .slide-text-wrap button {
    width: 180px;
    height: 50px;
    line-height: 50px;
    font-size: 15px;
    color: #E8E8E8;
    background: transparent;
    border: 1px solid #E8E8E8;
    border-radius: 10px;
    margin-top: 60px;
}

#section-01 #sect01-slider .slick-dots {
    position: absolute;
    text-align: center;
    bottom: 7%;
    width: 100%;
    text-align: center;
}

#section-01 #sect01-slider .slick-dots li {
    display: inline-block;
    width: 12px;
    height: 12px;
    background: #fff;
    border-radius: 50%;
    margin: 0 6px;
    cursor: pointer;
}

#section-01 #sect01-slider .slick-dots li button {
    font-size: 0;
    background: transparent;
    border: 0;
}

#section-01 #sect01-slider .slick-dots .slick-active {
    background: #fff;
    cursor: default;
    position: relative;
}

#section-01 #sect01-slider .slick-dots .slick-active button {
    width: 8px;
    height: 8px;
    background-color: #000;
    border-radius: 50%;
}

/*화살표*/
#sect01-slider .slick-arrow {
    position: absolute;
    width: 53px;
    height: 103px;
    top: 50%;
    z-index: 9000;
    border: 0;
    background: transparent;
    font-size: 0;
}

#sect01-slider .slick-next {
    right: 15%;
    background: url('/theme/basic/img/slider-right-arrow.png') no-repeat 100% / 100%;
}

#sect01-slider .slick-prev {
    left: 15%;
    background: url('/theme/basic/img/slider-left-arrow.png') no-repeat 100% / 100%;
}


/*section-02*/
#section-02 {
}

#section-02 .sect02-con.con01 {
    padding: 135px 0 0;
}

#section-02 .sect02-con .text-wrap {
    display: inline-block;
    width: calc(50% - 2px);
}

#section-02 .sect02-con .text-wrap h1 {
    font-size: 45px;
    font-weight: bold;
    color: #050726;
}

#section-02 .sect02-con .text-wrap h1 span {
    color: #c4a673;
}

#section-02 .sect02-con .text-wrap h2 {
    font-size: 25px;
    color: #555;
    margin-top: 20px;
}

#section-02 .sect02-con .text-wrap p {
    font-size: 16px;
    color: #555;
    margin-top: 40px;
}

#section-02 .sect02-con .text-wrap button {
    width: 220px;
    height: 50px;
    font-size: 16px;
    color: #c4a673;
    background: transparent;
    border: 1px solid #c4a673;
    border-radius: 27px;
    margin-top: 40px;
    font-family: 'Noto Sans KR', dotum, sans-serif;
}

#section-02 .sect02-con .text-wrap button img {
    vertical-align: text-bottom;
    margin-left: 10px;
}

#section-02 .sect02-con .img-wrap {
    display: inline-block;
    width: calc(50% - 2px);
}

#section-02 .sect02-con .img-wrap img {
    width: 42.3vw;
}

#section-02 .sect02-con.con02 {
    margin-top: 100px;
    overflow: hidden;
}

#section-02 .sect02-con h3 {
    font-size: 45px;
    font-weight: bold;
    color: #050726;
    text-align: center;
}

#section-02 .sect02-con h3 span {
    color: #a67c52;
}

#section-02 .sect02-con #sect02-slider {
    margin-top: 60px;
}

#section-02 .sect02-con #sect02-slider .slick-list {
    overflow: visible;
}

#section-02 .sect02-con #sect02-slider .slick-slide {
    position: relative;
    width: calc(50% - 20px);
    margin: 0 10px;
}

#section-02 .sect02-con #sect02-slider .slick-slide .slide-img-wrap {
    position: relative;
    width: 100%;
}

#section-02 .sect02-con #sect02-slider .slick-slide .slide-img-wrap:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,000000+100&0+0,1+100 */
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#000000', GradientType=0); /* IE6-9 */
}

#section-02 .sect02-con #sect02-slider .slick-slide .slide-img-wrap img {
    width: 100%;
}

#section-02 .sect02-con #sect02-slider .slick-slide .slide-text-wrap {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    padding: 67px 60px;
}

#section-02 .sect02-con #sect02-slider .slick-slide .slide-text-wrap h4 {
    font-size: 22px;
    font-weight: bold;
    color: #fff;
}

#section-02 .sect02-con #sect02-slider .slick-slide .slide-text-wrap p {
    font-size: 16px;
    color: #fff;
    margin-top: 25px;
}

#section-02 .sect02-con #sect02-slider .slick-slide a:hover:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border: 10px solid #c4a673;
}

#section-02 #sect02-slider .slick-dots {
    text-align: center;
    bottom: 7%;
    width: 100%;
    text-align: center;
    padding: 60px 0 100px;
}

#section-02 #sect02-slider .slick-dots li {
    display: inline-block;
    width: 12px;
    height: 12px;
    background: #d7d7d7;
    border-radius: 50%;
    margin: 0 6px;
    cursor: pointer;
}

#section-02 #sect02-slider .slick-dots li button {
    font-size: 0;
    background: transparent;
    border: 0;
}

#section-02 #sect02-slider .slick-dots .slick-active {
    background: #c4a673;
    cursor: default;
}

/*section-03*/
#section-03 {
}

#section-03 .sect03-con {
    text-align: center;
    padding: 120px 0 40px;
}

#section-03 .sect03-con h1 {
    font-size: 45px;
    font-weight: bold;
    color: #fff;
}

#section-03 .sect03-con p {
    font-size: 16px;
    line-height: 1.7em;
    color: #d7d7d7;
    margin-top: 30px
}

#section-03 .sect03-con .search-bar {
    margin: 60px auto;
}

#section-03 .sect03-con .search-bar form {
}

#section-03 .sect03-con .search-bar form select {
    width: 240px;
    height: 52px;
    font-size: 16px;
    line-height: 52px;
    padding: 0 20px;
    margin: 0 5px;
    border-radius: 10px;
}

#section-03 .sect03-con .search-bar form select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #fff url('../../img/select_arrow.png') no-repeat 92% center;
}

#section-03 .sect03-con .search-bar form select::-ms-expand {
    display: none;
}

#section-03 .sect03-con .search-bar form select option {
    font-size: 16px;
    color: #636363;
}

#section-03 .sect03-con .search-bar form input {
    width: 80px;
    height: 52px;
    line-height: 52px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    background: #c4a673;
    border-radius: 10px;
}

#section-03 .sect03-con img {
    width: 360px;
}

.scroll_down {
    animation-name: upDown;
    animation-duration: 1.5s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-weight: 100;
    position: absolute;
    width: 100%;
    bottom: 60px;
    z-index: 2;
}

@keyframes upDown {
    0% {
        transform: translateY(-15px);
    }
    50% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-15px);
    }
}

@-webkit-keyframes zoom-b {
    0% {
        -ms-transform: scale(1.1, 1.1);
        transform: scale(1.1, 1.1) translateZ(1px);
    }
    100% {
        -ms-transform: scale(1, 1);
        transform: scale(1, 1) translateZ(1px);
    }
}

@-moz-keyframes zoom-b {
    0% {
        -ms-transform: scale(1.1, 1.1);
        transform: scale(1.1, 1.1) translateZ(1px);
    }
    100% {
        -ms-transform: scale(1, 1);
        transform: scale(1, 1) translateZ(1px);
    }
}

@-o-keyframes zoom-b {
    0% {
        -ms-transform: scale(1.1, 1.1);
        transform: scale(1.1, 1.1) translateZ(1px);
    }
    100% {
        -ms-transform: scale(1, 1);
        transform: scale(1, 1) translateZ(1px);
    }
}

@keyframes zoom-b {
    0% {
        -ms-transform: scale(1.1, 1.1);
        transform: scale(1.1, 1.1) translateZ(1px);
    }
    100% {
        -ms-transform: scale(1, 1);
        transform: scale(1, 1) translateZ(1px);
    }
}

.type-b {
    -webkit-animation: zoom-b 6s ease-out forwards; /* Safari 4+ */
    -moz-animation: zoom-b 6s ease-out forwards; /* Fx 5+ */
    -o-animation: zoom-b 6s ease-out forwards; /* Opera 12+ */
    animation: zoom-b 6s ease-out forwards; /* IE 10+, Fx 29+ */
}

/* =====================================================================================
    반응형
   ===================================================================================== */

@media (min-width: 1280px) and (max-width: 1920px) {

}

@media (max-width: 1600px) {
    .scroll_down {
        bottom: 10%;
    }
    .main-content .main_wr01 {
        padding-top: 70px;
    }
}

@media (max-width: 1420px) {
    .scroll_down {
        bottom: 15%;
    }
}

@media (max-width: 1300px) {
    .scroll_down {
        bottom: 20%;
    }
}


@media (max-width: 1280px) {
    /*section-01*/
    #section-01 #sect01-slider .slick-slide .slide-img-wrap {
        height: 1024px;
    }

    #section-01 #sect01-slider .slick-slide .slide-img-wrap .visible_fhd {
        display: none;
    }

    #section-01 #sect01-slider .slick-slide .slide-img-wrap .visible_768 {
        display: block;
    }

    #section-01 #sect01-slider .slick-slide .slide-text-wrap {
        position: absolute;
        width: 550px;
        height: 450px;
        left: 26%;
        top: 62%;
        transform: translate(-50%, -50%);
        text-align: left;
        padding-left: 69px;
    }

    .slick-arrow {
        display: none !important;
    }

    #section-01 #sect01-slider .slick-slide .slide-text-wrap h1 {
        font-size: 50px;
        min-width: 727px;
    }

    #section-01 #sect01-slider .slick-slide .slide-text-wrap h2 {
        font-size: 19px;
        font-weight: 400;
        margin-top: 16px;
    }

    #section-01 #sect01-slider .slick-slide .slide-text-wrap button {
        width: 180px;
        height: 50px;
        line-height: 50px;
        font-size: 15px;
        background: transparent;
        margin-top: 60px;
    }

    #section-01 #sect01-slider .slick-dots {
        bottom: 7%;
        width: 100%;
        display: none;
    }

    #section-01 #sect01-slider .slick-dots li {
        display: inline-block;
        width: 12px;
        height: 12px;
        background: #fff;
        border-radius: 50%;
        margin: 0 6px;
    }

    #section-01 #sect01-slider .slick-dots li button {
        font-size: 0;
        background: transparent;
        border: 0;
    }

    #section-01 #sect01-slider .slick-dots .slick-active {
        background: #fff;
    }
    #section-01 #sect01-slider .slick-slide .slide-img-wrap {
        position: relative;
    }

    #section-01 #sect01-slider .slick-slide .slide-img-wrap img {
        width: 100%;
        position: absolute;
        max-width: 1280px;
        min-width: 768px;
        height: 940px;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }


    /*section-02*/
    #section-02 {
        background: transparent !important;
    }

    #section-02 .sect02-con.con01 {
        padding: 80px 0 0;
    }

    #section-02 .sect02-con .text-wrap {
        display: block;
        width: 728px;
        padding: 0 20px;
        margin: 0 auto;
    }

    #section-02 .sect02-con .text-wrap h1 {
        font-size: 45px;
        text-align: left;
    }

    #section-02 .sect02-con .text-wrap h2 {
        font-size: 25px;
        margin-top: 20px;
        text-align: left;
    }

    #section-02 .sect02-con .text-wrap p {
        font-size: 16px;
        margin-top: 40px;
    }

    #section-02 .sect02-con .text-wrap button {
        width: 220px;
        height: 50px;
        margin-top: 40px;
        margin-bottom: 50px;
    }

    #section-02 .sect02-con .text-wrap button img {
        vertical-align: text-bottom;
        margin-left: 10px;
    }

    #section-02 .sect02-con .img-wrap {
        width: 100%;
        text-align: center;
    }

    #section-02 .sect02-con .img-wrap img {
        width: 750px;
    }

    #section-02 .sect02-con.con02 {
        margin-top: 100px;
        overflow: hidden;
    }

    #section-02 .sect02-con h3 {
        font-size: 45px;
    }

    #section-02 .sect02-con #sect02-slider {
        margin-top: 60px;
    }

    #section-02 .sect02-con #sect02-slider .slick-list {
        overflow: visible;
    }

    #section-02 .sect02-con #sect02-slider .slick-slide {
        width: calc(50% - 20px);
        margin: 0 5px;
    }

    #section-02 .sect02-con #sect02-slider .slick-slide .slide-text-wrap {
        padding: 30px;
    }

    #section-02 .sect02-con #sect02-slider .slick-slide .slide-text-wrap h4 {
        font-size: 20px;
    }

    #section-02 .sect02-con #sect02-slider .slick-slide .slide-text-wrap p {
        display: none;
    }

    #section-02 .sect02-con #sect02-slider .slick-slide a:hover:after {
        border: 0;
    }

    #section-02 #sect02-slider .slick-dots {
        bottom: 7%;
        width: 100%;
        padding: 40px 0 80px;
    }

    #section-02 #sect02-slider .slick-dots li {
        width: 12px;
        height: 12px;
        margin: 0 6px;
    }

    #section-02 #sect02-slider .slick-dots li button {
        font-size: 0;
        border: 0;
    }

    /*section-03*/
    #section-03 {
    }

    #section-03 .sect03-con h1 {
        font-size: 45px;
    }

    #section-03 .sect03-con p {
        font-size: 16px;
        line-height: 1.7em;
        margin-top: 30px;
    }

    #section-03 .sect03-con .search-bar {
        margin: 60px auto;
    }

    #section-03 .sect03-con .search-bar form {
    }

    #section-03 .sect03-con .search-bar form select {
        width: 240px;
        height: 52px;
        line-height: 52px;
        padding: 0 20px;
        margin: 0 5px;
        border-radius: 10px;
    }

    #section-03 .sect03-con .search-bar form select option {
        font-size: 16px;
    }

    #section-03 .sect03-con .search-bar form input {
        width: 80px;
        height: 52px;
        line-height: 52px;
        font-size: 16px;
        border-radius: 10px;
    }

    #section-03 .sect03-con img {
        width: 360px;
    }

    .scroll_down {
        bottom: 5%;
    }
}

@media (max-width: 768px) {
    /*section-01*/
    #section-01 #sect01-slider .slick-slide .slide-img-wrap {
        position: relative;
        overflow: hidden;
        height: 769px;
    }

    #section-01 #sect01-slider .slick-slide .slide-img-wrap img {
        width: 100%;
        position: absolute;
        max-width: 768px;
        min-width: 290px;
        height: 769px;

        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }

    #section-01 #sect01-slider .slick-slide .slide-img-wrap .visible_fhd {
        display: none;
    }

    #section-01 #sect01-slider .slick-slide .slide-img-wrap .visible_768 {
        display: block;
    }

    #section-01 #sect01-slider .slick-slide .slide-text-wrap {
        position: absolute;
        width: 100%;
        height: 200px;
        left: 5%;
        top: 40%;
        transform: translateY(-50%);
        text-align: left;
    }

    #section-01 #sect01-slider .slick-slide .slide-text-wrap h1 {
        max-width: 400px;
        line-height: 50px;
        min-width: 400px;
        letter-spacing: -3px;
        font-size: 35px;
        padding-left: 5px;
    }

    #section-01 #sect01-slider .slick-slide .slide-text-wrap h2 {
        font-size: 16px;
        margin-top: 11px;
        line-height: 24px;
        padding-left: 5px;
    }

    #section-01 #sect01-slider .slick-slide .slide-text-wrap button {
        width: 100px;
        height: 40px;
        font-size: 12px;
        line-height: 40px;
    }

    #section-01 #sect01-slider .slick-dots {
        bottom: 7%;
        width: 100%;
    }

    #section-01 #sect01-slider .slick-dots li {
        width: 10px;
        height: 10px;
        margin: 0 3px;
    }

    /*section-02*/
    #section-02 {
        background: transparent !important;
    }

    #section-02 .sect02-con.con01 {
        padding: 80px 0 0;
    }

    #section-02 .sect02-con .text-wrap {
        display: block;
        width: 100%;
        padding: 0 15px;
        margin: 0 auto;
    }

    #section-02 .sect02-con .text-wrap h1 {
        font-size: 22px;
    }

    #section-02 .sect02-con .text-wrap h2 {
        font-size: 16px;
        margin-top: 15px;
    }

    #section-02 .sect02-con .text-wrap p {
        font-size: 15px;
        line-height: 1.5em;
        margin-top: 30px;
    }

    #section-02 .sect02-con .text-wrap button {
        width: 220px;
        height: 50px;
        margin-top: 30px;
        margin-bottom: 30px;
    }

    #section-02 .sect02-con .text-wrap button img {
        vertical-align: text-bottom;
        margin-left: 10px;
    }

    #section-02 .sect02-con .img-wrap {
        width: 100%;
        text-align: center;
    }

    #section-02 .sect02-con .img-wrap img {
        width: 100%;
        min-width: 320px;
    }

    #section-02 .sect02-con.con02 {
        margin-top: 50px;
    }

    #section-02 .sect02-con h3 {
        font-size: 22px;
    }

    #section-02 .sect02-con #sect02-slider {
        margin-top: 30px;
    }

    #section-02 .sect02-con #sect02-slider .slick-list {
        overflow: hidden;
    }

    #section-02 .sect02-con #sect02-slider .slick-slide {
        position: relative;
        width: 100%;
        margin: 0 15px;:
    }

    #section-02 .sect02-con #sect02-slider .slick-slide .slide-text-wrap {
        padding: 20px;
    }

    #section-02 .sect02-con #sect02-slider .slick-slide .slide-text-wrap h4 {
        font-size: 16px;
    }

    #section-02 .sect02-con #sect02-slider .slick-slide .slide-text-wrap p {
        display: none;
    }

    #section-02 .sect02-con #sect02-slider .slick-slide a:hover:after {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        border: 0;
    }

    #section-02 #sect02-slider .slick-dots {
        bottom: 7%;
        width: 100%;
        padding: 30px 0 50px;
    }

    #section-02 #sect02-slider .slick-dots li {
        width: 10px;
        height: 10px;
        margin: 0 3px;
    }

    #section-02 #sect02-slider .slick-dots li button {
        font-size: 0;
        border: 0;
    }

    /*section-03*/
    #section-03 {
        background-size: auto 520px !important;
    }

    #section-03 .sect03-con {
        padding: 80px 0 40px;
    }

    #section-03 .sect03-con h1 {
        font-size: 22px;
        color: #fff;
    }

    #section-03 .sect03-con p {
        font-size: 15px;
        line-height: 1.7em;
        margin-top: 25px
    }

    #section-03 .sect03-con .search-bar {
        margin: 30px auto 40px;
        text-align: center;
    }

    #section-03 .sect03-con .search-bar form {
    }

    #section-03 .sect03-con .search-bar form select {
        display: block;
        font-size: 15px;
        padding: 0 20px;
        margin: 0 auto 9px;
        border-radius: 10px;
    }

    #section-03 .sect03-con .search-bar form select option {
        font-size: 15px;
    }

    #section-03 .sect03-con .search-bar form input {
        font-size: 15px;
        margin-top: 10px;
    }

    #section-03 .sect03-con img {
        width: 230px;
    }

    .info-box6 > div {
        width: 100%;
        display: block;
    }

    .info-box6 > div:nth-child(1) img {
        margin-top: 489px;
    }


}

/*개인정보처리방침, 이용약관*/
.agree_content_bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .4);
    z-index: 99999;
    display: none;
}

.agree_content {
    position: fixed;
    width: 90%;
    max-width: 1200px;
    top: 50%;
    left: 50%;
    background-color: #f5f5f5;
    padding: 50px;
    box-shadow: 5px 5px 10px;
    display: none;
    z-index: 999999;
    height: 80vh;
    margin-top: calc(80vh / 2 * -1);
    margin-left: -600px;
}

.agree_content .block {
    height: 100%;
}

.agree_content .icon_img {
    margin-right: 10px;
    vertical-align: sub;
}

.agree_content .close_btn {
    float: right;
}

.agree_content .row_10 {
    font-size: 25px;
    color: #252525;
    margin-bottom: 35px;
}

.agree_content .row_20 {
    border: 1px solid #b7b7b7;
    background-color: #ffffff;
    padding: 30px;
    font-size: 15px;
    line-height: 24px;
    overflow-y: scroll;
    color: #252525;
    height: calc(100% - 64px)
}

@media (max-width: 1200px) {
    .agree_content {
        margin-left: calc(90% / 2 * -1);
    }
}

@media (max-width: 768px) {
    #section-01 #sect01-slider .slick-slide .slide-text-wrap {
        top: 55%;
        padding-left: 0;
    }

    .terms-wrap div {
        margin-top: 15px;
    }

    .agree_content {
        padding: 20px;
    }

    .agree_content .row_10 {
        font-size: 18px;
        margin-bottom: 15px;
    }

    .agree_content .icon_img,
    .agree_content .close_btn img {
        height: 20px;
    }

    .agree_content .row_20 {
        height: calc(100% - 36px);
        padding: 10px;
        font-size: 13px;
        line-height: 20px;
    }
}

/*메인*/
.main-content .main_wr01 {
    height: 100%;
    padding-top: 233px;
}

.main-title {
    font-family: "Gill Sans Regular";
    font-size: 40px;
    text-align: center;
}


.main-content .main_wr01 .meta {
    display: flex;
    margin-top: 35px;
}

.main-content .main_wr01 .meta ul {
    display: flex;
}

.main-content .main_wr01 .meta ul li > div {
    max-width: 278px;
    max-height: 344px;
    overflow: hidden;
}

.main-content .main_wr01 .meta ul li {
    width: calc(25% - 21px);
    max-width: 278px;
    margin-right: 28px;
}

.main-content .main_wr01 .meta ul li:last-child {
    margin-right: 0;
}

.main-content .main_wr01 .meta .info h3 {
    font-family: "Noto Sans Medium KR";
    margin-top: 20px;
    font-size: 18px;
    padding-bottom: 18px;
    letter-spacing: -0.45px;
    word-break: break-all;
    line-height: 1.4;
}

.main-content .main_wr01 .meta .info p {
    font-family: "Noto Sans CJK KR Regular";
    padding-top: 18px;
    line-height: 26px;
    font-size: 16px;
    letter-spacing: -1px;
    border-top: 1px solid #F5F5F5;
}

.main-content .main_wr01 .meta img {
    cursor: pointer;
    width: 100%;
    transition: all 0.2s linear;
}

.main-content .main_wr01 .meta div img:hover {
    transform: scale(1.1);
}

/*view more 버튼 */
.more-wr {
    margin: 70px 0 91px 0;
    text-align: center;
}

.more-wr .more-btn {
    font-family: "Noto Sans CJK KR Regular";
    width: 197px;
    height: 58px;
    font-size: 16px;
    color: #000000;
    background: transparent;
    border: 1px solid #707070;
    padding: 17px 40px;
    border-radius: 35px;
}

.more-wr .more-btn:hover {
    color: #707070;
}


/* main-wr02 */
.main-wr02 {
    height: 880px;
}

.main-wr02 .back {
    margin-top: -480px;
    height: 440px;
    padding-top: 193px;
    background-color: #F5F5F5;
}

.main-wr02 .meta {
    margin-top: 35px;
    display: flex;
}


.main-wr02 .meta > div {
    position: relative;
    /*max-width: 580px;*/
    transition: 1s;
    cursor: pointer;
}

.main-wr02 .meta > div {
    position: relative;
    /*max-width: 580px;*/
    max-height: 621px;
    cursor: pointer;
    margin: 0px auto;
    overflow: hidden;
}

.main-wr02 .meta > div img {
    width: 100%;
    transition: all 0.3s linear;
}

.main-wr02 .meta > div img:hover {
    transform: scale(1.1);
}

.main-wr02 .meta .info {
    position: absolute;
    width:94%;
    left: 3%;
    bottom: 5%;
}

.main-wr02 .meta .info div:first-child {
    /*width: 470px;*/
    display: flex;
    justify-content: space-between;
    flex-wrap:wrap;
}

.main-wr02 .meta .info div h2 {
    width:100%;
    font-family: "Noto Sans Bold KR";
    color: #fff;
    font-size: 60px;
}

.main-wr02 .meta .info div h3 {
    font-family: "Noto Sans Bold KR";
    color: #fff;
    display:inline-block;
    width:70%;
    font-size: 24px;
    margin-top:35px;
}

.main-wr02 .meta > div .arrow {
    width:24px;
    max-width:24px;
    height: 16px;
    margin-top:27px;
}

.main-wr02 .meta .info div:first-child span {
    color: #fff;
}

.main-wr02 .meta .info div:nth-child(2) p {
    font-family: "Noto Sans CJK KR Regular";
    color: #fff;
    letter-spacing: -0.4px;
    line-height: 26px;
    font-size: 16px;
}

.main-wr02 .meta .info div:nth-child(2) p:first-child {
    margin-top: 17px;
}

.main-wr02 .meta .info div:nth-child(2) p .visible-mobile {display:none;}
.main-wr02 .meta .info div:nth-child(2) p .invisible-mobile {display:block;}

/* main-wr03 */
.main-wr03 {
    position: relative;
}

.main-wr03 .visible_1920 .contents {
    display: flex;
    justify-content: space-between;

}

/*공통사항*/
.main-wr03 .contents > div:nth-child(1) {
    background-color: #002360;
}

.main-wr03 .contents > div:nth-child(1) > div .title {
    font-size: 40px;
    font-family: "Gill Sans Regular";
    color: #fff;
}

.main-wr03 .contents > div:nth-child(1) > div p {
    color: #fff;
}

.main-wr03 .contents > div:nth-child(1) > div .more-wr a {
    border: 1px solid #fff;
    color: #fff;
}

.main-wr03 .contents > div:nth-child(2) img {
    width: 100%;
    height: 161px;
}

.main-wr03 .contents > div:nth-child(2) li > div div:nth-child(2) {
    padding: 15px 25px;
}

.main-wr03 .contents > div:nth-child(2) li p {
    font-family: "Noto Sans Medium KR";
    font-size: 20px;
    line-height: 36px;
    margin-bottom: 32px;
}

.main-wr03 .contents > div:nth-child(2) li span {
    color: gray;
    font-size: 16px;
}


/*pc에서만*/
.main-wr03 .visible_1920 .contents > div:nth-child(1) {
    position: absolute;
    max-width: 827px;
    width: 45vw;
    height: 1064px;
    left: 0;
    top: 4px;

}

.main-wr03 .visible_1920 .contents > div:nth-child(1) > div {
    position: absolute;
    top: 30%;
    right: 23%;
    letter-spacing: -1px;
    line-height: 51px;
}

.main-wr03 .visible_1920 .contents > div:nth-child(1) > div .title {
    font-size: 40px;
    margin-bottom: 28px;
}

.main-wr03 .visible_1920 .contents > div:nth-child(1) > div p {
    font-size: 16px;
    line-height: 26px;
    letter-spacing: -0.4px;
}

.main-wr03 .visible_1920 .contents > div:nth-child(1) > div .more-wr {
    margin-top: 144px;
    text-align: left;
}

.main-wr03 .visible_1920 .contents > div:nth-child(1) > div .more-wr a {
    font-size: 16px;
}

.main-wr03 .visible_1920 .contents > div:nth-child(2) {
    width: 100%;
    height: 850px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-top: 93px;
}

.main-wr03 .visible_1920 .contents > div:nth-child(2) ul {
    width: 630px;
}

.main-wr03 .contents > div:nth-child(2) li {
    vertical-align: top;
    display: inline-block;
    width: calc(50% - 14px);
}

.main-wr03 .contents > div:nth-child(2) li > div {
    position: relative;
    cursor: pointer;
    max-width: 301px;
    height: 322px;
}

.main-wr03 .contents > div:nth-child(2) li > div:after {
    content: '';
    border: 1px solid #ACACAC;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}


.main-wr03 .contents > div:nth-child(2) li > div:hover:after {
    border: 5px solid #00387B;
}

.main-wr03 .visible_1920 .contents > div:nth-child(2) li:nth-child(odd) {
    margin-right: 25px;
}

/*3번째 4번째 게시물 상단 띄우기*/
.main-wr03 .visible_1920 .contents > div:nth-child(2) li:nth-child(3),
.main-wr03 .visible_1920 .contents > div:nth-child(2) li:nth-child(4) {
    margin-top: 39px;
}

.main-wr03 .no-img {
    min-width: 290px;
    min-height: 161px;
    background-color: #F5F5F5;
    display: flex;
    justify-content: center;
    align-items: center;
}


.main-wr03 .no-img img {
    max-width: 118px;
    max-height: 30px;
    width: 100%;
}

/* main04 */
.main-wr04 .back {
    background-image: url("/theme/basic/img/main_bg04.png");
}

.main-wr04 .info {
    height: 366px;
    display: flex;
    align-items: center;
}

.main-wr04 .info .left {
    width: calc(50%)
}

.main-wr04 .info .left .title {
    font-family: "Gill Sans Regular";
    font-size: 35px;
    color: #fff;
    line-height: 51px;
    letter-spacing: -1px;
    margin-bottom: 77px;
    min-width: 300px;
}

.main-wr04 .info .left .more-wr {
    text-align: left;
    margin: 0;
}

.main-wr04 .info .left .more-btn {
    color: #fff;
    border: 1px solid;
}


.main-wr04 .info .right {
    margin-top: 20px;
    display: flex;
}

.main-wr04 .info .right .box {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 218px;
    height: 218px;
    margin-right: 26px;
}

.main-wr04 .info .right .box:nth-child(1) {
    padding: 0;
}

.main-wr04 .info .right .box:nth-child(2) {
    padding: 0;
}

.main-wr04 .info .right .box:nth-child(3) {
    padding: 0;
}

.main-wr04 .info .right .box img {

}

.main-wr04 .info .right .box p {
    font-family: "Noto Sans Bold KR";
    font-size: 18px;
    color: #fff;
    margin-top: 27px;
}

.main-wr04 .info .right .box:nth-child(2) p {
    margin-top: 36px;
}


.main-wr04 .info .right > .box:last-child {
    margin-right: 0;
}

.main-wr04 .info .right > .box:first-child {
    background-color: #FF8300
}

.main-wr04 .info .right > .box:nth-child(2) {
    background-color: #0AB5FD
}

.main-wr04 .info .right > .box:nth-child(3) {
    background-color: #0357A5
}

.main-wr05 .boards {
    display: flex;
    margin-top: 49px;
}

.main-wr05 .boards .left {
    margin-right: 68px;
}

.main-wr05 .boards .meta ul li {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #F5F5F5;
    padding: 25px 0 25px 0;
    height: 72px;
}

.main-wr05 .boards .right .meta ul li {
    /*padding: 25px 0 25px 0;*/
}

.main-wr05 .boards .meta .hide {
    display: none;
}

.main-wr05 .boards .meta ul li .title {
    cursor: pointer;
    font-size: 16px;
    font-family: "Noto Sans Medium KR";
}

.main-wr05 .boards .meta ul li .comment {
    font-size: 15px;
    font-family: "Noto Sans Medium KR";
    color: #0357A5;
}

.main-wr05 .boards .meta ul li .lock img {
    margin-bottom: 5px;
}

.main-wr05 .boards .meta ul li .date {
    font-size: 16px;
    font-family: "Noto Sans CJK KR Regular";
}


.main-wr05 .board-menu {
    display: flex;
}

.main-wr05 .test_obj {
    display: block;
}

.main-wr05 .test_obj input[type="radio"] {
    display: none;
}


.main-wr05 .test_obj input[type="radio"] + span {
    width: 250px;
    height: 60px;
    display: inline-block;
    padding: 20px 10px;
    border: 1px solid #ACACAC;
    background-color: #F5F5F5;
    color: #ACACAC;
    text-align: center;
    cursor: pointer;
    margin: 0;
    font-size: 18px;
}

.main-wr05 .test_obj:last-child input[type="radio"] + span {
    width: 65px;
    height: 60px;
    display: inline-block;
    padding: 16px 10px;
    border: 1px solid #ACACAC;
    background-color: #fff;
    text-align: center;
    cursor: pointer;
    margin: 0;
    font-size: 18px;
}

.main-wr05 .test_obj input[type="radio"]:checked + span {
    background-color: #fff;
    color: #535353;
}


.main-wr05 .test_obj:first-child span {
    border-right: none !important;
    margin-right: -3px !important;
}

.main-wr05 .boards .board-menu .more-btn {
    display: inline-block;
    margin-left: -2px;
}

.main-wr05 .boards .board-menu a {
    padding: 20px 10px;
    border: 1px solid #ACACAC;
    background-color: #fff;
    color: #ACACAC;
    border-left: none !important;
}


/*main-wr06*/
.main-wr06 {
    margin: 58px 0;
}

.main-wr06 .container__wr_1200 div {background:#f1f1f1;}
.main-wr06 .container__wr_1200 div img {width:100%;}
.main-wr06 .visible_1920 {padding: 30px 50px;}
.main-wr06 .visible_1280 {padding: 30px;}
.main-wr06 .visible_768 {padding: 20px;}

@media (max-width: 1920px) and (min-width: 768px) {
    .main-wr02 .meta > div:nth-child(1) {
        margin-right: 34px;
    }
}

@media (max-width: 1280px) {

    .visible_fhd {
        display: block !important;
    }

    .visible_1920 {
        display: none !important;
    }

    .visible_hd {
        display: block !important;
    }

    .visible_1280 {
        display: block !important;
    }

    .visible_768 {
        display: none !important;
    }


    .main-content {
        padding: 0 20px;
        height: 900px;
    }

    .main-wr03 .no-img {


    }

    /*wr02*/
    .main-wr02 {
        padding-bottom: 300px;
    }
    .main-wr02 .back {
        margin-top: -66px;
    }


    .main-wr02 .meta {
        margin-top: 35px;
        padding: 0 20px;
    }


    .main-wr02 .meta .info div:first-child {
        /*width: 440px;*/
    }

    .main-wr02 .visible_hd .contents {
        display: block;
    }

    .main-content.section,
    .main-wr03.section,
    .main-wr04.section {
        display: none !important;
    }

    /*main-wr03*/
    .main-wr03 .container__wr_1200 {
        max-width: 100%;
        width: 100%;
    }

    .main-wr03 .visible_hd .contents > div:nth-child(1) {
        width: 100%;
        height: 373px;
        padding: 77px 0 0 69px;
    }

    .main-wr03 .visible_hd .contents > div:nth-child(1) h3 {
        font-size: 40px;
        margin-bottom: 23px;
    }

    .main-wr03 .visible_hd .contents > div:nth-child(1) p {
        font-size: 16px;
        line-height: 26px;
        letter-spacing: -0.4px;
    }

    .main-wr03 .visible_hd .contents > div:nth-child(1) > div .more-wr {
        text-align: left;
        margin: 42px 0 0 0;
    }

    .main-wr03 .visible_hd .contents > div:nth-child(1) > div .more-wr a {
        padding: 17px 40px;
    }

    .main-wr03 .visible_hd .contents > div:nth-child(2) ul {
        display: flex;
        justify-content: center;
        margin: 79px 0;
    }

    .main-wr03 .visible_1920 .contents > div:nth-child(2) {
        margin-top: 0;
    }

    .main-wr03 .contents > div:nth-child(2) img {
        max-width: 110px;
    }

    .main-wr03 .visible_hd .contents > div:nth-child(2) li {
        width: calc(33% - 30px);
        max-width: 301px;
        margin-right: 30px;
    }

    .main-wr03 .visible_hd .contents > div:nth-child(2) li:last-child {
        margin-right: 0;
        display: none;
    }


    /*main04*/
    .main-wr04 {

    }


    .main-wr05 {
        padding: 0 20px;
    }

    .main-wr05 .boards {
        display: block;
    }

    .main-wr05 .boards .left {
        margin-right: 0;
    }

    .main-wr05 .test_obj input[type="radio"] + span {
        max-width: 650px;
        width: 100%;
    }

    .main-wr05 .test_obj:last-child input[type="radio"] + span {
        max-width: 65px;
        width: 100%;
    }

    .main-wr05 .boards .board-menu .more-btn {
        max-width: 65px;
    }

    .test_obj {
        max-width: 650px;
        width: 100%;
    }

    .main-wr06 {
        padding: 0 20px;
    }

    .main-wr06 img {
        width: 100%;
    }

    #fp-nav.fp-right {
        display: none;
    }

}


@media (max-width: 1050px) {
    .main-wr02 {
        padding-bottom: 150px;
    }

    .main-wr04 {
        background-image: url("/theme/basic/img/main_m_bg04.png");
        padding: 0;
    }

    .main-wr04 .info {
        padding: 40px 16px 0 16px;

    }

    .main-wr04 .info .left {
        width: 60%;

    }

    .main-wr04 .info .right {
        display: flex;
        justify-content: center;
        margin-top: 63px;
    }

    .main-wr04 .info .left h3 {
        min-width: 320px;
        font-size: 35px;
        margin-bottom: 34px;
    }

    .main-wr04 .info .right .box {
        text-align: center;
        max-width: 158px;
        max-height: 158px;
        min-width: 100px;
        min-height: 100px;
        margin-right: 12px;
        padding: 25px 40px 10px 40px;
    }

    .main-wr04 .info .right .box img {

    }

    .main-wr04 .info .right .box p {
        margin-top: 12px;
        font-size: 16px;
    }


}

@media (max-width: 768px) {

    .main-content.section,
    .main-wr02.section,
    .main-wr03.section,
    .main-wr04.section {
        display: none !important;
    }


    .visible_fhd {
        display: none !important;
    }

    .visible_1920 {
        display: none !important;
    }

    .visible_hd {
        display: block !important;
    }

    .visible_1280 {
        display: none !important;
    }

    .visible_768 {
        display: block !important;
    }


    .main-content {
        padding: 0 14px;
        height: 100%;
    }

    .main-content .main_wr01 .meta .info h3 {
        padding-bottom: 25px;
    }

    .main-title {
        margin-top: 35px;
        font-size: 35px;
    }

    .main-content .main_wr01 {
        padding-top: 0;
        height: 100%;
    }


    #section-01 #sect01-slider {
        margin-top: -80px;
    }

    .more-wr {
        margin: 45px 0 0 0;
    }

    .main-content .main_wr01 .meta {
        display: block;
    }

    .main-content .main_wr01 .meta ul {
        padding: 0 15px;
    }

    .main-content .main_wr01 .meta ul li {
        display: inline-block;
        max-width: calc(47%);
        width: 100%;
    }

    .main-content .main_wr01 .meta ul li img {
        width: 100%;
    }

    .main-content .main_wr01 .meta ul li:first-child {
        margin-right: 32px;
    }

    .main-content .main_wr01 .meta ul li h3 {
        font-size: 18px;
    }

    .main-content .main_wr01 .meta ul li p {
        display: none;
    }


    /* main-wr02 */
    .main-wr02 {
        margin-top: 134px;
        height:auto;
        padding-bottom:0;
        /*height: 1400px;*/
    }
    .main-wr02 .meta .info div h2 {font-size:20px;font-weight:400;color:#fff;}
    .main-wr02 .meta .info div h3 {
        font-size:20px;
        letter-spacing:-0.5px;
        margin-top:25px;
    }

    .main-wr02 .meta .info div:nth-child(2) p {
        /*max-width: 310px;*/
        letter-spacing: -0.4px;
    }

    .main-wr02 .meta .info div:nth-child(2) p .visible-mobile {display:block;}
    .main-wr02 .meta .info div:nth-child(2) p .invisible-mobile {display:none;}

    .main-wr02 .meta {
        margin-top: 45px;
        display: block;
        padding: 0 15px;
    }

    .main-wr02 .meta .info {
        left: 7%;
        bottom: 5%;
        width:84%;
    }

    .main-wr02 .meta > div {
        margin: 0 auto;
    }

    .main-wr02 .meta > div:hover .top {
        transform: scale(1.1);
    }

    .main-wr02 .meta > div .top {
        transition: 0.5s;
        height: 566px;
    }

    .main-wr02 .meta > div:nth-child(1) .top {
        height: 388px;
        background: url("/theme/basic/img//main_m25.png") no-repeat right center / auto 100%;
    }

    .main-wr02 .meta > div:nth-child(2) .top {
        height: 566px;
        background: url("/theme/basic/img//main_m22.png") no-repeat center / cover;
    }


    .main-wr02 .meta > div:nth-child(2) {
        margin-top: 29px;
    }

    /*wr02*/
    .main-wr02 .back {
        height:auto;
        padding-top: 80px;
        padding-bottom:130px;
    }

    .main-wr02 .meta > div a {
        position: relative;
        height: 566px;
    }

    .main-wr02 .meta > div img {
        position: absolute;
        width: 100%;
        max-width: 768px;
        min-width: 290px;
        height: auto;
        max-height: 566px;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }

    .main-wr02 .meta > div .arrow {
        width:24px;
        min-width:24px;
        height:16px;
        left:auto;
        right:0;
        top:0;
        transform: translate(0);
        margin-top:14px;
    }

    /*main-wr03*/
    .main-wr03 .container__wr_1200 {
        max-width: 100%;
        width: 100%;
    }


    .main-wr03 .visible_hd .contents > div:nth-child(1) {
        height: 400px;
        padding: 80px 0 0 20px;
    }

    .main-wr03 .contents > div:nth-child(2) li p {
        margin-bottom: 10px;
    }

    .main-wr03 .visible_hd .contents > div:nth-child(1) h3 {
        font-size: 35px;
        margin-bottom: 15px;
    }

    .main-wr03 .visible_hd .contents > div:nth-child(1) p {
        font-size: 16px;
        line-height: 26px;
        letter-spacing: -0.4px;
    }

    .main-wr03 .visible_hd .contents > div:nth-child(1) > div .more-wr {
        text-align: left;
        margin: 51px 0 0 0;
    }

    .main-wr03 .visible_hd .contents > div:nth-child(1) > div .more-wr a {
        font-size: 16px;
        padding: 17px 40px;
    }


    .main-wr03 .contents > div:nth-child(1) > div .title {
        font-size: 35px;
        margin-bottom: 15px;
    }


    .main-wr03 .contents > div:nth-child(2) .top {
        position: relative;
        height: 150px;
        overflow: hidden;
    }

    .main-wr03 .contents > div:nth-child(2) img {
        position: absolute;
        width: 100%;
        max-width: 768px;
        min-width: 290px;
        height: auto;
        max-height: 300px;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }



    .main-wr03 .contents > div:nth-child(2) .no-img img {
        width: 150px;
        min-width: 150px;
    }


    .main-wr03 .visible_hd .contents > div:nth-child(2) li > div {
        position: relative;
        cursor: pointer;
        max-width: 100%;
        height: 290px;
    }

    .main-wr03 .visible_hd .contents > div:nth-child(2) ul {
        margin: 51px 0;
        padding: 0 15px;
        display: block;
    }

    .main-wr03 .visible_hd .contents > div:nth-child(2) li {
        /*width: calc(30%);*/
        width: 100%;
        max-width: 720px;
        margin-right: 0;
        margin-top: 26px;
        display: block;
    }

    .main-wr03 .visible_hd .contents > div:nth-child(2) li:first-child {
        margin-top: 0;
    }

    .main-wr04 .back {
        background: url("/theme/basic/img/main_m_bg04.png") no-repeat center / cover;
    }

    .main-wr04 .info {
        display: block;
        padding-top: 70px;
    }


    .main-wr05 {
        display: none;
    }

    .main-wr06 .visible_768 div {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0 20px;
    }

    .main-wr06 img {
        width: 100%;
    }

    .scroll_down {
        bottom: 15%;
    }


    #fp-nav.fp-right {
        display: none;
    }

    .main-wr04 .info .right .box {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0;
    }

    .main-wr04 .info .right .box:nth-child(1) {
        padding: 0;
    }

    .main-wr04 .info .right .box:nth-child(2) {
        padding: 0;
    }

    .main-wr04 .info .right .box:nth-child(3) {
        padding: 0;
    }

    .main-wr04 .info .right .box:nth-child(1) p {
        margin-top: 20px;
    }

    .main-wr04 .info .right .box:nth-child(2) p {
        margin-top: 21px;
    }

    .main-wr04 .info .right .box:nth-child(1) img {
        width: 47px;
        height: 61px;
    }

    .main-wr04 .info .right .box:nth-child(2) img {
        width: 61px;
        height: 54px;
    }

    .main-wr04 .info .right .box:nth-child(1) img {
        width: 50px;
        height: 61px;
    }

    .main-wr04 .info .left .title {

    }
    .main-wr04 .info .left {
        width: 100%;
    }
    .main-wr04 .info {
        height: 451px;
    }

    .main-wr04 .info .right .box {
        max-width: 148px;
        max-height: 148px;
        min-width: 100px;
        min-height: 100px;
    }

    .main-wr05 .test_obj input[type="radio"] + span {
        height: 55px !important;
        padding: 18px 20px;
    }

    .main-wr05 .more-btn:last-child input[type="radio"] + span {
        padding: 13px 20px;
    }
    .main-wr05 .boards .right {
        margin-top: 20px;
    }

    .main-wr05 .boards .meta ul li {
        height: 65px;
    }

    .main-wr06 {
        padding: 0;
    }
    #fullpage {
        margin-top: -24px;
    }
}

@media (max-width: 500px) {

}

@media (max-width: 400px) {
    .main-wr02 .meta .info div:nth-child(2) p {
        max-width: 300px;
    }
    .main-wr02 .meta .info div:nth-child(2) p br {display:none;}
}

.article {
    margin-top: 89px;
}

.article_header {
    height: 350px;
}

.article_header_inner {
    height: 350px;
}

#fp-nav.fp-right {right:11% !important;}

#fp-nav ul li,
#fp-nav ul li a {
    margin-top: 40px !important;
}

#fp-nav ul li:last-child {
    display: none;
}

#fp-nav ul li a span, .fp-slidesNav ul li a span {
    color: #8F8F8F !important;
    background-color: #8F8F8F !important;
}

#fp-nav ul li a.active span, .fp-slidesNav ul li a.active span, #fp-nav ul li:hover a.active span, .fp-slidesNav ul li:hover a.active span {
    margin: -4px 0 0 -6px !important;
    background-color: #0887C2 !important;
}
#fp-nav ul li:nth-of-type(1) a.active span {background-color:#fff !important;}

#fp-nav ul li a:after {
    position:relative;
    top:2px;
    padding-left: 21px;
    color: #8F8F8F;
    font-size: 14px;
    font-family: "Gill Sans Regular";
    opacity: 0;
    transition: 0.5s;
}

#fp-nav ul li a.active:after {
    opacity: 1;
    color: #0887C2 !important;
}

#fp-nav ul li:nth-child(1) a.active:after {
    color: #fff !important;
}
#fp-nav ul li:nth-child(1) a:after {
    content: 'MAIN';
}

#fp-nav ul li:nth-child(2) a:after {
    content: 'BUSINESS';
}

#fp-nav ul li:nth-child(3) a:after {
    content: 'TECHNOLOGICA';
}

#fp-nav ul li:nth-child(4) a:after {
    content: 'SERVICE';
}

#fp-nav ul li:nth-child(5) a:after {
    content: 'ABOUT';
}

@media (max-width: 1280px) {
    #fp-nav ul {
        display: none;
    }
}

@media (max-width: 768px) {
    .article {
        margin: 0;
    }

    .menu20-header h3 img {
        width: 21px;
        height: 25px;
    }
}

.slick-slide .slide-text-wrap h1,
.slick-slide .slide-text-wrap h2 {
    transition: 0.5s;
    width: 100%;
    text-align: left;
    padding-left: 100px;
    opacity: 0;
    filter: alpha(opacity=0);
    display: block;
    position: relative;
    top: 30px;
    left: 0;
}

.slick-slide .slide-text-wrap h2 {
    transition: 2s;
}


.slick-current .slide-text-wrap h1,
.slick-current .slide-text-wrap h2 {
    transition: 0.5s;

    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
    top: 0 !important;
    left: 0 !important;

}

.slick-current .slide-text-wrap h2 {
    transition: 2.3s;
}
