/* layout---------------------------------------------------------- */

#wrapper{ width:100%; overflow:hidden;}
#common #wrapper{ background:#222;}
#common #container{ background:#FFF; position:relative;}


/* header */
/* -------------------------- */

header{ background:#000; color:#FFF; position:relative;}

#header_in:before, #header_in:after { content: ""; display: block; }
#header_in:after { clear: both; }
#header_in { zoom: 1; width:980px; background:url(../image/common/bg_header.jpg) no-repeat 0 0; margin:0 auto; }

#header_left{ width:33%; float:left; margin-top:10px;}
#header_right{ width:67%; float:right; text-align:right; margin-top:12px;}

#header_txt{
	font-size:11px;
	line-height:13px;
}
.header_txt_hyphen{ margin:0 3px;}
#header_txt br{ display:none;}

#logo{ margin:-5px 0 0 -16px;}
#logo a{
	width:214px;
	height:68px;
	background:url(../image/common/logo.png?2601) no-repeat;
	background-size: 100% auto;
	display:block;
	text-indent:-9999px;
}

#header_right_top:before, #header_right_top:after { content: ""; display: block; }
#header_right_top:after { clear: both; }
#header_right_top { zoom: 1; text-align:right; }

#header_lang{ display:inline-block;}
header select{
	-moz-appearance: button;
	-webkit-appearance: button;
	appearance: button;
	width: 90px;
	height:20px;
	background: #666;
	border:solid 1px #999;
	border-radius:0;
	font-size: 10px;
	line-height: 11px;
	color: #FFF;
	text-align: left;
	vertical-align: middle;
	padding:2px 5px;
	margin-top:-1px;
}


/*header_search*/
/*-------------*/

#searchArea{
	height:20px;
	background:#FFF;
	margin:0 25px 0 10px;
	position:relative;
	display:inline-block;
}
#searchArea form{ border-radius:0;}
#keywords1{
	width: 174px;
	height: 20px;
	background:#FFF;
	border: 0;
	padding: 0 26px 0 10px;
	font-size:11px;
	line-height:20px;
	color:#999;
}
#searchArea input.search_subit{
	width:26px;
	height:20px;
	background:url(../image/common/btn_search.gif) no-repeat;
	display:block;
	border:0;
	cursor: pointer;
	margin:0 auto;
	text-indent:-9999px;
	position:absolute;
	top:0px;
	right:0px;
}

/*-------------*/

#headnav{
	display:inline-block;
	font-size:0;
	line-height:0;
}
#headnav li{
	font-size:11px;
	line-height:12px;
	display:inline-block;
}
#headnav li:first-child{
	border-right:dotted 1px #FFF;
	padding-right:10px;
	margin-right:10px;
}
#headnav a{ color:#FFF;}
#headnav a:hover{
	text-decoration:none;
	color:#FF2531;
}


/* globalnav */
/* -------------------------- */

#globalnav{ margin-top:25px;}
#gnav_btn{display:none;}

#globalnav ul{ font-size:0; line-height:0;}
#globalnav li{
	display:inline-block;
	font-size:12px;
	line-height:13px;
	margin-left:22px;
}
#globalnav li:first-child{ margin-left:0;}
#globalnav li a{
	display:inline-block;
	color:#FFF;
}
#globalnav li a:hover{
	text-decoration: none;
	color:#FF2531;
}


/* contents */
/* -------------------------- */

#contents:before, #contents:after { content: ""; display: block; }
#contents:after { clear: both; }
#contents { zoom: 1; margin:0 auto;}

#common #contents{
	width:980px;
	min-height:400px;
	padding-bottom:80px;
}
#common .material_subtop #contents{ width:auto;}

.contents_in{ width:980px; margin-left:auto; margin-right:auto;}


/* footer */
/* -------------------------- */

