	/*@font-face { font-family:nanum; src:url(/image/fonts/NanumGothic.eot)}; */
	
	@font-face {
	    font-family: 'NanumGothic';
	    src: url('/font/NanumGothic.eot');
	    /*IE9 Compat Modes --*/
	    src: url('/font/NanumGothic.eot?#iefix') format('embedded-opentype'), /*IE6-IE8 */
	    url('/font/NanumGothic.woff') format('woff'), /*Modern Browsers */
	    url('/font/NanumGothic.ttf') format('truetype'), /* Safari, Android, iOS */
	    url('/font/NanumGothic.svg#NanumGothic') format('svg');
	    /*Legacy iOS */
	    font-weight: normal;
	    font-style: normal;
	}
	/*나눔 고딕 Bold*/
	
	@font-face {
	    font-family: 'NanumGothicBold';
	    font-weight: normal;
	    font-style: normal;
	    src: url('/font/NanumGothicBold.eot');
	    src: url('/font/NanumGothicBold.eot?#iefix') format('embedded-opentype'), url('/font/NanumGothicBold.woff') format('woff'), url('/font/NanumGothicBold.ttf') format('truetype');
	}
	/*pc version*/
	
	@media screen and (min-width:720px) {
	    #m_gnb {
	        display: none;
	    }
        
        #swiper_slider {
            display: none;
        }
        
        #bxslider_mobile {
            display: none;
        }
        
        #free_mobile {
            display: none;
        }
        
	    * {
	        margin: 0 auto;
	    }
	    body {
	        margin: 0 auto;
	        padding: 0;
	        width: 100%;
	    }
	    ul {
	        list-style-type: none;
	        text-decoration: none;
	        padding-left: 0px;
	    }
	    .gnb_wrap {
	        width: 100%;
	        height: 130px;
	        background-color: #0065d9;
	    }
	    .gnb {
	        width: 1200px;
	        height: 90px;
	        position: relative;
	        left: 50%;
	        margin-left: -600px;
	    }
	    .gnb_logo {
	        float: left;
	        margin-left: 50px;
	        margin-top: 5px;
	    }
	    /*        드롭다운 css시작*/
	    #nav,
	    #nav ul {
	        font-family: "NanumGothic";
	        font-weight: 400;
	        list-style: none;
	        margin: 0px;
	        padding: 0;
	        position: relative;
	    }
	    #nav {
	        height: 50px;
	        left: 120px;
	        overflow: hidden;
	        top: 70px;
	    }
	    #nav li {
	        float: left;
	        position: relative;
	        z-index: 10;
	    }
	    #nav li a {
	        background: url(../images/bg-menu.png) no-repeat center top;
	        color: #fff;
	        display: block;
	        float: left;
	        font-size: 15px;
	        height: 51px;
	        line-height: 40px;
	        padding: 0 25px;
	        position: relative;
	        text-decoration: none;
	        z-index: 20;
	    }
	    #nav li:first-child a {
	        background: url(../images/bg-menu.png) no-repeat left top;
	        padding-left: 30px;
	    }
	    #nav li ul li:first-child a {
	        background-image: none;
	        padding-left: 25px;
	    }
	    #nav li.pad {
	        background: url(../images/bg-menu.png) no-repeat right top;
	        display: block;
	        height: 44px;
	        width: 160px;
	    }
	    #nav ul {
	        background: #5d7dd9;
	        height: auto;
	        padding: 10px 0;
	        position: absolute;
	        top: -170px;
	        width: 120px;
	        z-index: 1;
	        border-radius: 8px;
	        /*some css3*/
	        -moz-border-radius: 8px;
	        -webkit-border-radius: 8px;
	        transition: 0.8s ease-in-out;
	        box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5);
	        -moz-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5);
	        -webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5);
	        -moz-transition: 0.8s ease-in-out;
	        -o-transition: 0.8s ease-in-out;
	        -webkit-transition: all 0.8s ease-in-out;
	    }
	    #nav ul li {
	        width: 120px;
	    }
	    #nav ul li a {
	        background: transparent;
	        height: 27px;
	        line-height: 20px;
	        width: 160px;
	        font-size: 14px;
	    }
	    #nav:hover {
	        height: 250px;
	    }
	    #nav li:hover ul {
	        -moz-transform: translate(0, 210px);
	        /*some css3*/
	        -o-transform: translate(0, 210px);
	        -webkit-transform: translate(0, 210px);
	    }
	    #nav a:hover,
	    #nav li:hover > a {
	        color: #eb924d;
	    }
	    /*            드롭다운 css 여기까지*/
	    /* index 시작 */
	    .free_wrap {
	        width: 100%;
	        height: 90px;
	        margin: 0 auto;
	    }
	    .receive_wrap {
	        width: 100%;
	        height: auto;
	        margin: 0 auto;
	        background-color: #8a7256;
	    }
	    .receive {
	        width: 1000px;
	        text-align: center;
	    }
	    .receive_title {
	        font-family: "NanumGothic";
	        font-weight: 700;
	        font-size: 30px;
	        color: white;
	    }
	    .receive_num {
	        font-family: "NanumGothic";
	        font-weight: 700;
	        font-size: 25px;
	        color: white;
	    }
	    .receive input {
	        height: 25px;
	    }
	    .food_wrap {
	        width: 100%;
	        height: 350px;
	        margin: 0 auto;
	        background-color: white;
	    }
	    .food {
	        width: 1310px;
	        margin: 0 auto;
	    }
	    .food_wrap img {
	        float: left;
	        padding: 5px;
	        margin: 50px 10px;
            border: 2px solid gray;
	    }
	    /* intro_1.html 시작 */
	    #greeting_wrap {
	        width: 100%;
	        height: auto;
	        margin: 0 auto;
	    }
	    .subtitle {
	        width: 100%;
	        height: 100px;
	        text-align: center;
	        display: table;
	    }
	    .subtitle p {
	        display: table-cell;
	        vertical-align: middle;
	        height: inherit;
	        font-family: "NanumGothic";
	        font-weight: 300;
	        font-size: 35px;
	        letter-spacing: 1px;
	        color: #0065d9;
	        background-color: #efefef;
	    }
	    .subtitle2 {
	        font-family: "NanumGothic";
	        font-weight: 300;
	        font-size: 25px;
	        font-style: italic;
	        text-align: center;
	        margin-top: 50px;
	        color: #9c843d;
	    }
	    .g_logo {
	        text-align: center;
	        margin: 50px 0px;
	    }
	    .greet_text {
	        width: 100%;
	        float: left;
	        margin: 0 auto;
	        text-align: center;
	        margin-bottom: 50px;
	    }
	    .greet_text ul {
	        list-style: none;
	    }
	    .greet_text ul li {
	        /*    display: inline-block;*/
	    }
	    .g_text1 {
	        color: #dd9a4d;
	        font-family: "NanumGothic";
	        font-weight: 400;
	        font-size: 25px;
	        margin: 30px 0px;
	        line-height: 40px;
	    }
	    .g_text2 {
	        color: #696969;
	        font-family: "NanumGothic";
	        font-weight: 400;
	        font-size: 15px;
	        margin: 0px 0px;
	        line-height: 30px;
	    }
	    .g_text3 {
	        color: #696969;
	        font-family: "NanumGothic";
	        font-weight: 400;
	        font-size: 15px;
	        margin: 0px 0px;
	        line-height: 30px;
	        /*            text-align: left;*/
	    }
	    #brand_wrap {
	        width: 100%;
	        height: auto;
	        margin: 0 auto;
	    }
	    .b_text1 {
	        color: #dd9a4d;
	        font-family: "NanumGothic";
	        font-weight: 400;
	        font-size: 25px;
	        margin: 30px 0px;
	        line-height: 40px;
	    }
	    #bi_wrap {
	        width: 100%;
	        height: auto;
	        margin: 0 auto;
	    }
	    .bi_logo {
	        text-align: center;
	        margin: 50px 0px 20px 0px;
	    }
	    #summery_wrap {
	        width: 100%;
	        height: auto;
	        margin: 0 auto;
	    }
	    /* intro_1.html 끝 */
	    /* menu_2.html 시작*/
	    #menu_wrap {
	        width: 100%;
	        height: auto;
	        margin: 0 auto;
	    }
	    .menu_img {
	        text-align: center;
	        margin: 50px 0px;
	        ;
	    }
	    .menu_img img {
	        border: 1px solid gray;
	    }
	    /* menu_2.html 끝        */
	    /* findshop_3.html 시작*/
        
        #shop_wrap {
	        width: 100%;
	        height: auto;
	        margin: 0 auto;
	    }
        
        .shop1_wrap {
            width: 95%;
            margin: 0 auto;
            margin-top: 30px;
            margin-bottom: 30px;
            padding-top: 20px;
            padding-bottom: 20px;
            border: 2px solid #efefef;
	        border-radius: 25px;
	        -moz-border-radius: 25px;
	        overflow: hidden;
        }
        
        .shop_title {
            margin: 0 auto;
            width: 100%;
            height: auto;
            margin: 10px 0px;
	    }
        
        .shop_title p {
            font-family: "NanumGothic";
	        font-weight: 300;
	        font-size: 1.7em;
	        letter-spacing: 1px;
	        color: #595757;
            text-align: center;
        }
        
        .photomap {
			display: flex;
			justify-content: center;
        }
        
        .shop_photo, .daummap {
            width: 450px;
            text-align: center;
            margin: 20px;
            float: left;
        }
        
        .homeka {
            clear: both;
            display: flex;
			justify-content: center;
        }
        
        .homeka li {
            margin: 20px;
            margin-bottom: 20px;
            float: left;
            text-align: center;
        }
	    /* findshop_3.html 끝*/
	    /* atype_4.html 시작*/
	    #terms_wrap,
	    #cost_wrap,
	    #step_wrap,
	    #anal_wrap,
	    #edu_wrap,
	    #que_wrap {
	        width: 100%;
	        margin: 0 auto;
	    }
	    .terms_table {
	        margin-top: 50px;
	        margin-bottom: 50px;
	        width: 600px;
	        border: 2px solid #efefef;
	        border-radius: 25px;
	        -moz-border-radius: 25px;
	        overflow: hidden;
	    }
	    .terms_table tr:nth-child(even) {
	        background-color: #f8ecc9;
	        color: #696969;
	        font-family: "NanumGothic";
	        font-weight: 400;
	        font-size: 15px;
	        margin: 0px 0px;
	    }
	    .terms_table tr:nth-child(odd) {
	        background-color: #fcf6e5;
	        color: #696969;
	        font-family: "NanumGothic";
	        font-weight: 400;
	        font-size: 15px;
	        margin: 0px 0px;
	    }
	    .cost_table_wrap {
	        width: 700px;
	        margin-top: 50px;
	        margin-bottom: 50px;
	    }
	    .cost_table {
	        width: 700px;
	        border: 2px solid #efefef;
	        border-radius: 25px;
	        -moz-border-radius: 25px;
	        overflow: hidden;
	        text-align: center;
	        line-height: 60px;
	    }
	    .cost_table_wrap p {
	        text-align: right;
	        font-family: "NanumGothic";
	        font-weight: 400;
	        font-size: 12px;
	        color: #696969;
	        line-height: 20px;
	    }
	    .cost_table tr:nth-child(even) {
	        background-color: #f8ecc9;
	        color: #696969;
	        font-family: "NanumGothic";
	        font-weight: 400;
	        font-size: 15px;
	        margin: 0px 0px;
	    }
	    .cost_table tr:nth-child(odd) {
	        background-color: #fcf6e5;
	        color: #696969;
	        font-family: "NanumGothic";
	        font-weight: 400;
	        font-size: 15px;
	        margin: 0px 0px;
	    }
	    .table_title td {
	        font-weight: 600;
	        background-color: #dac689;
	    }
	    .que_table {
	        margin-top: 50px;
	        margin-bottom: 50px;
	        width: 700px;
	        border: 2px solid #efefef;
	        border-radius: 25px;
	        -moz-border-radius: 25px;
	        overflow: hidden;
	        /*    text-align: center;*/
	    }
	    .que_table tr:nth-child(even) {
	        background-color: #f8ecc9;
	        color: #696969;
	        font-family: "NanumGothic";
	        font-weight: 400;
	        font-size: 15px;
	        margin: 0px 0px;
	    }
	    .que_table tr:nth-child(odd) {
	        background-color: #fcf6e5;
	        color: #696969;
	        font-family: "NanumGothic";
	        font-weight: 500;
	        font-size: 15px;
	        margin: 0px 0px;
	    }
	    /* news_6.html 시작*/
	    #blog_wrap,
	    #alli_wrap,
	    #chang_wrap {
	        width: 100%;
	        height: auto;
	        margin: 0 auto;
	    }
	    .blog {
	        width: 650px;
	        height: 650px;
	        ;
	        margin-top: 50px;
	        margin-bottom: 50px;
	    }
	    .blog img {
	        float: left;
	        padding: 5px;
	    }
	    .alli_wrap tr {
	        line-height: 200px;
	    }
	    .alli_table {
	        line-height: 50px;
	        font-family: "NanumGothic";
	        font-size: 15px;
	    }
	    .alli_table input {
	        height: 30px;
	        width: 440px;
	        font-family: "NanumGothic";
	        font-size: 15px;
	    }
	    .alli_table textarea {
	        width: 440px;
	        font-family: "NanumGothic";
	        font-size: 15px;
	    }
	    /* footer */
	    .footer_wrap {
	        width: 100%;
	        height: 100px;
	        background-color: black;
	    }
	    .footer {
	        clear: both;
	        display: table;
	    }
	    .footer_logo {
	        display: table-cell;
	        vertical-align: middle;
	    }
	    .footer_text {
	        padding-left: 20px;
	        text-align: center;
	        font-family: "NanumGothic";
	        font-weight: 300;
	        font-size: 12px;
	        color: white;
	        line-height: 16px;
	        display: table-cell;
	        vertical-align: middle;
	    }
	    .sns {
	        display: table-cell;
	        vertical-align: middle;
	        padding-left: 30px;
	    }
	    .sns img {
	        padding: 5px;
	    }
	    .footer_text a:link,
	    a:visited,
	    a:hover {
	        text-decoration: none;
	        color: white;
	    }
	}


	/* mobile version start*/
	
	@media screen and (max-width: 720px) {

    
        .gnb_wrap {
	        display: none;
	    }
        
        #zoomslide {
            display: none;
        }
        
        #bxslider_pc {
            display: none;
        }
        
        #free_pc {
            display: none;
        }
        
