/* route_top */
.route_top{
    margin-top: 90px;
    position: relative;
}

.route_top>img{
    width: 100%;
}

.bg_pc{
	display: block;
}

.bg_mb{
	display: none;
}

.route_top .box{
    width: 80%;
    position: absolute;
    bottom: 40px;
    left: 10%;
    overflow: hidden;
}

.route_top .box .address{
    float: left;
    font-size: 18px;
    font-weight: 500;
}
.route_top .box .address b{
	font-weight: 500
}
.route_top .box .address button{
	border: 1px solid #268ebf;
	color: #268ebf;
	padding: 3px 5px;
	margin-left: 10px;
	font-size: 12px;
	border-radius: 40px;
	letter-spacing: 0
}

.route_top .box .link{
    float: right;
}

.route_top .box .link a{
    display: block;
    float: left;
    margin: 0 10px;
    padding: 10px 30px;
    border-radius: 100px;
    box-shadow: 1.5px 1.5px 3px rgba(0,0,0,.1)
}

.route_top .box .link a.naverway{
    background: #00c73c;
    color: #fff;
}

.route_top .box .link a.kakaoway{
    background: #fcef02;
    color: #381E1F;
}

#map {
    width: 1023px;
    margin-top: 50px
}

.sub_contents {
    width: 800px;
    margin-top: 73px
}

.sub_contents1 {
    width: 1280px;
    position: relative
}

.title {
    text-align: center
}

.title h2 {
    font-size: 45px;
    font-weight: bold
}

.title p.add {
    font-size: 38px;
    background-color: #369;
    color: #fff;
    width: 784px;
    margin: 0 auto;
    text-align: center;
    padding-left: 10px
}

.title p.tel {
    font-size: 35px;
    color: #656565;
    padding: 15px 0 35px
}

.customoverlay {
    position: relative;
    bottom: 85px;
    border-radius: 6px;
    border: 1px solid #ccc;
    border-bottom: 2px solid #ddd;
    float: left;
}

.customoverlay:nth-of-type(n) {
    border: 0;
    box-shadow: 0px 1px 2px #888;
}

.customoverlay a {
    display: block;
    text-decoration: none;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    font-size: 14px;
    font-weight: bold;
    overflow: hidden;
    background: #000;
    margin-left: 10px;
}

.customoverlay .title {
    display: block;
    text-align: center;
    background: #000;
    margin-right: 0px;
    padding: 10px 15px;
    font-size: 14px;
    font-weight: bold;
}

.customoverlay:after {
    content: '';
    position: absolute;
    margin-left: -8px;
    left: 50%;
    bottom: -12px;
    width: 22px;
    height: 12px;
    background: url(/include/img/localimages.png);
}

.sub5 {
    position: relative
}

.sub5>div {
    position: absolute;
    bottom: 45px;
    right: 30px;
}

.sub5>div a {
    float: left;
    width: 203px;
    line-height: 57px;
    border-radius: 57px;
    margin: 0 7px
}

.sub5>div a.map_kakao {
    background-color: #fcef02;
    font-size: 17px;
}

.sub5>div a.map_kakao:hover {
    background-color: #fff535;
    transition: .5s;
    color: #000;
}

.sub5>div a.map_naver {
    background-color: #00c73c;
    color: #fff;
    transition: .5s;
    font-size: 17px
}

.sub5>div a.map_naver:hover {
    background-color: #00bf3a;
}

@media all and (max-width:1280px) {
    .sub_contents1 {
        width: 100%
    }

    .sub5>div {
        bottom: 21px
    }

    .sub5>div a {
        width: 177px;
        line-height: 43px
    }
}

@media all and (max-width:1100px) {
    #gomap .info {
        width: 100%;
        padding: 0
    }
	.route_top .box{
		width: 90%;
		left: 5%;
		bottom: 20px;
	}
	.route_top .box .link a{
		float: initial;
		padding: 10px 20px;
		font-size: 14px;
	}
	.route_top .box .link a.naverway{
		margin-bottom: 10px;
	}
	.route_top .box .address{
		padding-top: 20px;
		font-size: 16px;
	}
}

@media all and (max-width:947px) {
    #gomap>div:last-child {
        width: 60%;
    }

    #gomap>div {
        float: unset;
        display: block;
        margin: 0 auto;
    }
}

@media all and (max-width:800px) {
    .sub_contents {
        width: 100%;
    }

    .sub_contents img {
        width: 100%;
    }

    .sub5>div {
        right: 10px
    }

    .sub5>div a {
        width: 130px;
        line-height: 34px;
        font-size: 13px
    }

    .sub5>div a.map_kakao,
    .sub5>div a.map_naver {
        font-size: 15px
    }

    .sub_title h2 {
        font-size: 26px;
    }

    #gomap .info .bottom,
    #gomap .info .top {
        margin-bottom: 10px;
        padding-bottom: 10px;
    }

    .sub_title p {
        font-size: 15px !important
    }
}

@media all and (max-width:640px) {
    .bg_pc{
	display: none;
	}

	.bg_mb{
		display: block;
	}
	/* box */
	.route_top .box{
		bottom: 30px;
		height: calc(100% - 30px);
	}
	.route_top .box .address{
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%,-50%);
		width: 80%;
	}
	.route_top .box .address span{
		display: block;
		margin-bottom: 10px;
		height: 1px;
		width: 100%;
	}
	.route_top .box .address button{
		font-size: 10px;
	}
	.route_top .box .link{
		width: 100%;
		position: absolute;
		bottom: 0;
		left: 50%;
		transform: translateX(-50%);
	}
	.route_top .box .link a{
		width: 200px;
		text-align: center;
		margin: 10px auto
	}

	.white-box {
        margin-bottom: 0;
    }

    .content-subhead-text {
        font-size: 18px;
    }

    .title h2 {
        font-size: 33px
    }

    .title p.tel {
        font-size: 23px;
        padding: 0 0 19px
    }

    .sub5>div {
        left: 50%;
        width: 198px;
        transform: translateX(-50%);
        bottom: 15px
    }

    .sub5>div a {
        margin: 5px 0;
        line-height: 35px;
        width: 198px;
        font-size: 16px
    }

    #gomap>div:first-child {
        width: 96%;
    }

    #gomap>div:last-child {
        width: 96%;
    }

    .vehicle .inner>p {
        font-size: 26px;
        line-height: 36px;
        padding-bottom: 10px
    }

    .vehicle_list li a {
        line-height: 24px;
        padding: 5px 0;
    }

    .vehicle_img {
        height: auto;
    }

    #gomap .info>div h5 {
        font-size: 20px;
        padding-top: 21px;
    }

    .vehicle_list li a {
        font-size: 16px !important;
    }
}

@media all and (max-width:420px) {
    .common_m_menu {
        margin-top: 68px;
    }
}

@media all and (max-width:380px) {
    .common_m_menu {
        margin-top: 63px;
    }
}

@media all and (max-width:320px) {
    .common_m_menu {
        margin-top: 57px;
    }
}

.m_add {}

.bigmap {
    margin: 30px auto;
    height: 510px
}

@media all and (max-width:1056px) {
    .title p.add {
        display: none
    }

    .m_add {
        display: block;
        background-color: #295aac;
        color: #fff;
        width: 95%;
        margin: 0 auto;
        text-align: center;
        line-height: 30px
    }

    #map {
        width: 95% !important;
        height: 297px !important;
    }

    .bigmap {
        margin: 30px auto;
        height: 300px;
        width: 95%
    }
}