

#wrap {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}
html, body {
    width: 100%;
    height: 100%;
}
body{
    width: 100%;
    height: 100%;
    font-family: 'Noto Sans KR', sans-serif;
    overflow-x: hidden;
}
img {
    width: 100%;
}

/************************* main us start ***************************/

#main {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
}
.copybox {
    position: absolute;
    width: 50%;
    margin: 0 auto;
    transform: translate(-50%, -50%);
    z-index: 1;
    left: 50%;
    min-width: 100%;
    top: 50%;
}
.copybox img {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    display: block;
}
.copybox li {
    position: relative;
    opacity: 0;
}
.copybox li:nth-child(1) img {
    width: 90%;
}
.copybox li:nth-child(2) {
    top: 6vw;
}
.copybox li:nth-child(3) {
    top: 7vw;
}
.copybox li:nth-child(3) img {
    width: 93%;
}

.copybox li:nth-child(4) {
    top: 14vw;
}

.copybox li:nth-child(4) img {
    width: 80%;
}

.copybox li:nth-child(5) {
    top: 15vw;
}
.copybox li:nth-child(5) img {
    width: 60%;
}
.bar {
    position: absolute;
    z-index: 99;
    bottom: 0;
}
.bar a {
    display: block;
    width: 50%;
    height: 100%;
    right: 0;
    position: absolute;
    z-index: 99;
}
.main_box {
    overflow: hidden;
    height: 100%;
    max-width:100%;
}
.main_box img {
    width: 100%;
    height: 100%;
    max-width:100%        
}
.mainimg {
    width: 100%;
    height: 100vh;
    background-repeat: no-repeat;
    background: url(../img/main/main.jpg);
    background-size: cover;
    background-position: left bottom;
    background-attachment: inherit;
    height: calc(var(--vh, 1vh) * 100);
    min-height: -webkit-fill-available;
}



.text {
    position: absolute;
    left: 15%;
    top:5%;
    width: 70%;
}
.pkc {
	position: relative;
	top: 0px;
	transform: scale(1.2);
}

/************************* main us end ****************************/

/************************* premium us start ***************************/

.premium {
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden;
    height: 92vw;
    margin-top: 16vw;
}
.pre {
    position: absolute;
    top: 10vw;
    display: block;
    width: 120%;
    height: 100%;
    left: 50%;
    transform: translateX(-38%);

}

.pre_tit{
    display: block;
    position: relative;
    width: 25%;
    height: 10vw;
    z-index: 11;
    padding: 0 0 0 4vw;
}
.pre_tit a {
    display: block;
    width: 40%;
    height: 100%;
    position: absolute;
    z-index: 11;
    top: 0;
    right: 0;
}
.num_wrap {
    position: absolute;
    z-index: 9999;
    bottom:12vw;
    width: 100%;
}
.numbering {
    position: relative;
}
.arrow {
    width: 100%;
    position: absolute;
}
.arrow img {
    display: block;
}
.arrow .swiper-button-next img,
.arrow .swiper-button-prev img {
    width: 100%;
}
.arrow .swiper-button-next,
.arrow .swiper-button-prev {
    padding-top: 0.1vw;
    width: 2%;
}
.arrow .swiper-button-next {
    right: 25%;
    position: absolute;
}
.arrow .swiper-button-prev {
    left: 25%;
    position: absolute;
}
.numbering .swiper-pagination {
    left: 0;
    line-height: 4vw;
    font-size: 3.4vw;
    transform: rotate(-0.03deg);
    font-weight: 500;
}
.numbering .swiper-pagination-bullet {
    position: absolute;
    background: none;
    opacity: 0;
    margin: 0;
}
.numbering .swiper-pagination-bullet-active {
    opacity: 1;
    left: 0;
    position: absolute;
}
.numcenter {
    width: 38%;
    height:4vw;
    top: -0.5vw;
    position: relative;
    margin: 0 auto;
}
.numcenter::before {
    content: "";
    position: absolute;
    width: 62%;
    height: 2px;
    left: 50%;
    transform: translateX(-50%);
    top: 50%;
    background: #c0c0c0;
}
.numcenter  #total_num {
    position: absolute;
    right: 0;
    color: #c9c9c9;
    line-height: 4vw;
    font-size: 3.4vw;
    transform: rotate(-0.03deg);
    font-weight: 500;
}
#page_number {
    display: none;
}
.numbering .swiper-pagination-bullet:nth-child(1)::before,
.numbering .swiper-pagination-bullet:nth-child(2)::before,
.numbering .swiper-pagination-bullet:nth-child(3)::before,
.numbering .swiper-pagination-bullet:nth-child(4)::before,
.numbering .swiper-pagination-bullet:nth-child(5)::before,
.numbering .swiper-pagination-bullet:nth-child(6)::before,
.numbering .swiper-pagination-bullet:nth-child(7)::before,
.numbering .swiper-pagination-bullet:nth-child(8)::before,
.numbering .swiper-pagination-bullet:nth-child(9)::before
{
    content: "0"
}

