/* Ã¦â‚¬Â¨Ã«â€œÂ¯Ã«â€žÂ» Ã¯Â¿Â½Ã£â€¦Â½Ã¯Â¿Â½Ã¯Â¿Â½Ã¯Â¿Â½ */
.box_border_shadow {
  border: 1px solid #e5e5e5;
  border-bottom-color: #bebebe;
  border-right-color: #bebebe;
}
/* header */
/* logo */
#header {
  position: relative;
  height: 115px;
  z-index: 50;
  background-color: #fff;
  border-bottom: 1px solid #d6d6d6;
  background: url(/images/portal/common/header_bg.gif) repeat-x;
}
#header .wrap {
  position: relative;
  height: 109px;
  /* padding-top: 20px; */
}
#header .head_line {
  position: relative;
  width: 100%;
  height: 5px;
  background-color: #75b422;
}
#header .head_line div {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 5px;
  background-color: #0057a0;
}
.logo {
  position: absolute;
  top: 54px;
  left: 0px;
  width: 248px;
  height: 84px;
}
.logo h1 a {
  display: block;
  width: 248px;
  height: 58px;
  background: url(/images/tour/common/logo.png) no-repeat;
  font-size: 0;
  line-height: 0;
}
.logo .flag {
	display:block;
	position:absolute;
	top:25px;
	left:95px;
	width:53px;
	height:58px;
	margin-left:126px;
	background:url(/images/tour/common/flag.png) no-repeat left top;
	font-size:0;
	line-height:0;
}

@media all and (max-width: 999px) {
  #header {
    z-index: inherit;
  }
  #header .head_line {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
  }
  #header .wrap {
    height: 100%;
  }
  .logo {
    position: relative;
    top: 20px;
    left: initial;
    width: 56%;
    height: 100%;
    padding: 0;
    background-size: auto 100%;
    background-position: right bottom;
  }
  .logo h1 {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    height: 100%;
	width:180px;
    max-height: 58px;
	 margin: 30px 0 0 30px;
  }
  .logo h1 a {
    width: 100%;
    height: 100%;
   
    background-size: auto 80%;
    background-position: left top;
  }
}
@media all and (max-width: 736px) {
  #header {
    height: 75px;
  }
  .logo {

    background: none;
  }
  .logo h1 {
    max-height: 36px;
    margin: 20px 0 0 30px;
  }
  .logo h1 a{
  background-size:auto 95%;
  }
}
/* weather Ã¯Â¿Â½Ã¬Â¢Å½Ã«ÂµÂª */
.weather {
  display: block;
  float: left;
  margin: 15px 0 0 135px;
  vertical-align: middle;
}
.weather .title {
  display: block;
  font-family: Makgeolli;
  color: #313131;
  font-size: 23px;
  line-height: 27px;
}
.weather .title span {
  color: #00457e;
}
.weather .weather_state {
  float: left;
  margin: 0 10px 0 25px;
  vertical-align: middle;
}
.weather .temper {
  float: left;
  margin: 13px 7px 0 0;
  color: #1b1b1b;
  font-size: 30px;
  line-height: 32px;
  vertical-align: middle;
}
.weather .time {
  float: left;
  margin: 13px 0 0 0;
  color: #444;
  font-size: 13px;
  line-height: 15px;
}
.weather .time em {
  display: block;
}
@media all and (max-width: 1024px) {
  .weather .time {
    display: none;
  }
}
@media all and (max-width: 999px) {
  .weather {
    display: none;
  }
}


.keyword-wrap {background: rgb(255, 255, 255);padding: 4px 0px 0px;color: rgb(206, 206, 206);margin-top: 0px;border-radius:10px;z-index: 9999999;box-shadow: 0 10px 20px rgba(0,0,0,0.2);}
.keyword-wrap ul {margin-top:10px;}
.keyword-wrap ul li { padding:0 10px; }


