 /*header*/
.icon_home {
    width: 29px;
    height: 29px;
    background: url(/user_res/images/common/icon_home.png) no-repeat 50% 50%;
    display: inline-block;
    text-indent: -9999px;
    margin: 8px 0 0 -14.5px;
    position: absolute;
    left: 50%;
}
/*메인*/
.main_visual {
    padding: 7.5% 0 11.5%;
    text-align: center;
    color: #ffffff;
    background: url(/user_res/images/main/bg_english.png) no-repeat 0 0;
    background-size: cover;
    -webkit-background-size: cover;
    letter-spacing: -0.2px;
}
.main_visual > h2 {
    font-size: 2.2rem;
    font-weight: 600;
}
.main_visual > p {
    font-size: 1.4rem;
    font-weight: 300;
}

/*동구 소개, 현황*/
.area_foreign_info {
    height: 650px;
    background: url(/user_res/images/main/bg_foreign_info.png) no-repeat 0 0;
    background-size: cover;
    -webkit-background-size: cover;
}  
.foreign_info {
    width: 48.41%;
    display: inline-block;
    padding: 5.5% 4.5%;
    letter-spacing: -0.5px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    height: 328px;
    position: absolute;
}
.foreign_info h2 {
    font-size: 1.66rem;
    font-weight: 600;
}
.foreign_info p {
    line-height: 1.3rem;
    margin: 2% 0 10%;
    font-weight: 300;
}
.foreign_info.welcome {
    /* background-image: url(/user_res/images/main/bg_foregin_welcome.png); */
    background-image: url(/upload_data/board_data/BBS_0000214/165759324970843.jpg);
    left: 0;
    top: -144px;
}
.foreign_info.intro {
    color: #ffffff;
    background-image: url(/user_res/images/main/bg_foregin_intro.png);
    right: 0;
    top: -95px;
}
.foreign_info > div > a {
    padding: 5px 45px;
    background: #caaa65;
    border-radius: 25px;
    border: 1px solid rgba(256,256,256,0.7);
    color: #ffffff;
    font-weight: 300;
    letter-spacing: 0.3px;
    font-size: 0.933rem;
    -webkit-transition: font-size 0.2s;
    -moz-transition: font-size 0.2s;
    -ms-transition: font-size 0.2s;
    -o-transition: font-size 0.2s;
    transition: font-size 0.2s;
}
.foreign_info > div > a+a {
    background: rgba(256,256,256,.6);
    color: #caaa65;
    border: 0;
}
.foreign_info > div > a:hover {
    font-size: 1.1rem;
}