/*        슬라이드 메뉴 css 시작*/
	.container {
	    position: relative;
	}
	
	a {
	    text-decoration: none;
	    -webkit-transition: all ease-in 0.2s;
	    -moz-transition: all ease-in 0.2s;
	    -ms-transition: all ease-in 0.2s;
	    -o-transition: all ease-in 0.2s;
	    transition: all ease-in 0.2s;
	}
	
	h2 a:link {
	    color: #333;
	    text-decoration: none;
	}
	
	h2 a:visited {
	    color: #333;
	    text-decoration: none;
	}
	
	h2 a:hover {
	    color: #44a0c0;
	    text-decoration: none;
	    border-bottom: 1px solid #f66;
	}
	
	h1 {
	    margin: 20px 0 0 0;
	    padding: 20px 20px 10px 20px;
	    font-size: 34px;
	    color: #333;
	    text-shadow: 1px 1px 1px #fff;
	    text-align: left;
	    font-weight: 400;
	    text-align: center;
	}
	
	h2 {
	    font-family: 'Droid Serif', serif;
	    font-weight: normal;
	    font-size: 14px;
	    margin: 0 auto;
	    text-align: center;
	}
	
	img {
	    max-width: 100%;
	}
	/* Header Style */
	
	.more {
	    position: relative;
	    clear: both;
	    font-family: 'Arial Narrow', Arial, sans-serif;
	    text-transform: uppercase;
	    font-size: 11px;
	    padding: 5px 0px 10px;
	    width: 300px;
	    margin: 0 auto;
	}
	
	.more ul {
	    display: block;
	    text-align: center;
	    height: 30px;
	}
	
	.more ul li {
	    display: block;
	    padding: 4px 2px;
	    float: left;
	}
	
	.more ul li.selected a,
	.more ul li.selected a:hover {
	    background: #09c;
	    color: #fff;
	    text-shadow: none;
	}
	
	.more ul li a {
	    color: #555;
	    float: left;
	    background: #fff;
	    width: 60px;
	    padding: 2px 5px;
	    -moz-box-shadow: 1px 1px 2px #aaa;
	    -webkit-box-shadow: 1px 1px 2px #aaa;
	    box-shadow: 1px 1px 2px #aaa;
	    -webkit-border-radius: 3px;
	    -moz-border-radius: 3px;
	    border-radius: 3px;
	}
	
	.more ul li a:hover {
	    background: #333;
	    color: #fff;
	}
	/* Main Style */
	
	#accordian {
	    background: white;
	    width: 200px;
	    margin: 100px auto 0 auto;
	    color: white;
	    /*Some cool shadow and glow effect*/
	    /*
	box-shadow: 
		0 5px 15px 1px rgba(0, 0, 0, 0.6), 
		0 0 200px 1px rgba(255, 255, 255, 0.5);
*/
	}
	/*heading styles*/
	
	#accordian h3 {
	    font-family: "NanumGothic";
	    font-size: 1em;
	    font-weight: 400;
	    line-height: 5vh;
	    padding: 0 0px;
	    cursor: pointer;
	    background: #388bc7;
	}
	/*heading hover effect*/
	
	#accordian h3:hover {
	    text-shadow: 0 0 1px rgba(255, 255, 255, 0.7);
	}
	/*iconfont styles*/
	
	#accordian h3 span {
	    font-size: 16px;
	    margin-right: 10px;
	}
	/*list items*/
	
	#accordian li {
	    list-style-type: none;
	}
	/*links*/
        
    #accordian ul li a {
        color: white;
    }
	
	#accordian ul ul li a {
	    color: gray;
	    text-decoration: none;
	    font-family: "NanumGothic";
	    font-weight: 400;
	    font-size: 0.8em;
	    line-height: 5vh;
	    display: block;
	    padding: 0 15px;
	    -webkit-transition: all 0.15s;
	    -moz-transition: all 0.15s;
	    -o-transition: all 0.15s;
	    -ms-transition: all 0.15s;
	    transition: all 0.15s;
	}
	/*hover effect on links*/
	
	#accordian ul ul li a:hover {
	    /*	background: #a1baf4;*/
	    border-left: 5px solid #388bc7;
	}
	/*Lets hide the non active LIs by default*/
	
	#accordian ul ul {
	    display: none;
	}
	
	#accordian li.active ul {
	    display: block;
	}
	
	html.open {
	    overflow: hidden;
	}
	
	.btn {
	    width: 50px;
	    height: 50px;
	    position: absolute;
	    right: 0%;
	    top: 2.5vh;
        right: 5px;
	    z-index: 1;
	    background-image: url("../images/menu.png");
	    background-size: 50%;
	    background-repeat: no-repeat;
	    background-position: center;
	    cursor: pointer;
	}
	
	.close {
	    width: 50px;
	    height: 50px;
	    position: absolute;
	    right: 10px;
	    top: 20px;
	    background-image: url("../images/close.png");
	    background-size: 60%;
	    background-repeat: no-repeat;
	    background-position: center;
	    cursor: pointer;
	}
	
	#menu {
	    width: 200px;
	    height: 100%;
	    position: fixed;
	    top: 0px;
	    right: -210px;
	    z-index: 99999;
	    border: 1px solid #c9c9c9;
	    background-color: white;
	    text-align: center;
	    transition: All 0.2s ease;
	    -webkit-transition: All 0.2s ease;
	    -moz-transition: All 0.2s ease;
	    -o-transition: All 0.2s ease;
	}
	
	#menu.open {
	    right: 0px;
	}
	
	.page_cover.open {
	    display: block;
	}
	
	.page_cover {
	    width: 100%;
	    height: 100%;
	    position: fixed;
	    top: 0px;
	    left: 0px;
	    background-color: rgba(0, 0, 0, 0.4);
	    z-index: 4;
	    display: none;
	}
	
	.header {
	    width: 100%;
	    height: 80px;
	    background-color: white;
        margin: 0 auto;
        text-align: center;
	}
	
	.header img {
	    width: 15%;
        height: auto;
	    margin-top: 2%;
	}