/* gnb */
.gnb {
  display: block;
  float: right;
  margin: 40px 0 0 0;
}
.gnb > li {
  display: inline-block;
  float: left;
  position: relative;
  margin: 0 0 0 14px;
  padding: 0 0 0 15px;
  background: url(/images/tour/gnb_line.gif) no-repeat left 50%;
}
.gnb > li:first-child {
  margin: 0;
  padding: 0;
  background: none;
}
.gnb > li > a,
.gnb > li > button {
  display: block;
  height: 30px;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  color: #777;
  
  font-size: 12px;
  line-height: 30px;
  vertical-align: middle;
}
.language {
  padding: 0;
  background: none;
}
.language .language_btn {
  width: 120px;
  padding: 0 15px 0 0;
  background: url(/images/tour/language_open.png) #f1f1f1 no-repeat 95px 50%;
  border: 1px solid #ccc;
  transition: all .5s;
}
.language .language_btn.open {
  background-image: url(/images/tour/language_close.png);
  transition: all .5s;
}
.language ul {
  display: none;
  position: absolute;
  left: 15px;
  top: 30px;
  width: 118px;
  padding: 5px 0;
  background: #fff;
  border: 1px solid #ddd;
  border-top: none;
  z-index: 60;
}
.language a {
  display: block;
  margin: 0;
  padding: 0 10px;
  color: #333;
}
.language a span {
  display: block;
  height: 26px;
  padding: 0 0 0 30px;
  background: url(/images/tour/lang_icon1.gif) no-repeat left 50%;
  color: #333;
  font-size: 13px;
  line-height: 28px;
  text-align: left;
}
.language a span.eng {
  background-image: url(/images/tour/lang_icon2.gif);
}
.language a span.jpn {
  background-image: url(/images/tour/lang_icon4.gif);
}
.language a span.chi {
  background-image: url(/images/tour/lang_icon3.gif);
}
@media all and (max-width: 999px) {
  .gnb {
    display: none;
  }
}
/* Ã¯Â§Å½Ã«Â¶Â¾Ã«ÂÂ± */
/* #lnb{position:relative;} */
.mobile_btn {
  display: none;
  position: relative;
  width: 100%;
  height: 0;
  z-index: 40;
}
.mobile_btn > button {
  display: block;
  position: absolute;
  top: 0;
  width: 110px;
  height: 110px;
  margin: 0;
  padding: 0;
  background-color: #fff;
  border: none;
  /* Ã¯Â§Å½Ã«Â¶Â¾Ã«ÂÂ±Ã¨Â¸Â°ÃªÂ¾ÂªÃ«â€œâ€° */
}
.mobile_btn > button em {
  display: block;
  margin: 65px 0 0 0;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 18px;
}
.mobile_btn > button.active {
  transition: all .5s;
}
.mobile_btn > button.active em {
  display: none;
}
.mobile_btn > button.m_menu_btn {
  right: 110px;
  background-color: #1684bf;
}
.mobile_btn > button.m_menu_btn span {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  width: 36px;
  height: 5px;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 3px;
  transition: all .4s;
}
.mobile_btn > button.m_menu_btn .line1 {
  top: 27px;
}
.mobile_btn > button.m_menu_btn .line2 {
  top: 39px;
}
.mobile_btn > button.m_menu_btn .line3 {
  top: 51px;
}
.mobile_btn > button.m_menu_btn.active span {
  width: 88px;
  height: 1px;
}
.mobile_btn > button.m_menu_btn.active .line1 {
  transform: translateY(29px) rotate(-315deg);
}
.mobile_btn > button.m_menu_btn.active .line2 {
  top: 50%;
  opacity: 0;
}
.mobile_btn > button.m_menu_btn.active .line3 {
  transform: translateY(4px) rotate(315deg);
}
/*
.mobile_btn{
  & > button.m_search_btn{
    right:0;background-color:#005bab;
    & span{display:block;position:absolute;transition:all .4s;}
    & .line1{top:21px;left:34px;width:20px;height:20px;border-radius:50%;border:7px solid #fff;}
    & .line2{top:44px;left:60px;width:16px;height:7px;background:#fff;border-radius:0 4px 4px 0;transform:translateY(8px) rotate(-315deg);}
    & .line3{display:none;top:35px;left:38px;width:12px;height:3px;background:#fff;transform:translateY(-2px) rotate(945deg);}
    &.active{
      & span{width:40px;background-color:#f8f8f8;}
      & .line1{top:35px;left:9px;height:3px;border:none;border-radius:0;transform:translateY(-5px) rotate(-315deg);}
      & .line2{left:9px;transform:translateY(-2px) rotate(315deg);}
    }
  } Ã¥Â¯Æ’Ã¯Â¿Â½Ã¯Â¿Â½Ã«ÂÂ°Ã¬Â¾Â­Ã¯Â¿Â½Ã¯Â¿Â½
}
*/