/* 관광통역안내전화 */
.ktravel_hotline {position:relative; display:block; padding:50px 450px 50px 50px; margin-bottom: 20px; min-height: 250px; border: 1px solid #ddd; background: url('/upload_data/board_data/BBS_0000214/171920937455082.jpg') 95% 50% no-repeat;}
.ktravel_hotline strong { display: block; font-size: 22px; font-weight: bold; margin-bottom: 20px; word-break: keep-all;}
.ktravel_hotline p {word-break: keep-all;}
.ktravel_hotline p span {color: #e14c4c; font-weight: bold;}
	
@media screen and (max-width: 800px) {
	.ktravel_hotline {padding:30px; background:none; min-height:auto;}
	}

/*메인 퀵메뉴*/
.area_main_quick {
    padding-top: 26%;
    float: left;
    width: 100%;
}
.foreign_quick {
    width: 31.66%;
    float: left;
    position: relative;
}
.foreign_quick.quick_center {
    margin: 0 2.51%;
}
.foreign_quick h2 {
    font-size: 1.13rem;
    margin: 0 0 5%;
   font-weight: 600;
}
.foreign_quick a {
    color: #333333;
}
.foreign_quick p {
    position: absolute;
    bottom: 0;
    background: rgba(53,53,53,.77);
    width: 100%;
    height: 38px;
    color: #ffffff;
}
.foreign_quick p i {
    height: 100%;
    width: 38px;
    display: inline-block;
    background-color: #3a5e99;
    vertical-align: middle;
    margin: 0 30px 0 0;
    background-image: url(/user_res/images/main/icons_foreign.png);
    background-position: 3px 4px;
}
.foreign_quick+.foreign_quick p i  {
    background-position: -60px 4px;
}
.foreign_quick+.foreign_quick+.foreign_quick p i  {
    background-position: -117px 4px;
}

/*tourist attractions*/         
.foreign_tour {
    background: #f6f4f7;
    text-transform: capitalize;
    padding: 2.8% 0;
    float: left;
    width: 100%;
}  
.foreign_tour > h2 {
    text-align: center;
    font-size: 1.13rem;
}
.foreign_tour > h2 > i {
    width: 50px;
    height: 33px;
    display: inline-block;
    vertical-align: middle;
    background: url(/user_res/images/main/icons_foreign.png) no-repeat -4px -40px;
}
.foreign_tour .foreign_tour_content {
  width: 48%;
   float: left;
   margin-top: 4%;
}
.foreign_tour .foreign_tour_content:nth-of-type(odd) {
  margin-right: 4%;
}              
.foreign_tour .foreign_tour_content img {
    float: left;
}  
.foreign_tour .foreign_tour_content > a {
    width: 270px;
    width: calc(100% - 300px);
    float: right;
}           
.foreign_tour .foreign_tour_content > a > b { 
    color: #3a5e99;
    font-size: 0.8rem;
    margin: 3% 0;
    display: block;
}     
.foreign_tour .foreign_tour_content > a > h3 {
    color: #222222;
    font-weight: 600;
    font-size: 1.13rem;
}     
.foreign_tour .foreign_tour_content > a > p {
    color: #777777;
    font-size: 0.85rem;
    margin: 3% 0 0;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    word-wrap: break-word; 
    height: 4.5em;
    overflow: hidden;
}     

/*footer*/                                                                
.ft {
    float: left;
    width: 100%;
    padding: 2%;
    background: #494e55;
    color: #c8c8c8;
    text-align: center;
}
.ft > p {
    font-size: 0.86rem;
}               

/*컨텐츠 갤러리 상세 css*/
.view_info li.info_tit {
    width: 170px;
    padding: 0;
}
.view_info li {
    width: 50%;
    width: calc(100% - 170px);
}            

/*미디어쿼리*/
/*pc용*/
@media screen and (min-width: 991px) {
  #header {
   overflow: inherit;
   background: none;
   background-color: #ffffff;
   background-image: url(/user_res/images/common/bg_foregin_hd.png);
   background-repeat: repeat-x;
   background-position: 100% 154px;
  }             
  #header.menu_active::after,
  #header.menu_active.fixed::after { 
   content: none;
  }
  #header.hd-pc.mayor.fixed {
    background-position: 100% 154px;
  }
  #header.menu_active.mayor {
    border-bottom: 0;
  }
  .area_hd_main {
    padding: 19px 0 0;
  }       
  #header .lnb .lnb_wrap .depth1_menu .depth1_list {
    margin-left: 0;
  }        
  #header .lnb .lnb_wrap .depth1_menu .depth1_list .depth1_anchor {
    letter-spacing: -0.3px;
    font-weight: 500;
    font-size: 16px;
    text-align: center;
  }       
  #header.hd-pc.menu_active  .lnb {
    background-color: transparent;
    height: 114px !important;
  }
  #header.hd-pc.menu_active .lnb .lnb_wrap {
    height: 114px !important;  
  }
  #header .lnb .lnb_wrap .depth1_menu .depth1_list .depth2_menu {
    padding-top: 21px;
    min-height: 0;
    width:1000px;
  }
  #header .lnb .lnb_wrap .depth1_menu .depth1_list .depth2_menu .depth2_list {
    width: auto;
    position: relative;
  }
  #header .lnb .lnb_wrap .depth1_menu .depth1_list .depth2_menu .depth2_list .depth2_anchor {
    color: #ffffff;
    font-size: 14px;
  }     
  #header .lnb .lnb_wrap .depth1_menu .depth1_list .depth2_menu .depth2_list.rule5 {
    margin-top: 0;
  }
  #header .lnb .lnb_wrap .depth1_menu .depth1_list .depth2_menu .depth2_list:after {
    content: "";
    width: 1px;
    height: 12px;
    background: #ffffff;
    display: inline-block;
    position: absolute;
    right: 0;
    top: 9px;
  }
  #header .lnb .lnb_wrap .depth1_menu .depth1_list .depth2_menu .depth2_list:last-of-type:after {
    content: none;
  }
  /*영문을 제외한 외국어(메뉴명이 짧을경우)*/
  /*header*/
  #header.fo_narrow  .lnb {
    width: 800px;
  }
  #header.fo_narrow .lnb .lnb_wrap .depth1_menu .depth1_list {
    width: 20%;
  }
  #header.fo_narrow .lnb .lnb_wrap .depth1_menu .depth1_list.rule4 .depth2_menu .depth2_list.rule4 {
   width: 30%;
  }
  #header.fo_narrow .lnb .lnb_wrap .depth1_menu .depth1_list .depth2_menu .depth2_list {
    width: 18%;
    text-align: center;
  }
}
@media screen and (max-width: 1250px) {
  /*header*/
  #header .lnb .lnb_wrap .depth1_menu .depth1_list .depth1_anchor {
    letter-spacing: -0.6px;
    font-size: 14px;
    padding-left: 0;
    padding-right: 0;
  }
  /*메인*/
  .main_visual { 
      padding: 7.5% 0 18.5%;
  }
  .foreign_quick p i {
    margin: 0 54px 0 0;
  }
  .foreign_quick+.foreign_quick p i {
    margin: 0 82px 0 0;
  }
  .foreign_quick+.foreign_quick+.foreign_quick p i {
    margin: 0 27px 0 0;
  }
}         

