@import url(//fonts.googleapis.com/earlyaccess/notosanskr.css);

.notosanskr * {
    font-family: 'Noto Sans KR', sans-serif;
}

* {
    font-family: 'Noto Sans KR', sans-serif;
}

.fp-scroller {
    transition-duration: 500ms !important;
}

body {
    position: relative;
}
.header {
    height: 100px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
}

.header .left_wrap {
    position: absolute;
    top: 50%;
    left: 30px;
    transform: translateY(-50%);
}

.header .logo_wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.header .right_wrap a:nth-child(1) {
    position: absolute;
    top: 50%;
    right: 105px;
    transform: translateY(-50%);
}

.header .right_wrap a:nth-child(2) {
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translateY(-50%);
}
.header_content {
    position: fixed;
    top:0;
    left:0;
    width: 100%;
    height:100%;
    z-index: 9999;
    background: #fff;
    display: block;
    display: none;
    overflow-y: scroll;
}
.header_content .top_wrap {
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height: 100px;
}
.header_content .content {
    position: absolute;
    top:100px;
    width: 100%;
    padding:20px 30px;
    box-sizing: border-box;
    height: auto
}
.header_content .content .accord .title {
    font-size: 32px;
    font-weight: 500;
    line-height: 30px;
    padding:50px 30px;
    box-sizing: border-box;
    border-bottom: 1px solid #000;
    position: relative;
}
.header_content .content .accord .title:after {
    position: absolute;
    top:50%;
    transform: translateY(-50%);
    right:20px;
    content: "";
    display: inline-block;
    width: 30px;
    height: 15px;
    background-image: url('../img/main/btn_open.png');
    background-size: cover;
    transition: .3s;
}
.header_content .content .accord .title.on:after {
    transition: .3s;
    transform: rotate(180deg);
}
.header_content .content .accord .title.on {
    color: #7b7bf8;
}
.header_content .content .accord ul {
    display: none;
}
.header_content .content .accord ul li {
    padding:50px 0;
    border-bottom: 1px solid #ccc;
}
.header_content .content .accord ul li a {
    font-size: 32px;
    line-height: 32px;
    font-weight: 400;
    color: #444;
    padding:50px 30px;
    box-sizing: border-box;
}
.header_content .content .banner_01 {
    margin-top: 45px;
    margin-bottom: 40px;
}
.header_content .content .banner_01 a {
    width: 100%;
}
.header_content .content .banner_01 a img {
    width: 100%;
}
.header_content .content .banner_02 a {
    width: 100%;
}
.header_content .content .banner_02 a img {
    width: 100%;
}
.header_content .left_wrap {
    position: absolute;
    top: 50%;
    left: 30px;
    transform: translateY(-50%);
}

.header_content .logo_wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.header_content .right_wrap a:nth-child(1) {
    position: absolute;
    top: 50%;
    right: 105px;
    transform: translateY(-50%);
}

.header_content .right_wrap a:nth-child(2) {
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translateY(-50%);
}

.search_content {
    position: fixed;
    top:0;
    left:0;
    width: 100%;
    height:100%;
    z-index: 9999;
    background: #fff;
    display: none;
    overflow-y: scroll;
}

.search_content .top_wrap {
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height: 100px;
}

.search_content .left_wrap {
    position: absolute;
    top: 50%;
    left: 30px;
    transform: translateY(-50%);
}

.search_content .logo_wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.search_content .right_wrap a:nth-child(1) {
    position: absolute;
    top: 50%;
    right: 105px;
    transform: translateY(-50%);
}

.search_content .right_wrap a:nth-child(2) {
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translateY(-50%);
}

.search_content .content {
    height:auto;
    width: 100%;
    position: absolute;
    top:100px;
    left:0;
    padding-bottom: 90px;
}

.search_content .content .search_wrap {
    background-color: #f1f2f2;
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding-top: 90px;
    padding-bottom: 86px;
}
.search_content .content .search_wrap form {
    margin:0 30px;
    border:3px solid #000;
    box-sizing: border-box;
    background: #fff;
}
.search_content .content .search_wrap form:after {
    content: "";
    display: block;
    clear: both;
}
.search_content .content .search_wrap form input {
    float: left;
}
.search_content .content .search_wrap form input[type="text"] {
    border:0;
    outline: none;
    padding:50px 40px;
    box-sizing: border-box;
    color: #000;
    font-size: 28px;
    font-weight: 400;
    width: 80%;
    height:140px;
}
.search_content .content .search_wrap form input[type="text"]:placeholder-shown {
    color: #747474;
}
.search_content .content .search_wrap form input[type='submit'] {
    width: 20%;
    position: relative;
    height:140px;
    background:transparent url('../img/main/in_search_icon.png') center no-repeat;
    content: "";
    border:0;
    outline: none;
    cursor: pointer;
}

.search_content .content .search_wrap .tags:after {
    content: "";
    display: block;
    clear: both;
}
.search_content .content .search_wrap .tags {
    margin-top: 50px;
    margin-left: 30px;
    margin-right: 30px;
}
.search_content .content .search_wrap .tags a {
    float: left;
    font-size: 25px;
    line-height: 25px;
    padding:10px 20px;
    border-radius: 20px;
    color: #747474;
    margin-right: 20px;
    margin-bottom: 30px;
    font-weight: 400;
    border:1px solid #747474;
}
.search_content .content .slide_wrap {
    margin:80px 0 0 30px;
    font-size: 33px;
    touch-action: pan-x;
}
.search_content .content .slide_wrap h1 {
    font-size: 33px;
    color: #000;
    font-weight: 600;
}
.search_content .content .slide_wrap h1 span {
    color: #7b7bf8;
}

.search_content .content .slide_wrap ul {
    overflow-x: auto;
    overflow-y: hidden;
    width: 100%;
    white-space: nowrap;
    margin-top: 50px;
    -webkit-overflow-scrolling: touch;
}
.search_content .content .slide_wrap ul li:last-child {
    margin-right: 0;
}
.search_content .content .slide_wrap ul li {
    display: inline-block;
    height:422px;
    margin-right: 50px;
    width: 320px;
}
.search_content .content .slide_wrap ul li .img_wrap {
    width: 100%;
    height: 320px;
}
.search_content .content .slide_wrap ul li .img_wrap a img {
    width: 100%;
    height: 100%;
}

.search_content .content .slide_wrap ul li .title_wrap {
    margin-top: 35px;
    margin-bottom: 15px;
    font-size: 24px;
    line-height: 24px;
}
.search_content .content .slide_wrap ul li .title_wrap a {
    color: #000;
}
.search_content .content .slide_wrap ul li .price {
    font-size: 28px;
    line-height: 28px;
    font-weight: 600;
}
#fullpage_main .section {
    position: relative;
    z-index: -1;
}
.swiper-container {
    background: transparent;
    box-sizing: border-box;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    position: fixed !important;
    bottom: 200px;
    width: 100%;
    left:0;
    height: 105px;
    z-index: 9999 !important;
}
.swiper-container .swiper-wrapper {
    margin:0 30px;
    width: calc(100% - 60px);
    position: relative;
}
.swiper-container .swiper-wrapper .swiper-slide a {
    font-size: 27px;
    color: #fff;
    width: 71%;
    overflow: hidden;
    white-space: nowrap;
    display: inline-block;
    text-overflow: ellipsis;
    position: absolute;
    top:50%;
    transform: translateY(-50%);
    left: 0;
}

.swiper-button-prev {
    right:127px !important;
    left: auto !important;
}
.swiper-button-prev:after {
    background-image: url('../img/main/btn_prev.png');
    background-size: cover;
    width: 18px;
    height: 34px;
    content: "" !important;
    display: inline-block;
}
.swiper-button-next {
    right:30px !important;
}
.swiper-button-next:after {
    background-image: url('../img/main/btn_next.png');
    background-size: cover;
    width: 18px;
    height: 34px;
    content: "" !important;
    display: inline-block;
}

#fullpage_main .section:nth-child(1) .fp-slidesNav {
    position: absolute;
    top: 780px;
    left: 50% !important;
    transform: translateX(-50%) !important;
    text-align: center;
    height: 40px;
}