/*top_header추가*/
#header .top_link { position:absolute; left:0; top:0; width:100%; }
#header .top_link a.cont_go { display:none; padding-right:25px; height:40px; line-height:40px; background:url(/images/portal/common/access_btn.png) no-repeat right center; font-size:13px; color:#313131; font-weight:600;}
#main #header .top_link a.sub_view { display:none !important;}
#sub #header .top_link a.main_view { display:none !important;}

#header .top_link button.tit { display:none;}
#header .top_link ul {  }
#header .top_link ul li { float:left; }
#header .top_link ul li a { display:inline-block; padding:0 15px; height:39px; background:#fff; border-left:1px solid #e5e5e5; text-align:center; line-height:39px; color:#333;}
#header .top_link ul li.first a { border-left:none; background:#367acd; color:#fff;}
#header .top_link ul li.first a span { display:inline-block; }

#header .top_link ul.lang { float:right;  }
#header .top_link ul.lang li{ height:39px; }

#header .top_link ul.lang li.font { line-height:39px; padding:0 20px; }
#header .top_link ul.lang li a.sns { padding:0px; border-left:0px; }


@media only screen and (max-width:970px) {

#header .top_link a.cont_go { display:none;}
#header .top_link ul { left:0; margin:0; width:100%; }
#header .top_link ul li a { display:block; width:auto; height:39px;  }
#header .top_link ul.lang { display:none; }
}

@media only screen and (max-width:640px) {
#header .logo  {max-width:65%; z-index:0;}
#header .logo img { width:100%; margin:-5px 0 0 10px; }
#header .top_link {/* position:relative; */top:0;width:180px;z-index:9999;}
#header .top_link button.tit { display:block; width:100%;  height:40px;  background:url(/images/portal/common/toplink_bg_off.png) no-repeat 90% center #e5e5e5; line-height:40px; font-size:13px; color:#555555; font-weight:600; text-align:left; transition: background-color 0.35s ease-in-out;}
#header .top_link button.tit.on { background:url(/images/portal/common/toplink_bg_on.png) no-repeat 90% center #7d7d7d; color:#ffffff; }
#header .top_link button.tit span { padding-left:5%;}
#header .top_link .cont { display:none; position:absolute; left:0; top:40px; width:100%; background:#383838; }
#header .top_link ul  {  position:relative; left:0%; margin-left:0; width:100%; }
#header .top_link ul li { float:none; width:100%; }
#header .top_link ul li a { border-top:1px solid #e5e5e5; border-left:none;}

}



