@charset "utf-8";

/********************************************* common *********************************************/
/* combo  */
.combo {
	position: relative;
}
.combo div.selected {
	z-index: 200;
	height: 100%;
}
.combo div.expand {
 	z-index: 201;
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}
.combo.active .expand {
	display: block;
}
.combo div a {
	display: block;
	height: 100%;
	background-repeat: no-repeat;
}

/* content layout */
.layout_style_01 {
	padding-left: 170px;
	min-height: 470px;
}
.layout_style_01 > div {
	float: left;
	height: 100%;
}
.layout_style_01 .fl {
	margin-left: -170px;
	width: 150px;
	background-color: #f3f3f3;
}
.layout_style_01 .fr {
	width: 100%;
}

.layout_190_r {
	overflow: hidden;
	padding-left: 190px;
}
.layout_190_r > .fl {
	margin-left: -190px;
	width: 190px;
}
.layout_190_r > .fr {
	width: 100%;
}
.layout_190_r > .fr > h4 {
	float: none !important;
}
.layout_4_6 > div {
	float: left;
}
.layout_4_6 > .fl {
	width: 39.5%;
}
.layout_4_6 > .fr {
	width: 59.5%;
}
.layout_5_5 > div {
	float: left;
	width: 50%;
}

/********************************************* wrapper *********************************************/
#wrapper {
	overflow-x: hidden;
	overflow-y: auto;
	position: relative;
	margin: 0;
	padding: 0;
	width: 100%;
	min-width: 1160px;
}

/********************************************* header *********************************************/
#header {
	height: 311px;
}
#header.main_only {
	height: 405px;
}
#header .inner,
#container .inner,
#footer .inner,
#search_all .inner {
	margin: 0 auto;
	width: 1100px;
	height: 100%;
}
/* top */

#header .guide-nuri-box {
	position:relative;
	padding: 2px 16px;
	border-bottom: 1px solid #f2f2f2;
	background-color : #EDF1f5;
	font-size: 14px;
	height : 22px;
	z-index : 70;
}

#header .top {
	z-index: 200;
	width: 100%;
	height: 40px;
	/* background-color: #b8dee1; */
}
#header .top .inner .fr > * {
	float: left;
}
#header .top .inner .fr .list_header_top {
	overflow: hidden;
	margin: 9px 0px 0 0;
}
#header .top .inner .fr .list_header_top li {
	float: left;
	margin-left: 15px;
}
#header .top .inner .fr .list_header_top>li:first-child {
	margin-left: 0;
	padding-top: 5px;
}
#header .top .inner .fr .list_header_top li a {
	color: #404040;
	font-size: 14px;
}
#header .top .inner .fr .list_header_top li a:hover,
#header .top .inner .fr .list_header_top li a:focus {
	text-decoration: underline;
	font-weight: bold;
}
#header .top .inner .fr .combo.select_language {
/* 	margin: 0;
	width: 140px;
	height: 100%;
	border: 0;
	font-size: 14px; */
	float: left;
	padding-top: 4px;
}
#header .top .inner .fr .combo.select_language .selected {
	line-height: 40px;
	background-image: url('/common/images/ptg/common/bg_arrow_combo_01.png');
	background-repeat: no-repeat;
	background-position: right center;
	background-color: #d9eced;
}
#header .top .inner .fr .combo.select_language .selected a {
	display: block;
	padding: 0 15px;
	background-position: left 15px center;
}
#header .top .inner .fr .combo.select_language li.selected_lang a {
	color: #2a76c4;font-weight: bold;
}
#header .top .inner .fr .combo.select_language .expand {
/* 	padding: 3px 0;
	border: 1px solid #b7b7b7;
	background-image: url('/common/images/ptg/common/bg_arrow_combo_01.png');
	background-repeat: no-repeat;
	background-position: 129px 17px;
	background-color: #fff;  */
}
#header .top .inner .fr .combo.select_language .expand a {
/* 	padding: 5px 14px;
	background-position: left 14px center; */
}
/*
#header .top .inner .fr .combo.select_language div a {
	text-indent: 28px;
	font-weight: normal;
}
#header .top .inner .fr .combo.select_language div a.lang_kr {
	background-image: url(/common/images/ptg/common/ico_lang_kr.png);
	background-position: left 4px center;
}
#header .top .inner .fr .combo.select_language div a.lang_en {
	background-image: url(/common/images/ptg/common/ico_lang_en.png);
	background-position: left 4px center;
}
#header .top .inner .fr .combo.select_language div a.lang_ch {
	background-image: url(/common/images/ptg/common/ico_lang_ch.png);
	background-position: left 4px center;
}
*/
#header .top .inner .fr .combo.select_language li {
	float: left;
	margin-left: 10px;
}
.ch #header .top .inner .fr .combo.select_language li.selected_lang {
	width: 70px;
}
#header .top .inner .fr .combo.select_language li.selected_lang {

}
.ch .top .search_word,
.en .top .search_word { width: 190px; }
.top .search_word {
	width: 190px;
	height: 100%;
	float: left;
	padding-top: 3px;
}
.top .search_word .btn_gnb_search {
	display: inline-block;
	height: 100%;
}
.top input[type=text].search_keyword {
	width: 150px;
	height: 26px !important;
	background-color: #fff;
	font-size: 14px;
	color: #4a4a4a;
	line-height: 26px;
	float: left;
}
.top .search_word .search_word_btn {
	width: 30px;
	height: 26px;
	text-indent: -9999px;
	background: #ff8237 url(/common/images/ptg/common/ico_search.png) no-repeat center;
	border:none;
}

