#templateCard{
    font-weight: lighter;

 	.card{
 		height: 81vh;
 		display: flex;
	    justify-content: center;
 	}

    .imgbanner{
        width: 100%;
        max-width: 81vh;
        z-index: 0;
       .edit{
            right: 20px;
            top: 20px;
            z-index: 1;
       }
    }

    .banner{
    	height: 100%;
    	width: 100%;
    	max-width: 81vh;
    	box-shadow: 2px 3px 8px rgba(0,0,0,0.2);
    }

    .content{
        background: #fff;
    	width: calc(400px + 45px);
    	height: 81vh;
    	box-shadow: 2px 3px 8px rgba(0,0,0,0.2);
    	border-left: 6px solid #c8aa5c;
    	overflow-y: hidden;
    	position: relative;

        &__body{
            overflow-y: auto;
            height: calc(100% - 115px);
            padding: 0 45px 30px;

            .calltoaction {
                display: flex;
                align-items: center;
                justify-content: center;
                margin-top: 20px;
                
                &__icon {
                    width: 25px;
                    height: 25px;
                    margin-right: 10px;
                }
            }
            .btnRegister__btn {
                .calltoaction {
                    margin-top: 0px;
                }
            }
        }
    }

    .header{
    	display: flex;
    	align-items: center;
        height: 115px;
	    width: 100%;
	    background: #fff;
	    z-index: 9;
	    padding: 30px 45px 25px 45px;
        position: relative;

    	&__logo{
    		height: 60px;
    		width: auto;

    		img{
    			max-height: 100%;
    		}
    	}
    	&__pjname{
    		margin-left: 20px;
    		font-weight: bold;
    		font-size: 16px;
    	}

        .lang{
            &__option{
                text-transform: uppercase;
                padding-left: 20px;
                cursor: pointer;
                position: absolute;
                right: 30px;
                top: 20px;

                &--icon {
                    width: 10px;
                    height: 17px;
                }
            }
        }

        .dropdown_option {
            &--lang{
                display: none;
                position: absolute;
                top: inherit;
                right: 0;
                box-shadow: 1px 1px 1px #ddd;
                z-index: 1;
                background: #fff;

                li {
                    display: block;
                    background: #fff;
                    border-bottom: 1px solid #ddd;
                    cursor: pointer;

                    a{
                        display: block;
                        padding: 10px 15px;
                    }
                }

                li:hover {
                    background: #e7f3fb;
                }

                li.active{
                    background: #e7f3fb;
                    box-shadow: unset;
                }
            }
        }
    }

    .promotion{
        p{
            margin: 0;
        }
    	&__title{
    		font-weight: bold;
    		font-size: 25px;
            line-height: 1.4em;
            padding: 10px 0;
    	}
    	&__detail{
    		margin-top: 5px;
            padding: 10px 0;
            font-weight: lighter;
            font-size: 18px;
            line-height: 1.4em;
    	}
    }
    .thank{
        &__title{
            font-weight: bold;
            font-size: 25px;
            display: flex;
        }
        &__icon{
            margin-left: 10px;
            width: 30px;
        }
        &__detail{
            margin-top: 20px;
            font-weight: lighter;
        }
    }
    .btnRegister{
	    position: fixed;
		left: 0;
		width: calc(400px + 45px);
		background: #fff;
		bottom: 0;
		z-index: 1;
		padding: 0px 45px 10px 51px;

		&__btn{
			font-size: 16px;
			font-weight: bold;
			text-align: center;

		    background: #c8aa5c;
			border-radius: 3px;
			border-width: 0;
			cursor: pointer;
			padding: 0.5em 0;
		}
    }
    .btnRegister:before{
	    content: '';
	    display: block;
		position: absolute;
		width: 100%;
		height: 50px;
		top: -50px;
		left: 0;
		background-image: linear-gradient(rgba(255,255,255,0),#fff);
    }
    .condition {
        font-size: 10px;
        text-align: center;
        line-height: 18px;
        opacity: 1;
        display: inline-block;
        width: 100%;
        margin-top: 0;
        font-weight: 300;
      }

    .map{
    	&__title{
    		font-weight: bold;
    		font-size: 16px;
    		margin: 20px 0;
    	}
    }

    .map_guild__title{
        font-weight: bold;
        font-size: 16px;
        margin: 20px 0 10px 0;
    }
    .map_guild {
        line-height: 1.4em;
        // font-size: 15px;
        font-weight: lighter;
        p {
            margin-bottom: 0;
        }
    }

    .information{
    	padding: 0 0 30px 0;

    	&__title{
    		font-weight: bold;
    		font-size: 16px;
    		margin: 20px 0 10px 0;
    	}
    	&__info{
    		line-height: 2em;
            font-weight: lighter;
    	}
    	&__social{
    		margin-top: 20px;
    		&--icon{
    			margin-right: 20px;

    			img{width: 35px;}
    		}
    	}
    }
    .line{
    	content: "";
    	border-bottom: 1px solid #e5e5e5;
	    // position: absolute;
	    left: 0;
	    width: 100%;
    }
    .ads{
	    padding: 30px 0;
    }
    .link_out{
        margin-top: 10px;
        flex-wrap: wrap;
    }

    .button_link_out{
        display: block;
        padding: 10px;
        margin-bottom: 10px;
        text-align: center;
        border-radius: 5px;
        width: 100%;
      }

    @media only screen and (max-width: 992px){
    	.card{
    		height: auto;
			display: block;

		    max-width: 450px;
    		margin: 0 auto;
		}
		.banner{
			width: 100%;
			max-width: unset;
			box-shadow: none;
		}
		.content{
	    	background: #fff;
	    	width: 100%;
	    	height: unset;
            box-shadow: none;
            &__body{
                height: unset;
            }
	    }
	    .btnRegister{
	    	width: 100%;
	    }
	    .promotion{
	    	margin-top: 0px;
	    }
        .thank{
            margin-top: 0px;
            &__title{
                font-size: 20px;
            }
        }

    }

    @media only screen and (min-width: 400px) and (max-width: 992px){
    	.btnRegister{
    		&__btn{
    			max-width: 354px;
    			margin: 0 auto;
    		}
    	}
    }
    @media only screen and (width: 1024px){
        .content{
            &__body{
                padding: 0 30px 30px;
            }
        }
        .header{
            padding: 30px 30px 25px 30px;
        }
    }

	@media only screen and (min-width: 1200px) {

	}
	@media only screen and (min-width: 1900px){
	}
}
.gm-control-active{
    width: 25px !important;
    height: 25px !important;
    margin: 0px auto !important;

    img{
        height: 8px !important;
        width: 8px !important;
        margin: 8px !important;
        transform: translate(0,0);
        top: 0;
        left: 0;
    }
}
.gm-fullscreen-control{
    margin: 10px !important;

    img{
        height: 15px !important;
        width: 15px !important;
        margin: 5px !important;
    }
}
.gm-bundled-control-on-bottom .gmnoprint div[draggable="false"]{
    width: 25px !important;
    height: 51px !important;

    div{
        margin: 0 2px!important;
        width: 21.5px!important;
    }
}
.gm-bundled-control-on-bottom{
    bottom: 65px !important;
    right: 25px !important;
}

.owl-theme{
    .owl-nav,.owl-dots{
        button:focus{
            outline: unset;
        }
    }
    .owl-nav{
        position: absolute;
        margin: 0;
        top: 48%;
        width: 100%;

        span{
            opacity: 0;
        }
        .owl-prev{
            float: left;
            background-image: url(../../imgs/icon_left.svg) !important;
            background-repeat: no-repeat !important;
            background-position: center left 44% !important;
            background-size: 60% !important;
            width: 20px;
            margin: 0 5px;
        }
        .owl-next{
            float: right;
            background-image: url(../../imgs/icon_right.svg) !important;
            background-repeat: no-repeat !important;
            background-position: center left 44% !important;
            background-size: 60% !important;
            width: 20px;
            margin: 0 5px;
        }
    }
    .owl-nav [class*=owl-]:hover{
        background: transparent;
    }
    .owl-dots{
        position: absolute;
        width: 100%;
        bottom: 0;

        .owl-dot{
            span{
                background: rgba(119,119,119,0.5) !important;
            }
        }
    }
    .owl-dot.active, .owl-dot:hover{
        span{
            background: #fff !important;
            box-shadow: 1px 1px 3px rgba(0,0,0,0.3) !important;
        }
    }
}