footer{ background:#000; color:#666; padding:30px 0 20px 0; position:relative;}
#footer_in{ width:980px; margin:0 auto;}

#footer01:before, #footer01:after { content: ""; display: block; }
#footer01:after { clear: both; }
#footer01 { zoom: 1; }

.footer01_right{
	width:30%;
	min-height:180px;
	background:url(../image/common/bg_footer_logo.jpg) no-repeat right top;
	padding-top:40px;
	float:right;
}
.footer_logo{
	width:187px;
	height:57px;
	background:url(../image/common/footer_logo.png) no-repeat;
	margin:0 auto;
	text-indent:-9999px;
}

.footer01_left:before, .footer01_left:after { content: ""; display: block; }
.footer01_left:after { clear: both; }
.footer01_left { zoom: 1; width:70%; float:left;}

.footnav01{
	width:23%;
	padding-right:1%;
	float:left;
}
.footnav01 li{
	font-size:11px;
	line-height:15px;
	margin-bottom:10px;
}
.footnav01 li a,.footnav02 li a{ color:#999;}
.footnav01 li a:hover,.footnav02 li a:hover{
	text-decoration:none;
	color:#FFF;
}

#footer02:before, #footer02:after { content: ""; display: block; }
#footer02:after { clear: both; }
#footer02 { zoom: 1; border-top:solid 1px #333; border-bottom:solid 1px #333; padding:10px 0;}

.footer02_left{ width:50%; float:left; margin-top:6px;}
.footer02_right{ width:50%; float:right; text-align:right;}

.footnav02{ font-size:0; line-height:0;}
.footnav02 li{
	display:inline-block;
	font-size:11px;
	line-height:16px;
	border-left:solid 1px #333;
	padding-left:15px;
	margin-left:15px;
}
.footnav02 li:first-child{
	border-left:0;
	padding-left:0;
	margin-left:0;
}

.footer_sns{ font-size:0; line-height:0;}
.footer_sns li{
	width:100px;
	display:inline-block;
	margin-left:25px;
}
.footer_sns li:first-child{ margin-left:0;}

footer small{
	display:block;
	text-align:center;
	margin-top:20px;
}


/* pagetop */
/* -------------------------- */

#topcontrol{z-index:150;}

a.pagetop {
	width: 70px;
	height: 70px;
	background: url(../image/common/pagetop%402x.gif) no-repeat 0 0;
	padding-top: 16px;
	overflow: hidden;
	display:block;
}




/* header_new */
/* ------------------------------------------------------------------------------ */

#header_new{
	border-bottom:1px solid #E5E5E5;
	background:#FFF;
	position:relative;
}
#header_in_new {
	height: 110px;
}

#header_top_new {
	width:94%;
	max-width:1200px;
	margin:0 auto;
	position:relative;
	background:#FFF;
}
#logo_new{
	position:absolute;
	left:0;
	top: 15px;
	z-index: 1;
}

#header_search_new {
	position:absolute;
	top: 18px;
	/* right:calc(50% - 600px); */
	/* right: 80px; */
	right: 120px;
	background:#F0F0F0;
	width:180px;
}

#header_search_new.h_kor {
	right: 120px;
}

#header_search_new .search_textbox {
	float:left;
	width:calc(100% - 30px);
	height:30px;
	line-height:30px;
	padding:0 5px 0 10px;
	background:#F0F0F0;
	border:none;
	border-radius:0;
	font-size:13px;
}

#header_search_new .search_subit{
	float:right;
	width:30px;
	height:30px;
	background:url(../image/common/top_search_btn_new.gif) no-repeat center center / 30px 30px;
	text-indent:-9999px;
	overflow: hidden;
	border:none;
	border-radius:0;
	cursor: pointer;
}
#header_search_new .search_subit:hover{
	opacity:0.7;
}
@media only screen and (min-width:691px) {
#headnav_new {
	position: absolute;
	top: 18px;
	/* right:calc(50% - 250px); */
	/* right: 430px; */
	right: 470px;
}

