@import url(http://fonts.googleapis.com/css?family=Noto+Sans);

/* RESET */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
input,
textarea,
button {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol,
ul {
  list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
  border-spacing: 0;
}
caption,
th,
td {
  text-align: left;
  font-weight: normal;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}
blockquote,
q {
  quotes: "" "";
}
/* SITE */
html {
  overflow-y: scroll;
  overflow-x: hidden;
} 
/* 
body {
font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  position: relative;
} */
a {
  color: #656565;
  text-decoration: none;
}
a img {
  border: 0;
}
button {
  cursor: pointer;
}
strong,
b {
  font-weight: bold;
}
/*em  { font-style:italic; }*/
i {
  font-style: italic;
}
code {
  font-family: monospace;
}
textarea {
  font-family: Arial, Helvetica, sans-serif;
}
img {
  vertical-align: top;
}
h1,
h2,
h3,
h4 {
  font-weight: bold;
}
sub {
  font-size: 80%;
  vertical-align: bottom;
}
sup {
  font-size: 80%;
  vertical-align: top;
}
::-webkit-input-placeholder {
  opacity: 0.7;
}
:-moz-placeholder {
  opacity: 0.7;
}
::-moz-placeholder {
  opacity: 0.7;
}
:-ms-input-placeholder {
  opacity: 0.7;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
::selection {
  background: #b3d4fc;
  text-shadow: none;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
img {
  vertical-align: middle;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
textarea {
  resize: vertical;
}

html {height:100%;}
body {height:100%;font-family:"노토산스",'Noto Sans', sans-serif, 'gulim',"굴림";font-size:12px;position:relative;}

caption, legend, .all_hidden {position:absolute;visibility:hidden;overflow:hidden;line-height:0;width:0;height:0;margin:0;padding:0;}
a.accessibility01{position:absolute;display:block;width:100%;left:0;text-align:center;top:-10000px;z-index:500;font-size:1.3em}
a.accessibility01:hover, a.accessibility01:focus, a.accessibility01:active{position:absolute;top:0;padding:8px 0;background:#0c4291;font-weight:bold;color:#fff;z-index:500;font-size:12px;}
.only_mobile {display:none;}

#wrap #header .search .snsMedia {padding:0 0 10px 0;text-align:center;}
#wrap #header .search .snsMedia h3 {vertical-align:top;display:inline-block;margin-right:10px;padding-top:13px;color:#fff;font-size:14px;}
#wrap #header .search .snsMedia .inr {display:inline-block;width:220px;padding:0 20px;}
#wrap #header .search .snsMedia .inr img {height:40px !important;}
#wrap #header .search .snsMedia .inr .owl-carousel .owl-wrapper-outer{width:80% !important;margin-left:20px;}
#wrap #header .search .snsMedia .inr .owl-controls {position:absolute;top:0;left:0;width:100%;}
#wrap #header .search .snsMedia .inr .owl-carousel  .owl-item {width:60px !important;}






#wrap #header .search .snsMedia .inr .owl-controls .owl-buttons .btn {}
#wrap #header .search .snsMedia .inr .owl-carousel .owl-controls .owl-prev {position:absolute;top:12px;left:0;width:15px;height:15px;background:url(../../images/common/slide_prev.png) no-repeat 0 0;font-size:0;background-size:100% 100%;}
#wrap #header .search .snsMedia .inr .owl-carousel .owl-controls .owl-next {position:absolute;top:12px;right:0;width:15px;height:15px;background:url(../../images/common/slide_next.png) no-repeat 0 0;font-size:0;background-size:100% 100%;}

.mainVisual {position:relative;}
.mainVisual li img {width:100%;}
.mainVisual .slidNav {position:absolute;top:0;right:13px;z-index:100;}
.mainVisual .slidNav a {display:inline-block;width:14px;height:14px;}
.mainVisual .slidNav .play {background:url(../../images/common/pg1_start.png) no-repeat 0 0;font-size:0;cursor:pointer;}
.mainVisual .slidNav .stop {background:url(../../images/common/pg1_stop.png) no-repeat 0 0;font-size:0;cursor:pointer;}
.mainVisual .owl-controls {position:absolute;top:6px;right:53px;z-index:100;}
.mainVisual .owl-controls .owl-dot {display:inline-block;width:14px;height:14px;margin-left:6px;background:url(../../images/common/pg1_off.png) no-repeat 0 0;font-size:0;}
.mainVisual .owl-controls .owl-dot.active {background:url(../../images/common/pg1_on.png) no-repeat 0 0;}


/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */

/* clearfix */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.owl-carousel{
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
	
.owl-carousel .owl-item{
	float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing { 
    cursor:url(grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}

.mainVisual .owl-pagination .owl-page {display:inline-block;width:14px;height:14px;margin-left:6px;background:url(../../images/common/pg1_off.png) no-repeat 0 0;font-size:0;}
.mainVisual .owl-pagination .owl-page.active {background:url(../../images/common/pg1_on.png) no-repeat 0 0;}
.mainVisual .owl-pagination .owl-prev {}
.mainVisual .customNavigation {position:absolute;top:1px;right:10px;z-index: 1;}
.mainVisual .customNavigation .btn {display:inline-block;width:14px;height:14px;}
.mainVisual .customNavigation .play {background:url(../../images/common/pg1_start.png) no-repeat 0 0;font-size:0;cursor:pointer;}
.mainVisual .customNavigation .stop {background:url(../../images/common/pg1_stop.png) no-repeat 0 0;font-size:0;cursor:pointer;}


.main_section2 .slidedv .slidNav {position:absolute;top:0;right:0;z-index:100;}
.main_section2 .slidedv .owl-dots {display:none !important;}
.main_section2 .slidedv .owl-nav {position:absolute;top:0;right:0;}

.bnrwrap .customNavigation {position:absolute;top:-1px;right:0 !important;z-index:10;height:20px;}
.bnrwrap .owl-buttons {position:absolute;top:-1px;right:20px;} 
.bnrwrap .owl-buttons .owl-prev {overflow:hidden;display:inline-block;width:20px !important;height:20px !important;margin-right:-1px;border:1px solid #cecece;background:url(../../images/common/pg2_prev1.gif) no-repeat 0 0;font-size:0;cursor:pointer;}
.bnrwrap .owl-buttons .owl-next {overflow:hidden;display:inline-block;width:20px !important;height:20px !important;border:1px solid #cecece;background:url(../../images/common/pg2_next1.gif) no-repeat 0 0;font-size:0;cursor:pointer;}
.bnrwrap .customNavigation .btn {overflow:hidden;display:inline-block;width:20px !important;height:20px !important;}
.bnrwrap .customNavigation .play {border:1px solid #cecece;background:url(../../images/common/pg2_stop.gif) no-repeat 0 0;font-size:0;cursor:pointer;}
.bnrwrap .customNavigation .stop {display:none;border:1px solid #cecece;background:url(../../images/common/pg2_start.gif) no-repeat 0 0;font-size:0;cursor:pointer;}

.slidedv .owl-buttons {position:absolute;top:-1px;right:19px;}
.slidedv .owl-buttons .owl-prev {overflow:hidden;display:inline-block;width:20px !important;height:20px !important;margin-right:-1px;border:1px solid #cecece;background:url(../../images/common/pg2_prev1.gif) no-repeat 0 0;font-size:0;cursor:pointer;}
.slidedv .owl-buttons .owl-next {overflow:hidden;display:inline-block;width:20px !important;height:20px !important;border:1px solid #cecece;background:url(../../images/common/pg2_next1.gif) no-repeat 0 0;font-size:0;cursor:pointer;}
.slidedv .customNavigation .moreList {overflow:hidden;display:inline-block;width:20px !important;height:20px !important;border:1px solid #cecece;background:url(../../images/common/pg2_list.gif) no-repeat 0 0;font-size:0;cursor:pointer;}

.snssrll dl {overflow:hidden;padding-top:10px;line-height:1.5em;}
.snssrll dl dt {float:left;margin-right:10px;}
.snssrll dl dd p {margin-bottom:5px;font-size:14px;}
.snssrll dl dd .date {}
.snssrll dl dd.subtext {padding-top:20px;font-size:14px;}

.mainVisual .item img {width:100%;}
.bnrwrap .item img {width:100%;}
.slidedv .item img {width:100%;}

.listwrap .owl-carousel .owl-controls {}
.listwrap .owl-carousel .owl-controls .owl-prev {position:absolute;top:50%;left:0;width:22px;height:32px;margin-top:-16px;background:url(../../images/common/slide_prev.png) no-repeat 0 0;font-size:0;}
.listwrap .owl-carousel .owl-controls .owl-next {position:absolute;top:50%;right:0;width:22px;height:32px;margin-top:-16px;background:url(../../images/common/slide_next.png) no-repeat 0 0;font-size:0;}

#gnb h2 {cursor:pointer;}


#subpage {background-color:#fff !important;}
.mobile_nkwrap {display:none;}
.mobile_submainDv {display:none;}

.tblList {width:100%;margin-bottom:25px;border-top:2px solid #4e74b4;}
.tblList thead th {padding:0.8em 0;text-align:center;border-bottom:1px solid #4e74b4;}
.tblList tbody td {padding:0.8em 0;text-align:center;border-bottom:1px solid #cecece;}

.sbj {padding-left:5px !important;text-align:left !important;}

.paging {margin-bottom:20px;text-align:center;}
.paging a {margin:0 3px;vertical-align:top;line-height:0.4em;}
.paging img {vertical-align:top;}
.paging strong {display:inline-block;margin:0 3px;padding-bottom:6px;border-bottom:1px solid #7a96c7;vertical-align:top;text-align:center;color:#4e74b4;line-height:0.4em;}

.history_list li {position:relative;padding:0 0 0 50px;}
.history_list li strong {position:absolute;top:0;left:0;color:#4e74b4;}
.history_list li ul li {padding:0 0 5px 14px;background:url(../../images/common/bg_dot3.gif) no-repeat 0 5px;}

.tblView_dv {padding:15px 0 0 0;} 
.tblView {width:100%;border-top:2px solid #4e74b4;table-layout:fixed;}
.tblView th,
.tblView td {padding:5px 0;border-bottom:1px solid #4e74b4;}
.tblView td.tcont {padding-left:16px !important;padding-right:16px !important;}

.tblWrite {width:100%;border-top:2px solid #4e74b4;table-layout:fixed;}
.tblWrite th {padding:10px 0 0 20px;border-bottom:1px solid #4e74b4;vertical-align:top;background:#e0e2e4}
.tblWrite td {padding:5px 15px;border-bottom:1px solid #4e74b4;}
.tblWrite td.tcont {padding-left:16px !important;padding-right:16px !important;}

#content h2.txt_tit{float:right;padding:0;font-size:1.286em;color:#4e74b4;background:none}
#content h2+p.bul_tit{margin:0 0 6px 17px;padding-left:15px;background:url(../../images/pc_common/bg_dot1.gif) no-repeat 0 8px}
ul.list_t1 li >  ul > li{margin: 2px 0 4px 0;background:url(../../images/pc_common/bg_bul3.gif) no-repeat 0 10px}

#content .cont_head .location strong{color:#4e74b4}
#content .cont_head .location span{padding:0 15px 0 10px;background:url(../../images/pc_common/bg_left_arr.gif) no-repeat right center}
#content .imgDiv{padding:20px 0;margin-bottom:17px;text-align:center}

#content dl.txt_att{margin:8px 0 8px 30px;}
#content dl.txt_att dt{text-indent:15px;margin:0 0 0 -15px;background:url(../../images/pc_common/bg_dot2.gif) no-repeat 0 5px;color:#f35707}
#content dl.txt_att dd{color:#f35707}
#content .history dl dt{display:table-cell;width:84px;text-align:center;font-size:15px;color:#4e74b4;}
#content .history dl dd{display:table-cell;padding: 0 0 0 15px;line-height:2em;background:url(../../images/pc_common/bg_dot1.gif) no-repeat 0 14px}

#container .mapDiv {height:286px;margin:0 0 17px 27px;}
#container .mapDiv img {border:1px solid #cfcdd0;}

.ceoGreetings .sign {text-align:right;}
.ceoGreetings .sign strong {color:#4e74b4;}
.ceoGreetings dt img{width:138px;}

/* common style */
.bc_dl dt {margin-bottom:6px;}
.tit_str {display:block;margin-bottom:6px;font-size:15px;}
.chkText {margin:0 0 8px 0;padding:0 0 0 29px;}
.cipt {height:26px;padding:0 0 0 15px;vertical-align:middle;border:1px solid #d3d3d3;}

.list_t2 li {margin:0 0 0 0;padding:0 0 0 15px;background:url(../../images/common/bl_dot5.gif) no-repeat 0 7px;line-height:1.5em;}

/* point color */
.pint_c1 {color:#4e74b4}
.siteLink {color:#4e74b4;text-decoration:underline;}


/* box */
.bc_border {margin:0 0 9px 0;padding:19px 34px 19px 34px;border:1px solid #d0d0d0;}

/* board */
.tblView {margin-bottom:20px;}

/* col */
.cellv1 {width:20%;}
.cellv2 {width:80%;}

.cellw1 {width:15%;}

/* btn */
.bot_btn {text-align:right;}
.btn_t {display:inline-block;vertical-align:middle;height:27px;padding:0 10px;background:#4e74b4;color:#fff;line-height:2.1em;}

.comm_sel {float:left;margin-right:10px;}
.comm_sel .jq_sel {display:block;position:relative;height:25px;border:1px solid #cfcece;background: #fff url('../../images/common/bg_ar.gif') no-repeat right 0;font-size:12px;color:#3e3e3e;}
.comm_sel .jq_sel span {position:absolute;left:0;top:0;white-space:nowrap;height:25px;width:100%;_width:auto;line-height:22px;text-align:left;text-indent:8px;color:#3e3e3e;overflow:hidden;cursor:pointer}
.comm_sel .jq_sel ul {position:absolute;z-index:9999;top:25px;left:0px;width:100%;list-style:none;background-color:#fff;border-top:solid 1px #18181a;border-bottom:solid 1px #18181a;display:none;z-index:10;white-space:nowrap}
.comm_sel .jq_sel li {border-right:solid 1px #18181a;border-left:solid 1px #18181a}
.comm_sel .jq_sel ul a {display:block;padding:4px 2px 4px 8px;text-decoration:none;font-size:12px;color:#3e3e3e;text-align:left}
.comm_sel .jq_sel_hide {display:none}
.comm_sel ul {width:100% !important;}

.comm_sel2 {float:left;margin-right:10px;}
.comm_sel2 .jq_sel {display:block;position:relative;height:25px;border:1px solid #cfcece;background: #fff url('../../images/common/bg_ar2.gif') no-repeat right 0;font-size:12px;color:#3e3e3e;}
.comm_sel2 .jq_sel span {position:absolute;left:0;top:0;white-space:nowrap;height:25px;width:100%;_width:auto;line-height:22px;text-align:left;text-indent:8px;color:#3e3e3e;overflow:hidden;cursor:pointer}
.comm_sel2 .jq_sel ul {position:absolute;z-index:9999;top:25px;left:0px;width:100%;list-style:none;background-color:#fff;border-top:solid 1px #18181a;border-bottom:solid 1px #18181a;display:none;z-index:10;white-space:nowrap}
.comm_sel2 .jq_sel li {border-right:solid 1px #18181a;border-left:solid 1px #18181a}
.comm_sel2 .jq_sel ul a {display:block;padding:4px 2px 4px 8px;text-decoration:none;font-size:12px;color:#3e3e3e;text-align:left}

.comm_sel2 .jq_sel_hide {display:none}
.comm_sel2 ul {width:100% !important;}

.foot_slide .owl-controls {position:absolute;top:0;right:20px;}
.foot_bnr .foot_full {position:absolute;top:0;right:0;z-index:10;overflow:hidden;display:inline-block;width:20px !important;height:20px !important;border:1px solid #cecece;background:url(../../images/common/pg2_list.gif) no-repeat 0 0;font-size:0;cursor:pointer;}
.foot_bnr .owl-prev {overflow:hidden;display:inline-block;width:20px !important;height:20px !important;margin-right:-1px;border:1px solid #cecece;background:url(../../images/common/pg2_prev1.gif) no-repeat 0 0;font-size:0;cursor:pointer;}
.foot_bnr .owl-next {overflow:hidden;display:inline-block;width:20px !important;height:20px !important;border:1px solid #cecece;background:url(../../images/common/pg2_next1.gif) no-repeat 0 0;font-size:0;cursor:pointer;}
.foot_bnr .owl-carousel .owl-wrapper-outer{width:92%;}



.mainVisual {float:left;overflow:hidden;width:727px;/* border:1px solid #cecece; */}
.mainVisual .item img {width:100%;}

/* 
*  Owl Carousel - Animate Plugin
*/
.owl-carousel .animated {-webkit-animation-duration:1000ms;animation-duration:1000ms;-webkit-animation-fill-mode: both;animation-fill-mode: both;}
.owl-carousel .owl-animated-in {z-index:0;}
.owl-carousel .owl-animated-out {z-index:1;}
.owl-carousel .fadeOut {-webkit-animation-name:fadeOut;animation-name: fadeOut;}
@-webkit-keyframes fadeOut {
0% {opacity:1;}
100% {opacity:0;}
}
@keyframes fadeOut {
0% {opacity:1;}
100% {opacity:0;}
}

/* 
* 	Owl Carousel - Auto Height Plugin
*/
.owl-height {-webkit-transition: height 500ms ease-in-out;-moz-transition: height 500ms ease-in-out;-ms-transition: height 500ms ease-in-out;-o-transition: height 500ms ease-in-out;transition: height 500ms ease-in-out;}

/* 
*  Core Owl Carousel CSS File
*/
.owl-carousel {display:none;width:100%;-webkit-tap-highlight-color:transparent;position:relative;z-index:1;}
.owl-carousel .owl-stage {position:relative;-ms-touch-action: pan-Y;}
.owl-carousel .owl-stage:after {content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0;}
.owl-carousel .owl-stage-outer {position:relative;overflow:hidden;-webkit-transform: translate3d(0px, 0px, 0px);}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;}
.owl-carousel.owl-loaded {display:block;}
.owl-carousel.owl-loading {opacity:0;display:block;}
.owl-carousel.owl-hidden {opacity:0;}
.owl-carousel .owl-refresh .owl-item {display: none;}
.owl-carousel .owl-item {position:relative;min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-tap-highlight-color: transparent;-webkit-touch-callout: none;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;}
.owl-carousel .owl-item img {/* display:block; *//* width: 100%; */-webkit-transform-style: preserve-3d;}
.owl-carousel.owl-text-select-on .owl-item {-webkit-user-select: auto;-moz-user-select: auto;-ms-user-select: auto;user-select: auto;}
.owl-carousel .owl-grab {cursor: move;cursor: -webkit-grab;cursor: -o-grab;cursor: -ms-grab;cursor: grab;}
.owl-carousel.owl-rtl {direction: rtl;}
.owl-carousel.owl-rtl .owl-item {float: right;}

/* No Js */
.no-js .owl-carousel {display: block;}

/* 
* 	Owl Carousel - Lazy Load Plugin
*/
.owl-carousel .owl-item .owl-lazy {
opacity: 0;
-webkit-transition: opacity 400ms ease;
-moz-transition: opacity 400ms ease;
-ms-transition: opacity 400ms ease;
-o-transition: opacity 400ms ease;
transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
transform-style: preserve-3d;
}

/* 
* 	Owl Carousel - Video Plugin
*/
.owl-carousel .owl-video-wrapper {
position: relative;
height: 100%;
background: #000;
}
.owl-carousel .owl-video-play-icon {
position: absolute;
height: 80px;
width: 80px;
left: 50%;
top: 50%;
margin-left: -40px;

margin-top: -40px;
background: url("owl.video.play.png") no-repeat;
cursor: pointer;
z-index: 1;
-webkit-backface-visibility: hidden;
-webkit-transition: scale 100ms ease;
-moz-transition: scale 100ms ease;
-ms-transition: scale 100ms ease;
-o-transition: scale 100ms ease;
transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
-webkit-transition: scale(1.3, 1.3);
-moz-transition: scale(1.3, 1.3);
-ms-transition: scale(1.3, 1.3);
-o-transition: scale(1.3, 1.3);
transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
display: none;
}
.owl-carousel .owl-video-tn {
opacity: 0;
height: 100%;
background-position: center center;
background-repeat: no-repeat;
-webkit-background-size: contain;
-moz-background-size: contain;
-o-background-size: contain;
background-size: contain;
-webkit-transition: opacity 400ms ease;
-moz-transition: opacity 400ms ease;
-ms-transition: opacity 400ms ease;
-o-transition: opacity 400ms ease;
transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
position: relative;
z-index: 1;
}
#warp2 .slidePopup {position:absolute;top:0;left:0;z-index:100;width:454px;height:554px;border:1px solid #d4c8af;background:#f2e3c4;}
.slidePopup .popcont {height:522px;}
.slidePopup .popcont h2 {padding:32px 0 30px 0;text-align:center;}
.slidePopup .popBot {height:36px;background:#433126;}
.slidePopup .popBot fieldset {float:left;padding:11px 0 0 14px;}
.slidePopup .popBot a {float:right;}
.slidePopup fieldset {border:0;}
.slidePopup fieldset legend {display:none;position:absolute;top:0;left:0;}
#popupmainslider .item img{
display: block;
width: 100%;
height: auto;
text-align:center;
}
#popupmainslider .item strong {display:block;padding:18px 0;font-size:18px;color:#433126;}
.slidePopup .popSlidewrap {width:321px;height:360px;margin:0 auto;}
.slidePopup .popSlidewrap .owl-carousel {height:360px;}
.slidePopup .owl-carousel .owl-wrapper:after {content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0;}
.slidePopup .owl-carousel {position:relative;width:100%;-ms-touch-action: pan-y;}
.slidePopup .owl-carousel .owl-wrapper{display:none;position:relative;-webkit-transform: translate3d(0px, 0px, 0px);}
.slidePopup .owl-carousel .owl-wrapper-outer{overflow:hidden;position:relative;width:100%;}
.slidePopup .owl-carousel .owl-wrapper-outer.autoHeight{-webkit-transition: height 500ms ease-in-out;-moz-transition: height 500ms ease-in-out;-ms-transition: height 500ms ease-in-out;-o-transition: height 500ms ease-in-out;transition: height 500ms ease-in-out;}
.slidePopup .owl-carousel .owl-item{float:left;}
.slidePopup .owl-controls .owl-page,
.slidePopup .owl-controls .owl-buttons div{cursor:pointer;}
.slidePopup .owl-controls {text-align:center;-webkit-user-select: none;-khtml-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;-webkit-tap-highlight-color: rgba(0, 0, 0, 0);}
.slidePopup .owl-carousel  .owl-wrapper,
.slidePopup .owl-carousel  .owl-item{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform: translate3d(0,0,0);-moz-transform: translate3d(0,0,0);-ms-transform: translate3d(0,0,0);text-align:center;}
.slidePopup .owl-theme .owl-controls .owl-buttons .owl-prev {position:absolute;top:50%;left:-42px;width:23px;height:40px;margin-top:-20px;background:url(http://www.thek-hotel.co.kr/new_images/pop_prev.gif);font-size:0;}
.slidePopup .owl-theme .owl-controls .owl-buttons .owl-next {position:absolute;top:50%;right:-42px;width:23px;height:40px;margin-top:-20px;background:url(http://www.thek-hotel.co.kr/new_images/pop_next.gif);font-size:0;}
.slidePopup .owl-theme .owl-controls .owl-page{display: inline-block;display: inline;}
.slidePopup .owl-theme .owl-controls .owl-page span{display: inline-block;width: 9px;height: 9px;margin: 0 4px;background: #b8ab9b;}
.slidePopup	.owl-theme .owl-controls .owl-page.active span,
.slidePopup .owl-theme .owl-controls.clickable .owl-page:hover span{background:#433126;}
.slidePopup .owl-theme .owl-controls .owl-page span.owl-numbers{height: auto;width: auto;color: #FFF;padding: 2px 10px;font-size: 12px;-webkit-border-radius: 30px;
-moz-border-radius: 30px;
border-radius: 30px;
}

/* 2015.11.24.sub 공통 시작 */
/* 공관소개 영문 : 스타일 추가 */
.info_style{margin-bottom:17px;margin-left:7px;}
.info_style02{margin-bottom:17px;margin-left:17px;}
.info_style03{margin-bottom:17px;}
.info_style p{margin-bottom:12px;}
.info_style p.mb30,
.info_style02 p.mb30{margin-bottom:30px;}
.info_style02 p{margin-bottom:12px;}
.info_style03 p{margin-bottom:12px;}
.mb10{margin-bottom:10px;}
.mb17{margin-bottom:17px;}
.mt10{margin-top:10px;}
.mt17{margin-top:17px;}
span.mt17{display:block;margin-top:17px;}

/* 텍스트 스타일 추가 */
.bold_red{font-weight:bold;color:#ff0000;}
.text_space{letter-spacing:-1px;}
.text_red{color:#ff0000;}
.text_orange{color:#f35707;}
.text_blue{color:#0000ff;}
.text_blue02{color:#009cff;}
.text_line{text-decoration:underline;}
.text_right{text-align:right;}
.text_center{text-align:center;}
.text_tit{font-size:21px;font-weight:bold;line-height:1;margin-bottom:20px;}
.text_tit02{font-size:21px;font-weight:bold;line-height:1;margin-bottom:17px;color:#0066cc;}
.text_bold{font-weight:bold;}

/* 테이블 : 스타일 추가 */
.table_wrap{padding-left:17px;}
.table_wrap table{width:100%;table-layout:fixed;}
.table_wrap.pl0{padding-left:0;}
.tblList.line{border-top:3px solid #4e74b4;}
.tblList.line th{font-weight:bold;}
.tblList.line th,
.tblList.line td{border-bottom:1px solid #cecece;border-right:1px solid #cecece;vertical-align:middle;text-align:center;word-wrap:break-word;text-indent:0;}
.tblList.line th:first-child,
.tblList.line td:first-child{border-left:1px solid #cecece;}
.tblList.line th.line_none,
.tblList.line td.line_none{border-left:0;}
.tblList.line.text_left td,
.tblList.line th.text_left,
.tblList td.text_left{text-align:left;padding-left:2%;}
.tblList .bg_gray{background:#f1f1f1;}
.tblList .bg_gray02{background:#f9f9f9;}
.tblList .bg_blue{background:#e3eaf5;}
.tblList .bg_yellow{background:#fff794;}
.tblList .bg_yellow02{background:#fff695;}

.tblList.line.visa td{text-align:left;padding-left:2%;}
.tblList.line.pass th,
.tblList.line.pass td{padding:1%;}
.tblList.line.pass th a,
.tblList.line.pass td a{color:#0000ff;}
.tblList.line ul.ls li{display:block;text-align:left;padding-left:30px;background:url('../../images/common/bg_dot2.gif') 20px 8px no-repeat;}
.tblList.line td.al{display:block;text-align:left;padding-left:30px;background:url('../../images/common/bg_dot2.gif') 20px 20px no-repeat;}
.tblList.line td.date{text-align:left;padding-left:2%;}
.tblList.tax{border:0;}
.tblList.tax th, .tblList.tax td{border:0;text-align:left;}

.table_tit{margin-left:17px;font-weight:bold;}
.table_tit02{margin-left:17px;margin-bottom:15px;font-weight:bold;}

p.blut_t1 {display:block;text-align:left;padding-left:30px;margin: 0 0 17px 17px; padding: 0 0 0 15px;background: url('../../images/pc_common/bg_dot1.gif') no-repeat 0 7px;}

/* 리스트 : 공통 */
.list_t1{margin-bottom:17px;}

/* 리스트 : 숫자 형식 */
ul.dep1n_ls li{margin-top: 3px;padding: 0 0 5px 18px;text-indent: -13px;background: none;font-weight: normal;}
ul.dep1n_ls li ul.d2 li {padding-bottom: 3px;padding-left: 15px;text-indent: -15px;}
ul.dep1n_ls li ul.d3 li {padding-bottom: 0;}

/* 리스트 : 연혁 */
.list_style span{display:inline-block;width:40px;height:auto;}

/* 지도 */
.map_wrap img{max-width:732px;height:auto;margin:0 0 17px 0;border: 1px solid #cfcdd0;}
.map_wrap.line_none img{border:0;}

/* 지도: 미국 */
.info_map {position: relative;width: 684px;border: 1px solid #e3e4e5;}
.info_map p {height: 23px;padding: 5px 0 0 18px;}

/* 이미지 */
#content .imgDiv.text_left {text-align:left;}
#content .imgDiv.line{border:1px solid #dddddb;}
#content .imgDiv02 img{width:100%;}

/* 공관약사 리스트: 영국, 미국 */
ul.minist_ls{width:100%;}
ul.minist_ls:after{content:"";display:block;clear:both;}
ul.minist_ls li.first {padding-left: 0;}
ul.minist_ls li.bx {float: left;padding: 0 0 20px 10px;}
ul.minist_ls li dl{width: 162px;border: 1px solid #d8d8d8;}
ul.minist_ls li dt{height: 20px;padding-top: 5px;border-bottom: 1px solid #d8d8d8;font-weight: bold;line-height: 130%;color: #063263;text-align: center;}
ul.minist_ls li dd {width: 162px;padding: 10px 0 0 0;text-align: center;}
ul.minist_ls li dd ul li {width: 100%;height: 20px;padding: 3px 0 0 0;border-top: 1px solid #d8d8d8;text-align: left;}
ul.minist_ls li dd ul li strong {display: inline-block;width: 60px;padding-left: 7px;color: #446bc3;}

/* 한 EU FTA 국문 */
.fta_wrap{width:100%;text-align:center;}
.fta_wrap ul{margin-bottom:20px;}
.fta_wrap ul:after{content:"";display:block;clear:both;}
.fta_wrap li{display:inline-block;margin-right:0.5%;width:18%;height:100%;}
.fta_wrap .icon li{width:13%;}
.fta_wrap li img{width:100%;}

/* gnb menu가 7개일 경우 */
#wrap #header #gnb.menu07 > ul > li {
    width: 140px;
}

/* 중국: 웨이보, qq 아이콘 추가 */
ul.sns_icon li a i.fa-weibo { background: #e08300;}
ul.sns_icon li a i.fa-qq { background: #4388c6;}
ul.util li div#siteList01 ul li.sns_weibo { background: #e08300;}
ul.util li div#siteList01 ul li.sns_qq { background: #4388c6;}
ul.util li div#siteList01 ul li.sns_weibo a span,
ul.util li div#siteList01 ul li.sns_qq a span{width:80px;}

/* 캐나다, 일본, 이탈리아: 텍스트 박스 라인 및 배경 이미지 추가 */
.line_wrap{border:1px solid #e9e9e9;padding:2%;margin-top:5px;}
.overview_wrap{height:94px;font-size:21px;font-weight:bold;text-align:center;position:relative;margin-bottom:17px;}
.overview_wrap .icon01{position:absolute;left:5%;top:0;}
.overview_wrap .icon02{position:absolute;right:5%;top:10px;}
.overview_wrap .title{position:absolute;right:50%;top:14px;margin-right:-100px;}

/* 일본: 컬러박스 */
.color_box{font-weight:bold;display:inline-block;padding:12px 24px;background:#fff695;}

/* 프랑스: 텍스트 초록색 추가  */
.text_green{color:#339966;}

@media (max-width: 725px) {
	/* 지도 */
	.map_wrap img{width:100%;height:auto;}
}

@media (max-width: 590px) {
	/* 테이블 : 스타일 추가 */
	.tblList.tax th img{width:100%;}
	.tblList.tax td img{width:80%;}
}
/* 2015.11.24.sub 공통 끝 */

/*레프트메뉴 */
#left ul.menu li a{font-weight:bold;color:#678ebb;}
#left ul.menu li a:active{color:#678ebb;}
#left ul.menu li a:visited{color:#678ebb;}
#left ul.menu li a:hover{color:#004596;}
#left ul.menu li.on a, 
#left ul.menu li.on a:active,
#left ul.menu li.on a:visited,
#left ul.menu li.on a:hover{color:#004596;}
#left ul.menu li.on ul.depth2 li a{color:#81a2ca;font-size:12px;font-weight:normal;}

#left ul.menu li ul.depth2{/* width:165px; *//* margin:5px 0 -5px -10px; */padding:3px 0;background:#f8fcff;border-top:1px solid #dde6f0;}
#left ul.menu li ul.depth2 li{padding:0;background:none;border:0;}
#left ul.menu li ul.depth2 li a{display:inline-block;padding-left:17px;background:url("/new_kor/eu/deu/image/common/res/blt_mn.gif") no-repeat 8px 8px;color:#81a2ca;font-size:11px;font-weight:normal;}
#left ul.menu li ul.depth2 li a:active{color:#81a2ca;}
#left ul.menu li ul.depth2 li a:visited{color:#81a2ca;}
#left ul.menu li ul.depth2 li a:hover{background:url("/new_kor/eu/deu/image/common/res/blt_mn_over.gif") no-repeat 8px 8px;color:#084583;}
#left ul.menu li ul.depth2 li.on a, 
#left ul.menu li ul.depth2 li.on a:active,
#left ul.menu li ul.depth2 li.on a:visited,
#left ul.menu li ul.depth2 li.on a:hover{background:url("/new_kor/eu/deu/image/common/res/blt_mn_over.gif") no-repeat 8px 8px;color:#084583;}

/*레프트 메뉴 끝 */

<!-- Last Generated Date :: [2015-11-27 13:59:38 682] -->

/* 메인보드 타이틀 및 배경 */
.owl-carousel .owl-item .item{position:relative;}
.owl-carousel .owl-item .item .banner_tit{width:94%;height:20px;display:block;padding:1.5% 3%;position:absolute;bottom:0;left:0;background:url("/new_kor/mainboard/res/bg_black.png") repeat 0 0;font-size:18px;color:#fff;overflow: hidden;white-space:nowrap; text-overflow:ellipsis;}



		/* tab menu */ 
		.teb_menu { 
			clear:both; 
			overflow:hidden; 
			background:url(/image/common/line_teb.gif) repeat-y left 0;			 
			margin-bottom:10px; 
			_height:1%; 
		} 
		.teb_menu li { 
			float:left; 
			padding:8px 0 0 0; 
			border-bottom:1px solid #c2d6ea; 
		} 
		.teb_menu li span { 
			white-space:nowrap; 
			display:block; 
			background:#7e9ac7; 
			border-top:1px solid #667da7; 
			border-left:1px solid #667da7; 
			padding:2px 14px 1px; 
			_padding:3px 14px 0; 
		} 
		.teb_menu li span.last_obj {border-right:1px solid #667da7;} 
		.teb_menu li.current { 
			position:relative; 
			z-index:10; 
			float:left; 
			padding:0; 
			background:url(/image/common/teb_current.png) no-repeat 0 0; 
			margin-right:-1px; 
			border:0; 
		} 
		.teb_menu li.current span { 
			position:relative; 
			z-index:11; 
			background:url(/image/common/teb_current.png) no-repeat right -35px; 
			color:#446399; 
			padding:11px 20px 2px 15px; 
			_padding:12px 20px 1px 15px; 
			font-weight:bold; 
			border:0; 
		} 
		.teb_menu li.current span.last_obj {background-position:right -70px;} 
		.teb_menu li a {text-decoration:none; color:#fff;} 
		.teb_menu li a:hover {text-decoration:underline; color:#fff;} 
		.teb_menu li a:focus{text-decoration:underline; color:#fff;} 
		.teb_menu li.current a:link {text-decoration:none; color:#446399;} 
		.teb_menu li.current a:hover {text-decoration:none;} 
		.teb_menu li.current a:visited {text-decoration:none; color:#446399;} 




<!-- Last Generated Date :: [2015-12-07] -->

<!-- Last Generated Date :: [2017-02-03 14:21:41 419] -->