@charset "utf-8";

/*========= main ===========*/

.visual {overflow:hidden; position: relative; }
.visual .swiper-slide {height:824px;}
/*
.visual .center {display:flex; flex-direction: column; justify-content: center; text-align: center; height:870px; padding-top:134px;}
.visual .v1 h2,
.visual .v1 dt {color: var(--white);}
.visual .v1 h2 {font-size: 40px; font-weight: 700;}
.visual .v1 dl {margin-top:60px;}
.visual .v1 dl dt {display:inline-block; padding:18px 30px; border-radius:100px; background-color:#0d2b6e; font-size:20px; font-weight: 500;}
.visual .v1 dl dd {margin-top:40px;}
*/

.main1 {background-color: #222245}

.main2 {background-image:linear-gradient(-82deg,#112f74,#153b90,#112f74)}
.main2 .center {display:flex; align-items: center; justify-content: space-between}
.main2 svg .st0{fill:var(--white);}
.main2 a {display: block;}

.main2 hgroup {display:flex; align-items: center; width: 230px;}
.main2 hgroup svg {width:34px; height:auto;}
.main2 hgroup h2 {margin-left:10px; font-size: 13px; font-weight: 500; line-height:24px; color:var(--white)}
.main2 hgroup h2 strong {font-size: 24px; font-weight: 700;}

.main2 ul {display:flex;}
.main2 ul li {padding:5px; transition:0.3s}
.main2 ul li:hover {box-shadow: 10px 10px 10px rgba(0,0,0,0.3); background-color:var(--main-color);}
.main2 ul li a {display:flex; flex-direction: column; align-items: center; justify-content: center; width:140px; height:120px; font-size: 14px; font-weight: 500; border:1px solid transparent; color: var(--white); transition:0.3s}
.main2 ul li:hover a {border-color:#526fb2}
.main2 ul li img {margin-bottom:12px;}

.main3 {padding:50px 0 40px 0;}
.main3 .latest {display:flex; align-items: stretch; justify-content: space-between}
.main3 .latest > div {width:600px;}
.main3 .latest h2 {margin-bottom:15px; font-size: 20px; font-weight: 800;}
.main3 .latest h2 strong {color: var(--main-color);}
.main3 .latest ul li {overflow:hidden; margin-bottom:7px;}
.main3 .latest ul li:last-child {margin-bottom:0;}
.main3 .latest ul li div {float:left; line-height:23px;}
.main3 .latest ul li .date {width:74px; height:23px; background-color: #f1f1f1; text-align: center; font-size: 12px; color: var(--main-color);}
.main3 .latest ul li .tit {margin-left:10px; font-weight: 700; color: var(--black);}
.main3 .latest ul li .name {float:right; font-size: 14px; color: #888;}

.main3 .refer {margin-top:20px; padding:7px; background-color:#ffe8e8; text-align: center; font-size: 12px; font-weight: 500; color: #f25c5c;}
.main3 .refer::before {display: none;}


.main4 {border-top:1px solid #eee; border-bottom:1px solid #eee;}
.main4 .center {display:flex; align-items: center; justify-content: flex-start; border-left:1px solid #eee; }
.main4 .quo_slider {overflow:hidden; width:calc(405px * 3); height:100px;}
.main4 .swiper-slide {display:flex; align-items: stretch; justify-content: space-between; }
.main4 .swiper-slide > div {display:flex; align-items: stretch; justify-content: space-between; width:405px; padding:25px 30px; border-right:1px solid #eee; }
.main4 hgroup h2 {font-size: 18px; font-weight: 700;}
.main4 hgroup p {margin-top:5px; font-size: 14px; color: #666;}
.main4 .set_price {display:flex; align-items: flex-start; justify-content: flex-end}
.main4 .set_price.up * {color: #f25c5c !important;}
.main4 .set_price.down * {color: #008aff !important;}
.main4 .price {font-size: 20px; font-weight: 500; }
.main4 .state {margin-left:15px; font-size: 16px; }
.main4 .state:before {
    margin-right: 8px;
}
.main4 .set_price.up .state:before {
    content: '▲';
}
.main4 .set_price.down .state:before {
    content: '▼';
}
/*.main4 .state.up {color: #f25c5c;}*/
/*.main4 .state.down {color: #008aff;}*/

.main4 .set_arr {display:flex; flex-direction: column; align-items: flex-end; width:calc(100% - (405px * 3)); border-right:0;}
.main4 .quo-button {display:flex; align-items: center; justify-content: center; width: 20px; height: 20px; margin:2px 0; border:1px solid #ddd; background-color: #f9f9f9; cursor:pointer}


.main_title {margin-bottom:20px; }
.main_title h2 {font-size: 26px; font-weight: 800; color: var(--black);}

.btn_more {position: absolute; right:0; top:0; display:inline-block; padding:8px 10px; font-size: 12px; background-color:var(--main-color); border-radius:100px; color: var(--white); transition:0.3s}
.btn_more:hover {right:2px; top:-2px; box-shadow:2px 2px 10px rgba(0,0,0,0.3) }

.swiper-button-black {width:20px; background-size:contain;}

.main5 {position: relative; margin:60px auto;}
.main5 .set_slider {position: relative; }
.main5 .event_slider {overflow:hidden;}
.main5 .swiper-slide {overflow:hidden; border-radius:10px;}
.main5 .swiper-slide img {display: block; width:100%; height:auto;}
.main5 .btn_more {}
.main5 .ev-prev {left:-60px;}
.main5 .ev-next {right:-60px;}
.main5 .ev-pagination {position: absolute; top:8px; right:80px; bottom:auto; }
.main5 .ev-pagination span {width: 8px; height: 8px; margin:0 2px; background-color: #e8ecf5; opacity:1}
.main5 .ev-pagination .swiper-pagination-bullet-active {background-color:var(--main-color)}


.main6 {padding:60px 0; background-color:#ecf9f9}
.main6 .center {position: relative; display:flex; align-items: flex-start; justify-content: space-between}
.main6 .main_title {width:230px;}
.main6 .notice {width:1050px;}
.main6 .notice li {position: relative; overflow:hidden; margin-bottom:5px; padding:30px; border-radius:10px; background-color:#fff;}
.main6 .notice li a {display: block;}
.main6 .notice li .tit {font-size: 20px; font-weight: 700; color: var(--black);}
.main6 .notice li .apart {margin-top:10px; line-height:20px; font-size: 14px; color: #888; position:relative; overflow: hidden; width: 100%; height: 40px; text-overflow: ellipsis; word-wrap: break-word; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}
.main6 .notice li .date {position: absolute; right:30px; top:30px; font-size: 13px; font-weight: 600; color: var(--main-color);}
.main6 .btn_more {right:auto; left:0; top:60px}
.main6 .btn_more:hover {right:auto; left:-2px; top:58px}

.main7 {padding:40px 0;}
.main7 .event2_slider {position: relative; overflow:hidden; border-radius:15px;}
.main7 .ev2-pagination {position: absolute; right:10px; top:10px; left:auto; display:flex; align-items: center; justify-content: center; width: 50px; height: 24px; border-radius:100px; background-color:rgba(0,0,0,0.5); z-index: 10; font-size: 13px; font-weight: 300; color:#aaa;}
.main7 .ev2-pagination span {margin:0 2px}
.main7 .ev2-pagination .swiper-pagination-current {color: var(--white);}

.main8 {background-color: #191937;background-image:url(../images/footerbanner-pc.jpg);}
.main8 .center {display:flex; flex-direction: column; justify-content: center; align-items: flex-start; height:373px;}
.main8 h2,
.main8 p {color:var(--white);}
.main8 h2 {font-size: 32px; font-weight: 800;}
.main8 p {margin-top:15px; font-size: 16px; line-height:26px;}
.main8 a {position: relative; left:0; top:0; display:inline-block; margin-top:25px; padding:13px 20px; border-radius:100px; background-color:var(--white); font-weight: 600; color:var(--main-color); transition:0.3s}
.main8 a:hover {left:-2px; top:-2px; box-shadow: 5px 5px 15px rgba(0,0,0,0.5);}


.main9 {text-align: center; background-color: #fbfcf2}
.main9 .center{padding: 60px 0; }
.main9 .main_title {margin-bottom: 30px; }
.main9 .main_title h2{font-size: 30px; }
.main9 .main_title h2 strong{color: var(--main-color);}
.main9 .main_title p {font-size: 18px; margin-top: 15px; }
.main9 .youtube_wrap{display: flex; justify-content: space-between; align-items: flex-start; gap: 15px; }
.main9 .youtube_wrap li{position: relative; width: 100%; }
.main9 .youtube_wrap li iframe{width: 100%; height: 235px; border-radius: 10px; }
.main9 .youtube_wrap li .youtube_title{display: flex; margin-top: 15px; }
.main9 .youtube_wrap li .youtube_title > *{text-align: left; display: inline-block; font-size: 16px; }
.main9 .youtube_wrap li .youtube_title h4{position: relative; color: #222;}
.main9 .youtube_wrap li .youtube_title h4::after{content: ''; display: inline-block; margin: 0 8px; width: 1px; height: 10px; background: #222;}

.swiper-wrapper {height: unset}
.visual .v6 a {position: absolute; left:0; top:0;width:100%; height:100%; display: block;}
.visual .swiper-slide {position: relative;}
.visual .swiper-slide .video {position: absolute; left:50%; top:160px; width:420px; transform:translateX(-640px)}
.visual .swiper-slide .video img {display:block; width:100%; height:auto;}
.visual .swiper-slide .video iframe {position: absolute; left:0; top:0; width:100%; height:100%;}


br.mo {display: none}
br.pc {display: inherit}
.visual .swiper-slide iframe {
    width: 420px;
    height: 240px;
    position: absolute;
    top: 52%;
    left: 50%;
    transform: translateX(-50%);
}
.ft_inq {
    background-color: white;
    position: relative;
    padding: 10%;
		background-image:url(https://geostock.co.kr/renew/images/bg_bottom.jpg);
}
.ft_inq>div {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.ft_inq p {
    font-size: 32px;
    font-weight: 800;
    margin-bottom: 32px;
		color: #fff;
}
.ft_inq a {
    white-space: nowrap;
    /* color: white; */
		color: #000;
		font-weight: 700;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 15px 25px;
    /* background-color: var(--sub-color); */
		background-color: #ffff00;
    border-radius: 30px;
}
.ft_inq a * {
    display: inline-block;
}
.ft_inq a span {
    line-height: 24px;
}
.ft_inq a svg {
    width: 20px;
    height: 20px;
}
.ft_mid .center {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 40px;
}

@media (max-width: 1279px) {
    .center {width: 100%}

    .main2 hgroup {display: none}
    .main2 ul {margin: 0 auto}
}

@media (max-width: 1049px) {
    br.mo {display: inherit}
    br.pc {display: none !important;}
    #nav {
        display: none;
    }
    #header .hd_btm .center {
        height: 80px;
        padding: 0 10%;
    }
    .main2 ul {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
    }
    .main9 .main_title h2 {line-height: 40px;}
    .main9 .youtube_wrap {flex-direction: column;padding: 0 10%;}
    .main5 hgroup.main_title h2 {
        padding: 0 10%;
    }
    .main5 .btn_more {
        top: -2px;
        right: 10%;
    }

    .main5 .ev-pagination {
        top: auto;
        right: 50%;
        bottom: -30px;
    }

    .main4 {
        position: relative;
    }
    .main4 .swiper-slide > div {
        flex-direction: column;
        padding: 10px;
    }
    .main4 .swiper-slide > div .quo_text {
        display: none;
    }
    .main4 .set_price {
        margin-top: 5px;
        justify-content: flex-start;
    }
    .main4 hgroup h2 {
        font-size: 14px;
    }
    .main4 .set_arr {
        position: absolute;
        left: 50%;
        bottom: -40px;
        flex-direction: row;
        width: auto;
    }
    .main4 .quo-button:first-child {
        margin-right: 10px;
    }
    .main3 {
        margin-top: 80px;
        padding: 0 10%;
    }
    .main3 .latest {
        flex-direction: column;
        align-items: center;
        gap: 40px;
    }
    .main3 .latest > div {
        width: 100%;
    }
    .main6 .center {
        flex-direction: column;
    }
    .main6 .main_title {
        width: 100%;
        padding: 0 10%;
        box-sizing: border-box;
    }
    .main6 .btn_more {
        top: -2px;
        left: auto;
        right: 10%;
    }
    .main6 .notice {
        width: 100%;
        padding: 0 10%;
    }
    .ft_mid .center {
        padding: 0 10%;
    }

    .visual .swiper-slide {
        height: 100%;
        padding-top: 150%;
        background-size: contain;
    }
    .visual .swiper-slide iframe {
        top: 66%;
        width: 90%;
        height: 34%;
    }
}

@media (max-width: 599px) {
    .main2 ul {
        grid-template-columns: repeat(3, 1fr);
    }
    .ft_top {
        display: none;
    }
}

@media (max-width: 449px) {
    .main2 ul {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* youtube_wrap */
.main9 .youtube_wrap {
    flex-direction: column;
}
.main9 .youtube_wrap li {
    display: flex;
    align-items: center;
}
.main9 .youtube_wrap li:nth-child(2) {
    flex-direction: row-reverse;
}
.main9 .youtube_wrap li iframe {
    width: 40% !important;
    padding: 0 5%;
    height: 300px;
}
.main9 .youtube_wrap li .youtube_title {
    display: block;
    margin-top: 0;
    width: 50%;
}
.main9 .youtube_wrap li .youtube_title * {
    text-align: center;
    display: block;
}
.main9 .youtube_wrap li .youtube_title h4 {
    font-size: 18px;
    font-weight: bold;
    color: var(--main-color);
    margin-bottom: 20px;
}
.main9 .youtube_wrap li .youtube_title h4::after {
    display: none;
}
.main9 .youtube_wrap li .youtube_title p:not(:first-child) {
    font-size: 14px;
    margin-top: 10px;
    line-height: 20px;
}
/* .main9 .youtube_wrap li .youtube_title p:last-child {
    font-weight: bold;
    color: #333; */
/*}*/

@media (max-width: 1049px) {
    .main9 .youtube_wrap {
        gap: 45px;
    }
    .main9 .youtube_wrap li {
        flex-direction: column;
        gap: 25px;
    }
    .main9 .youtube_wrap li:nth-child(2) {
        flex-direction: column;
    }
    .main9 .youtube_wrap li iframe {
        width: 80% !important;
    }
    .main9 .youtube_wrap li .youtube_title {
        width: 100%;
    }
    .main9 .youtube_wrap li .youtube_title h4 {
        margin-bottom: 10px;
    }
		.main3 .right_cont {
			display: none;
		}
}

body.mobile .visu-prev,
body.mobile .visu-next,
body.mobile .ev-prev,
body.mobile .ev-next {
    display: none !important;
}

/*body.mobile .main6 .notice li a:first-child {*/
/*    margin-top: 26px;*/
/*}*/
/*.main8 .center*/