#headnav_new li{
	display:inline-block;
	margin-right:18px;
	padding-right:18px;
	position:relative;
	line-height:30px;
}
#headnav_new li a{
	font-size:12px;
	letter-spacing:0.03em;
	color:#333;
}

#headnav_new li:after{
	content:"";
	width:1px;
	height:18px;
	background:#999;
	position:absolute;
	top:calc(50% - 9px);
	right:0;
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
}
#headnav_new li:last-child{
	margin-right:0;
	padding-right:0;
}
#headnav_new li:last-child:after{
	display:none;
}
}

#header_lang_new {
	position: absolute;
	top: 18px;
	/* right:calc(50% - 414px); */
	/* right: 270px; */
	right: 310px;
	width:140px;
}

#header_lang_new.h_kor {
	right: 310px;
}

#header_lang_new_sp{
	display:none;
}

#header_lang_new select{
	width:140px;
	border:none;
	background:#FFF;
	color:#333;
	border:1px solid #E5E5E5;
	height:30px;
	line-height:30px;
	padding:0 13px;
	font-size:13px;
}
#header_lang_new select{
	width:140px;
	border:none;
	background:#FFF;
	color:#333;
	border:1px solid #E5E5E5;
	height:30px;
	line-height:30px;
	padding:0 10px;
	font-size:13px;
	margin:0;
}
#header_lang_new select option{
	padding:5px;
}


/* globalnav_new */
/* -------------------------- */

#gnav_btn_new{display:none;}

#gnav_bg{display:none;}

#globalnav_main_new {
	padding-top: 55px;
	max-width:1020px;
	margin:0 auto;
}

#gnav_btn_new_en{display:none;}

#gnav_bg_en{display:none;}

#globalnav_main_new_en{
	padding-top: 55px;
	max-width:930px;
	margin:0 auto;
}

#globalnav_main_new_kr{
	padding-top: 55px;
	max-width:930px;
	margin:0 auto;
}


@media only screen and (min-width:691px) {
#globalnav_main_new {
	display: flex;
	justify-content: center;
}
#globalnav_main_new > li{
	position: relative;
	/*margin: 0 40px;*/
	flex: 1 0 auto;
}
/*
#globalnav_main_new > li:nth-child(1){width:11.32% !important;}
#globalnav_main_new > li:nth-child(2){width:12.89% !important;}
#globalnav_main_new > li:nth-child(3){width:17.61% !important;}
#globalnav_main_new > li:nth-child(4){width:20.44% !important;}
#globalnav_main_new > li:nth-child(5){width:21.91% !important;}
#globalnav_main_new > li:nth-child(6){width:15.83% !important;}
*/

#globalnav_main_new > li > a {
	display:table-cell;
	height: 55px;
	vertical-align:middle;
	line-height:1.25;
	font-size:15px;
	font-weight:bold;
	text-align:center;
	letter-spacing:0.03em;
	position:relative;
	/*padding: 0 40px;*/
	padding: 5px 24px 0;
}

#globalnav_main_new > li > a:hover{
	text-decoration:none;
}

#globalnav_main_new > li > a:after{
	content:"";
	position:absolute;
	bottom:-1px;
	left:50%;
	width:0;
	height:2px;
	background:#D80A14;
	transition:0.5s;
}

#globalnav_main_new_en,
#globalnav_main_new_kr {
	display: flex;
	justify-content: center;
}

#globalnav_main_new_en > li,
#globalnav_main_new_kr > li {
	flex: 1 0 auto;
}

#globalnav_main_new_en > li > a:hover:after,
#globalnav_main_new_en > li.main_current > a:after,
#globalnav_main_new_en > li > a.mm-item-link-hover:after{
	left:0;
	width:100%;
}

#globalnav_main_new_en > li > a {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 55px;
	vertical-align:middle;
	line-height:1.25;
	font-size:15px;
	font-weight:bold;
	text-align:center;
	letter-spacing:0.03em;
	position:relative;
	padding: 5px 0 0;
	box-sizing: border-box;
}

