html,
	body {
		padding: 0;
		margin: 0;
	}


.daegu_trip {
    margin: 0 auto;
    max-width: 450px;
    width: 100%;
    vertical-align: top;
    position: relative;
}

.daegu_trip .web_inner_panel {
    line-height: 0;
    font-size: 0px;
    position: relative;
}

.daegu_trip .web_inner_panel img {
    width: 100%;
}

.daegu_trip .web_inner_panel a, .comn_link {
    display: block;
    font-size: 0;
    text-indent: -9999px;
    background: rgba(0, 0, 255, 0);
    position: absolute;
    overflow: hidden;
    /* width: 23%;
    height: 29%;
    top: 0; */
    border:none;
}

.copy_link {
cursor: pointer;
}

    /* Optional toast style */
    #toast {
      visibility: hidden;
      min-width: 200px;
      margin-left: -100px;
      background-color: #333;
      color: #fff;
      text-align: center;
      border-radius: 5px;
      padding: 10px;
      position: fixed;
      z-index: 9999;
      left: 50%;
      bottom: 30px;
      font-size: 14px;
    }
    #toast.show {
      visibility: visible;
      animation: fadein 0.5s, fadeout 0.5s 1.5s;
    }
    @keyframes fadein {
      from {bottom: 0; opacity: 0;}
      to {bottom: 30px; opacity: 1;}
    }
    @keyframes fadeout {
      from {bottom: 30px; opacity: 1;}
      to {bottom: 0; opacity: 0;}
    }