@media screen and (max-width: 991px) {
  /*header*/
  .icon_home {
    margin: 2px 0 0 -14.5px;
    background-size: 20px;
  }
  .area_hd_main {
    padding: 15px 0 5px;
  }
  .btn_mo_menu {
    margin: 12px 0 0;
  }
 #header .lnb .lnb_wrap .depth1_menu .depth1_list .depth1_anchor {
    padding-right: 10px;
    padding-left: 40px;
    text-align: left;
 }
  /*메인*/
  .main_visual {
    padding: 7.5% 0 21.5%;
  }
  .main_visual > h2 {
    font-size: 1.7rem;
  }
  .main_visual > p {
    font-size: 1rem;
  }
  .foreign_info {
    background-size: cover;
    -webkit- background-size: cover;
    height: auto;
  }
  .foreign_info h2 {
    font-size: 1.2rem;
  }
  .area_foreign_info {
    height: 520px;
  }
  .foreign_quick p {
    font-size: 0.85rem;
  }
  .foreign_tour .foreign_tour_content img {
    width: 200px;
    height: 120px;
  }
  .foreign_tour .foreign_tour_content > a {
    width: 42%;
    width: calc(100% - 220px); 
  }
}   
@media screen and (max-width: 770px) {
  #header .lnb,
  #header.fo_narrow  .lnb {
    width: 85%;
  }
  /*메인*/
  .main_visual {
    padding: 7.5% 0 25.5%;
  }
  .foreign_info p {
    font-size: 0.85rem;
  }
  .foreign_info.intro p {
    margin: 2% 0 0;
  }
  .foreign_info > div > a {
    font-size: 0.85rem;
    padding: 2% 7%;
  }
  .foreign_quick {
    width: 70%;
    margin-bottom: 2%;
    margin-left: 15%;
  }
  .foreign_quick h2{
    margin: 0 0 1%;
   }
  .foreign_quick.quick_center {
    margin: 0 15% 2%;
    margin-bottom: 2%;
  }
  .foreign_quick img {
    width: 100%;
  }
  .foreign_quick p {
    bottom: -1px;
    text-align: center;
    line-height: 38px;
  }
  .foreign_quick p i {
    float: left;
    margin: 0 !important;
  }
  .foreign_tour > h2 {
     margin: 0 0 2%;
  }
  .foreign_tour .foreign_tour_content {
    width: 100%;
    margin-top: 1%;
  }
  .foreign_tour .foreign_tour_content:nth-of-type(odd) {
    margin-right: 0;
  }
  .foreign_tour .foreign_tour_content > a > b {
    margin: 1% 0;
  }
}    
@media screen and (max-width: 640px) {
  #header .lnb, #header.fo_narrow  .lnb {
    width: 100%;
  }
  #header .lnb .lnb_wrap .depth1_menu.active .depth1_list {
    width: 46%;
  }
  #header .lnb .lnb_wrap .depth1_menu .depth1_list .depth1_anchor {
    padding-left: 10px;
  }
}
@media screen and (max-width: 600px) {
  /*메인*/
  .main_visual {
    padding: 10.5% 0;
  }
  .main_visual > h2 {
    font-size: 1.1rem;
  }
  .main_visual > p {
    font-size: 0.85rem;
  }
  .foreign_info {
   width: 100%;
    position: static;
    margin: 1% auto;
    display: block;
  }
  .area_main_quick {
    padding-top: 2%;
  }
  .foreign_quick {
    width: 100%;
    margin-bottom: 2%;
    margin-left: 0;
  }
  .foreign_quick.quick_center {
    margin: 0;
    margin-bottom: 2%;
  }
  .foreign_info h2,
  .foreign_quick h2,
  .foreign_tour > h2 {
    font-size: 1rem;
  }
  .foreign_tour .foreign_tour_content > a > h3 {
    font-size: 0.95rem
  }          
}    
@media screen and (max-width: 500px) {
  /*header*/
  .area_hd_main {
    padding: 13px 0 6px;
  }
  .btn_mo_menu {
    margin: 9px 0 0;
  }
  /*메인*/
  .foreign_tour .foreign_tour_content img {
    width: 150px;
    height: 100px;
  } 
  .foreign_tour .foreign_tour_content > a {
    width: 54%;
    width: calc(100% - 160px);
  }
  .foreign_tour .foreign_tour_content > a > p {
    height: 3.6em;
    letter-spacing: -0.5px;
    line-height: 1.2em;
  }
}                                                                                                                                                                                                                                                                                                                                                                                                            