@media all and (max-width:759px){
    
    /*-------------------------*/
    
    
    
    body{
        font-family: 'NanumSquare', sans-serif;
        letter-spacing: -0.75px;
        background-color:#e6e6e6;
        color: #333;
        word-break: keep-all;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }
    
    .wrap{
        max-width:1200px;
		/*=>최대 허용 가로값*/
		background-color:#fff;
		margin:0 auto;
        overflow: hidden;
    }
    
    header, section, footer{
        width: 100%;
        float: left;
        position:relative;
        
    }
    
    .headerwrap{
        width:100%;
        height: 100%;
        margin:10px auto;
    }
    
    .menu{
        display: none;
    }
    .mowrap {
	    display: block;
    }
    
    
    /*-------------------------*/
    
    header{
        height:70px;
    }
    
    .headerwrap{
        height:60px;
    }
    
    .logo{
        height: 100%;
        width: 200px;
        float: left;
    }
    .logo img{
        width: 180px;
    }
    
    #menuCB {
	    display: none;
    }
    .molabel {
        display: block;
	    width: 40px;
        height: 40px;
        position: absolute;
        top: 15px;
        right: 20px;
        border-radius: 50%;
        border: 1px solid #939393;
        color: #a7a7a7;
        font-size: 30px;
        line-height: 40px;
        text-align: center;
        cursor: pointer;
    }
    
    .momenu {
        position: absolute;
        width: 300px;
        height: 0;
        background-color: rgba(255, 255, 255, 0.8);
        z-index: 99;
        right: 0;
        top:70px;
        overflow: hidden;
        transition-duration: 0.3s;
    }
    .momenu>li {
        width: 100%;
        height: 50px;
        font-size: 20px;
        text-align: center;
        line-height: 50px;
        border-bottom: 2px solid #939393;
        box-sizing: border-box;
    }
    .momenu>li:last-child {
        border: 0;
    }
    
    #menuCB:checked~.momenu {
        height: 200px;
    }   
    
    .topbtn {
        width: 50px;
        height: 50px;
	    position: fixed;
        bottom: 20px;
        right: 20px;
        z-index: 999;
        background-color: rgba(255, 255, 255, 0.6);
        border: 1px solid #818181;
        border-radius: 50%;
        color: #818181;
        line-height: 50px; text-align: center;
        display: none;
        overflow: hidden;
        cursor: pointer;
    }
    /*header end*/
    
    .sec1{
        overflow: hidden;
    }
    
    .secB{
        height: 100%;
        position: absolute;
        top: 0; left: 0;
    }
    
    .secB>div{
        float: left;
    }    
    .Bcon {
	    position: relative;
    }
    .Bcon p{
        width: auto; height: auto;
        position: absolute;
    }
    .Bcon:nth-child(1) p {
        width: 90%; height: 100%;
        left: 50%;
        margin-left: -45%;
        color: #fff;
        font-size: 5vw;
        top: 30%;
        text-align: center;
        line-height: 9vw;
        font-weight: lighter;
        text-shadow: 3px 3px 3px #000;
    }
    .Bcon:nth-child(1) span {
        color: #fff;
        font-size: 7vw;
        font-weight: normal;
    }
    .pcp{
        display: none;
    }

    .Bcon:nth-child(2) p {
        color: #fff;
        font-size: 5vw;
        top: 60%;
        text-align: center;
        line-height: 8vw;
        text-shadow: 5px 5px 3px #000;
        left: 12%;
    }
    .Bcon:nth-child(2) p:nth-child(3){
        left: 55%;
    }
    .Bcon:nth-child(3) p:nth-child(1){
        font-family: 'Black Han Sans';
	    font-size: 6vw;
        top:35%;
        left: 25%;
    }
    .Bcon:nth-child(3) p:nth-child(2){
        color: #001f72;
	    font-size: 5vw;
        top:15%;
        right: 5%;
        line-height: 11vw;
        text-align: center;
        font-weight: bold;
        text-shadow: 0px 0px 5px #ffffff;
    }
    .Bcon:nth-child(4) p:nth-child(1) {
	    color: #fff;
        font-size: 12vw;
        letter-spacing: -2px;
        top: 20%; left: 10%;
        font-family: 'Black Han Sans';
        text-shadow: 4px 4px 0px #0052b2;
    }
    .Bcon:nth-child(4) p:nth-child(2) {
	    color: #0052b2;
        font-size: 5vw;
        line-height: 7vw;
        top: 25%; left: 10%;
        letter-spacing: -3px;
        margin-top: 15vw;
    }
    .Bcon:nth-child(4) p:nth-child(2) span{
        font-size: 7vw;
        color: #fff;
        font-weight: bolder;
        background-color: #0052b2;
    }
    .Bcon:nth-child(4) p:nth-child(3){
        width: 35vw;
        color: #0052b2;
        font-size: 5vw;
        font-weight: lighter;
        top: 25%; left: 10%;
        margin-top:40vw;
    }
    
   #bannerprev {
        width: 50px;
        height: 50px;
        z-index: 99;
        position: absolute;
        bottom: 50%;
        margin-left: 10px;
    }

    #bannernext {
        width: 50px;
        height: 50px;
        z-index: 99;
        position: absolute;
        left: 100%;
        margin-left: -60px;
        bottom: 50%;
    }
    #dotwrap {
        width: 80px;
        height: 10px;
        position: absolute;
        bottom: 20px;
        left: 50%;
        margin-left: -40px;
        display: flex;
        justify-content: space-between;
    }
    
    .dot {
        width: 10px;
        height: 10px;
        background-color: rgba(255, 255, 255, 0.21);
        border-radius: 50%;
        float: left;
    }
    .select{
        background-color: rgba(255, 255, 255, 0.76);
    }
    
    
    /*sec1 end*/
    
    .sec2{
        margin-top: 100px;
        float: left;
    }
    .conwrap{
        width: 90%;
        height: 100%;
        margin: auto;
    }
    .con{
        width: 100%;
/*        background-color: #ff9a9a;*/
 
        position: relative;
        margin-bottom: 100px;
    }
    .con:last-child{
        margin-bottom: 0;
    }
    .con h1{
        font-size: 25px;
        margin: 30px 0 20px 0; 
        font-weight: 600;
    }
    .con p{
        color: #4e4e4e;
        font-size: 18px;
        
    }
    .conimg{
        width: 100%;
        overflow: hidden;
    }
    
    .conimg img{
        width: 100%;
        transition-duration: 0.3s;
    }
    
    .conimg:hover>img{
        transform: scale(1.2);
    }
    
    .conbtn {
	    width: 200px;
        height: 43px;
        background-color: white;
        border: 1px solid #a5a5a5;
        border-radius: 15px;
        transition-duration: 0.3s;
        margin-top: 30px;
    }

    .conbtn>p {
        line-height: 43px;
        text-align: center;
        transition-duration: 0.1s;
    }
    .conbtn:hover{
        background-color: #333;
        border-color: #333;
        color: #fff;
    }
    .conbtn:hover>p{
        color: #fff;
    }
    
    
    
    
    /*sec2 end*/
    
    .sec3{
        margin-top: 100px;
        height: auto;
        
    }
    .info{
        width: 90%;
        height: 400px;
        background-image: url(../img/index/infobg.png);
        margin: 0 auto;
        margin-bottom: 100px;
    }
    .phone {
	    float: left;
        width: 90%;
        height: 200px;
        margin-top: 1%;
        position: relative;
        border-bottom: 2px solid #868686;
        box-sizing: border-box;
        left: 50%; margin-left: -45%;
    }
    .phone img {
        position: absolute;
        top:25%; left: 0;
	    height: 50%;
        opacity: 0.3;
    }
    .phone p,.kakaotalk p, .mail p {
        position: absolute;
	    color: #c7c7c7;
        margin-left: 25%;
        font-size: 16px;
        margin-top: 30px;
    }
    .phone span, .kakaotalk span, .mail span{
        color: #ffffff;
        font-size: 8vw;
        letter-spacing: -3px;
        line-height: 70px;
        font-weight: bold;
    }
    .Rinfowrap {
        width: 100%;
        height: 180px;
        bottom: -210px;
        position: relative;
    }
    .kakaotalk, .mail {
	    width: 100%;
        height: 40%;
        position: relative;
    }
    .kakaotalk img, .mail img{
        position: absolute;
        top:15%; left: 10%;
	    height: 80%;
        opacity: 0.3;
    }
    .kakaotalk p, .mail p {
        margin-left: 28%;
        margin-top: 10px;
    }
    .kakaotalk span, .mail span{
        font-size: 7vw;
        line-height: 50px;
        letter-spacing: -0.5vw;
    }
    .Rinfowrap .line {
	    height: 2px;
        background-color: #868686;
        width: 90%;
        margin: 2% auto;
    }
    .map{
        width: 90%;
        height: 95vw;
        margin: 100px auto;
    }
    
    .map>iframe{
        display: block;
        float: left;
        width:100%;
        height:60vw;
    }
    .mapdiv{
        width: 100%;
        height: 200px;
        float: left;
        padding: 30px;
        box-sizing: border-box;
    }
    .mapdiv>h1{
        font-size: 30px;
        font-weight: 900;
        margin-bottom: 20px;
    }    
    .mapdiv>img {
	    float: left;
        margin-right: 10px;
        opacity: 0.6;
    }
    .line{
        background-color: #aaaaaa;
        height: 1px;
        width: 100%;
    }
    .mapdiv>p{
        margin-top: 50px;
        font-size: 20px;
    }
    .hreflink {
	    width: 90%;
        height: 120px;
        margin: 0 auto;
        border: 5px solid #ff5555;
        border-radius: 30px;
        position: relative;
        margin-bottom: 100px;
    }
    
    .hreflink p{
	    font-size: 17px;
        font-weight: 600;
        color: #ff5555;
        position: absolute;
        top: 30px; left: 10vw;
    }
    .hreflink h1{
	    font-size: 40px;
        font-weight: 900;
        color: #ff5555;
        position: absolute;
        top: 50px; left: 10vw;
    }
    
    .cklinkbtn {
	    width: 20vw;
        height: 50px;
        background-color: #ff5555;
        border-radius: 80px;
        position: absolute;
        top:50%; margin-top: -25px;
        right: 5vw;
        font-size: 20px; font-weight: lighter; color: #fff;
        line-height: 50px; text-align: center;
    }
    /*sec3 end*/
    
    .item_gallery,.menu_gallery {
        width:100% ;
        overflow: hidden;
    }
    .menu_gallery {
	    margin-top: 100px;
    }
    .item_gallery span,.menu_gallery span {
        display: block;
        float: left;
	    width: 46%;
        margin: 0 1.5%;
    }
    .item_gallery span:nth-child(3) {
	    margin-bottom: 15%; 
    }
    .item_gallery span:nth-child(5) {
	    margin-top: -48px; 
    }
    .item_gallery span img,.menu_gallery span img{
        width: 90%;
        float: left;
        margin: 10px;
        transition-duration: 0.3s;
    }
    .item_gallery span img:hover,.menu_gallery span img:hover{
        transform: scale(1.01);
        filter:  brightness(0.4);
    }
    .gal_it {
	    width: 90%;
        height: 100px;
        margin: 0 auto;
    }
    .gal_it p {
	    font-size: 30px;
    }
    .gal_it div {
	    margin: 20px 0;
        height: 2px;
    }
    /*갤러리*/
    
    /*sec4 end*/
    
    footer{
        margin-top: 100px;
        height: 300px;
        background-color: #464646;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .footerwrap{
        width: 95%;
        height: auto;
        color: #818181;
        font-size: 3.2vw;
        line-height: 3.8vw
    }
    .footerwrap p:nth-child(1){
        font-size: 6vw;
        font-weight: bold;
        color: #dbdbdb;
        margin-bottom: 5px;
        line-height: 6.5vw
    }
    
    .footerwrap .line {
	    margin: 20px 0;
    }
    
}/*end*/


/*-- 블록 설정 색상 start--*/
::-moz-selection{
          background: #626262;
          color: #ffffff;
}
::selection{
          background: #626262;
          color: #ffffff;
}
/*--블록 설정 색상 end--*/
