
/*
img.infinite_rotating_logo{
    animation: rotate_image 2s linear infinite;
    transform-origin: 50% 50%;
}
 
@keyframes rotate_image{
	100% {
    	transform: rotate(360deg);
    }
}*/
    img.womenImg {
        display: none;
    }
img.infinite {
    width : 30px;
    height : 30px;
    position: absolute;
    transition: all 0.3s;
}
img.infinite_rotating_logo {
    width : 30px;
    height : 30px;
    position: absolute;
animation: rotate_image 1s linear infinite;
    transform-origin: 50% 50%;
    transition: all 0.3s;
    opacity: 0;
}
@keyframes rotate_image{
	100% {
    	transform: rotate(360deg);
    }
}


.contact-us iframe {
    width: 57%;
}


.map_visual .logo-area {
    position: relative;
    overflow: auto;
    height: 100%;
    width: 800px;
    margin: 0 auto;
    /* border: 1px solid red; */
}
.none_pop .pop-con p {
    font-size: 1.2rem;
    line-height: 1.5;
    font-weight: 700;
    margin: 1.5rem 0.5rem;
    padding-top: 0;
}
.container2 h2 {
    font-size: 2.5rem;
    letter-spacing: -1px;
    text-align: center;
    padding-top: 10rem;
}
.container2 p {
text-align: center;
    padding-top: 2rem;
}
.tap-menu {
	margin: 2rem 0 0;
}
.tap-menu ul {
	display: flex;
	list-style: none;
	flex-direction: row;
	justify-content: space-between;
	text-align: center;
	margin-bottom: 5rem;
}
.tap-menu ul li b {
	cursor: pointer;
}
.tap-menu ul li {
	width: 50%;
	padding: 15px 0;
	/*font-size: 1.5rem;*/
	border: 1px solid #888888;
	cursor: pointer;
}
.tap-menu ul li:first-child {
	background: #734de6;
	color: #fff;
	border: 1px solid #734de6;
}
.InboundForm_textFieldWrapper__fmlb2{
    text-align: center;
	    display: flex;
}
.InboundForm_policy__3gzoH{
    text-align: center;
	padding: 5px 0px 15px 0px;
}
.InboundForm_textFieldWrapper__fmlb1{
    text-align: center;
	width: 33%;
}