#globalnav_main_new_en > li > a:hover{
	text-decoration:none;
}

#globalnav_main_new_en > li > a:after{
	content:"";
	position:absolute;
	bottom:-1px;
	left:50%;
	width:0;
	height:2px;
	background:#D80A14;
	transition:0.5s;
}

#globalnav_main_new_kr > li > a:hover:after,
#globalnav_main_new_kr > li.main_current > a:after,
#globalnav_main_new_kr > li > a.mm-item-link-hover:after{
	left:0;
	width:100%;
}

#globalnav_main_new_kr > li > a{
	display: flex;
	justify-content: center;
	align-items: center;
	height: 55px;
	vertical-align:middle;
	line-height:1.25;
	font-size:15px;
	font-weight:bold;
	text-align:center;
	letter-spacing:0.03em;
	position:relative;
	padding-top: 5px;
	box-sizing: border-box;
}

#globalnav_main_new_kr > li > a:hover{
	text-decoration:none;
}

#globalnav_main_new_kr > li > a:after{
	content:"";
	position:absolute;
	bottom:-1px;
	left:50%;
	width:0;
	height:2px;
	background:#D80A14;
	transition:0.5s;
}

.menuContents_in{
/*
	width:94%;
	max-width:900px;
	margin:0 auto;
*/
}

.menuContents li{
/*
	float:left;
	width:48.5%;
	margin:0 0 3% 3%;
*/
}
.menuContents li:nth-child(odd){
	clear:both;
	margin-left:0;
}
/*.menuContents li:last-child{
	clear:both !important;
	width:100% !important;
	margin:0 !important;
}*/
.menuContents li img{
	width:100%;
	height:auto;
}

.menuContents li a:hover{
	opacity:0.7;
}

.megamenu_btn a {
	display: flex;
	position: relative;
	height: auto;
	padding: 15px 30px 15px 10px;
	align-items: center;
	justify-content: flex-start;
	border-bottom: 1px solid #ccc;
	line-height: 1.5;
	/* text-align: center; */
	font-size: 13px;
	
	box-sizing: border-box;
}
.megamenu_btn a:hover{
	text-decoration:none;
}

.megamenu_btn a:after {
	content:"";
	width: 0;
	height: 0;
	border-top: 4px solid transparent;
	border-left: 5px solid #D80A14;
	border-bottom: 4px solid transparent;
	position:absolute;
	top:calc(50% - 4px);
	right:10px;
}
/*
.menuContents .megamenu_btn3 li {
	float:left;
	width:32%;
	margin:0 0 2% 2%;

}
.menuContents .megamenu_btn3 li:nth-child(odd){
	clear:none;
	margin-left:2%;
}
.menuContents .megamenu_btn3 li:nth-child(3n+1){
	clear:both;
	margin-left:0;
}
*/


}

/* footer_new */
/* -------------------------- */

#footer_new{
	background:#F6F6F6;
	border-top:1px solid #E5E5E5;
	padding:35px 0 0;
	color:#333;
	font-size:13px;
}

#footer_new a:hover img{
	opacity:0.7;
}

#footer_top_new{
	width:94%;
	max-width:1200px;
	margin:0 auto 50px;
}

#footer_logo_new{
	float:right;
	width:23.5%;
	text-align:center;
}
#footer_logo_new img{
	max-width:100%;
	height:auto;
}

#footer_banner_new{
	float:right;
	width:23.5%;
	text-align:center;
}
#footer_banner_new img{
	max-width:100%;
	height:auto;
}

#footer_memu_new{
	float:left;
	width:76.5%;
}
#footer_memu_new > ul > li{
	float:left;
	width:23.5%;
	margin-left:2%;
}
#footer_memu_new > ul > li:first-child{
	margin-left:0;
}

