@media all and (max-width:1199px)and (min-width:760px){
    
    /*-------------------------*/
    
    
    
    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;
    }
    
    .mowrap{
        display: none;
    }
    
    
    /*-------------------------*/
    
    header{
        height:90px;
    }
    
    .headerwrap{
        height:60px;
    }
    
    .logo{
        height: 100%;
        width: 200px;
        float: left;
    }
    
    .menu{
        width: 500px;
        height: 100%;
        float: right;
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
        margin-right: 20px;
    }
    
    .menu>li{
        width:auto;
		height:auto;
		float:left;
		font-weight:600;
        transform: skew(-0.1deg);
    }
    
    .menu a {
	    transition-duration: 0.3s;
    }
    .menu>li:hover>a {
	    color: #868686;
    }
    .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: 100%; height: 100%;
        color: #fff;
        font-size: 2vw;
        top: 45%;
        text-align: center;
        line-height: 5vw;
        font-weight: lighter;
        text-shadow: 5px 5px 3px #000;
    }
    .Bcon:nth-child(1) span {
        color: #fff;
        font-size: 3vw;
        font-weight: normal;
    }
    .mop {
	    display: none;
    }
    .Bcon:nth-child(2) p {
        color: #fff;
        font-size: 2vw;
        top: 8%;
        text-align: center;
        line-height: 5vw;
        text-shadow: 3px 3px 3px #000;
        right: 100px;
    }
    .Bcon:nth-child(3) p:nth-child(1){
        font-family: 'Black Han Sans';
	    font-size: 4vw;
        top:45%;
        left: 25%;
    }
    .Bcon:nth-child(3) p:nth-child(2){
        color: #001f72;
	    font-size: 2.3vw;
        top:15%;
        right: 10%;
        line-height: 5vw;
        text-align: center;
        font-weight: bold;
        text-shadow: 0px 0px 5px #ffffff;
    }
    .Bcon:nth-child(4) p:nth-child(1) {
	    color: #fff;
        font-size: 6.5vw;
        letter-spacing: -2px;
        top: 25%; left: 20%;
        font-family: 'Black Han Sans';
        text-shadow: 4px 4px 0px #0052b2;
    }
    .Bcon:nth-child(4) p:nth-child(2) {
	    color: #0052b2;
        font-size: 2.8vw;
        line-height: 3.5vw;
        top: 25%; left: 20%;
        letter-spacing: -3px;
        margin-top: 7vw;
    }
    .Bcon:nth-child(4) p:nth-child(2) span{
        font-size: 4vw;
        color: #fff;
        font-weight: bolder;
        background-color: #0052b2;
    }
    .Bcon:nth-child(4) p:nth-child(3){
        color: #0052b2;
        font-size: 2.5vw;
        font-weight: lighter;
        top: 35%; left: 20%;
        margin-top: 15vw;
    }
    
   #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{
        height: 30vw;
        margin-top: 100px;
        float: left;
    }
    .conwrap{
        width: 90%;
        height: 100%;
        margin: auto;
        display: flex;
        justify-content: space-between;
    }
    .con{
        width: 280px;
        height: 100%;
/*        background-color: #ff9a9a;*/
        float: left;
        position: relative;
        margin-left: 10px;
    }
    .con:first-child{
        margin-left: 0;
    }
    .con h1{
        font-size: 2vw;
        margin: 30px 0 20px 0; 
        font-weight: 600;
    }
    .con p{
        color: #4e4e4e;
        font-size: 1.5vw;
        
    }
    .conimg{
        width: 100%;
        overflow: hidden;
    }
    
    .conimg img{
        width: 100%;
        transition-duration: 0.3s;
    }
    
    .conimg:hover>img{
        transform: scale(1.2);
    }
    
    .conbtn {
	    width: 80%;
        height: 43px;
        background-color: white;
        position: absolute;
        border: 1px solid #a5a5a5;
        border-radius: 15px;
        transition-duration: 0.3s;
        bottom: 0px;
    }

    .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: 200px;
        background-image: url(../img/index/infobg.png);
        margin: 0 auto;
        margin-bottom: 100px;
    }
    .phone {
	    float: left;
        width: 50%;
        height: 80%;
        margin-top: 1%;
        position: relative;
        border-right: 2px solid #868686;
        box-sizing: border-box;
    }
    .phone img {
        position: absolute;
        top:10%; left: 4%;
	    height: 80%;
        opacity: 0.3;
    }
    .phone p,.kakaotalk p, .mail p {
        position: absolute;
	    color: #c7c7c7;
        margin-left: 120px;
        font-size: 1.4vw;
        margin-top: 30px;
    }
    .phone span, .kakaotalk span, .mail span{
        color: #ffffff;
        font-size: 4vw;
        letter-spacing: -3px;
        line-height: 70px;
        font-weight: bold;
        transition-duration: 0.5s;
    }
    .Rinfowrap {
	    float: left;
        width: 50%;
        height: 180px;
        margin-top: 10px;
    }
    .kakaotalk, .mail {
	    width: 100%;
        height: 40%;
        position: relative;
    }
    .kakaotalk img, .mail img{
        position: absolute;
        top:1vw; left: 10%;
	    height: 80%;
        opacity: 0.3;
    }
    .kakaotalk p, .mail p {
        margin-left: 120px;
        margin-top: 13px;
    }
    .kakaotalk span, .mail span{
        font-size: 2.3vw;
        line-height: 4vw;
        letter-spacing: 0px;
    }
    .Rinfowrap .line {
	    height: 2px;
        background-color: #868686;
        width: 90%;
        margin: 2% auto;
    }
    .phone:hover span {
	    color: #95ea6f;
    }
    .kakaotalk:hover span {
	    color: #f1ff82;
    }
    .mail:hover span {
	    color: #83b3ff;
    }
    .map{
        width: 90%;
        height: 38vw;
        margin: 100px auto;
        
    }
    
    .map>iframe{
        display: block;
        float: left;
        width:50%;
        height:37vw;
        
    }
    .mapdiv{
        width: 50%;
        height: 100%;
        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: 50px;
    }
    .hreflink h1{
	    font-size: 40px;
        font-weight: 900;
        color: #ff5555;
        position: absolute;
        top: 50px; left: 50px;
    }
    
    .cklinkbtn {
	    width: 100px;
        height: 50px;
        background-color: #ff5555;
        border-radius: 80px;
        position: absolute;
        top:50%; margin-top: -25px;
        right: 80px;
        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: 22%;
        margin: 0 1.5%;
    }
    .item_gallery span img,.menu_gallery span img{
        width: 100%;
        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;
        
    }
    .footerwrap p:nth-child(1){
        font-size: 30px;
        font-weight: bold;
        color: #dbdbdb;
        margin-bottom: 5px;
    }
    
    .footerwrap .line {
	    margin: 20px 0;
    }
    
}/*end*/


/*-- 블록 설정 색상 start--*/
::-moz-selection{
          background: #626262;
          color: #ffffff;
}
::selection{
          background: #626262;
          color: #ffffff;
}
/*--블록 설정 색상 end--*/