.InboundForm_register__2l6wN{
	 width: 90%;
	height: 54px;
    border-radius: 6px;
    border: 1px solid #ced3d6;
    background-color: #fff;
    font-size: 1rem;
    padding: 0 20px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.InboundForm_register__2l7wN{
	width: 90%;
    height: 54px;
    border-radius: 6px;
    background-color: #734de6;
    font-size: 1rem;
    padding: 0 20px;
	color: white;
	cursor: pointer;
}
.InboundForm_textField__2dWaY {
    width: 75%;
    height: 54px;
    border-radius: 6px;
    border: 1px solid #ced3d6;
    background-color: #fff;
    font-size: 1rem;
    padding: 0 20px;
    margin: 0 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.form-control {
	width: 75%;
	height: 54px;
	border-radius: 6px;
	border: 1px solid #ced3d6;
	background-color: #fff;
	font-size: 1rem;
	padding: 0 20px;
	margin: 0 10px;
}


    
    
.centerpopup {
    display: inline-block;
    margin: 10px;
    width: 199px;
    height: 253px;
    position: absolute;
    padding: 3rem 2rem;
    border-radius: 28px;
    background: #fff;
    box-shadow: 0px 0px 0.5px 0px grey, 0em 0em 0.5em grey;
    position: absolute;
}
.centerpopup .pop-con h3 {
	font-size: 1.7rem;
	text-align: center;
	margin-bottom: 14px;
}
.centerpopup .pop-con .pop-tit {
	list-style: none;
	float: left;
	padding: 1rem 0;
	width: 35%;
	font-size: 0.9rem;
}
.centerpopup .pop-con .pop-tit li {
	margin-bottom: 24px;
}
.centerpopup .pop-con .pop-wrap {
	list-style: none;
	float: left;
	padding: 1rem 0;
	width: 65%;
	font-size: 0.9rem;      
}
.centerpopup .pop-con .pop-wrap li {
	 margin-bottom: 24px;       
}



@media screen and (min-width: 768px) {

.container2 h2 {
    font-size: 2.5rem;
    letter-spacing: -1px;
    text-align: center;
    padding-top: 10rem;
}
       .container2 {
        max-width: 1300px;
        margin: 0 auto 2rem;
        height: 100%;
        overflow: hidden;
    }

    
    
    
    
.contact-us {
    margin-bottom: 2rem;
    background: #000;
}
.contact-us ul {
    float: right;
    width: 40%;
    margin: 6rem 0 3rem;
}
.contact-us ul li {
    color: #fff;
    font-size: 0.9rem;
    display: flex;
    flex-direction: row;
    align-items: center;
    text-align: right;
    justify-content: flex-end;
    margin: 1rem 5rem 1rem 0;
}
    .contact-us ul li img {
        margin-left: 10px;
    }
    .contact-us img.footbg-con {
        width: 60%;
    }
    
    
    .main_visual {
        background: url(/static/images/default/contact_bg.png) no-repeat;
        background-position: top;
        background-size: 100%;
        overflow: hidden;
        width: 100%;
    }
    .main_top p {
        font-weight: normal;
        font-size: 1.68vw;
        transition: all 0.3s;
    }
    .main_top {
    display: inline-block;
    color: #fff;
    margin-bottom: 0;
    height: auto;
    padding: 7.5rem 0 7rem;
    }
    .main_top h2 {
        font-weight: 600;
        font-size: 4.5vw;
        transition: all 0.3s;
    }
.map_visual {
    background: url(/static/images/default/map_bg.png) no-repeat;
    background-position: top;
    background-size: 100%;
    width: 91%;
    height: 1000px;
    margin: 15rem auto;
    position: relative;
    transition : transform 1s;
}

}
@media screen and (min-width: 798px){
    .map_visual {
        background: url(/static/images/default/map_bg.png) no-repeat;
        background-position: top;
        background-size: auto;
        width: 100%;
        height: 1000px;
        margin: 15rem auto;
        position: relative;
        transition: transform 1s;
    }
   
}

@media screen and (min-width: 800px) {
    .container2 h2 {
    font-size: 2.5rem;
    letter-spacing: -1px;
    text-align: center;
    padding-top: 10rem;
}
    .map_visual {
    background: url(/static/images/default/map_bg.png) no-repeat;
    background-position: top;
    background-size: auto;
    width: 100%;
    height: 1000px;
    margin: 7rem auto;
    position: relative;
    transition: transform 1s;
    }
 
}

@media screen and (min-width: 992px) {
    .container2 {
        max-width: 1300px;
        margin: 0 auto 2rem;
        height: 100%;
        overflow: hidden;
    }
  

    
.centerpopup {
    display: inline-block;
    margin: 10px;
    width: 234px;
    height: 253px;
    position: absolute;
    padding: 3rem 2rem;
    border-radius: 28px;
    background: #fff;
    box-shadow: 0px 0px 0.5px 0px grey, 0em 0em 0.5em grey;
    position: absolute;
}
    .centerpopup .pop-con h3 {
        font-size: 1.7rem;
        text-align: center;
        margin-bottom: 14px;
    }
    .centerpopup .pop-con .pop-tit {
        list-style: none;
        float: left;
        padding: 1rem 0;
        width: 35%;
    }
    .centerpopup .pop-con .pop-tit li {
        margin-bottom: 24px;
    }
    .centerpopup .pop-con .pop-wrap {
         list-style: none;
        float: left;
        padding: 1rem 0;
        width: 65%;       
    }
    .centerpopup .pop-con .pop-wrap li {
         margin-bottom: 24px;       
    }
    
    
    
.contact-us {
    margin-bottom: 2rem;
    background: #000;
}
.contact-us ul {
    float: right;
    width: 40%;
    margin: 6rem 0 7rem;
}
.contact-us ul li {
    color: #fff;
    font-size: 1.2rem;
    display: flex;
    flex-direction: row;
    align-items: center;
    text-align: right;
    justify-content: flex-end;
    margin: 1rem 5rem 1rem 0;
}
    .contact-us ul li img {
        margin-left: 10px;
    }
    .contact-us img.footbg-con {
        width: 60%;
    }
    
    
    .main_visual {
        background: url(/static/images/default/contact_bg.png) no-repeat;
        background-position: top;
        background-size: 100%;
        overflow: hidden;
        width: 100%;
    }
    .main_top p {
        font-weight: normal;
        font-size: 1.68vw;
        transition: all 0.3s;
    }
    .main_top {
    display: inline-block;
    color: #fff;
    margin-bottom: 0;
    height: auto;
    padding: 7.5rem 0 7rem;
    }
    .main_top h2 {
        font-weight: 600;
        font-size: 4.5vw;
        transition: all 0.3s;
    }
    .map_visual {
    background: url(/static/images/default/map_bg.png) no-repeat;
    background-position: top;
    background-size: 100%;
    width: 83%;
    height: 1000px;
    margin: 15rem auto;
    position: relative;
    }

}

@media screen and (min-width: 950px) {
    .container2 h2 {
    font-size: 2.5rem;
    letter-spacing: -1px;
    text-align: center;
    padding-top: 10rem;
}
       .none_pop .pop-con p {
    font-size: 1rem;
    line-height: 1.5;
    font-weight: 700;
        margin: 1.5rem 0.5rem;
}
    .map_visual {
        background: url(/static/images/default/map_bg.png) no-repeat;
        background-position: top;
        background-size: auto;
        width: 91%;
        height: 1000px;
        margin: 7rem auto;
        position: relative;
        transition: transform 1s;
    }

}

@media screen and (min-width: 1030px) {
    .map_visual {
        background: url(/static/images/default/map_bg.png) no-repeat;
        background-position: top;
        background-size: auto;
        width: 100%;
        height: 1000px;
        margin: 15rem auto;
        position: relative;
    }
    
}

@media screen and (min-width: 1200px) {
    
    img.womenImg {
        display: none;
    }
    
    .container2 {
        max-width: 1300px;
        margin: 0 auto 2rem;
        height: 100%;
        overflow: hidden;
    }
    
.centerpopup {
    display: inline-block;
    margin: 10px;
    width: 234px;
    height: 253px;
    padding: 3rem 2rem;
    border-radius: 28px;
    background: #fff;
    box-shadow: 0px 0px 0.5px 0px grey, 0em 0em 0.5em grey;
    position: absolute;
}
    .centerpopup .pop-con h3 {
        font-size: 1.7rem;
        text-align: center;
        margin-bottom: 14px;
    }
    .centerpopup .pop-con .pop-tit {
        list-style: none;
        float: left;
        padding: 1rem 0;
        width: 35%;
    }
    .centerpopup .pop-con .pop-tit li {
        margin-bottom: 24px;
    }
    .centerpopup .pop-con .pop-wrap {
        list-style: none;
        float: left;
        padding: 1rem 0;
        width: 65%;       
    }
    .centerpopup .pop-con .pop-wrap li {
         margin-bottom: 24px;       
    }
   .contact-us {
		margin-bottom: 3rem;
		background: #000;
	}
	.contact-us ul {
		float: right;
		width: 40%;
		margin: 10rem 0;
	}
	.contact-us ul li {
		color: #fff;
		font-size: 1.2rem;
		display: flex;
		flex-direction: row;
		align-items: center;
		text-align: right;
		justify-content: flex-end;
		margin: 1rem 3rem 1rem 0;
	}
    .contact-us ul li img {
        margin-left: 10px;
    }
    .contact-us img.footbg-con {
        width: 60%;
    }
    
    
    .main_visual {
        background: url(/static/images/default/contact_bg.png) no-repeat;
        background-position: top;
        background-size: 100%;
        overflow: hidden;
        width: 100%;
    }
    .main_top p {
        font-weight: normal;
        font-size: 1.68vw;
        transition: all 0.3s;
    }
    .main_top {
        display: inline-block;
        color: #fff;
        margin-bottom: 0;
        height: auto;
        padding: 10.5rem 0 13rem;
    }
    .main_top h2 {
        font-weight: 600;
        font-size: 4.5vw;
        transition: all 0.3s;
    }
    .map_visual {
        background: url(/static/images/default/map_bg.png) no-repeat;
        background-position: top;
        background-size: auto;
        width: 100%;
        height: 1000px;
        position: relative;
        transition: all 0.3s;
		margin: 10rem auto 0;
    }
}


@media screen and (min-width: 1900px) {
       
	.map_visual {
		width: 1000px;
		height: 1000px;
	}
	.map_visual .logo-area {
		height: 1000px;
	}
	.container2 {
		max-width: 1500px;
		margin: 0 auto 2rem;
		height: 100%;
		overflow: hidden;
	}
	.container2 h2 {
		font-size: 2.5rem;
		letter-spacing: -1px;
		text-align: center;
		padding-top: 10rem;
	}
	.none_pop .pop-con p {
		font-size: 1.2rem;
		line-height: 1.5;
		font-weight: 700;
		margin: 1.5rem 0.5rem;
	}

	.main_top {
		display: inline-block;
		color: #fff;
		margin-bottom: 0;
		height: auto;
		padding: 17.5rem 0 13rem;
	}
       
	img.womenImg {
        position: absolute;
        top: 55%;
        left: 8%;
        display: block;
              z-index: 999;
    } 
	.container-wrap {
        max-width: 2000px;
        margin: 0 auto;
        position: relative;
    }
       
}



@media screen and (max-width: 768px) {
    .map_visual .logo-area {
		position: relative;
		overflow: auto;
		height: 100%;
		width: 850px;
		/* left: -47px; */
		margin: 0 auto;
		/* border: 1px solid red; */
	}
    .container2 {
        max-width: 1300px;
        margin: 0 auto 2rem;
        height: 100%;
        overflow: hidden;
    }

	.centerpopup {
		display: inline-block;
		margin: 10px;
		width: 173px;
		height: 211px;
		position: absolute;
		padding: 2rem;
		border-radius: 28px;
		background: #fff;
		box-shadow: 0px 0px 0.5px 0px grey, 0em 0em 0.5em grey;
		position: absolute;
	}
    .centerpopup .pop-con h3 {
		font-size: 1.3rem;
		text-align: center;
		margin-bottom: 0;
    }
    .centerpopup .pop-con .pop-tit {
		list-style: none;
		float: left;
		padding: 1.8rem 0;
		width: 35%;
		font-size: 0.8rem;
    }
    .centerpopup .pop-con .pop-tit li {
        margin-bottom: 20px;
    }
    .centerpopup .pop-con .pop-wrap {
		list-style: none;
		float: left;
		padding: 1.8rem 0;
		width: 65%;
		font-size: 0.8rem;     
    }
    .centerpopup .pop-con .pop-wrap li {
         margin-bottom: 20px;       
    }
    
    
    .contact-us iframe {
		width: 100%;
	}
	.contact-us {
		margin-bottom: 4rem;
		background: #000;
	}
	.contact-us ul {
		float: none;
		width: 100%;
		margin: 0;
		padding: 1.5rem 0;
	}
	.contact-us ul li {
		color: #fff;
		font-size: 1rem;
		display: flex;
		flex-direction: row;
		align-items: center;
		text-align: right;
		justify-content: flex-end;
		margin: 1rem 5rem 1rem 0;
	}
    .contact-us ul li img {
        margin-left: 10px;
    }
    .contact-us img.footbg-con {
    width: 100%;
    }
    
	img.infinite {
		width: 25px;
		height: 25px;
		position: absolute;
	}
		img.infinite_rotating_logo {
		width: 25px;
		height: 25px;
	}
    .main_visual {
        background: url(/static/images/default/m_contact_bg.png) no-repeat;
        background-position: top;
        background-size: 100%;
        overflow: hidden;
        width: 100%;
    }
    .main_top p {
		font-weight: normal;
		font-size: 4.68vw;
		transition: all 0.3s;
    }
    .main_top {
		display: inline-block;
		color: #fff;
		margin-bottom: 0;
		height: auto;
		padding: 7.5rem 0 8rem;
    }
    .main_top h2 {
		font-weight: 600;
		font-size: 9.5vw;
		transition: all 0.3s;
    }
	.map_visual {
		background: url(/static/images/default/map_bg.png) no-repeat;
		background-position: center;
		background-size: 100%;
		width: 129%;
		left: -65px;
		height: 900px;
		margin: 2rem auto;
		position: relative;
	}
}

@media screen and (max-width: 768px) {
    .container2 h2 {
		font-size: 2.5rem;
		letter-spacing: -1px;
		text-align: center;
		padding-top: 10rem;
	}
    .none_pop .pop-con p {
		font-size: 0.9rem;
		line-height: 1.5;
		font-weight: 700;
		margin: 1.5rem 0.5rem;
	}
    .map_visual {
        background: url(/static/images/default/map_bg.png) no-repeat;
        background-position: center;
        background-size: 100%;
        width: 103%;
        left: -8px;
        height: 900px;
        margin: 2rem auto;
        position: relative;
    }
    .map_visual .logo-area {
        position: relative;
        overflow: auto;
        height: 100%;
		width: 100%;
		left: 0;
        margin: 0 auto;
        /* border: 1px solid red; */
    }

.InboundForm_textFieldWrapper__fmlb2{
    text-align: center;
	display: inline;
}

.InboundForm_textFieldWrapper__fmlb1{
    text-align: center;
	width: 100%;
	margin: 5px 0px;
}


.InboundForm_textField__2dWaY {
    width: 60%;
    height: 54px;
    border-radius: 6px;
    border: 1px solid #ced3d6;
    background-color: #fff;
    font-size: 1rem;
    padding: 0 20px;
    margin: 0 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.form-control {
	width: 65%;
	height: 54px;
    border-radius: 6px;
    border: 1px solid #ced3d6;
    background-color: #fff;
    font-size: 1rem;
    padding: 0 20px;
    margin: 0px 10px;
}
}
@media screen and (max-width: 660px) {
    .container2 h2 {
    font-size: 2.5rem;
    letter-spacing: -1px;
    text-align: center;
    padding-top: 10rem;
}
    .none_pop .pop-con p {
    font-size: 0.9rem;
    line-height: 1.5;
    font-weight: 700;
    margin: 1.5rem 0.5rem;
}
    .map_visual {
        background: url(/static/images/default/map_bg.png) no-repeat;
        background-position: center;
        background-size: 100%;
        width: 113%;
        left: -15px;
        height: 900px;
        margin: 2rem auto;
        position: relative;
    }
    .map_visual .logo-area {
        position: relative;
        overflow: auto;
        height: 100%;
        width: 850px;
        left: -8px;
        margin: 0 auto;
        /* border: 1px solid red; */
    }
}
@media screen and (max-width: 625px){
    .none_pop .pop-con p {
    font-size: 0.9rem;
    line-height: 1.5;
    font-weight: 700;
    margin: 1.5rem 0.5rem;
}
    .map_visual {
        background: url(/static/images/default/map_bg.png) no-repeat;
        background-position: center;
        background-size: 100%;
        width: 121%;
        left: -54px;
        height: 900px;
        margin: 2rem auto;
        position: relative;
    }
    .map_visual .logo-area {
        position: relative;
        overflow: auto;
        height: 100%;
        width: 120%;
        /* left: -47px; */
        margin: 0 auto;
        /* border: 1px solid red; */
    }

}

@media screen and (min-width: 2045px) {
    img.womenImg {
        position: absolute;
        top: 55%;
        left: 8%;
        display: block;
    }
    .container-wrap .container2 .map_visual .centerpopup {
        
    top: 223px;
    left: -47px;

    }

     
}

@media screen and (min-width: 2500px) {
    .container-wrap {
        max-width: 2000px;
        margin: 0 auto;
        position: relative;
    }
    .container2 {
        max-width: 1300px;
    }

  
     
img.womenImg {
    position: absolute;
    top: 55%;
    left: 8%;
    display: block;
    Z-INDEX: 99999999999999;
}

}

@media screen and (max-width: 585px) {
    .none_pop .pop-con p {
    font-size: 0.9rem;
    line-height: 1.5;
    font-weight: 700;
    margin: 1.5rem 0.5rem;
}
    .map_visual {
        background: url(/static/images/default/map_bg.png) no-repeat;
        background-position: center;
        background-size: 100%;
        width: 128%;
        left: -54px;
        height: 900px;
        margin: 2rem auto;
        position: relative;
    }

    .map_visual .logo-area {
        position: relative;
        overflow: auto;
        height: 100%;
        width: 120%;
        top: -1px;
        left: -1px;
        margin: 0 auto;
        /* border: 1px solid red; */
    }
}
@media screen and (max-width: 566px) {
    .none_pop .pop-con p {
    font-size: 0.9rem;
    line-height: 1.5;
    font-weight: 700;
    margin: 1.5rem 0.5rem;
}
   .map_visual {
        background: url(/static/images/default/map_bg.png) no-repeat;
        background-position: center;
        background-size: 100%;
        width: 124%;
        height: 1000px;
        left: -78px;
        margin: 2rem auto;
        position: relative;
    } 
    .map_visual .logo-area {
        position: relative;
        overflow: auto;
        height: 100%;
        width: 117%;
        top: 150px;
        left: 15px;
        margin: 0 auto;
        /* border: 1px solid red; */
    }
}
@media screen and (max-width: 576px) {
    .none_pop .pop-con p {
    font-size: 0.9rem;
    line-height: 1.5;
    font-weight: 700;
    margin: 1.5rem 0.5rem;
}
.map_visual {
    background: url(/static/images/default/map_bg.png) no-repeat;
    background-position: center;
    background-size: 100%;
    width: 118%;
    height: 1000px;
    left: -58px;
    margin: 2rem auto;
    position: relative;
}
    .map_visual .logo-area {
    position: relative;
    overflow: auto;
    height: 100%;
    width: 120%;
    top: 150px;
    left: -1px;
    margin: 0 auto;
    /* border: 1px solid red; */
}
    .contact-us {
        margin-bottom: 5rem;
        background: #000;
    }
 

}
@media screen and (max-width: 560px) {
    .none_pop .pop-con p {
    font-size: 0.9rem;
    line-height: 1.5;
    font-weight: 700;
    margin: 1.5rem 0.5rem;
}
    .map_visual .logo-area {
        position: relative;
        overflow: auto;
        height: 100%;
        width: 120%;
        top: 149px;
        left: -1px;
        margin: 0 auto;
    }
    .map_visual {
        background: url(/static/images/default/map_bg.png) no-repeat;
        background-position: center;
        background-size: 100%;
        width: 127%;
        height: 1000px;
        left: -96px;
        margin: 2rem auto;
        position: relative;
    }
}
@media screen and (max-width: 540px) {
    .none_pop .pop-con p {
    font-size: 0.9rem;
    line-height: 1.5;
    font-weight: 700;
    margin: 1.5rem 0.5rem;
}
.map_visual {
    background: url(/static/images/default/map_bg.png) no-repeat;
    background-position: center;
    background-size: 100%;
    width: 130%;
    height: 700px;
    right: 11%;
    margin: 2rem auto;
    position: relative;
}
.map_visual .logo-area {
    position: relative;
    overflow: auto;
    height: 100%;
    width: 120%;
    top: -3px;
    left: 0px;
    margin: 0 auto;
}
.contact-us {
    margin-bottom: 5rem;
    background: #000;
}

}
@media screen and (max-width: 537px) {
    .none_pop .pop-con p {
    font-size: 0.9rem;
    line-height: 1.5;
    font-weight: 700;
    margin: 1.5rem 0.5rem;
}

}

@media screen and (max-width: 500px) {
    .container2 h2 {
    font-size: 2rem;
    letter-spacing: -1px;
    text-align: center;
    padding-top: 10rem;
}
    .none_pop .pop-con p {
    font-size: 0.9rem;
    line-height: 1.5;
    font-weight: 700;
    margin: 1.5rem 0.5rem;
}
    .map_visual {
        background: url(/static/images/default/map_bg.png) no-repeat;
        background-position: center;
        background-size: 100%;
        width: 142%;
        height: 700px;
        right: 19%;
        margin: 2rem auto;
        position: relative;
    }
    .contact-us {
        margin-bottom: 3rem;
        background: #000;
    }

}

@media screen and (max-width: 400px) {
    .none_pop .pop-con p {
    font-size: 0.9rem;
    line-height: 1.5;
    font-weight: 700;
    margin: 1.5rem 0.5rem;
}
    .map_visual {
        background: url(/static/images/default/map_bg.png) no-repeat;
        background-position: center;
        background-size: 100%;
        width: 185%;
        height: 700px;
        right: 43%;
        margin: 2rem auto;
        position: relative;
    }
    .main_top {
        display: inline-block;
        color: #fff;
        margin-bottom: 0;
        height: auto;
        padding: 2.5rem 0 3rem;
    }
    .contact-us ul li {
        color: #fff;
        font-size: 1rem;
        display: flex;
        flex-direction: row;
        align-items: center;
        text-align: right;
        justify-content: flex-end;
        margin: 1rem;
    }
    .contact-us {
        margin-bottom: 3rem;
        background: #000;
    }
 

}



/*모바일*/


@media screen and (max-width: 414px) {
    .container2 h2 {
    font-size: 2rem;
    letter-spacing: -1px;
    text-align: center;
    padding-top: 10rem;
    line-height: 1.5;
}
    .none_pop .pop-con p {
    font-size: 0.9rem;
    line-height: 1.5;
    font-weight: 700;
    margin: 1.5rem 0.5rem;
}
    .map_visual {
        background: url(/static/images/default/map_bg.png) no-repeat;
        background-position: center;
        background-size: 100%;
        width: 165%;
        height: 700px;
    left: -111px;
        margin: 2rem auto;
        position: relative;
    }
    .main_top {
        display: inline-block;
        color: #fff;
        margin-bottom: 0;
        height: auto;
        padding: 3.5rem 0 4rem;
    }
    .contact-us {
        margin-bottom: 3rem;
        background: #000;
    }

}
@media screen and (max-width: 411px) {
    .none_pop .pop-con p {
    font-size: 0.9rem;
    line-height: 1.5;
    font-weight: 700;
    margin: 1.5rem 0.5rem;
}
    .contact-us {
        margin-bottom: 3rem;
        background: #000;
    }
    .main_top {
        display: inline-block;
        color: #fff;
        margin-bottom: 0;
        height: auto;
        padding: 3.5rem 0 4rem;
    }

}
@media screen and (max-width: 375px) {
    .none_pop .pop-con p {
    font-size: 0.9rem;
    line-height: 1.5;
    font-weight: 700;
    margin: 1.5rem 0.5rem;
}
.map_visual {
    background: url(/static/images/default/map_bg.png) no-repeat;
    background-position: center;
    background-size: 100%;
    width: 185%;
    left: -142px;
    height: 700px;
    margin: 2rem auto;
    position: relative;
}
    .main_top {
        display: inline-block;
        color: #fff;
        margin-bottom: 0;
        height: auto;
        padding: 2.5rem 0 3rem;
    }
    .contact-us ul li {
        color: #fff;
        font-size: 1rem;
        display: flex;
        flex-direction: row;
        align-items: center;
        text-align: right;
        justify-content: flex-end;
        margin: 1rem;
    }
   
    

    .contact-us {
        margin-bottom: 3rem;
        background: #000;
    }
  
}
@media screen and (max-width: 360px) {
    .map_visual {
        background: url(/static/images/default/map_bg.png) no-repeat;
        background-position: center;
        background-size: 100%;
        width: 194%;
        height: 700px;
        right: 47%;
        margin: 2rem auto;
        position: relative;
    }
    .contact-us {
        margin-bottom: 3rem;
        background: #000;
    }

    .none_pop .pop-con p {
    font-size: 0.9rem;
    line-height: 1.5;
    font-weight: 700;
    margin: 1.5rem 0.5rem;
}
}
@media screen and (max-width: 321px) {
    .none_pop .pop-con p {
    font-size: 0.8rem;
    line-height: 1.5;
    font-weight: 700;
    margin: 1.5rem 0.5rem;
}
    .contact-us {
        margin-bottom: 3rem;
        background: #000;
    }
   
    .centerpopup {
        display: inline-block;
        margin: 10px;
        width: 159px;
        height: 201px;
        position: absolute;
        padding: 1rem;
        border-radius: 28px;
        background: #fff;
        box-shadow: 0px 0px 0.5px 0px grey, 0em 0em 0.5em grey;
        position: absolute;
    }
    .centerpopup .pop-con h3 {
        font-size: 1.1rem;
        text-align: center;
        margin-bottom: 0;
    }
    .centerpopup .pop-con .pop-tit {
        list-style: none;
        float: left;
        padding: 1.5rem 0;
        width: 35%;
        font-size: 0.7rem;
    }
    .centerpopup .pop-con .pop-wrap {
        list-style: none;
        float: left;
        padding: 1.5rem 0;
        width: 65%;
        font-size: 0.7rem;
    }
  

}

@media screen and (max-width: 280px) {
    .none_pop .pop-con p {
    font-size: 0.8rem;
    line-height: 1.5;
    font-weight: 700;
    margin: 1.5rem 0.5rem;
}
    .map_visual {
        background: url(/static/images/default/map_bg.png) no-repeat;
        background-position: center;
        background-size: 100%;
        width: 211%;
        height: 700px;
        right: 58%;
        margin: 2rem auto;
        position: relative;
    }
    .main_top {
        display: inline-block;
        color: #fff;
        margin-bottom: 0;
        height: auto;
        padding: 1.5rem 0 2rem;
    }
    .contact-us ul li {
        color: #fff;
        font-size: 0.8rem;
        display: flex;
        flex-direction: row;
        align-items: center;
        text-align: right;
        justify-content: flex-end;
        margin: 1rem;
    }
    .contact-us {
        margin-bottom: 4rem;
        background: #000;
    }

}