#footer_memu_new > ul > li li{
	line-height:1.5;
	margin-bottom:10px;
}

.footer_menu_title{
	color:#999;
	line-height:1.5;
	margin-bottom:10px;
}

#footer_bottom_new{
	background:#DDD;
	padding:10px 0;
	font-size:12px;
}
#footer_bottom_in_new{
	width:94%;
	max-width:1200px;
	margin:0 auto;
}

#footer_bottom_in_new ul{
	float:left;
}
#footer_bottom_in_new li{
	display:inline-block;
	padding:0 15px;
	border-right:1px solid #CCC;
}
#footer_bottom_in_new li:first-child{
	border-left:1px solid #CCC;
}

#copyright_new{
	float:right;
}

.pc_on {
	display: inline-block !important; 
}	
.tb_on {
  display: none;
}	
.sp_on {
	display: none; 
}
/* Management screen */
html.cssanimations .pc_on,
html.cssanimations .tb_on,
html.cssanimations .sp_on {
	display: block!important;
}


/* 2020.08 */
#sns_link {
	display: flex;
	position: absolute;
	/* right: 3%; */
	right: 0;
	top: 18px;
	z-index: 1;
}

#sns_link li {
	width: 30px;
	height: 30px;
	margin-left: 5px;
}
#sns_link img {
	width: 100%;
	height: 100%;
}
#sns_link a {
	display: block;
	width: 100%;
	height: 100%;
}
#footer_sns {
	float: right;
	width: 23.5%;
	padding: 0 3%;
}

#footer_banner_new #footer_sns {
	width: 100%;
	padding: 0 12%;
}


#footer_sns ul {
	display: flex;
	margin-top: 10px;
}

#footer_sns li {
	width: 30px;
	height: 30px;
	margin: 0 10px 0 0;
}

#footer_sns li img {
	width: 100%;
	height: auto;
}

#footer_sns li a {
	display: block;
	width: 100%;
	height: 100%;
}

@media only screen and (min-width:691px) {
	#globalnav_in_new {
		position: relative;
		width: 94%;
		max-width: 1200px;
		margin: 0 auto;
	}
}

/* 2306 - travil_iron */
.travil_iron_contents {
	background-color: #000;
}
.travil_iron_contents .green {
	color: #72b347;
}

.travil_iron_contents h3 {
	padding: 30px 5% 5px;
	border-bottom: solid 1px #72b347;
	color: #72b347;
	font-size: 180%;
	font-weight: bold;
	line-height: 1.5;
}

.travil_iron_contents h4,
.travil_iron_contents p {
	color: #fff;
	line-height: 1.8;
}

.travil_iron_contents h4 {
	font-size: 140%;
}

.travil_iron_contents p {
	font-size: 110%;
}
.travil_iron_contents_txt {
	font-size: 115%;
	line-height: 1.8;
}

.travil_iron_contents_wrap {
	position: relative;
	padding: 1% 5% 2%;
}

.travil_iron_contents_wrap .material_subbox07_right {
	padding-top: 0;
}

.travil_iron_contents_wrap.materials h3 {
	display: none;
}

.travil_iron_contents_wrap.materials .pic2 {
	position: absolute;
	left: 50%;
	top: 30px;
	width: 42%;
	transform: translateX(-50%);
}

.travil_iron_contents_wrap.materials ._flex {
	position: relative;
	z-index: 1;
	display: flex;
	justify-content: space-between;
	width: 100%;
	padding-top: 80px;
}

.travil_iron_contents_wrap.materials ._flex div {
	width: 35%;
}

.travil_iron_contents_wrap.materials ._flex div h4 {
	margin-bottom: 10px;
	padding: 0 5%;
}

.travil_iron_contents_wrap.materials ._flex div p {
	font-size: 100%;
}
.travil_iron_contents_wrap.materials .txt_center {
	width: 55%;
	margin: 80px auto 0;
}
.travil_iron_contents_wrap.materials .copy {
	margin: 30px auto 0;
	font-size: 240%;
	text-align: center;
	color: #72b347;
}