#fullpage_main .section:nth-child(1) .fp-slidesNav ul li {
    height: 14px !important;
    width: 14px !important;
}

#fullpage_main .section:nth-child(1) .fp-slidesNav ul li a.active span {
    margin: -2px 0 0 -2px !important;
}

#fullpage_main .section:nth-child(1) .fp-slidesNav ul li a.active span {
    background: #eb7eef !important;
    height: 14px !important;
    width: 14px !important;
}

#fullpage_main .section:nth-child(1) .fp-slidesNav ul li a span {
    background: #fff !important;
    height: 14px !important;
    width: 14px !important;
}

#fullpage_main .section:nth-child(1) {
    position: relative;
}

#fullpage_main .section:nth-child(1) .section01_bg {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    object-fit: cover;
}

#fullpage_main .section:nth-child(1) .slide {
    position: relative;
}

#fullpage_main .section:nth-child(1) .slide .title {
    position: absolute;
    top: 270px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    z-index: 9999;
    width: 100%;
    background: none;
}

#fullpage_main .section:nth-child(1) .slide .title h1 {
    font-size: 73px;
    display: block;
    line-height: 80px;
    color: #fff;
    display: inline-block;
    letter-spacing: -0.1px;
}

#fullpage_main .section:nth-child(1) .slide .title h1 span {
    line-height: 73px;
    display: inline-block;
}

#fullpage_main .section:nth-child(1) .slide .title h2 {
    font-size: 24px;
    line-height: 24px;
    margin-top: 25px;
    color: #fff;
    font-weight: 200;
    letter-spacing: -0.25px;
}

#fullpage_main .section:nth-child(1) .slide .title .detail_wrap {
    display: block;
}

#fullpage_main .section:nth-child(1) .slide .title .detail_wrap a {
    width: 260px;
    height: 85px;
    line-height: 83px;
    display: inline-block;
    border-radius: 130px;
    border: 1px solid #fff;
    text-align: center;
    font-size: 29px;
    color: #fff;
    margin-top: 90px;
    box-sizing: border-box;
}

#fullpage_main .section:nth-child(1) .slide .text_wrap {
    width: 100%;
    height: 105px;
    background-color:transparent;
    line-height: 105px;
    color: #fff;
    text-align: left;
    position: absolute;
    bottom: 200px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    box-sizing: border-box;
}

#fullpage_main .section:nth-child(1) .slide .text_wrap a {
    color: #fff;
    font-size: 27px;
    display: inline-block;
    width: 530px;
    text-align: center;
    padding: 0 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#fullpage_main .section:nth-child(1) .scroll_wrap {
    text-align: center;
    position: absolute;
    left: 50%;
    z-index: 9999;
    bottom: 68px;
    transform: translateX(-50%);
}

#fullpage_main .section:nth-child(1) .scroll_wrap div:nth-child(1) {
    font-size: 29px;
    color: #fff;
    background: none;
}

#fullpage_main .section:nth-child(1) .scroll_wrap div:nth-child(2) {
    border-color: #fff;
    text-align: center;
    margin-top: 20px;
}

#fullpage_main .section:nth-child(1) .fp-prev {
    display: none;
}


#fullpage_main .section:nth-child(1) .fp-next {
    display: none;
}


#fullpage_main .section {
    position: relative;
}

.top_move_btn {
    position: absolute;
    bottom: 40px;
    right: 30px;
    z-index: 9999;
    display: none;
}

.top_move_btn img {
    width: 80px;
}

#fullpage_main .section:nth-child(2) .fp-prev {
    display: none;
}

#fullpage_main .section:nth-child(2) .fp-next {
    display: none;
}

#fullpage_main .section:nth-child(2) .slide {
    position: relative;
}

#fullpage_main .section:nth-child(2) .section02_bg:after {
    content: "test";
    height: 50px;
    width: 100%;
}
#fullpage_main .section:nth-child(2) .section02_bg {
    position: absolute;
    top:0;
    left: 0;
    height: 100%;
    background-size:cover;
    width: 100%;
}

#fullpage_main .section:nth-child(2) > div .content_wrap {
    top: 200px;
    left: 60px;
    position: absolute;
}

#fullpage_main .section:nth-child(2) > div .content_wrap h1 {
    font-size: 66px;
    line-height: 70px;
    color: #fff;
}

#fullpage_main .section:nth-child(2) > div .content_wrap h1 span {
    font-weight: 100;
}

#fullpage_main .section:nth-child(2) > div .content_wrap h2 {
    font-size: 29px;
    margin-top: 60px;
    margin-bottom: 60px;
    color: #fff;
    letter-spacing: -0.1px;
}

#fullpage_main .section:nth-child(2) > div .content_wrap .detail_wrap {
    text-align: left;
}

#fullpage_main .section:nth-child(2) > div .content_wrap .detail_wrap a {
    width: 220px;
    height: 78px;
    border-radius: 40px;
    border: 1px solid #fff;
    font-size: 25px;
    font-weight: 400;
    text-align: center;
    line-height: 76px;
    display: inline-block;
    color: #fff;
    box-sizing: border-box;
}

#fullpage_main .section:nth-child(2) > div .section02_img01 {
    position: absolute;
    bottom: 120px;
    right: 20px;
    width: 450px;
}

#fullpage_main .section:nth-child(2) .fp-slidesNav {
    bottom: 40px;
    left: 50% !important;
    transform: translateX(-50%) !important;
    text-align: center;
    height: 80px;
    line-height: 80px;
}

#fullpage_main .section:nth-child(2) .fp-slidesNav ul li {
    height: 14px !important;
    width: 14px !important;
    margin-right: 20px;
}

#fullpage_main .section:nth-child(2) .fp-slidesNav ul li a.active span {
    margin: -2px 0 0 -2px !important;
}

#fullpage_main .section:nth-child(2) .fp-slidesNav ul li a.active span {
    background: #4f4677 !important;
    height: 14px !important;
    width: 14px !important;
}

#fullpage_main .section:nth-child(2) .fp-slidesNav ul li a span {
    background: #fff !important;
    height: 14px !important;
    width: 14px !important;
}

#fullpage_main .section:nth-child(3) .content_wrap {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
}

#fullpage_main .section:nth-child(3) .content_wrap > div {
    width: 100%;
    position: relative;
    background-size: cover !important;
}

#fullpage_main .section:nth-child(3) .content_wrap > div:nth-child(1) {
    height: 38%;
}
#fullpage_main .section:nth-child(3) .content_wrap > div:nth-child(2) {
    height: 31%;
}
#fullpage_main .section:nth-child(3) .content_wrap > div:nth-child(3) {
    height: 31%;
}

#fullpage_main .section:nth-child(3) .content_wrap > div:nth-child(1) {
    background-image: url("../img/main/section03_bg_01.png");
    background-position: center;
    background-size: auto;
}

#fullpage_main .section:nth-child(3) .content_wrap > div:nth-child(2) {
    background-image: url("../img/main/section03_bg_02.png");
    background-position: center;
    background-size: auto;
}

#fullpage_main .section:nth-child(3) .content_wrap > div:nth-child(3) {
    background-image: url("../img/main/section03_bg_03.png");
    background-position: center;
    background-size: auto;
}

#fullpage_main .section:nth-child(3) .content_wrap > div .title_wrap {
    position: absolute;
    top: 57%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 999;
    text-align: center;
}

#fullpage_main .section:nth-child(3) .content_wrap > div:nth-child(1) .title_wrap h1 {
    font-size: 65px;
    letter-spacing: -1px;
    white-space: nowrap;
    line-height: 70px;
    color: #fff;
}

#fullpage_main .section:nth-child(3) .content_wrap > div:nth-child(1) .title_wrap h1 span {
    font-weight: 100;
}

#fullpage_main .section:nth-child(3) .content_wrap > div:nth-child(1) .title_wrap h2 {
    margin-top: 40px;
    color: #fff;
    font-size: 25px;
    font-weight: 500;
}