/* gnb */
.gnb {
	z-index: 90;
	margin-bottom: 20px;
	width: 100%;
	height: 224px;
	/* border-top: 1px solid #d9eced; 20200519 */
	/* background-color: #4d83bf; */
	background: url(/common/images/ptg/common/gnb_bg.jpg) 0 0 repeat-x;
}
#header.main_only .gnb {
	margin-bottom: 0;
	height: 338px;
}
.gnb .inner {
	position: relative;
}
#header.main_only > .gnb > .inner {
	background: url(/common/images/ptg/main/img_main_visual.png) no-repeat bottom right;
}
#header > .gnb > .inner > * {
	position: absolute;
}
.gnb .img_sub_header {
	left: 0;
	bottom: -20px;
	width: 1100px;
	height: 244px;
	background: url(/common/images/ptg/common/bg_header.png) no-repeat;
}
/* slider : main */
.gnb .text_visual_notice {
	z-index: 91;
	top: 100px;
	left: 20px;
	width: 340px;
	height: 213px;
}
.gnb .text_visual_notice .bx-wrapper {
	margin: 0;
}
.gnb .text_visual_notice .bx-wrapper .bx-viewport {
	height: 200px !important;
}
.gnb .text_visual_notice .bx-wrapper .bx-controls {
	text-align: center;
}
.gnb .text_visual_notice .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	bottom: 0;
	left: auto;
	padding-top: 1px;
	width: auto;
}
.gnb .text_visual_notice .bx-wrapper .bx-pager {
	position: relative;
}
.gnb .text_visual_notice .bx-wrapper .bx-default-pager a{
	border-radius: 10px;
}
.gnb .text_visual_notice .bx-wrapper .bx-pager.bx-default-pager a,
.gnb .text_visual_notice .bx-wrapper .bx-pager.bx-default-pager a:hover {
	margin: 0 3px;
	width: 9px;
	height: 9px;
	background: #e0f5f7;
	/* 2022_a11y */
}
.gnb .text_visual_notice .bx-wrapper .bx-pager.bx-default-pager a.active {
	width: 31px;
	-webkit-transition: width 50ms ease-in-out;
	-moz-transition: width 50ms ease-in-out;
	-o-transition: width 50ms ease-in-out;
	transition: width 50ms ease-in-out;
	background: #fff;
}
.gnb .text_visual_notice .visual_text {
	text-align: center;
	color: #fff;
}
.en .gnb .text_visual_notice .visual_text .title {  font-size: 22px; letter-spacing: -1px; line-height: 30px;}
.gnb .text_visual_notice .visual_text .title {
	font-size: 20px;
	line-height: 28px;
	letter-spacing: -2.6px;
	max-height: 55px;
    overflow: hidden;
}
.gnb .text_visual_notice .visual_text .desc {
	margin-top: 16px;
	min-height: 44px;
	max-height: 91px;
	line-height: 18px;
	font-size: 14px;
	overflow: hidden;
}
.gnb .text_visual_notice .visual_text .btn_view_notice {
	display: inline-block;
	margin-top: 12px;
	padding: 1px 17px 2px;
	font-size: 14px;
	color: #fff;
	background-color: #ed6e21;
	border-radius: 4px;
}
.gnb .text_visual_notice .visual_text .btn_view_notice:hover {
	text-decoration: none;
}
.gnb .menu {
	z-index: 92;
	top: 20px;
	width: 100%;
}
.gnb .menu h1 {
	float: left;
}
.gnb .menu .fr{
	float: left !important;
	width: 100%;
}
.gnb .menu .fr > nav { width: 100%; /* border-bottom: 1px solid #d9eced; */ }
.gnb .menu .fr > * {
	float: left;
	box-sizing: border-box;
}
.list_gnb {
	width: 100%;
	/* height: 50px; */
}
.list_gnb>li {
	float: left;
	display: block;
	position: relative;
	width: 20%;
}