/*        슬라이드 메뉴 css 끝*/
        
        #m_gnb {
	        display: inline-block;
            margin: 0 auto;
            width: 100%;
	    }
	    * {
	        margin: 0 auto;
	    }
	    ul {
	        list-style-type: none;
	        text-decoration: none;
	        padding-left: 0px;
	    }
	    .gnb_wrap {
	        width: 100%;
	        height: 130px;
	        background-color: #0065d9;
	    }
	    .gnb {
	        width: 1200px;
	        height: 90px;
	        position: relative;
	        left: 50%;
	        margin-left: -600px;
	    }
	    .gnb_logo {
	        float: left;
	        margin-left: 50px;
	        margin-top: 5px;
	    }
	    /*        드롭다운 css시작*/
	    #nav,
	    #nav ul {
	        font-family: "NanumGothic";
	        font-weight: 400;
	        list-style: none;
	        margin: 0px;
	        padding: 0;
	        position: relative;
	    }
	    #nav {
	        height: 50px;
	        left: 120px;
	        overflow: hidden;
	        top: 70px;
	    }
	    #nav li {
	        float: left;
	        position: relative;
	        z-index: 10;
	    }
	    #nav li a {
	        background: url(../images/bg-menu.png) no-repeat center top;
	        color: #fff;
	        display: block;
	        float: left;
	        font-size: 15px;
	        height: 51px;
	        line-height: 40px;
	        padding: 0 25px;
	        position: relative;
	        text-decoration: none;
	        z-index: 20;
	    }
	    #nav li:first-child a {
	        background: url(../images/bg-menu.png) no-repeat left top;
	        padding-left: 30px;
	    }
	    #nav li ul li:first-child a {
	        background-image: none;
	        padding-left: 25px;
	    }
	    #nav li.pad {
	        background: url(../images/bg-menu.png) no-repeat right top;
	        display: block;
	        height: 44px;
	        width: 160px;
	    }
	    #nav ul {
	        background: #5d7dd9;
	        height: auto;
	        padding: 10px 0;
	        position: absolute;
	        top: -170px;
	        width: 120px;
	        z-index: 1;
	        border-radius: 8px;
	        /*some css3*/
	        -moz-border-radius: 8px;
	        -webkit-border-radius: 8px;
	        transition: 0.8s ease-in-out;
	        box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5);
	        -moz-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5);
	        -webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5);
	        -moz-transition: 0.8s ease-in-out;
	        -o-transition: 0.8s ease-in-out;
	        -webkit-transition: all 0.8s ease-in-out;
	    }
	    #nav ul li {
	        width: 120px;
	    }
	    #nav ul li a {
	        background: transparent;
	        height: 27px;
	        line-height: 20px;
	        width: 160px;
	        font-size: 14px;
	    }
	    #nav:hover {
	        height: 250px;
	    }
	    #nav li:hover ul {
	        -moz-transform: translate(0, 210px);
	        /*some css3*/
	        -o-transform: translate(0, 210px);
	        -webkit-transform: translate(0, 210px);
	    }
	    #nav a:hover,
	    #nav li:hover > a {
	        color: #eb924d;
	    }
	    /*            드롭다운 css 여기까지*/
	    /* index 시작 */
	    .free_wrap {
	        width: 100%;
	        height: auto;
	        margin: 0 auto;
	    }
	    .receive_wrap {
	        width: 100%;
	        height: auto;
	        margin: 0 auto;
	        background-color: #8a7256;
	    }
	    .receive {
	        width: 1000px;
	        text-align: center;
	    }
	    .receive_title {
	        font-family: "NanumGothic";
	        font-weight: 700;
	        font-size: 30px;
	        color: white;
	    }
	    .receive_num {
	        font-family: "NanumGothic";
	        font-weight: 700;
	        font-size: 25px;
	        color: white;
	    }
	    .receive input {
	        height: 25px;
	    }
	    .food_wrap {
	        width: 100%;
	        height: auto;
	        margin: 0 auto;
	        background-color: white;
            margin-bottom: 30px;
	    }
	    .food {
	        width: 100%;
	        margin: 0 auto;
            text-align: center;
	    }
	    .food_wrap img {
/*	        float: left;*/
	        padding: 5px;
	        margin-top: 20px;
            width: 80%;
            border: 2px solid gray;
	    }
        