#fullpage_main .section:nth-child(3) .content_wrap > div:nth-child(2) .title_wrap h1 {
    font-size: 49px;
    color: #fff;
    font-weight: 500;
    line-height: 49px;
}

#fullpage_main .section:nth-child(3) .content_wrap > div:nth-child(2) .title_wrap .detail_wrap a {
    width: 224px;
    height: 78px;
    border: 1px solid #fff;
    box-sizing: border-box;
    border-radius: 40px;
    font-size: 25px;
    line-height: 76px;
    text-align: center;
    color: #fff;
    display: inline-block;
    margin-top: 45px;
}

#fullpage_main .section:nth-child(3) .content_wrap > div:nth-child(3) .title_wrap h1 {
    font-size: 49px;
    color: #fff;
    font-weight: 500;
    white-space: nowrap;
    line-height: 49px;
}

#fullpage_main .section:nth-child(3) .content_wrap > div:nth-child(3) .title_wrap .detail_wrap a {
    width: 224px;
    height: 78px;
    border: 1px solid #fff;
    box-sizing: border-box;
    border-radius: 40px;
    font-size: 25px;
    line-height: 76px;
    text-align: center;
    color: #fff;
    display: inline-block;
    margin-top: 45px;
}

#fullpage_main .section:nth-child(4) {
    position: relative;
}

#fullpage_main .section:nth-child(4) .content_wrap {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
}

#fullpage_main .section:nth-child(4) .top_banner {
    height: 270px;
    width: 100%;
    position: relative;
    background-size: cover;
    background-position: center;
    background-image: url('../img/main/section04_top_bg.png');
}

#fullpage_main .section:nth-child(4) .top_banner .left {
    position: absolute;
    top: 25px;
    left: 50px;
}

#fullpage_main .section:nth-child(4) .top_banner .right {
    position: absolute;
    bottom: 15px;
    right: 40px;
}

#fullpage_main .section:nth-child(4) .top_banner p {
    font-size: 46px;
    font-weight: 100;
    display: inline-block;
    position: absolute;
    left:50%;
    bottom:5%;
    transform: translateX(-50%) translateY(-50%);
    white-space: nowrap;
}

#fullpage_main .section:nth-child(4) .top_banner p span {
    font-weight: 600;
}

#fullpage_main .section:nth-child(4) .content_wrap .section04_navi {
    height: 7%;
    border-bottom: 1px solid #ccc;
    box-sizing: border-box;
}

#fullpage_main .section:nth-child(4) .content_wrap .section04_navi ul {
    height: 100%;
}

#fullpage_main .section:nth-child(4) .content_wrap .section04_navi ul:after {
    content: "";
    display: block;
    clear: both;
}

#fullpage_main .section:nth-child(4) .content_wrap .section04_navi ul li {
    width: 33%;
    float: left;
    text-align: center;
    font-size: 30px;
    font-weight: 200;
    height: 100%;
    box-sizing: border-box;
    position: relative;
}
#fullpage_main .section:nth-child(4) .content_wrap .section04_navi ul li span {
    position: absolute;
    top:50%;
    left:50%;
    transform: translateX(-50%) translateY(-50%);
    white-space: nowrap;
}

#fullpage_main .section:nth-child(4) .content_wrap .section04_navi ul li.on {
    font-weight: 600;
    border-bottom: 5px solid #7b7bf8;
}

#fullpage_main .section:nth-child(4) .content_wrap .section04_contents_01 {
    touch-action: pan-x;
    padding:70px 0 0 30px;
    height: 55%;
    box-sizing: border-box;
}

#fullpage_main .section:nth-child(4) .content_wrap .section04_contents_01 ul {
    white-space: nowrap;
    overflow-y: hidden;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

#fullpage_main .section:nth-child(4) .content_wrap .section04_contents_01 ul:after {
    content: "";
    display: block;
    clear: both;
}

#fullpage_main .section:nth-child(4) .content_wrap .section04_contents_01 ul li {
    text-align: left;
    margin-right: 70px;
    display: inline-block;
    width: 380px;
    height:480px;
}

#fullpage_main .section:nth-child(4) .content_wrap .section04_contents_01 ul li .img_wrap {
    width: 100%;
}

#fullpage_main .section:nth-child(4) .content_wrap .section04_contents_01 ul li .img_wrap a {
    display: block;
}

#fullpage_main .section:nth-child(4) .content_wrap .section04_contents_01 ul li .img_wrap a img {
    width: 100%;
}

.section04_contents_01 ul li .title {
    margin-top: 30px;
    margin-bottom: 10px;
}

.section04_contents_01 ul li .title a {
    font-size: 24px;
    color: #000;
    font-weight: 100;
    line-height: 24px;
}

.section04_contents_01 ul li .price {
    font-size: 28px;
    color: #000;
    line-height: 28px;
    font-weight: 600;
}

.section04_btm_wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 23%;
    background-image: url('../img/main/section04_btm_bn.png');
    background-size: cover;
    background-repeat: no-repeat;
}

.section04_btm_wrap .title {
    margin-left: 60px;
    margin-top: 50px;
}

.section04_btm_wrap .title h2 {
    color: #ff2727;
    font-size: 17px;
    font-weight: 400;
}

.section04_btm_wrap .title h1 {
    font-size: 31px;
    color: #3d1019;
    font-weight: 600;
}

.section04_btm_wrap .title h1 span {
    color: #fff;
}

.section04_btm_wrap .title .detail_wrap {
    margin-top: 30px;
    text-align: left;
}

.section04_btm_wrap .title .detail_wrap a {
    width: 180px;
    height: 65px;
    display: inline-block;
    background: #8585e6;
    box-sizing: border-box;
    text-align: center;
    font-size: 21px;
    font-weight: 600;
    line-height: 65px;
    color: #fff;
    border-radius: 40px;
}

#fullpage_main .section:nth-child(5) {
    height: 100%;
    position: relative;
}

#fullpage_main .section:nth-child(5) .content_wrap {
    height: calc(100% - 55px);
    position: absolute;
    top:55px;
    width: 100%;
}

#fullpage_main .section:nth-child(5) .content_wrap > .title {
    font-weight: 600;
    font-size: 66px;
    line-height: 66px;
    text-align: center;
    margin-top: 70px;
    padding-bottom: 40px;
    margin-left: 30px;
    margin-right: 30px;
    border-bottom: 1px solid #000;
}

#fullpage_main .section:nth-child(5) .content_wrap .list_wrap ul {
    margin: 0 30px;
}

#fullpage_main .section:nth-child(5) .content_wrap .list_wrap ul li {
    border-bottom: 1px solid #ccc;
    padding-top: 35px;
    padding-bottom: 40px;
}

#fullpage_main .section:nth-child(5) .content_wrap .list_wrap ul li:last-child {
    border-bottom: 1px solid #000;
}

#fullpage_main .section:nth-child(5) .content_wrap .list_wrap ul li.notice a:after {
    content: "";
    display: block;
    clear: both;
}

#fullpage_main .section:nth-child(5) .content_wrap .list_wrap ul li a {
    display: block;
    height: 31px;
}

#fullpage_main .section:nth-child(5) .content_wrap .list_wrap ul li a div {
    float: left;
    font-size: 31px;
    font-weight: 600;
    line-height: 31px;
}

#fullpage_main .section:nth-child(5) .content_wrap .list_wrap ul li.notice a .type {
    color: #8585e6;
    margin-right: 20px;
}

#fullpage_main .section:nth-child(5) .content_wrap .list_wrap ul li.notice a .title {
    width: calc(100% - 153px);
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #000;
}

#fullpage_main .section:nth-child(5) .content_wrap .list_wrap ul li a .title {
    font-weight: 400;
}

#fullpage_main .section:nth-child(5) .content_wrap .list_wrap ul li a .title {
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #000;
}

#fullpage_main .section:nth-child(5) .content_wrap .list_wrap ul li .date {
    font-size: 22px;
    color: #898989;
    padding-top: 25px;
    line-height: 22px;
}

#fullpage_main .section:nth-child(5) .content_wrap .more_wrap {
    margin-top: 50px;
    text-align: center;
}