/* 접근성 작업 */
ul[role="menubar"].active ul[role="menu"] a[aria-haspopup="true"] {
	background: none;
}
.list_gnb * {box-sizing: border-box;}
.list_gnb.active {
	position: relative;
}
/* .list_gnb.active:before {
	content: "";
	border-color: #428bda;
	border-width: 4px 1px 1px;
	border-style: solid;
	position: absolute;
	top: 50px;
	left: -1px;
	width: 100%;
	height: 100%;
	height: 410px;
	background: #fff;
} */

.list_gnb.active > li > ul[role="menu"] {
	display: block;
	border: none;
	padding: 6px 10px;
	border-right: 1px solid #dedede;
	z-index: 99;
	border-top: 4px solid #428bda;
	border-bottom: 1px solid #428bda;
}
.list_gnb.active > li:first-child > ul {
	border-left: 1px solid #428bda;
}
.list_gnb.active > li:last-child > ul {
	border-right: 1px solid #428bda;
}
.en .list_gnb.active > li > ul[role="menu"] {/* height: 496px;  임시 */}
/* .en .list_gnb.active:before {height: 496px;} */

.list_gnb.active > li > ul[role="menu"]:hover,
.list_gnb.active > li > ul[role="menu"]:hover > li > a {
	background: #f3f3f3;
}
.list_gnb.active > li > ul > li {
	border-bottom: none;
	/* padding: 0 10px; */
}
.list_gnb.active > li > ul > li > a {
	font-weight: bold;
	line-height: 18px;
	padding: 5px 0;
}
.list_gnb.active  a[aria-haspopup="true"] {background-image: none !important; }
.list_gnb.active > li > ul[role="menu"] ul {
	clear: both;
	display: block;
	padding: 3px 5px;
	background-color: transparent;
}
.list_gnb.active > li > ul > li > ul {
	border: 1px solid #dedede;
	margin: 0 0 6px;
	padding: 4px 5px 3px;
}
.list_gnb.active > li > ul > li > ul > li > a {
	border: none;
	/* background-color: none important; */
	font-size: 12px;
	color: #5f5f5f;

	padding-left: 8px;
	line-height: 13px;
	background: url(/common/images/ptg/common/bul_list_submenu_all.png) 0 8px no-repeat;
}
.list_gnb.active > li > ul > li > ul > li:last-child > a {
	border: none;
}

/* .list_gnb a{display: inline-block; width: 100%; cursor: pointer; word-break: keep-all; }
.list_gnb>li.on>ul{ display: block; }
.list_gnb>li>ul{ display: none; width: 100%; position: absolute; border-width: 4px 1px 1px; border-style: solid; border-color: #428bda; background-color: #f9f9f9; }
.list_gnb>li>ul>li{ position: relative; clear: both; border-bottom:1px solid #ddd;}
.list_gnb>li>ul>li>a{padding:7px 20px 7px 10px; font-size: 14px;}
.list_gnb>li>ul>li>a[aria-haspopup="true"] {background: url('/common/images/ptg/common/bg_arrow_sidebar_3depth_on.png') 98% 10px no-repeat;}
.list_gnb>li>ul>li>ul{
	background-color: #eee; border:1px solid #428bda;  border-width: 2px 1px 1px; width: 200px; left:218px;
	position: absolute; top: -1px; display: none; padding:5px 0;
}
.list_gnb>li>ul>li>ul>li{padding: 0 5px; line-height: 26px; border-bottom:1px solid #ccc;}
.list_gnb>li>ul>li>ul>li:last-child{border:none;}
.list_gnb>li>ul>li>ul>li>a{padding:0 8px; line-height: 130%; }
.list_gnb>li li{ } */