/*        swiper 하단 slider 시작*/
        
    .swiper-container {
      width: 100%;
      height: 40vh;
      position: relative;
      top: -30px;
    }
    .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #fff;
      /* 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;
    }

/*        swiper 하단 slider 끝*/
        
	    /* intro_1.html 시작 */
	    #greeting_wrap {
	        width: 100%;
	        height: auto;
	        margin: 0 auto;
	    }
	    .subtitle {
	        width: 100%;
	        height: 60px;
	        text-align: center;
	        display: table;
	    }
	    .subtitle p {
	        display: table-cell;
	        vertical-align: middle;
	        height: inherit;
	        font-family: "NanumGothic";
	        font-weight: 300;
	        font-size: 2em;
	        letter-spacing: 1px;
	        color: #0065d9;
	        background-color: #efefef;
	    }
	    .subtitle2 {
	        font-family: "NanumGothic";
	        font-weight: 300;
	        font-size: 1.5em;
	        font-style: italic;
	        text-align: center;
	        margin-top: 50px;
	        color: #9c843d;
	    }
	    .g_logo {
	        text-align: center;
	        margin: 50px 0px;
	    }
        
        .g_logo img {
            width: 70%;
        }
	    .greet_text {
	        width: 100%;
	        float: left;
	        margin: 0 auto;
	        text-align: center;
	        margin-bottom: 50px;
	    }
	    .greet_text ul {
	        list-style: none;
	    }
	    .greet_text ul li {
	        /*    display: inline-block;*/
	    }
	    .g_text1 {
	        color: #dd9a4d;
	        font-family: "NanumGothic";
	        font-weight: 400;
	        font-size: 1.5em;
	        margin: 30px 0px;
	        line-height: 1.7em;
            letter-spacing: -1px;
	    }
	    .g_text2 {
	        color: #696969;
	        font-family: "NanumGothic";
	        font-weight: 400;
	        font-size: 0.9em;
	        margin: 0px 0px;
	        line-height: 1.9em;
            padding: 10px;
            letter-spacing: -1px;
	    }
	    .g_text3 {
	        color: #696969;
	        font-family: "NanumGothic";
	        font-weight: 400;
	        font-size: 0.9em;
	        margin: 0px 0px;
	        line-height: 1.9em;
            padding: 10px;
            letter-spacing: -1px;
	    }
	    #brand_wrap {
	        width: 100%;
	        height: auto;
	        margin: 0 auto;
	    }
	    .b_text1 {
	        color: #dd9a4d;
	        font-family: "NanumGothic";
	        font-weight: 400;
	        font-size: 1.2em;
	        margin: 30px 0px;
	        line-height: 1.5em;
	    }
	    #bi_wrap {
	        width: 100%;
	        height: auto;
	        margin: 0 auto;
	    }
	    .bi_logo {
	        text-align: center;
	        margin: 50px 0px;
	    }
	    #summery_wrap {
	        width: 100%;
	        height: auto;
	        margin: 0 auto;
	    }
	    /* intro_1.html 끝 */
	    /* menu_2.html 시작*/
	    #menu_wrap {
	        width: 100%;
	        height: auto;
	        margin: 0 auto;
	    }
	    .menu_img {
	        text-align: center;
	        margin: 50px 0px;
	        ;
	    }
	    .menu_img img {
	        border: 1px solid gray;
	    }
	    /* menu_2.html 끝        */
	    /* findshop_3.html 시작*/
        
	    #shop_wrap {
	        width: 100%;
	        height: auto;
	        margin: 0 auto;
	    }
        
        .shop1_wrap {
            width: 90%;
            margin: 0 auto;
            margin-top: 30px;
            margin-bottom: 30px;
            padding-top: 20px;
            padding-bottom: 20px;
            border: 2px solid #efefef;
	        border-radius: 25px;
	        -moz-border-radius: 25px;
	        overflow: hidden;
        }
        
        .shop_title {
            margin: 0 auto;
            width: 100%;
            height: auto;
            margin: 30px 0px;;
	    }
        
        .shop_photo, .daummap {
            width: 100%;
            text-align: center;
            margin-top: 20px;
            margin-bottom: 20px;
        }
	    
        .shop_title p {
            font-family: "NanumGothic";
	        font-weight: 300;
	        font-size: 1.7em;
	        letter-spacing: 1px;
	        color: #595757;
            text-align: center;
        }
        
        .homeka {
            margin: 20px 0px;
            text-align: center;
        }
        
        .homeka li {
            margin-top: 20px;
            margin-bottom: 20px;
        }
        
        
	    /* findshop_3.html 끝*/
	    /* atype_4.html 시작*/
	    #terms_wrap,
	    #cost_wrap,
	    #step_wrap,
	    #anal_wrap,
	    #edu_wrap,
	    #que_wrap {
	        width: 100%;
	        margin: 0 auto;
	    }
	    .terms_table {
	        margin-top: 50px;
	        margin-bottom: 50px;
	        width: 90%;
	        border: 2px solid #efefef;
	        border-radius: 25px;
	        -moz-border-radius: 25px;
	        overflow: hidden;
	    }
	    .terms_table tr:nth-child(even) {
	        background-color: #f8ecc9;
	        color: #696969;
	        font-family: "NanumGothic";
	        font-weight: 400;
	        font-size: 0.9em;
            letter-spacing: -1px;
	        margin: 0px 0px;
	    }
	    .terms_table tr:nth-child(odd) {
	        background-color: #fcf6e5;
	        color: #696969;
	        font-family: "NanumGothic";
	        font-weight: 400;
	        font-size: 0.9em;
            letter-spacing: -1px;
	        margin: 0px 0px;
	    }
	    .cost_table_wrap {
	        width: 90%;
	        margin-top: 50px;
	        margin-bottom: 50px;
	    }
	    .cost_table {
	        width: 100%;
	        border: 2px solid #efefef;
	        border-radius: 25px;
	        -moz-border-radius: 25px;
	        overflow: hidden;
	        text-align: center;
	        line-height: 40px;
	    }
	    .cost_table_wrap p {
	        text-align: right;
	        font-family: "NanumGothic";
	        font-weight: 400;
	        font-size: 0.6em;
	        color: #696969;
	        line-height: 20px;
	    }
	    .cost_table tr:nth-child(even) {
	        background-color: #f8ecc9;
	        color: #696969;
	        font-family: "NanumGothic";
	        font-weight: 400;
	        font-size: 0.7em;
            letter-spacing: -1px;
	        margin: 0px 0px;
	    }
	    .cost_table tr:nth-child(odd) {
	        background-color: #fcf6e5;
	        color: #696969;
	        font-family: "NanumGothic";
	        font-weight: 400;
	        font-size: 0.7em;
            letter-spacing: -1px;
	        margin: 0px 0px;
	    }
	    .table_title td {
	        font-weight: 600;
	        background-color: #dac689;
	    }
        
        .cost_table_width {
            padding-left: 5px;
            padding-right: 5px;
		}
		
		.font-sm {
			font-size: 0.7rem;
			letter-spacing: -1px;
			word-spacing: -1px;
		}

	    .que_table {
	        margin-top: 50px;
	        margin-bottom: 50px;
	        width: 90%;
	        border: 2px solid #efefef;
	        border-radius: 25px;
	        -moz-border-radius: 25px;
	        overflow: hidden;
	        /*    text-align: center;*/
	    }
	    .que_table tr:nth-child(even) {
	        background-color: #f8ecc9;
	        color: #696969;
	        font-family: "NanumGothic";
	        font-weight: 400;
	        font-size: 0.9em;
            letter-spacing: -1px;
	        margin: 0px 0px;
	    }
	    .que_table tr:nth-child(odd) {
	        background-color: #fcf6e5;
	        color: #696969;
	        font-family: "NanumGothic";
	        font-weight: 500;
	        font-size: 0.9em;
            letter-spacing: -1px;
	        margin: 0px 0px;
	    }
	    /* news_6.html 시작*/
	    #blog_wrap,
	    #alli_wrap,
	    #chang_wrap {
	        width: 100%;
	        height: auto;
	        margin: 0 auto;
	    }
	    .blog {
	        width: 94%;
	        height: 80vh;
	        margin-top: 50px;
	        margin-bottom: 50px;
	    }
	    .blog img {
	        float: left;
	        padding: 5px;
            width: 30%;
	    }
	    .alli_table_width {
	        width: 70px;
	    }
	    .alli_table {
            width: 90%;
	        line-height: 50px;
	        font-family: "NanumGothic";
	        font-size: 0.9em;
	    }
	    .alli_table input {
	        height: 30px;
	        width: 80%;
	        font-family: "NanumGothic";
	        font-size: 0.9em;
	    }
	    .alli_table textarea {
	        width: 80%;
	        font-family: "NanumGothic";
	        font-size: 1em;
	    }
        
	    /* footer */
	    .footer_wrap {
	        width: 100%;
	        height: 290px;
	        background-color: black;
	    }
	    .footer {
	        clear: both;
	    }
	    .footer_logo {
            text-align: center;
            width: 60%;
            padding: 10px;
	    }
	    .footer_text {
	        padding-left: 10px;
	        text-align: center;
	        font-family: "NanumGothic";
	        font-weight: 300;
	        font-size: 0.7em;
	        color: white;
	        line-height: 1.8em;
	    }
	    .sns {
	        padding: 10px;
            text-align: center;
	    }
	    .sns img {
	        padding: 10px;
            width: 10%;
            
	    }
	    .footer_text a:link,
	    a:visited,
	    a:hover {
	        text-decoration: none;
	        color: white;
	    }
	}