#fullpage_main .section:nth-child(5) .content_wrap .more_wrap a {
    width: 222px;
    height: 78px;
    display: inline-block;
    border: 1px solid #000;
    font-size: 25px;
    font-weight: 600;
    color: #000;
    text-align: center;
    line-height: 76px;
    box-sizing: border-box;
    border-radius: 40px;
}

#footer {
    background: #262331;
    text-align: center;
}

#footer .footer_navi {
    padding-top: 70px;
    text-align: center;
}

#footer .footer_navi ul:after {
    content: "";
    display: block;
    clear: both;
}

#footer .footer_navi ul {
    display: inline-block;
}

#footer .footer_navi ul li {
    float: left;
    margin-right: 40px;
}

#footer .footer_navi ul li:last-child {
    margin-right: 0;
}

#footer .footer_navi ul li a {
    color: #fff;
    font-size: 23px;
    line-height: 23px;
    font-weight: 600;
}

#footer .query_wrap {
    padding: 50px 0;
    text-align: center;
}

#footer .query_wrap a {
    font-size: 23px;
    font-weight: 600;
    color: #9a9adf;
}

#footer .info {
    font-size: 20px;
    color: #a8a8a8;
    line-height: 30px;
    font-weight: 300;
    text-align: center;
}

.family_content {
    position: relative;
}
#footer .famliy_site {
    display: inline-block;
    text-align: center;
    width: 60%;
    height: 65px;
    border: 1px solid #fff;
    text-align: left;
    line-height: 63px;
    border-radius: 40px;
    box-sizing: border-box;
    position: relative;
    margin: 50px auto;
    padding:0 30px;
    font-weight: 200;
    transition: all 0.5s;
}

#footer .famliy_site a {
    font-size: 23px;
    color: #fff;
    font-weight: 200;
}

#footer .famliy_site:after {
    content: "";
    width: 28px;
    height: 21px;
    display: inline-block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 30px;
    background-image: url('/herontia/img/main/footer_open_icon.png');
}

#footer .hide_family_site {
    display: inline-block;
    text-align: center;
    width: 60%;
    min-height: 65px;
    border: 1px solid #fff;
    text-align: left;
    line-height: 64px;
    border-radius: 33px;
    box-sizing: border-box;
    position: relative;
    margin: 50px auto;
    padding:5px 30px;
    position: absolute;
    bottom:-1px;
    left:50%;
    transform: translateX(-50%);
    background: #262331;
    display: none;
    transition: all 0.5s;
}

#footer .hide_family_site a {
    font-size: 23px;
    font-weight: 400;
    display: block;
    color: #9a9adf;
    font-weight: 200;
}

#footer .hide_family_site a:last-child {
    border-top: 1px solid #ddd;
        color: #fff;
}

#footer .hide_family_site:after {
    content: "";
    width: 28px;
    height: 21px;
    display: inline-block;
    position: absolute;
    bottom:22px;
    right: 30px;
    background-image: url('../img/main/footer_close_icon.png');
}