ul[role="menubar"] {  }
ul[role="menubar"]>li>a { display: inline-block; width: 100%; cursor: pointer; word-break: keep-all;  }
ul[role="menubar"]>li>ul>li>a { padding:7px 20px 7px 10px; font-size: 14px; }
ul[role="menubar"] [role="menuitem"],  ul[role="menubar"] [role="separator"] { }
ul[role="menubar"] [role="separator"] {  }
ul[role="menubar"]>li>ul [role="menuitem"]:focus,
ul[role="menubar"]>li>ul [role="menuitem"]:hover,
ul[role="menubar"]>li>ul [role="separator"]:focus,
ul[role="menubar"]>li>ul [role="separator"]:hover { /* background-color: #0066b3; color: white; */ }
ul[role="menubar"] a[role="menuitem"] { text-decoration: none;  }
ul[role="menubar"] li { list-style: none; margin: 0; padding: 0; }
/* .en ul[role="menubar"]>li:nth-child(2)>ul{ width: 370px;} */
.list_gnb a{ width: 100%; cursor: pointer; word-break: keep-all; color: #404040; }
.list_gnb>li>a{line-height: 50px; height: 50px; }
.list_gnb>li{}
.list_gnb>li>ul{ width: 100%;border-width: 4px 1px 1px; border-style: solid; border-color: #428bda; background-color: #fff; }
.list_gnb>li>ul>li{ clear: both; float: left; width: 100%; border-bottom:1px solid #ddd;}
.list_gnb>li>ul>li>a{padding:7px 20px 7px 10px; font-size: 14px; display: block; width: 100%; }
.list_gnb>li>ul a:hover,
.list_gnb>li>ul a:focus,
.list_gnb>li>ul a:active,
.list_gnb>li>ul a.on,
.list_gnb>li>ul a[aria-expanded="true"] { background-color: #eee;}
.list_gnb>li>ul>li>ul{ background-color: #f8f8f8;  border-top: 2px solid #428bda; width: 200px; display: none; }
.list_gnb>li>ul>li>ul>li>a{padding:5px 8px; line-height: 130%;  background-color: #f3f3f3; border:1px solid #428bda; border-bottom-color: #ddd;  border-top:none;}
.list_gnb>li>ul>li>ul>li:last-child>a{border-bottom:1px solid #428bda;}
ul[role="menubar"] > li { display: inline; position: relative; }
ul[role="menubar"] ul[role="menu"] { display: none; margin: 0; padding: 0; }
ul[role="menubar"] ul[role="menu"] li a { display: block; width:100%; }
ul[role="menubar"] ul[role="menu"] a[aria-haspopup="true"]{ background-image: url('/common/images/ptg/common/bg_arrow_sidebar_3depth_on.png'); background-repeat: no-repeat; background-position: 95% 10px;}
.list_gnb>li.on>a,
.list_gnb>li.on>ul>li.on>a,
.list_gnb>li.on>ul>li.on>ul>li.on>a{color: #0956a9; /* border-bottom: 1px solid #c1c1c1 */}
.list_gnb>li.on>ul>li.on>a,
.list_gnb>li.on>ul>li.on>ul>li.on>a{ font-weight: bold; }
.list_gnb>li.on>a:after{ content:""; position: absolute; display: block; left: 50%; top:40px; width: 9px;
	height: 5px;background: url(/common/images/ptg/common/bg_arrow_combo_02.png) no-repeat;
	/* background: url(/common/images/ptg/common/bg_arrow_page_next_on.png) no-repeat;
	transform: rotate(-90deg) translate(0, -2px); */
}

/* .en .list_gnb>li:nth-child(1){
	width: 16%;
}
.en .list_gnb>li:nth-child(2){
	width: 17%;
}
.en .list_gnb>li:nth-child(3){
	width: 26%;
}
.en .list_gnb>li:nth-child(4){
	width: 21%;
} */
.list_gnb>li:last-child:before {
	display: none;
}
.list_gnb>li:before {
	content: '';
	display: inline-block;
	position: absolute;
	right: 0;
	top: 18px;
	width: 1px;
	height: 15px;
	background-color: #8ebcc0;
}
.en .list_gnb>li>a{
	font-size: 16px;
}
.list_gnb>li>a {
	font-size: 18px;
	line-height: 50px;
	letter-spacing: -0.3px;
	color: #000;
	display: block;
	text-align: center;
}
.list_gnb>li>a:hover,
.list_gnb>li>a:focus,
.list_gnb>li a[aria-expanded="true"] {
	text-decoration: underline;
	font-weight: bold;
}
/* 서브페이지용 textbox */
.gnb .textbox_sub {
	z-index: 1;
	top: 104px;
	left: 111px;
}
.gnb .textbox_sub > .row_top {
	font-size: 16px;
	font-weight: bold;
	color: #fff;
}
.en .gnb .textbox_sub > .row_bottom { font-size: 18px; letter-spacing: 0; }
.gnb .textbox_sub > .row_bottom {
	margin-top: 12px;
	font-size: 20px;
	line-height: 24px;
	letter-spacing: -2.2px;
	color: #fff;
}

/********************************************* container *********************************************/
#container {
	overflow: hidden;
}
#container .inner {
	overflow: hidden;
	height: auto;
}
/* sidebar */
#container #side {
	float: left;
	margin-right: 30px;
	width: 220px;
}
/* lnb 1depth */
.en #container #side .list_lnb li a { font-size: 13px; letter-spacing: 0;}
#container #side .list_lnb li a {
	display: block;
	padding: 15px 11px 16px;
	font-size: 14px;
	line-height: 18px;
	cursor: pointer;
}
#container #side .list_lnb > li > a {
	background-color: white;
 	border-bottom: 1px solid #d1d1d1;
}
#container #side .lnb > h1 a,
#container #side .lnb > h1 a:hover {
	color: white;
/*	font-weight: bold;	*/
}
#container #side .list_lnb > li > a > span,
#container #side .list_lnb > li > a > h2 {
	color: black;
	text-decoration: none;
	line-height: 18px;
	display: block;
	margin: 8px;
	font-weight: 600;
}

#container #side .list_lnb > li > a:hover,
#container #side .list_lnb > li > a:focus,
#container #side .list_lnb > li > a:active,
#container #side .list_lnb > li.active > a{
	/* background-color: #dbdbdb;
	text-decoration: none; */
	/* background-color: #83c0fe; */
	background-color: #ddd;
/*	text-decoration: underline;	*/
}
#container #side .list_lnb > li.active > a{
	border-bottom:1px dotted #256dbc;
}
/*  #container #side .list_lnb > li.active > a {
	background-color: #dbdbdb;
	border-bottom: 0;
}  */
#container #side .list_lnb > li.active > a > span,
#container #side .list_lnb > li.active > a > h2 {
	color: black;
	font-weight: bold;
	text-decoration: none;
	/* text-decoration: underline; */
}
#container #side .list_lnb > li.active ul {
	display: block;
}
#container #side .list_lnb > li.active > a h2 {
	font-weight: bold;
}
/* lnb 2depth */
#container #side .list_lnb > li > ul {
	display: none;
}
#container #side .list_lnb > li> a.active + ul{
	display: block;
}
#container #side .list_lnb > li.active > ul {
	display: block;
	color:yellow;
}
#container #side .list_lnb > li > ul > li:first-child > a {
	border-top: 0;
}
#container #side .list_lnb > li > ul > li > a {
	/* padding-right: 20px; */
	padding: 5px 25px 6px 16px;
	border-top: 1px solid #fff;
	background-color: #f5f5f5;
	color: #707070;
	background-repeat: no-repeat;
	background-position: right 10px center;
	background-image: url(/common/images/ptg/common/bg_arrow_sidebar_3depth.png);
}
#container #side .list_lnb > li > ul > li > a.on{
	background-color: #eee;
}
#container #side .list_lnb > li > ul > li.active > a {
	border-bottom:1px dotted #256dbc;
}
#container #side .list_lnb > li > ul > li > a:hover,
#container #side .list_lnb > li > ul > li.active > a,
#container #side .list_lnb > li > ul > li > a.active {
	background-image: url(/common/images/ptg/common/bg_arrow_sidebar_3depth_on.png);
	text-decoration: none;
	color: #000;
	background-color: #bedefe;
}
#container #side .list_lnb > li > ul > li > a > span,
#container #side .list_lnb > li > ul > li > a > h3 {
	color: #666;
	text-decoration: none;
	line-height: 18px;
	display: block;
	font-weight: 600;
}