@media all and (max-width: 999px) {
  .mobile_btn {
    display: block;
    position: absolute;
    top: 5px;
    right: 0;
  }
}
@media all and (max-width: 736px) {
  .mobile_btn > button {
    width: 60px;
    height: 70px;
  }
  .mobile_btn > button.m_menu_btn {
    right: 60px;
  }
  .mobile_btn > button.m_menu_btn span {
    width: 30px;
    height: 3px;
  }
  .mobile_btn > button.m_menu_btn span.line1 {
    top: 12px;
  }
  .mobile_btn > button.m_menu_btn span.line2 {
    top: 20px;
  }
  .mobile_btn > button.m_menu_btn span.line3 {
    top: 28px;
  }
  .mobile_btn > button.m_menu_btn.active span {
    width: 55px;
  }
  .mobile_btn > button.m_menu_btn.active .line1 {
    transform: translateY(21px) rotate(-315deg);
  }
  .mobile_btn > button em {
    margin: 35px 0 0 0;
    font-size: 13px;
    line-height: 35px;
  }
}
.black_wrap,
.black_wrap2 {
  display: none;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(/images/tour/black_wrap.png) repeat;
  z-index: 30;
}
.lnb_wrap {
  position: relative;
  background-color: #fff;
  z-index: 40;
}
.lnb_wrap .menu_wrap {
  width: 1200px;
  margin: 0 auto;
}
#lnb {
  width: 100%;
  height: 49px;
  border-bottom: 1px solid #0b4da2;
}
#lnb .nav_ti {
  display: none;
}
.top1menu {
  display: block;
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
}
.top1menu li.depth1 {
  display: block;
  float: left;
  width: 14.2%;
  margin: 0;
  padding: 0;
}
.top1menu li:first-child > a,
.top1menu li:first-child > a.depth1_ti {
  background: none;
}
.top1menu a.depth1_ti {
  display: block;
  height: 19px;
  padding: 15px 0;
  background: url(/images/tour/lnb_line.png) no-repeat left 50%;
  color: #333;
  font-size: 17px;
  line-height: 19px;
  text-align: center;
}
.top1menu a.depth1_ti:hover {
  color: #0b4da2;
  text-decoration: none;
}
.top1menu a.depth1_ti:hover span {
  display: inline-block;
  border-bottom: 1px solid #0b4da2;
  color: #0b4da2;
  text-decoration: none;
}
.top1menu a.depth1_ti.on {
  color: #0b4da2;
  text-decoration: none;
}
.top1menu a.depth1_ti.on span {
  display: inline-block;
  border-bottom: 1px solid #0b4da2;
  color: #0b4da2;
  text-decoration: none;
}
.top1menu a.depth1_ti .more {
  display: none;
  position: absolute;
  top: 50%;
  right: 15px;
  width: 18px;
  height: 18px;
  margin-top: -10px;
  border: 1px solid #8bc2df;
  transition: all .4s;
}
.top1menu a.depth1_ti .more i {
  position: absolute;
  background-color: #8bc2df;
  transition: all 0.4s;
}
.top1menu a.depth1_ti .more .ver {
  top: 50%;
  left: 50%;
  width: 2px;
  height: 10px;
  margin: -5px 0 0 -1px;
}
.top1menu a.depth1_ti .more .hor {
  top: 50%;
  left: 50%;
  width: 10px;
  height: 2px;
  margin: -1px 0 0 -5px;
}
.top1menu > li > a.depth1_ti.open .more {
  border-color: #ceeeff;
}
.top1menu > li > a.depth1_ti.open .more i.ver {
  background-color: #ceeeff;
  transform: translateY(0) rotate(-450deg);
}
.top1menu > li > a.depth1_ti.open .more i.hor {
  opacity: 0;
}
.top1menu div.top2m {
  display: none;
  position: absolute;
  top: 49px;
  left: 0;
  z-index: 30;
  width: 100%;
  margin: 0;
  padding: 0;
}
.top1menu div.top2m div.depth2_wrap {
  display: block;
  position: relative;
  width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
}
.top1menu div.top2m div.depth2_wrap ul.depth2 {
  background-color: #fff;
}
.top1menu ul.depth2 > li {
  display: block;
  float: left;
  width: 172px;
  margin: 20px 7px 0 7px;
}
.top1menu ul.depth2 > li > a {
  display: block;
  height: 18px;
  padding: 10px 0;
  border: 1px solid #e4e4e4;
  color: #484848;
  font-size: 15px;
  letter-spacing: -1px;
  line-height: 17px;
  text-align: center;
  text-decoration: none;
}
.top1menu ul.depth2 > li > a:hover,
.top1menu ul.depth2 > li.on > a {
  font-weight: 600;
}
.top1menu ul.depth3 {
  width: 100%;
  padding: 10px 0;
  z-index: 10;
}
.top1menu ul.depth3 > li {
  margin: 0 0 0 8px;
  padding: 0 0 0 10px;
  background: url(/images/tour/tm_depth3_bul_off.png) no-repeat left 8px;
}
.top1menu ul.depth3 > li:hover,
.top1menu ul.depth3 li:focus {
  background-image: url(/images/tour/tm_depth3_bul_on.png);
}
.top1menu ul.depth3 > li > a {
  display: inline-block;
  margin: 0 0 5px 0;
  padding: 0 0 1px 0;
  color: #585858;
  font-size: 13px;
  line-height: 17px;
  text-decoration: none;
}
.top1menu ul.depth3 > li > a:hover {
  padding:0;
  border-bottom:1px solid #585858;
}
/* topmenu blank */
/*#lnb ul.depth2 > li a.blank span{padding-right:18px;background:url(/images/tour/common/ico_blank1.png) no-repeat right 50%;}
#lnb ul.depth2 ul li a.blank{display:inline-block;padding:0 18px 0 0;background:url(/images/tour/common/ico_blank1.png) no-repeat right 4px;}*/
@media all and (max-width: 1024px) {
  .lnb_wrap .menu_wrap {
    width: 100%;
  }
  .top1menu {
    width: 10%;
  }
  .top1menu div.top2m div.depth2_wrap {
    width: 100%;
  }
}
@media all and (max-width: 999px) {
  /* #header .lnb_wrap{position:absolute;right:0;top:0;width:0;height:100%;margin:0;padding:132px 0 0 0;background:transparent;box-sizing:border-box;overflow:hidden;z-index:40;} */
  #lnb {
    position: initial;
    height: 0;
  }
  .lnb_wrap {
    position: inherit;
    top: inherit;
    right: inherit;
    width: 100%;
    height: 100%;
    background-color: transparent;
  }
  .lnb_wrap .menu_wrap {
    width: 100%;
    height: 100%;
    padding: 0;
    box-sizing: border-box;
  }
  .top1menu {
    position: fixed;
    top: 115px;
    right: -240px;
    width: 240px;
    height: calc(100% - 115px);
    overflow-y: auto;
    overflow-x: hidden;
    padding: 0;
    border-bottom: 0;
    background-color: #1684bf;
    z-index: 31;
  }
  .top1menu li.depth1 {
    display: block;
    float: none;
    width: 100%;
    height: auto;
    border-bottom: 1px solid #314a79;
  }
  .top1menu li.depth1 > a.depth1_ti {
    position: relative;
    height: 46px;
    padding: 0 15px;
    background: transparent;
    color: #fff;
    line-height: 46px;
    text-align: left;
    text-decoration: none;
  }
  .top1menu li.depth1 > a.depth1_ti span {
    display: block;
    padding: 0;
    color: #fff;
    line-height: 46px;
  }
  .top1menu > li > a.depth1_ti .more {
    display: block;
  }
  .top1menu li.depth1 > a.depth1_ti:hover,
  .top1menu li.depth1 > a.on,
  .top1menu li.depth1 > a.open {
    border: 0;
  }
  .top1menu li.depth1 > a.depth1_ti:hover span,
  .top1menu li.depth1 > a.on span,
  .top1menu li.depth1 > a.open span {
    padding: 0;
    border: 0;
    color: #fcff00;
  }
  .top1menu div.top2m {
    display: none;
    position: static;
    top: auto;
    left: auto;
    height: inherit;
    background-color: #fff;
  }
  .top1menu div.top2m div.depth2_wrap {
    width: 100%;
    background-image: none;
    background-color: transparent;
    border: 0;
  }
  .top1menu div.top2m.depth1_4 div.depth2_wrap > div a {
    display: none;
  }
  .top1menu div.top2m div.depth2_wrap ul.depth2 {
    display: block;
    width: 100%;
    min-height: 0;
    padding: 15px 0;
    background: url(/images/tour/mobile_tm_depth2_on.png) transparent no-repeat 97% top;
  }
  .top1menu ul.depth2 > li {
    width: 100%;
    margin: 0;
  }
  .lnb_wrap .menu_wrap .top1menu ul.depth2 > li > a {
    margin: 0 0 0 20px;
    padding: 6px 10px;
    background: url(/images/tour/mobile_tm_depth2_bul.png) transparent no-repeat left 12px;
    border: 0;
    color: #fff;
    font-size: 14px;
    line-height: 16px;
    text-align: left;
    vertical-align: middle;
  }
  .top1menu ul.depth2 > li > a:hover,
  .top1menu ul.depth2 > li.on > a {
    font-weight: 400;
  }
  .top1menu ul.depth3 {
    display: none;
    position: static;
    top: auto;
    left: auto;
    padding: 10px 10px 10px 25px;
    background-color: #f8f8f8;
  }
  .top1menu ul.depth3 > li,
  .top1menu ul.depth3 > li:hover,
  .top1menu ul.depth3 > li:focus {
    margin: 0;
    background: url(/images/tour/tm_depth3_bul_on.png) no-repeat left 8px;
  }
  .top1menu ul.depth3 > li > a {
    color: #535353;
    font-size: 13px;
    line-height: 15px;
  }
  .top1menu ul.depth3 > li > a:hover {
    font-weight: 400;
    letter-spacing: initial;
  }
}
@media all and (max-width: 736px) {
  .top1menu {
    top: 75px;
    height: calc(100% - 75px);
  }
}
/* Ã¥Â¯Æ’Ã¯Â¿Â½Ã¯Â¿Â½Ã«ÂÂ±Ã¬ÂÂºÃ¯Â¿Â½Ã¯Â¿Â½ */
.search_wrap {
  display: none;
  float: left;
  position: relative;
  width: 5.416666%;
}
.search_m_btn {
  display: none;
}
.src_btn {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 49px;
  padding: 0;
  background-color: #005bab;
  border: none;
}
.src_btn em {
  display: block;
  height: 49px;
  margin-top: -4px;
  padding: 0;
  background: url(/images/tour/src_icon.png) no-repeat 50%;
  border-top: 4px solid #75b422;
  font-size: 0;
  line-height: 0;
  text-indent: -9999px;
  transition: all .4s;
}
.src_btn.on em {
  background-image: url(/images/tour/src_close.png);
  border-color: #172407;
  transition: all .4s;
}
.src_btn span {
  display: none;
}
.search_detail {
  display: none;
  position: absolute;
  top: 49px;
  right: 0;
  width: 595px;
  height: 285px;
  background-color: #005bab;
  border: none;
  overflow: hidden;
  z-index: 10;
}
.src_form {
  width: 90%;
  margin: 0 5%;
  padding: 25px 0 40px 0;
  background: url(/images/tour/search_line.png) repeat-x left bottom;
}
.src_form p {
  margin: 0 0 10px;
  color: #fff;
  font-size: 17px;
  line-height: 22px;
  text-align: center;
}
.src_form p span {
  color: #ffea00;
  font-weight: 600;
}
.form {
  padding: 0;
  background-color: #fff;
  border-radius: 5px;
  overflow: hidden;
}
.form select {
  display: block;
  float: left;
  width: auto;
  margin: 0;
  height: 54px;
  border: none;
}
.form input[type="text"] {
  display: block;
  float: left;
  width: 65%;
  height: 34px;
  margin: 0;
  padding: 10px 0;
  border: none;
  ime-mode: active !important;
}
.form input[type="submit"] {
  display: block;
  float: right;
  width: auto;
  height: 54px;
  margin: 0;
  padding: 0 20px 0 50px;
  background: url(/images/tour/src_icon.png) #00adb0 no-repeat 19px 50%;
  border: none;
  color: #fff;
  line-height: 54px;
  text-align: center;
}
.src_keyword {
  position: relative;
  width: 90%;
  padding: 30px 5%;
}
.src_keyword h3 {
  position: absolute;
  padding: 0 40px 55px 10px;
  background: url(/images/tour/search_icon.png) no-repeat left bottom;
  border-right: 1px solid #639bcc;
  color: #fff;
}
.src_keyword ul {
  height: 80px;
  margin: -3px 0 0 130px;
  overflow: hidden;
}
.src_keyword li {
  display: block;
  float: left;
  margin: 3px;
}
.src_keyword li a {
  display: block;
  padding: 8px 15px;
  border: 1px solid #fff;
  border-radius: 4px;
  color: #fff;
  font-size: 15px;
  line-height: 17px;
}
.src_keyword li a:hover {
  background-color: #fad200;
  border-color: #fad200;
  color: #393939;
  text-decoration: none;
}
@media all and (max-width: 999px) {
  .search_wrap {
    width: 100%;
    margin: 0;
	display:block;
  }
  .search_wrap .src_btn {
    top: -110px;
    width: 110px;
    height: 110px;
    background-color: #005bab;
    z-index: 41;
  }
  /* Ã¥Â¯Æ’Ã¯Â¿Â½Ã¯Â¿Â½Ã«ÂÂ°Ã¬Â¾Â­Ã¯Â¿Â½Ã¯Â¿Â½ */
  .search_wrap .src_btn em {
    display: block;
    height: 18px;
    margin: 65px 0 0 0;
    background: none;
    border-top: none;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    line-height: 18px;
    text-indent: initial;
  }
  .search_wrap .src_btn span {
    display: block;
    position: absolute;
    transition: all .4s;
  }
  .search_wrap .src_btn .line1 {
    top: 21px;
    left: 34px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 7px solid #fff;
  }
  .search_wrap .src_btn .line2 {
    top: 44px;
    left: 60px;
    width: 16px;
    height: 7px;
    background: #fff;
    border-radius: 0 4px 4px 0;
    transform: translateY(8px) rotate(-315deg);
  }
  .search_wrap .src_btn.on span {
    top: 50px;
    left: 10px;
    width: 88px;
    height: 1px;
    background-color: #fff;
    border: none;
    border-radius: 0;
  }
  .search_wrap .src_btn.on .line1 {
    transform: translateY(6px) rotate(-315deg);
  }
  .search_wrap .src_btn.on .line2 {
    transform: translateY(4px) rotate(315deg);
  }
  .search_wrap .src_btn.on em {
    display: none;
  }
  .search_detail {
    position: fixed;
    top: 116px;
    z-index: 41;
  }
}
@media all and (max-width: 736px) {
  .search_wrap .src_btn {
    top: -71px;
    width: 60px;
    height: 70px;
  }
  .search_wrap .src_btn em {
    height: auto;
    margin: 35px 0 0 0;
    font-size: 13px;
    line-height: 35px;
  }
  .search_wrap .src_btn .line1 {
    top: 12px;
    left: 17px;
    width: 16px;
    height: 16px;
    border-width: 3px;
  }
  .search_wrap .src_btn .line2 {
    top: 24px;
    left: 33px;
    width: 12px;
    height: 3px;
  }
  .search_wrap .src_btn.on span {
    top: 16px;
    left: 3px;
    width: 55px;
  }
  .search_wrap .src_btn.on .line1 {
    transform: translateY(19px) rotate(-315deg);
  }
  .search_wrap .src_btn.on .line2 {
    transform: translateY(18px) rotate(315deg);
  }
  .search_detail {
    top: 76px;
    width:100%;
  }
  .search_detail .src_form {
    float: none;
    width: 90%;
    margin:0 0 30px 0;
    padding: 25px 5%;
    border-right: none;
    border-bottom: 1px solid #e8e8e8;
  }
  .search_detail .src_keyword {
    float: none;
    width: 90%;
    padding: 25px 5%;
  }
}
@media all and (max-width:414px) {
  .search_detail .src_form{background:none;border:none;height:auto;}
  .form{background-color:transparent;}
  .form select{width:100%;border-radius:5px;}
  .form input[type="text"]{width:100%;margin:5px 0;border-radius:5px;}
  .form input[type="submit"]{width:100%;background-position:110px 50%;border-radius:5px;}
  .search_detail .src_keyword{display:none;}
}
/* Ã¨â‚¬Å’Ã¢â€˜Â¦Ã«â‚¬â€”Ã¯Â§Â¥Ã¯Â¿Â½ Ã¯Â¿Â½Ã¬â€™â€¢Ã­Ë†â€¢ Ã¯Â¿Â½Ã«Ââ€°Ã¬â€Â Ã¯Â¿Â½ÃªÂ¾Â©Ã¬ÂÂ */
.etc_btn {
  display: block;
  float: right;
  width: 17.777777%;
}
.etc_btn li {
  display: block;
  float: left;
  width: 33.333333%;
}
.etc_btn li button {
  display: block;
  width: 100%;
  height: 53px;
  margin: 0;
  padding: 0;
}
.etc_btn li button span {
  display: block;
  height: 53px;
  background: url(/images/tour/path_icon1.png) no-repeat 50%;
  border-right: 1px solid #e6e6e6;
  font-size: 0;
  line-height: 0;
  text-indent: -9999px;
}
.etc_btn li button.etc2 span {
  background-image: url(/images/tour/path_icon2.png);
}
.etc_btn li button.etc3 span {
  background-image: url(/images/tour/path_icon3.png);
}
.etc_btn li:first-child button span {
  border-left: 1px solid #e6e6e6;
}
@media all and (max-width: 568px) {
  .etc_btn {
    display: none;
  }
}
.sub_head .title {
  margin: 0 0 0 40px;
  padding: 25px 0 15px 0;
  border-bottom: 1px solid #e3e3e3;
}
.sub_head .title h1 {
  margin: 0;
  padding: 0;
  color: #000;
  font-size: 30px;
  font-weight: 400;
  line-height: 32px;
}
.sub_head .sns {
  float: right;
  margin-top: -45px;
}
.sub_head .sns li {
  display: block;
  float: left;
  width: 28px;
  height: 28px;
  margin: 0 0 0 5px;
}
.sub_head .sns li a {
  display: block;
  width: 28px;
  height: 28px;
  background: url(/images/tour/fb_icon.png) no-repeat 50%;
  font-size: 0;
  line-height: 0;
  text-indent: -9999px;
}
.sub_head .sns li a.tw {
  background-image: url(/images/tour/tw_icon.png);
}
.sub_head .sns li a.ks {
  background-image: url(/images/tour/ks_icon.png);
}
@media all and (max-width: 970px) {
  .sub_head .title {
    margin: 0;
  }
}
@media all and (max-width: 568px) {
  .sub_head .title {
    padding: 10px 0 0 0;
    border-bottom: none;
  }
  .sub_head .title h1 {
    font-size: 23px;
    line-height: 27px;
  }
  .sub_head .sns {
    float: none;
    width: 100%;
    margin: 0;
    padding: 0 0 10px 0;
    border-bottom: 1px solid #e3e3e3;
    text-align: right;
  }
  .sub_head .sns li {
    display: inline-block;
    float: none;
    margin: 0;
    padding: 0;
  }
}               