@media (max-width: 768px) {
    .header {
        height: 55px;
    }
    .header .left_wrap a img {
        height: 18px;
    }

    .header .logo_wrap a {
        height: 23px;
        padding-top: 5px;
    }

    .header .logo_wrap a img {
        height: 23px;
    }

    .header .right_wrap a img {
        height: 23px;
    }

    .header .right_wrap a:nth-child(1) {
        right: 65px;
    }

    .header .right_wrap a:nth-child(2) {
        right: 20px;
    }
    
    .header .top_wrap {
        height: 55px;
        position: relative;
    }
    .header .content {
        height: calc(100% - 55px);
    }
    .header_content .left_wrap a img {
        height: 18px;
    }

    .header_content .logo_wrap a {
        height: 23px;
        padding-top: 5px;
    }

    .header_content .logo_wrap a img {
        height: 23px;
    }

    .header_content .right_wrap a img {
        height: 23px;
    }

    .header_content .right_wrap a:nth-child(1) {
        right: 65px;
    }

    .header_content .right_wrap a:nth-child(2) {
        right: 20px;
    }
    
    .search_content .left_wrap a img {
        height: 18px;
    }

    .search_content .logo_wrap a {
        height: 23px;
        padding-top: 5px;
    }

    .search_content .logo_wrap a img {
        height: 23px;
    }

    .search_content .right_wrap a img {
        height: 23px;
    }

    .search_content .right_wrap a:nth-child(1) {
        right: 65px;
    }

    .search_content .right_wrap a:nth-child(2) {
        right: 20px;
    }
    .search_content .right_wrap a:nth-child(2) img {
        height: 18px;
    }
    .search_content .top_wrap {
        height: 55px;
    }
    .search_content .content {
        top:55px;
    }

    #fullpage_main .section:nth-child(1) .slide .title {
        top: 100px;
    }
    .search_content .content .search_wrap {
        height:250px;
        padding-top: 45px;
    }
    .search_content .content .search_wrap form input[type="text"] {
        height:70px;
        padding:25px 20px;
        font-size: 14px;
    }
    .search_content .content .search_wrap form input[type='submit'] {
        height: 70px;
        background-size: 50%;
    }

    #fullpage_main .section:nth-child(1) .slide .title h1 {
        font-size: 55px;
        line-height: 55px;
    }
    .search_content .content .search_wrap .tags {
        margin-top: 25px;
        margin-left: 30px;
    }
    .search_content .content .search_wrap .tags a {
        padding:5px 10px;
        margin-right: 10px;
        margin-bottom: 10px;
        font-size: 15px;
        line-height: 15px;
        letter-spacing: -1px;
    }
    .search_content .content .slide_wrap {
        margin:40px 0 0 15px;
    }
    .search_content .content .slide_wrap h1 {
        font-size: 20px;
        line-height: 20px;
    }
    .search_content .content .slide_wrap ul {
        margin-top: 25px;
    }
    .search_content .content .slide_wrap ul li {
        width:160px;
        height:200px;
        margin-right: 25px;
    }
    .search_content .content .slide_wrap ul li .img_wrap {
        height:160px;
    }
    .search_content .content .slide_wrap ul li .img_wrap a img {
        height:160px;
    }
    .search_content .content .slide_wrap ul li .title_wrap {
        margin-top: 17px;
        margin-bottom: 7px;
        font-size: 13px;
        line-height: 13px;
    }
    .search_content .content .slide_wrap ul li .price {
        font-size: 15px;
        line-height: 15px;
    }

    #fullpage_main .section:nth-child(1) .slide .title h1 span {
        line-height: 55px;
    }

    #fullpage_main .section:nth-child(1) .slide .title h2 {
        font-size: 20px;
    }

    #fullpage_main .section:nth-child(1) .slide .title .detail_wrap a {
        width: 130px;
        height: 43px;
        line-height: 43px;
        font-size: 18px;
        margin-top: 45px;
    }

    #fullpage_main .section:nth-child(1) .slide .text_wrap {
        bottom: 100px;
        height: 50px;
        line-height: 50px;
    }

    #fullpage_main .section:nth-child(1) .slide .text_wrap a {
        font-size: 16px;
        width: 100%;
        box-sizing: border-box;
        padding: 0 80px 0 20px;
    }

    #fullpage_main .section:nth-child(1) .fp-prev {
        bottom: 137px !important;
        right: 65px;
    }

    #fullpage_main .section:nth-child(1) .fp-prev:after {
        width: 8px;
        height: 8px;
    }

    #fullpage_main .section:nth-child(1) .fp-next {
        bottom: 137px !important;
        right: 35px;
    }

    #fullpage_main .section:nth-child(1) .fp-slidesNav {
        top: 400px !important;
    }

    #fullpage_main .section:nth-child(1) .fp-next:after {
        width: 8px;
        height: 8px;
    }

    #fullpage_main .section:nth-child(1) .slide .scroll_wrap {
        bottom: 15px;
    }

    #fullpage_main .section:nth-child(1) .slide .scroll_wrap div:nth-child(1) {
        font-size: 20px;
    }

    #fullpage_main .section:nth-child(1) .fp-slidesNav ul li {
        margin: 4px !important;
    }

    #fullpage_main .section:nth-child(1) .fp-slidesNav ul li a.active span {
        width: 9px !important;
        height: 9px !important;
    }

    #fullpage_main .section:nth-child(1) .fp-slidesNav ul li a span {
        width: 9px !important;
        height: 9px !important;
    }

    #fullpage_main .section:nth-child(2) > div .content_wrap {
        top: 100px;
        left: 30px;
    }

    #fullpage_main .section:nth-child(2) > div .content_wrap h1 {
        font-size: 40px;
        line-height: 40px;
    }

    #fullpage_main .section:nth-child(2) > div .content_wrap h2 {
        font-size: 15px;
        margin-top: 30px;
        margin-bottom: 30px;
    }

    #fullpage_main .section:nth-child(2) > div .content_wrap .detail_wrap a {
        width: 130px;
        height: 43px;
        line-height: 43px;
        text-align: center;
        font-size: 18px;
    }

    #fullpage_main .section:nth-child(2) .fp-slidesNav {
        bottom: 15px;
        height: 40px;
        line-height: 40px;
    }

    #fullpage_main .section:nth-child(2) .fp-slidesNav ul li a span {
        width: 9px !important;
        height: 9px !important;
    }

    #fullpage_main .section:nth-child(2) .fp-slidesNav ul li {
        margin: 4px !important;
    }

    #fullpage_main .section:nth-child(2) .fp-slidesNav ul li a.active span {
        width: 9px !important;
        height: 9px !important;
    }

    #fullpage_main .section:nth-child(3) .content_wrap > div:nth-child(1) .title_wrap h1 {
        font-size: 40px;
        line-height: 40px;
    }

    #fullpage_main .section:nth-child(3) .content_wrap > div:nth-child(1) .title_wrap h2 {
        font-size: 15px;
        margin-top: 20px;
    }

    #fullpage_main .section:nth-child(3) .content_wrap > div {
        height: 33%;
        background-size: cover;
    }

    #fullpage_main .section:nth-child(3) .content_wrap > div:nth-child(2) .title_wrap .detail_wrap a {
        width: 130px;
        height: 43px;
        line-height: 43px;
        margin-top: 22px;
        font-size: 18px;
    }

    #fullpage_main .section:nth-child(3) .content_wrap > div:nth-child(2) .title_wrap h1 {
        font-size: 32px;
        line-height: 32px;
        white-space: nowrap;
    }

    #fullpage_main .section:nth-child(3) .content_wrap > div:nth-child(3) .title_wrap h1 {
        font-size: 32px;
        line-height: 32px;
        white-space: nowrap;
    }

    #fullpage_main .section:nth-child(3) .content_wrap > div:nth-child(3) .title_wrap .detail_wrap a {
        width: 130px;
        height: 43px;
        line-height: 43px;
        font-size: 18px;
        margin-top: 22px;
    }

    #fullpage_main .section:nth-child(3) .content_wrap > div > img {
        height: 100%;
    }

    #fullpage_main .section:nth-child(4) .top_banner p {
        font-size: 23px;
        line-height: 23px;
    }

    #fullpage_main .section:nth-child(4) .content_wrap .section04_navi ul li {
        font-size: 15px;
        height: 45px;
        line-height: 45px;
    }

    #fullpage_main .section:nth-child(4) .content_wrap .section04_navi {
        height: 45px;
    }

    #fullpage_main .section:nth-child(4) .content_wrap .section04_contents_01 ul li {
        width: 175px;
        height: 260px;
    }

    #fullpage_main .section:nth-child(4) .content_wrap .section04_contents_01 ul li {
        margin-right: 20px;
    }
    
    #fullpage_main .section:nth-child(4) .top_banner {
        height: 130px;
        width: 100%;
        position: relative;
    }

    .section04_contents_01 ul li .title {
        margin-top: 0;
        margin-bottom: 3px;
    }

    .section04_contents_01 ul li .title a {
        font-size: 15px;
        line-height: 15px;
    }

    .section04_contents_01 ul li .price {
        font-size: 17px;
        line-height: 17px;
    }

    .section04_btm_wrap {
        height: 220px !important;
    }

    .section04_btm_wrap .title {
        margin-top: 60px;
        margin-left: 20px;
    }

    .section04_btm_wrap .title h1 {
        font-size: 16px;
    }

    .section04_btm_wrap .title h2 {
        font-size: 11px;
    }

    .section04_btm_wrap .title .detail_wrap {
        margin-top: 15px;
    }

    .section04_btm_wrap .title .detail_wrap a {
        width: 100px;
        height: 40px;
        line-height: 40px;
        font-size: 13px;
    }


    #fullpage_main .section:nth-child(5) .content_wrap .more_wrap {
        margin-top: 20px;
    }

    #fullpage_main .section:nth-child(5) .content_wrap > .title {
        font-size: 35px;
        line-height: 35px;
        margin: 40px 30px 0 30px;
        padding-bottom: 20px;
    }

    #fullpage_main .section:nth-child(5) .content_wrap .list_wrap ul li {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    #fullpage_main .section:nth-child(5) .content_wrap .list_wrap ul li a {
        font-size: 15px !important;
    }

    #fullpage_main .section:nth-child(5) .content_wrap .list_wrap ul li .date {
        font-size: 13px;
        line-height: 13px;
        padding-top: 5px;
    }

    #fullpage_main .section:nth-child(5) .content_wrap .list_wrap ul li.notice a .type {
        font-size: 15px;
        width: 10%;
        margin-right: 2%;
        letter-spacing: -1px;
    }

    #fullpage_main .section:nth-child(5) .content_wrap .list_wrap ul li.notice a:after {
        content: "";
        display: block;
        clear: both;
    }

    #fullpage_main .section:nth-child(5) .content_wrap .list_wrap ul li.notice a div {
        float: left;
    }

    #fullpage_main .section:nth-child(5) .content_wrap .list_wrap ul li.notice a .title {
        font-size: 15px;
        width: 78%;
    }

    #fullpage_main .section:nth-child(5) .content_wrap .list_wrap ul li a .icon {
        width: 8%;
        text-align: center;
        position: relative;
        height: 31px;
    }

    #fullpage_main .section:nth-child(5) .content_wrap .list_wrap ul li a .icon img {
        width: 17px;
        height: 17px;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }

    #fullpage_main .section:nth-child(5) .content_wrap .list_wrap ul li a .title {
        font-size: 15px;
    }

    #fullpage_main .section:nth-child(5) .content_wrap .more_wrap a {
        width: 130px;
        height: 40px;
        line-height: 38px;
        font-size: 15px;
    }

    #footer {
        height: 295px;
    }

    #footer .footer_navi {
        padding-top: 35px;
    }

    #footer .footer_navi ul li {
        margin-right: 15px;
    }

    #footer .footer_navi ul li a {
        font-size: 14px;
        line-height: 14px;
    }

    #footer .query_wrap {
        padding: 25px 0;
    }

    #footer .query_wrap a {
        font-size: 18px;
    }

    #footer .info {
        font-size: 13px;
        letter-spacing: -1px;
        line-height: 20px;
    }
    
    #footer .famliy_site {
        height:40px;
        line-height: 35px;
        margin:20px 0;
        width: 65%;
        padding:0 15px;
    }
    #footer .famliy_site a {
        font-size: 15px;
        line-height: 15px;
    }
    #footer .famliy_site:after {
        right:15px;
        height: 15px;
        width: 20px;
        background-size: cover;
    }
    
    #footer .hide_family_site a {
        font-size: 15px;
        line-height: 15px;
    }
    #footer .hide_family_site {
        margin:20px auto;
        border-radius: 20px;
        padding:5px 15px;
        width: 65%;
    }
    #footer .hide_family_site a {
        padding:10px 0;
    }
    #footer .hide_family_site:after {
            width: 20px;
            height: 15px;
            bottom: 14px;
            right: 15px;
            background-size: cover;
    }
    #footer .hide_family_site a:last-child {
        padding-top: 20px;
        margin-top: 10px;
    }
    .top_move_btn img {
        width: 40px;
        height: 40px;
    }
    .header_content .top_wrap {
        height: 55px;
    }
    .header_content .content {
        padding:10px 25px;
        top:55px;
        height: auto;
    }
    .header_content .content .accord .title {
        padding: 25px 20px;
        font-size: 15px;
        line-height: 15px;
    }
    .header_content .content .accord ul li a {
        padding:20px 20px;
    }
    .header_content .content .accord ul li {
        padding:20px 0;
    }
    .header_content .content .accord ul li a {
        font-size: 15px;
        line-height: 15px;
    }
    .header_content .content .accord .title:after {
        width: 18px;
        height: 9px;
    }
    .header_content .content .banner_01 {
        margin-bottom: 5px;
    }
    #fullpage_main .section:nth-child(1) .scroll_wrap {
        bottom:25px;
    }
    .swiper-container {
        bottom:125px;
        height: 53px;
    }
    .swiper-container .swiper-wrapper .swiper-slide a {
        font-size: 14px;
    }
    .swiper-button-next:after {
        width: 9px;
        height:17px;
    }
    .swiper-button-next {
        right:15px !important;
    }
    .swiper-button-prev:after {
        width: 9px;
        height:17px;
    }
    .swiper-button-prev {
        right:60px !important;
    }
    #fullpage_main .section:nth-child(1) .scroll_wrap div:nth-child(1) {
        font-size: 15px;
    }
    #fullpage_main .section:nth-child(1) .scroll_wrap div:nth-child(2) {
        margin-top: 10px;
    }
    #fullpage_main .section:nth-child(1) .scroll_wrap div:nth-child(2) img {
        width: 70%;
    }
    #fullpage_main .section:nth-child(2) .section02_bg {
        top:0;
        height:100%;
    }
    #fullpage_main .section:nth-child(4) .content_wrap .section04_navi ul li.on {
        border-bottom: 2px solid #7b7bf8;
    }
    #fullpage_main .section:nth-child(4) .content_wrap .section04_contents_01 {
        padding:20px 0 0 15px;
    }
}