#container #side .list_lnb > li > ul > li > a:hover span,
#container #side .list_lnb > li > ul > li.active > a span,
#container #side .list_lnb > li > ul > li > a:hover h3,
#container #side .list_lnb > li > ul > li.active > a h3 {
	color: #404040;
	text-decoration: none;
	margin: 8px;
/*	text-decoration: underline; */
}
.en #container #side h1 { font-size: 22px; letter-spacing: -1px; }
#container #side h1 {
	clear: both;
	display: table-cell;
	vertical-align: middle;
	padding: 0 11px;
	height: 80px;
	width: 220px;
	font-size: 26px;
	color: #fff;
	letter-spacing: -2px;
	background-color: #428bda;
}

#container #side a:hover {
	text-decoration: none;
}

#container #side .list_lnb > li > a:hover > h2 {
	text-decoration: none;
}
/* content */
#container #content {
	float: left;
	position: relative;
	width: 850px;
	min-height: 500px;
}
#container #content .section_title {
	height: 90px;
}
#container #content .section_title h3 {
	position: relative;
	top: 14px;
}
#container #content .section_title .location_bar {
	height: 30px;
}
#container #content .section_title .location_bar .location {
	float: right;
	position: relative;
	top: 16px;
}
#container #content .section_title .location_bar .location > span {
	font-size: 0;
	float: left;
}
#container #content .section_title .location_bar .location > span:before {
	content: '';
	display: inline-block;
	margin-left: 13px;
	padding-right: 13px;
	width: 6px;
	height: 9px;
	background: url(/common/images/ptg/common/ico_arrow_location.png) no-repeat;
}
#container #content .section_title .location_bar .location > span:first-child:before {
	display: none;
}
#container #content .section_title .location_bar .location > span a {
	display: inline-block;
	font-size: 12px;
	font-weight: bold;
	line-height: 16px;
	color: #929292;
}
#container #content .section_title .location_bar .location > span a.home {
	position: relative;
	top: 1px;
	width: 14px;
	height: 13px;
	text-indent: -9999px;
	background: url(/common/images/ptg/common/ico_home.png) no-repeat;
}
#container #content .section_title .location_bar .location > span a.current {
	color: #000;
}