/************************* premium us end ****************************/


/************************* contact us start ***************************/

.contact {
    position: relative;
    width: 100%;
    background: #f7f7f7;
    padding-bottom: 20vw;
    padding-top: 30vw;
}
.contact .circle {
    width: 30%;
    position: relative;
    left: 5%;
    top: -15vw;
}
.contact .circle .gwell_logo {
    position: absolute;
    z-index: 99;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.contact .circle img {
    width: 100%;
    display: block;
}
.ctu_tt {
    width: 72%;
    margin: 0 auto;
    margin-bottom: 7%;
    margin-top: -12vw;
}
.maping {
    width: 88%;
    margin: 0 auto;
}
.maping img {
    width: 100%;
    display: block;
}
.root_daum_roughmap {
    width: 100% !important;
    margin-bottom: 2vw !important;
}
.wrap_map {
    height: 65vw !important;
}
.wrap_controllers {
    display: none;
}
/************************* contact us end ****************************/











/************************* subpage us start ***************************/






#sub {
    width: 100%;
    position: relative;
    top: 19vw;
    padding-bottom: 15vw;
}
.sub-title {
    position: absolute;
    display: block;
    width: 60%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}
.sub-title img {
    display: block;
    width: 100%;
    margin: 0 auto;
}
.banner{
    width: 100%;
    display: block;
}

.stit {
    width: 100%;
    position: relative;
}

.stit img {
    width: 100%;
    display: block;
    margin: 0 auto;
}

.stit .stit_img {
    position: absolute;
    bottom: 0;
    width: 60vw;
    top: 10vw;
    left: 20vw;
    z-index: 1;
}

.plan{
    position: relative;
    top: 38%;
    display: block;
    font-size: 28px;
    color: #000;
    font-weight: 500;
    text-align: center;
    margin: 7vw 0;
}


.sub_box{
    width: 100%;
    display: block;
    margin: 0 auto;
}





.iframbox{
    width: 90%;
    margin: 0 auto;
}


.stit .stit_img.ver2 {

    position: absolute;
    bottom: 0;
    width: auto;
    top: 11vw;
    margin-left: -113px;
    left: 50%;
    max-width: 226px;
    z-index: 1;
}

.stit .stit_img.ver3 {

    position: absolute;
    bottom: 0;
    width: auto;
    top: 11vw;
    margin-left: -94px;
    left: 50%;
    max-width: 193px;
    z-index: 1;

}

.stit .stit_img.ver4 {

        position: absolute;
    bottom: 0;
    width: auto;
    top: 11vw;
    margin-left: -53px;
    left: 50%;
    max-width: 86px;
    z-index: 1;

}