@media (max-width: 550px) {
    .header {
        height: 55px;
    }
    .header .left_wrap a img {
        height: 18px;
    }

    .header .logo_wrap a {
        height: 23px;
        padding-top: 5px;
    }

    .header .logo_wrap a img {
        height: 23px;
    }

    .header .right_wrap a img {
        height: 23px;
    }

    .header .right_wrap a:nth-child(1) {
        right: 65px;
    }

    .header .right_wrap a:nth-child(2) {
        right: 20px;
    }
    
    .header .top_wrap {
        height: 55px;
        position: relative;
    }
    .header .content {
        height: calc(100% - 55px);
    }
    .header_content .left_wrap a img {
        height: 18px;
    }

    .header_content .logo_wrap a {
        height: 23px;
        padding-top: 5px;
    }

    .header_content .logo_wrap a img {
        height: 23px;
    }

    .header_content .right_wrap a img {
        height: 23px;
    }

    .header_content .right_wrap a:nth-child(1) {
        right: 65px;
    }

    .header_content .right_wrap a:nth-child(2) {
        right: 20px;
    }
    
    .search_content .left_wrap a img {
        height: 18px;
    }

    .search_content .logo_wrap a {
        height: 23px;
        padding-top: 5px;
    }

    .search_content .logo_wrap a img {
        height: 23px;
    }

    .search_content .right_wrap a img {
        height: 23px;
    }

    .search_content .right_wrap a:nth-child(1) {
        right: 65px;
    }

    .search_content .right_wrap a:nth-child(2) {
        right: 20px;
    }
    .search_content .right_wrap a:nth-child(2) img {
        height: 18px;
    }
    .search_content .top_wrap {
        height: 55px;
    }
    .search_content .content {
        top:55px;
    }

    #fullpage_main .section:nth-child(1) .slide .title {
        top: 100px;
    }
    .search_content .content .search_wrap {
        height:250px;
        padding-top: 45px;
    }
    .search_content .content .search_wrap form input[type="text"] {
        height:70px;
        padding:25px 20px;
        font-size: 14px;
    }
    .search_content .content .search_wrap form input[type='submit'] {
        height: 70px;
        background-size: 50%;
    }

    #fullpage_main .section:nth-child(1) .slide .title h1 {
        font-size: 40px;
        line-height: 40px;
    }
    .search_content .content .search_wrap .tags {
        margin-top: 25px;
        margin-left: 30px;
    }
    .search_content .content .search_wrap .tags a {
        padding:5px 10px;
        margin-right: 10px;
        margin-bottom: 10px;
        font-size: 15px;
        line-height: 15px;
        letter-spacing: -1px;
    }
    .search_content .content .slide_wrap {
        margin:40px 0 0 15px;
    }
    .search_content .content .slide_wrap h1 {
        font-size: 20px;
        line-height: 20px;
    }
    .search_content .content .slide_wrap ul {
        margin-top: 25px;
    }
    .search_content .content .slide_wrap ul li {
        width:160px;
        height:200px;
        margin-right: 25px;
    }
    .search_content .content .slide_wrap ul li .img_wrap {
        height:160px;
    }
    .search_content .content .slide_wrap ul li .img_wrap a img {
        height:160px;
    }
    .search_content .content .slide_wrap ul li .title_wrap {
        margin-top: 17px;
        margin-bottom: 7px;
        font-size: 13px;
        line-height: 13px;
    }
    .search_content .content .slide_wrap ul li .price {
        font-size: 15px;
        line-height: 15px;
    }

    #fullpage_main .section:nth-child(1) .slide .title h1 span {
        line-height: 55px;
    }

    #fullpage_main .section:nth-child(1) .slide .title h2 {
        font-size: 16px;
    }

    #fullpage_main .section:nth-child(1) .slide .title .detail_wrap a {
        width: 130px;
        height: 43px;
        line-height: 43px;
        font-size: 18px;
        margin-top: 45px;
    }

    #fullpage_main .section:nth-child(1) .slide .text_wrap {
        bottom: 100px;
        height: 50px;
        line-height: 50px;
    }

    #fullpage_main .section:nth-child(1) .slide .text_wrap a {
        font-size: 16px;
        width: 100%;
        box-sizing: border-box;
        padding: 0 80px 0 20px;
    }

    #fullpage_main .section:nth-child(1) .fp-prev {
        bottom: 137px !important;
        right: 65px;
    }

    #fullpage_main .section:nth-child(1) .fp-prev:after {
        width: 8px;
        height: 8px;
    }

    #fullpage_main .section:nth-child(1) .fp-next {
        bottom: 137px !important;
        right: 35px;
    }

    #fullpage_main .section:nth-child(1) .fp-slidesNav {
        top: 400px !important;
    }

    #fullpage_main .section:nth-child(1) .fp-next:after {
        width: 8px;
        height: 8px;
    }

    #fullpage_main .section:nth-child(1) .slide .scroll_wrap {
        bottom: 15px;
    }

    #fullpage_main .section:nth-child(1) .slide .scroll_wrap div:nth-child(1) {
        font-size: 20px;
    }

    #fullpage_main .section:nth-child(1) .fp-slidesNav ul li {
        margin: 4px !important;
    }

    #fullpage_main .section:nth-child(1) .fp-slidesNav ul li a.active span {
        width: 9px !important;
        height: 9px !important;
    }

    #fullpage_main .section:nth-child(1) .fp-slidesNav ul li a span {
        width: 9px !important;
        height: 9px !important;
    }

    #fullpage_main .section:nth-child(2) > div .content_wrap {
        top: 100px;
        left: 30px;
    }

    #fullpage_main .section:nth-child(2) > div .content_wrap h1 {
        font-size: 40px;
        line-height: 40px;
    }

    #fullpage_main .section:nth-child(2) > div .content_wrap h2 {
        font-size: 15px;
        margin-top: 30px;
        margin-bottom: 30px;
    }

    #fullpage_main .section:nth-child(2) > div .content_wrap .detail_wrap a {
        width: 130px;
        height: 43px;
        line-height: 43px;
        text-align: center;
        font-size: 18px;
    }

    #fullpage_main .section:nth-child(2) .fp-slidesNav {
        bottom: 15px;
        height: 40px;
        line-height: 40px;
    }

    #fullpage_main .section:nth-child(2) .fp-slidesNav ul li a span {
        width: 9px !important;
        height: 9px !important;
    }

    #fullpage_main .section:nth-child(2) .fp-slidesNav ul li {
        margin: 4px !important;
    }

    #fullpage_main .section:nth-child(2) .fp-slidesNav ul li a.active span {
        width: 9px !important;
        height: 9px !important;
    }

    #fullpage_main .section:nth-child(3) .content_wrap > div:nth-child(1) .title_wrap h1 {
        font-size: 40px;
        line-height: 40px;
    }

    #fullpage_main .section:nth-child(3) .content_wrap > div:nth-child(1) .title_wrap h2 {
        font-size: 15px;
        margin-top: 20px;
    }

    #fullpage_main .section:nth-child(3) .content_wrap > div {
        height: 33%;
        background-size: cover;
    }

    #fullpage_main .section:nth-child(3) .content_wrap > div:nth-child(2) .title_wrap .detail_wrap a {
        width: 130px;
        height: 43px;
        line-height: 43px;
        margin-top: 22px;
        font-size: 18px;
    }

    #fullpage_main .section:nth-child(3) .content_wrap > div:nth-child(2) .title_wrap h1 {
        font-size: 32px;
        line-height: 32px;
        white-space: nowrap;
    }

    #fullpage_main .section:nth-child(3) .content_wrap > div:nth-child(3) .title_wrap h1 {
        font-size: 32px;
        line-height: 32px;
        white-space: nowrap;
    }

    #fullpage_main .section:nth-child(3) .content_wrap > div:nth-child(3) .title_wrap .detail_wrap a {
        width: 130px;
        height: 43px;
        line-height: 43px;
        font-size: 18px;
        margin-top: 22px;
    }

    #fullpage_main .section:nth-child(3) .content_wrap > div > img {
        height: 100%;
    }

    #fullpage_main .section:nth-child(4) .top_banner p {
        font-size: 23px;
        line-height: 23px;
    }

    #fullpage_main .section:nth-child(4) .content_wrap .section04_navi ul li {
        font-size: 15px;
        height: 45px;
        line-height: 45px;
    }

    #fullpage_main .section:nth-child(4) .content_wrap .section04_navi {
        height: 45px;
    }

    #fullpage_main .section:nth-child(4) .content_wrap .section04_contents_01 ul li {
        width: 175px;
        height: 260px;
    }

    #fullpage_main .section:nth-child(4) .content_wrap .section04_contents_01 ul li {
        margin-right: 20px;
    }
    
    #fullpage_main .section:nth-child(4) .top_banner {
        height: 130px;
        width: 100%;
        position: relative;
    }

    .section04_contents_01 ul li .title {
        margin-top: 0;
        margin-bottom: 3px;
    }

    .section04_contents_01 ul li .title a {
        font-size: 15px;
        line-height: 15px;
    }

    .section04_contents_01 ul li .price {
        font-size: 17px;
        line-height: 17px;
    }

    .section04_btm_wrap {
        height: 220px !important;
    }

    .section04_btm_wrap .title {
        margin-top: 60px;
        margin-left: 20px;
    }

    .section04_btm_wrap .title h1 {
        font-size: 16px;
    }

    .section04_btm_wrap .title h2 {
        font-size: 11px;
    }

    .section04_btm_wrap .title .detail_wrap {
        margin-top: 15px;
    }

    .section04_btm_wrap .title .detail_wrap a {
        width: 100px;
        height: 40px;
        line-height: 40px;
        font-size: 13px;
    }


    #fullpage_main .section:nth-child(5) .content_wrap .more_wrap {
        margin-top: 20px;
    }

    #fullpage_main .section:nth-child(5) .content_wrap > .title {
        font-size: 35px;
        line-height: 35px;
        margin: 40px 30px 0 30px;
        padding-bottom: 20px;
    }

    #fullpage_main .section:nth-child(5) .content_wrap .list_wrap ul li {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    #fullpage_main .section:nth-child(5) .content_wrap .list_wrap ul li a {
        font-size: 15px !important;
    }

    #fullpage_main .section:nth-child(5) .content_wrap .list_wrap ul li .date {
        font-size: 13px;
        line-height: 13px;
        padding-top: 5px;
    }

    #fullpage_main .section:nth-child(5) .content_wrap .list_wrap ul li.notice a .type {
        font-size: 15px;
        width: 10%;
        margin-right: 2%;
        letter-spacing: -1px;
    }

    #fullpage_main .section:nth-child(5) .content_wrap .list_wrap ul li.notice a:after {
        content: "";
        display: block;
        clear: both;
    }

    #fullpage_main .section:nth-child(5) .content_wrap .list_wrap ul li.notice a div {
        float: left;
    }

    #fullpage_main .section:nth-child(5) .content_wrap .list_wrap ul li.notice a .title {
        font-size: 15px;
        width: 78%;
    }

    #fullpage_main .section:nth-child(5) .content_wrap .list_wrap ul li a .icon {
        width: 8%;
        text-align: center;
        position: relative;
        height: 31px;
    }

    #fullpage_main .section:nth-child(5) .content_wrap .list_wrap ul li a .icon img {
        width: 17px;
        height: 17px;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }

    #fullpage_main .section:nth-child(5) .content_wrap .list_wrap ul li a .title {
        font-size: 15px;
    }

    #fullpage_main .section:nth-child(5) .content_wrap .more_wrap a {
        width: 130px;
        height: 40px;
        line-height: 38px;
        font-size: 15px;
    }

    #footer {
        height: 295px;
    }

    #footer .footer_navi {
        padding-top: 35px;
    }

    #footer .footer_navi ul li {
        margin-right: 15px;
    }

    #footer .footer_navi ul li a {
        font-size: 14px;
        line-height: 14px;
    }

    #footer .query_wrap {
        padding: 25px 0;
    }

    #footer .query_wrap a {
        font-size: 18px;
    }

    #footer .info {
        font-size: 13px;
        letter-spacing: -1px;
        line-height: 20px;
    }
    
    #footer .famliy_site {
        height:40px;
        line-height: 35px;
        margin:20px 0;
        width: 65%;
        padding:0 15px;
    }
    #footer .famliy_site a {
        font-size: 15px;
        line-height: 15px;
    }
    #footer .famliy_site:after {
        right:15px;
        height: 15px;
        width: 20px;
        background-size: cover;
    }
    
    #footer .hide_family_site a {
        font-size: 15px;
        line-height: 15px;
    }
    #footer .hide_family_site {
        margin:20px auto;
        border-radius: 20px;
        padding:5px 15px;
        width: 65%;
    }
    #footer .hide_family_site a {
        padding:10px 0;
    }
    #footer .hide_family_site:after {
            width: 20px;
            height: 15px;
            bottom: 14px;
            right: 15px;
            background-size: cover;
    }
    #footer .hide_family_site a:last-child {
        padding-top: 20px;
        margin-top: 10px;
    }
    .top_move_btn img {
        width: 40px;
        height: 40px;
    }
    .header_content .top_wrap {
        height: 55px;
    }
    .header_content .content {
        padding:10px 25px;
        top:55px;
        height: auto;
    }
    .header_content .content .accord .title {
        padding: 25px 20px;
        font-size: 15px;
        line-height: 15px;
    }
    .header_content .content .accord ul li a {
        padding:20px 20px;
    }
    .header_content .content .accord ul li {
        padding:20px 0;
    }
    .header_content .content .accord ul li a {
        font-size: 15px;
        line-height: 15px;
    }
    .header_content .content .accord .title:after {
        width: 18px;
        height: 9px;
    }
    .header_content .content .banner_01 {
        margin-bottom: 5px;
    }
    .swiper-container {
        height: 53px;
    }
    .swiper-container .swiper-wrapper .swiper-slide a {
        font-size: 14px;
    }
    .swiper-button-next:after {
        width: 9px;
        height:17px;
    }
    .swiper-button-next {
        right:15px !important;
    }
    .swiper-button-prev:after {
        width: 9px;
        height:17px;
    }
    .swiper-button-prev {
        right:60px !important;
    }
    #fullpage_main .section:nth-child(1) .scroll_wrap div:nth-child(1) {
        font-size: 15px;
    }
    #fullpage_main .section:nth-child(1) .scroll_wrap div:nth-child(2) {
        margin-top: 10px;
    }
    #fullpage_main .section:nth-child(1) .scroll_wrap div:nth-child(2) img {
        width: 70%;
    }
    #fullpage_main .section:nth-child(2) .section02_bg {
        top:0;
        height:100%;
    }
    #fullpage_main .section:nth-child(4) .content_wrap .section04_navi ul li.on {
        border-bottom: 2px solid #7b7bf8;
    }
    #fullpage_main .section:nth-child(4) .content_wrap .section04_contents_01 {
        padding:20px 0 0 15px;
    }
}