#btn_go_top {
	z-index: 999;
	display: none;
	position: fixed;
	left: 50%;
	bottom: 267px;
	margin-left: 560px;
	width: 40px;
	height: 40px;
	letter-spacing: 0.8px;
	font-size: 10px;
	font-weight: bold;
	line-height: 40px;
	color: #777;
	font-family: tahoma;
	text-align: center;
	border: 2px solid #777;
	border-radius: 40px;
	background-color: rgba(255,255,255,0.6);
}
#btn_go_top:hover {
	text-decoration: none;
}

/********************************************* footer *********************************************/
#footer {
	overflow: hidden;
	clear: both;
	margin-top: 90px;
	background-color: #fafafa;
}
#footer .list_footer_menu {
	width: 100%;
	height: 65px;
	border-width: 1px 0;
	border-style: solid;
	border-color: #d9d9d9;
	background-color: #fff;
}
#footer .list_footer_menu .inner {
	display: table;
	height: 100%;
}
#footer .list_footer_menu .inner > div {
	display: table-cell;
	position: relative;
	width: 20%;
	height: 100%;
	vertical-align: middle;
}
#footer .list_footer_menu .inner > div:after {
	content: '';
	display: inline-block;
	position: absolute;
	top: 23px;
	right: 0;
	width: 1px;
	height: 18px;
	background-color: #e5e5e5;
}
#footer .list_footer_menu .inner > div:first-child:before {
	content: '';
	display: inline-block;
	position: absolute;
	top: 23px;
	left: 0;
	width: 1px;
	height: 18px;
	background-color: #e5e5e5;
}
#footer .list_footer_menu .inner > div a {
	display: block;
	font-size: 14px;
	color: #000;
	text-align: center;
}
#footer .information {
	margin: 45px 0 65px;
	height: 64px;
}
#footer .information .contact {
	height: 30px;
}
#footer .information .contact .fl {
	font-size: 0;
}
#footer .information .contact .fl > span {
	position: relative;
	margin-top: 2px;
	margin-right: 15px;
	padding-right: 16px;
	font-size: 14px;
	color: #404040;
}
#footer .information .contact .fl > span:after {
	content: '';
	float: right;
	position: absolute;
	top: 3px;
	right: 0;
	width: 1px;
	height: 18px;
	background-color: #e5e5e5;
}
#footer .information .contact .fl span.number {
	margin-top: 0;
	margin-right: 4px;
	padding-right: 0;
	font-weight: bold;
	font-size: 36px;
	color: #f1571a;
}
#footer .information .contact .fl span.number:after {
	display: none;
}
#footer .information .contact .fl .link_sns a:first-child {
	margin-left: 0;
}
#footer .information .contact .fl .link_sns a {
	display: inline-block;
	margin-left: 10px;
	width: 30px;
	height: 30px;
	text-indent: -9999px;
}
#footer .information .contact .fl .link_sns a.twitter {
	background: url(/common/images/ptg/common/ico_twitter.png) no-repeat;
}
#footer .information .contact .fl .link_sns a.facebook {
	background: url(/common/images/ptg/common/ico_facebook.png) no-repeat;
}
#footer .information .contact .fr .combo.download_viewer {
	width: 184px;
	height: 28px;
}
#footer .information .contact .fr .combo.download_viewer div {
	font-size: 14px;
	color: #575757;
	border: 1px solid #dcdcdc;
	background: #fafafa url(/common/images/ptg/common/bg_arrow_combo_02.png) no-repeat right 14px top 11px;
}
#footer .information .contact .fr .combo.download_viewer div a {
	line-height: 28px;
	text-indent: 35px;
	background-position: left 9px center;
}
#footer .information .contact .fr .combo.download_viewer div a.acrobat {
	background-image: url(/common/images/ptg/common/ico_doc_acrobat.png);
}
#footer .information .contact .fr .combo.download_viewer div a.excel {
	background-image: url(/common/images/ptg/common/ico_doc_excel.png);
}
#footer .information .contact .fr .combo.download_viewer div a.hangeul {
	background-image: url(/common/images/ptg/common/ico_doc_hangeul.png);
}
#footer .information .contact .fr .combo.download_viewer div a.word {
	background-image: url(/common/images/ptg/common/ico_doc_word.png);
}
#footer .information .copyright {
	margin-top: 13px;
}
.en #footer .information .copyright span { letter-spacing: 0; }
#footer .information .copyright span {
	font-size: 14px;
	letter-spacing: -1.2px;
	color: #737373;
}