.stit .stit_img.ver5 {

       position: absolute;
    bottom: 0;
    width: auto;
    top: 11vw;
    margin-left: -93px;
    left: 50%;
    max-width: 172px;
    z-index: 1;
}


.stit .stit_img.ver2:after {
    content: '';
    position: absolute;
   top: -17px;
    right: -49px;
    background: url(../img/sub_top/ci_bg.png) no-repeat;
    width: 72px;
    height: 63px;
    z-index: -1;
}

.stxt {
    width: 100%;
    position: relative;
    margin: 9% 0 0 0;
}
.stxt img {
    width: 2% !important;
    display: block;
    margin: 0 auto;
    padding-top: 4vw;
}


.slabel {
    font-size: 7vw;
    font-weight: 500;
    color: #111111;
    text-align: center;
    margin-top: 3vw;
    margin-bottom: 2vw;
    letter-spacing: -0.9px;
   
}
.slabel~span {
    font-size: 2.3vw;
    display: block;
    width: 100%;
    text-align: center;
    white-space: pre-wrap;
    line-height: 3.5vw;
    color: #999;
}

.page {
    width: 100%;
    background: #fff;
    position: relative;
    margin-bottom: 7vw;
    margin-top: 5vw;
    padding-bottom: 16vw;
}

.page iframe {
    position: relative;
    width: 95% !important;
    margin-top: 6%;
    height: 80vh;
}

.sns iframe {
    position: relative;
    width: 95% !important;
    margin-top: 6%;
    height: 80vw;
}
.hp_map {
    width: 92%;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}
.comehere {
    position: absolute;
    width: 50%;
    height: 20vw;
    background: pink;
    right: 0;
    top: 66%;
    opacity: 0.0;
    z-index: 99999;
}
.comehere a {
    display: block;
    height: 100%;
    width: 100%;
}
.contact_label {
    position: relative;
    display: block;
    top: -3vw;
    z-index: 9999;
}
.slide_wrap {
    width: 90%;
    margin: 0 auto;
    overflow: hidden;
}
.swiper-slide-container {
  text-align: center;
	font-size: 18px;
	background: #fff;
  height:100%;
  width: 100%;
  margin:auto;
		/* Center slide text vertically */
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		-webkit-justify-content: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		-webkit-align-items: center;
		align-items: center;
    position: relative;
}
.swiper-slide-container img {
    width: 100%;
}
.sslabel {
    display: block;
    width: 100%;
    line-height: 8vw;
    font-size: 2.8vw;
    position: absolute;
    bottom: 0;
    z-index: 999;
    background: rgba(0,0,0,0.7);
    color: #fff;
    font-weight: 400;
}
.sslabel strong {
    font-weight: 600;
}
.sslabel strong::after {
    content: "·";
    margin: 0 1.5vw;
}
.gallery-top {
		height: 80%;
		width: 100%;
}
.gallery-thumbs {
		height: 20%;
		box-sizing: border-box;
		padding: 10px 0;
}
.gallery-thumbs .swiper-slide {
		width: 20%;
		height: 100%;
		opacity: 0.4;
}
.gallery-thumbs .swiper-slide-active {
		opacity: 1;
}



/**/

.ntlist {
    width: 71.4%;
    padding: 7% 10%;
    position: relative;
    margin: 0 auto;
    margin-top: 5%;
    border: 1px solid #ddd;
    line-height: 3.9vw;
    font-size: 2.6vw;
    text-align: center;
    color: #999;
    margin-bottom: 4vw;
}
.ntlist .title {
    font-size: 3vw;
    margin-bottom: 2.4vw;
    font-weight: bold;
    color: #222;
}



.page img {
    width: 100%;
    margin: 0 auto;
    position: relative;    
}



/*  */


.submap {
    position: relative;
    width: 90%;
    height: 55vw;
	top:5vw;
    margin: 0 auto 27px;
    margin-bottom: 25%;
	
}





/************************* subpage us end ****************************/