@media (max-width: 400px) {
    #fullpage_main .section:nth-child(1) .scroll_wrap {
        bottom:34px;
    }
    .swiper-container {
        bottom:125px;
    }
    #fullpage_main .section:nth-child(3) .content_wrap > div:nth-child(1) .title_wrap h1 {
        font-size: 25px;
        line-height: 25px;
    }
    #fullpage_main .section:nth-child(3) .content_wrap > div:nth-child(1) .title_wrap h2 {
        font-size: 13px;
        white-space: nowrap;
    }
    #fullpage_main .section:nth-child(3) .content_wrap > div:nth-child(2) .title_wrap h1{
        font-size: 25px;
        line-height: 25px;
    }
    #fullpage_main .section:nth-child(3) .content_wrap > div:nth-child(2) .title_wrap .detail_wrap a {
        width: 100px;
        height: 30px;
        font-size: 12px;
        line-height: 28px;
    }
    #fullpage_main .section:nth-child(3) .content_wrap > div:nth-child(3) .title_wrap h1{
        font-size: 25px;
        line-height: 25px;
    }
    #fullpage_main .section:nth-child(3) .content_wrap > div:nth-child(3) .title_wrap .detail_wrap a {
        width: 100px;
        height: 30px;
        font-size: 12px;
        line-height: 28px;
    }
    #fullpage_main .section:nth-child(4) .top_banner .left {
        top:15px;
        left:25px;
        width: 50px;
    }
    #fullpage_main .section:nth-child(4) .top_banner .right {
        bottom:15px;
        right:25px;
        width: 45px;
    }
    #fullpage_main .section:nth-child(4) .top_banner p {
        font-size: 20px;
        line-height: 20px;
        bottom: 18%;
    }
    .section04_btm_wrap .title h1 {
        font-size: 15px;
        line-height: 18px;
        margin-top: 5px;
    }
    .section04_btm_wrap .title h2 {
        font-size: 8px;
    }
    #fullpage_main .section:nth-child(5) .content_wrap > .title {
        font-size: 28px;
        line-height: 28px;
        margin:20px 30px 0 30px;
    }
    #fullpage_main .section:nth-child(5) .content_wrap .list_wrap ul li {
        padding-top: 17px;
        padding-bottom: 17px;
    }
    #fullpage_main .section:nth-child(5) .content_wrap .list_wrap ul li .date {
        padding-top: 0;
    }
    .search_content .content .search_wrap .tags a {
        font-size: 13px;
        line-height: 11px;
    }
    #fullpage_main .section:nth-child(4) .content_wrap .section04_contents_01 ul li {
        width: 150px !important;
    }
    .section04_contents_01 ul li .title a {
        font-size: 13px;
        line-height: 13px;
    }
    .section04_contents_01 ul li .price {
        font-size: 15px;
        line-height: 15px;
    }
    #fullpage_main .section:nth-child(4) .content_wrap .section04_contents_01 {
        padding:15px 0 0 15px;
    }
}
@media (max-width: 350px) {
    #fullpage_main .section:nth-child(3) .content_wrap > div .title_wrap {
        top:62%;
    }
    #fullpage_main .section:nth-child(1) .slide .title h1 {
        font-size: 32px;
        line-height: 32px;
    }
    #fullpage_main .section:nth-child(1) .slide .title h2 {
        font-size: 14px;
    }
    #fullpage_main .section:nth-child(1) .fp-slidesNav {
        top:auto !important;
        bottom: 180px;
    }
    #fullpage_main .section:nth-child(2) > div .content_wrap h1 {
        font-size: 32px;
        line-height: 32px;
    }
    #fullpage_main .section:nth-child(2) > div .content_wrap .detail_wrap a {
        width: 90px;
        height: 30px;
        line-height: 28px;
        font-size: 14px;
    }
    #fullpage_main .section:nth-child(2) > div .content_wrap h2 {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .swiper-button-prev {
        right:40px !important;
    }
    .swiper-button-next {
        right:10px !important;
    }
    #fullpage_main .section:nth-child(4) .content_wrap .section04_contents_01 ul li {
        width: 150px;
        height: 200px;
    }
    .section04_btm_wrap {
        height: 125px !important;
    }
    .section04_btm_wrap .title .detail_wrap {
        margin-top: 10px;
    }
    .section04_btm_wrap .title {
        margin-top: 0px !important;
    }
    .section04_btm_wrap .title .detail_wrap a {
        height:30px;
        width: 90px;
        line-height: 28px;
    }
    .section04_contents_01 ul li .title {
        margin-top: 8px;
        margin-bottom: 4px;
    }
    .section04_contents_01 ul li .title a {
        font-size: 14px;
        line-height: 14px;
    }
    .section04_contents_01 ul li .price {
        font-size: 16px;
        line-height: 16px;
    }
    #fullpage_main .section:nth-child(4) .content_wrap .section04_contents_01 ul {
        margin:15px 15px 0 15px;
    }
    .section04_btm_wrap .title h2 {
        margin-top: 13px;
    }
    #fullpage_main .section:nth-child(5) .content_wrap > .title {
        margin:10px 30px 0 30px;
        font-size: 24px;
        line-height: 24px;
    }
    #fullpage_main .section:nth-child(5) .content_wrap .list_wrap ul li {
        padding-top: 5px;
        padding-bottom: 12px;
    }
    #fullpage_main .section:nth-child(5) .content_wrap .list_wrap ul li.notice a .type {
        font-size: 13px;
    }
    #fullpage_main .section:nth-child(5) .content_wrap .list_wrap ul li.notice a .title {
        font-size: 13px;
    }
    #fullpage_main .section:nth-child(5) .content_wrap .list_wrap ul li a .icon img {
        width: 14px;
        height: 14px;
    }
    #fullpage_main .section:nth-child(5) .content_wrap .list_wrap ul li .date {
        font-size: 11px;
        line-height: 11px;
        padding-top: 2px;
    }
    #fullpage_main .section:nth-child(5) .content_wrap .list_wrap ul li a .title {
        font-size: 13px;
    }
    #fullpage_main .section:nth-child(5) .content_wrap .more_wrap a {
        width: 90px;
        height: 30px;
        line-height: 28px;
        font-size: 13px;
    }
    #footer .footer_navi ul li a {
        font-size: 12px;
    }
    #footer .query_wrap {
        padding: 15px 0;
    }
    #footer .query_wrap a {
        font-size: 14px;
    }
    #footer .info {
        font-size: 12px;
        line-height: 16px;
        letter-spacing: -1px;
    }
    #footer .famliy_site {
        margin:20px 0 20px 0;
    }
    #footer {
        height: 260px;
    }
    #fullpage_main .section:nth-child(1) .scroll_wrap div:nth-child(2) {
        margin-top: 5px;
    }
    .search_content .content .search_wrap .tags a {
        margin-right: 5px;
    }
    .search_content .content .search_wrap form input[type="text"] {
        padding:15px 10px;
        height: 50px;
    }
    .search_content .content .search_wrap form input[type="text"]:placeholder-shown {
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }
    .search_content .content .search_wrap form input[type='submit'] {
        height: 50px;
    }
    .search_content .content .search_wrap {
        height: 225px;
    }
}