/********************************************* menu all *********************************************/
#menu_all {
	display: none;
	/* z-index: 300;
	overflow: hidden;
	position: absolute;
	top: 98px;
	left: 50%;
	transform: translate(-50%, 0);
	width: 1100px;
	border-width: 4px 1px 1px;
	border-style: solid;
	border-color: #428bda;
	background-color: #f9f9f9; */
}
#menu_all.active {
	display: block;
}
#menu_all .list_menu_all {
	overflow: hidden;
	display: table;
	width: 100%;
}
#menu_all .list_menu_all .menu {
	display: table-cell;
	padding: 7px 10px;
	width: 20%;
	height: auto;
	border-left: 1px solid #dedede;
	background-color: #fff;
	box-sizing: border-box;
}
#menu_all .list_menu_all .menu:first-child {
	border-left: 0;
}
#menu_all .list_menu_all .menu:hover {
	background-color: #f3f3f3;
}
#menu_all .list_menu_all .menu > ul > li {
	padding: 5px 0;
	line-height: 18px;
}
#menu_all .list_menu_all .menu > ul > li > a {
	font-size: 14px;
	font-weight: bold;
	color: #303030;
}
#menu_all .list_menu_all .menu > ul > li > a:hover {
	color: #428bda;
}
#menu_all .list_menu_all .menu > ul > li > ul {
	margin: 6px 0 0;
	padding: 4px 5px 3px;
	border: 1px solid #dedede;
}
#menu_all .list_menu_all .menu > ul > li > ul > li {
	padding-left: 8px;
	min-height: 21px;
	line-height: 16px;
	background: url(/common/images/ptg/common/bul_list_submenu_all.png) no-repeat left top 8px;
}
#menu_all .list_menu_all .menu > ul > li > ul > li > a {
	font-size: 12px;
	color: #5f5f5f;
}