.material_subbox07_right.travil_iron_contents_change {
	width: 50%;
	float: left;
	padding-top: 0;
}

.travil_iron_tourplayer {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 2% 2% 1%;
}

.travil_iron_tourplayer .material_subbox07_left {
	font-size: 150%;
}

.travil_iron_tourplayer + p {
	text-align: center;
	font-size: 115%;
}

.travil_iron_contents_change ul {
	display: flex;
	flex-wrap: wrap;
}

.travil_iron_contents_change li {
	width: 40%;
	margin: 0 10px 10px 0;
	padding: 15px 0 10px;
	border-radius: 10px;
	text-align: center;
	color: #fff;
	font-size: 115%;
}

.travil_iron_contents_change li span {
	display: inline-block;
	margin-bottom: 5px;
	font-size: 110%;
}

.travil_iron_contents_change li.color_blue {
	border: solid 2px #0098ff;
}

.travil_iron_contents_change li.color_orange {
	border: solid 2px #ff9900;
}

.travil_iron_contents_change li.color_blue strong,
.travil_iron_contents_change li.color_orange strong {
	color: #72b347;
	font-size: 130%;
}

@media only screen and (max-width:690px) {
	.travil_iron_contents h3 {
		margin-bottom: 10px;
		padding: 5% 5% 5px;
		font-size: 4.5vw;
	}

	.travil_iron_contents h4 {
		padding-top: 0;
		font-size: 4vw;
		line-height: 1.5;
	}

	.travil_iron_contents h4 span {
		display: block;
	}

	.travil_iron_contents p {
		font-size: 110%;
		text-align: justify;
	}

	.material_subbox07_left.pic1 img {
		width: 50%;
	}

	.travil_iron_contents_wrap.materials h3 {
		display: block;
		margin: 30px 0 10px;
		padding: 0 0 0 10px;
		line-height: 1;
		border: none;
		border-left: 4px solid #72b347;
	}

	.travil_iron_contents_wrap.materials .pic2 {
		position: relative;
		left: 0;
		top: 0;
		width: 100%;
		transform: none;
		margin: 20px auto 0;
	}

	.travil_iron_contents_wrap.materials ._flex {
		flex-direction: column;
		padding-top: 0;
	}
	
	.travil_iron_contents_wrap.materials ._flex div {
		width: 100%;
	}

	.travil_iron_contents_wrap.materials ._flex div h4 {
		width: 60%;
		margin: 15px 0;
		padding: 0;
	}
	
	.travil_iron_contents_wrap.materials ._flex div p {
		font-size: 110%;
	}

	.travil_iron_contents_wrap.materials .txt_center {
		width: 100%;
		margin: 0 auto;
	}

	.travil_iron_contents_wrap.materials .copy {
		font-size: 170%;
	}

	.material_subbox07_right.travil_iron_contents_change {
		width: 100%;
		float: none;
		padding-top: 0;
	}

	.travil_iron_tourplayer {
		flex-direction: column;
		padding: 5%;
	}

	.travil_iron_tourplayer .material_subbox07_left {
		margin-bottom: 20px;
		text-align: center;
	}

	.travil_iron_tourplayer + p {
		padding: 0 5%;
	}
	
	.travil_iron_contents_change ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	
	.travil_iron_contents_change li {
		width: 49%;
		margin: 0 0 2%;
		padding: 5px 0;
	}
}

/* 231013 */
.gnav_bnr_50th {
	display: none;
}

.footer_50th {
	width: 600px;
	margin: 20px 0 0 300px;
}

.footer_50th img {
	width: 100%;
	height: auto;
}

@media only screen and (max-width:690px) {
	.footer_50th {
		width: 100%;
		margin: 0 auto 30px;
	}
}