/********************************************* search all *********************************************/
#search_all {
	display: none;
	z-index: 100;
	position: absolute;
	top: 42px;
	left: 0;
	right: 0;
	padding: 19px 0 30px;
	height: 129px;
	background-color: #428bda;
}
#search_all.active {
	display: block;
}
#search_all .inner {
	padding-top: 85px;
	position: relative;
}
#search_all .btn_top {
	/* margin-bottom: 43px; */
	height: 40px;
	position: absolute;
	top: 0;
	right: 0;
}
#search_all .btn_top .btn_close_search_all {
	float: right;
	width: 40px;
	height: 100%;
	/* text-indent: -9999px; */
	background-size: 40px;
	background-position: 0 -40px;
	background-repeat: no-repeat;
	background-image: url(/common/images/ptg/common/btn_close_search_all.png);
}
#search_all .btn_top .btn_close_search_all:focus {outline: 1px dotted #fff;}
#search_all .btn_top .btn_close_search_all:hover {
	background-position: 0 0;
}
#search_all .sec_search {
	padding: 0 60px;
}
#search_all .sec_search .form_input {
	clear: both;
	padding-left: 170px;
	height: 32px;
	border-bottom: 4px solid #fff;
}
#search_all .sec_search .form_input .fl {
	margin-left: -170px;
	width: 150px;
}
#search_all .sec_search .form_input .fl .search_option {
	padding: 0;
	width: 100%;
	/* arrow style */
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
/*	background: url(/common/images/ptg/common/bg_arrow_combo_03.png) no-repeat right center;	*/
}
#search_all .sec_search .form_input input,
#search_all .sec_search .form_input .fl div {
	height: 34px;
	font-size: 18px;
	color: #fff;
	border: 0 !important;
	background-color: transparent !important;
}
#search_all .sec_search .form_input .fr {
	padding-right: 42px;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
#search_all .sec_search .form_input .fr .search_word {
	padding: 0;
	width: 100%;
	font-size: 18px;
}
/* placeholder */
#search_all .sec_search .form_input .fr .search_word::-webkit-input-placeholder /* Chrome, Opera, Safari */ {
	color: #fff;
	opacity: 0.4;
	filter: alpha(opacity=40);
}
#search_all .sec_search .form_input .fr .search_word::-moz-placeholder /* Firefox 19+ */ {
	color: #fff;
	opacity: 0.4;
	filter: alpha(opacity=40);
}
#search_all .sec_search .form_input .fr .search_word:-ms-input-placeholder /* IE 10+ */ {
	color: #fff;
	opacity: 0.4;
	filter: alpha(opacity=40);
}
#search_all .sec_search .form_input .fr .search_word:-moz-placeholder /* Firefox 18- */ {
	color: #fff;
	opacity: 0.4;
	filter: alpha(opacity=40);
}
#search_all .sec_search .form_input .fr .btn_search_all {
	float: right !important;
	margin-right: -42px;
	width: 32px;
	height: 31px;
	/* text-indent: -9999px; */
	background: url(/common/images/ptg/common/btn_search_all.png) no-repeat;
}