@charset "UTF-8";

/* FONTS */
@font-face {
    font-family: 'Nanum Gothic';
    font-style: normal;
    font-weight: 400;
    src: local('Nanum Gothic Regular'), local('NanumGothic-Regular'),
    url(../fonts/NanumGothic-Regular.eot),
    url(../fonts/NanumGothic-Regular.eot?#iefix) format('embedded-opentype'),
    url(../fonts/NanumGothic-Regular.woff) format('woff'),
    url(../fonts/NanumGothic-Regular.otf) format('opentype');
}
@font-face {
    font-family: 'Nanum Gothic';
    font-style: normal;
    font-weight: 700;
    src: local('Nanum Gothic Bold'), local('NanumGothic-Bold'),
    url(../fonts/NanumGothic-Bold.eot),
    url(../fonts/NanumGothic-Bold.eot?#iefix) format('embedded-opentype'),
    url(../fonts/NanumGothic-Bold.woff) format('woff'),
    url(../fonts/NanumGothic-Bold.otf) format('opentype');
}

@font-face {
    font-family: 'Noto Sans Korean';
    font-style: normal; 
    font-weight: 900;
    src: local('Noto Sans Bold'), local('NotoSans-Bold'),
    url(../fonts/NotoSansKR-Bold.eot),
    url(../fonts/NotoSansKR-Bold.eot?#iefix) format('embedded-opentype'),
    url(../fonts/NotoSansKR-Bold.woff) format('woff'),
    url(../fonts/NotoSansKR-Bold.otf) format('opentype');
}

*,
*:before,
*:after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

img {
    border: 0;
    vertical-align: top;
}

ul {
    list-style: none;
}

input,
select,
button {
    vertical-align: middle;
}

label, button {
    cursor: pointer;
}

a {
    color: #333;
    text-decoration: none;
}

.is-hidden {
    overflow: hidden;
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    clip: rect(0,0,0,0);
}

.is-drawer-open {
    overflow-x: hidden;
    overflow-y: scroll;
}
.is-drawer-open body {
    overflow: hidden;
    height: 100vh;
}

.popup-open {
    overflow-x: hidden;
    overflow-y: hidden;
    
}
.popup-open body {
    overflow-x: hidden;
	overflow-y: scroll;
}

body {
    overflow-x: hidden;
    overflow-y: scroll;
    font-size: 16px;
    line-height: 1.5;
    font-family: 'Nanum Gothic', sans-serif;
}

.skip_navigation a {
    position: absolute;
    top: -50px;
    left: 0;
    z-index: 5000;
    width: 100%;
    padding: 10px 0;
    background-color: rgba(0,0,0,.6);
    color: #fff;
    font-size: 15px;
    text-shadow: 1px 1px 0 rgba(0,0,0,.5);
    text-align: center;
}
.skip_navigation a:focus,
.skip_navigation a:hover,
.skip_navigation a:active {
    top: 0;
}

/*  header */
.header {
	position: relative;
	width: 100%;
	height: 40px; 
	background-color: #fff;
	z-index: 10;
}
.header .aligner {
	position: relative;
	width: 100%;
	height: 40px; 
	margin: 0 auto;
}
/* 171212_수정 */
.top_logo {
	position: absolute; 
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
}
.top_logo a {
	display: block;
	padding: 10px 0;
}
.top_logo img {
	display: block;
	height: 20px;
}
/* // 171212_수정 */

.gnb {
	display: none;
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.gnb > ul:after {
	content: "";
	display: block;
	clear: both;
}
.gnb > ul > li {
	float: left;
	min-width: 165px;
	position: relative; 
}
.gnb > ul > li.active > a { 
	color: #e61a11;
}
.gnb > ul > li > a {
	display: block;
	padding: 27px 50px;
	color: #111;
	font-size: 18px;
	text-align: center;
	font-weight: 700;
}
.gnb > ul > li > ul {
	display: none;
	position: absolute;
	top: 80px;
	left: 0;
	width: 100%;
	padding-bottom: 10px;
	background-color: #fff;
	z-index: 10;
}
.gnb > ul > li > ul.active {
	display: block;
}
.gnb > ul > li > ul > li > a {
	display: block;
	width: 100%;
	padding: 8px 0;
	color: #111;
	font-size: 14px;
	text-align: center;
}
.gnb > ul > li > ul > li > a:hover {
	color: #e61a11;
	font-weight: 700;
}

.l-drawer__trigger {
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    padding: 12px 15px 11px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.l-drawer__bar {
    width: 20px;
    height: 3px;
    background: #555;
	text-indent: -9999px;
}
.l-drawer__bar + .l-drawer__bar {
    margin-top: 4px;
}
.l-drawer__dim {
    visibility: hidden;
    opacity: 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: visibility .4s, opacity .4s, background-color .4s;
}
.is-drawer-open .l-drawer__dim {
    visibility: visible;
    opacity: 1;
    background-color: rgba(0,0,0,.6);
}
.l-drawer {
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    position: absolute;
    top: 0;
    left: -255px;
    z-index: 20;
    width: 255px;
    height: 100%;
    border-left: 1px solid #e7e7e7;
    background-color: #fff;
    transition: left .6s cubic-bezier(0.86, 0, 0.07, 1);
}
.is-drawer-open .l-drawer {
    left: 0;
}
.l-drawer > ul > li {
    border-bottom: 1px solid #e5e5e5;
}
.l-drawer > ul > li > a {
    display: block;
    position: relative;
    padding: 10px 40px 10px 15px;
    background-color: #f5f5f5;
    font-weight: 700;
}
.l-drawer > ul > li > a:after {
    content: " ";
    display: block;
    position: absolute;
    top: 50%;
    right: 15px;
    width: 12px;
    height: 12px;
    background-image: url(../images/common/l-drawer__toggle.png);
    background-size: 24px 12px;
    background-position: 0px 0px;
    background-repeat: no-repeat;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.l-drawer > ul > li.subMenuOn > a {
    border-bottom: 1px solid #e5e5e5;
    color: #ee2d23;
}
.l-drawer > ul > li.subMenuOn > a:after {
    background-position: -12px 0px;
}
.l-drawer > ul > li > ul {
    display: none;
}
.l-drawer > ul > li.subMenuOn > ul {
    display: block;
}
.l-drawer > ul > li > ul > li + li {
    border-top: 1px solid #e5e5e5;
}
.l-drawer > ul > li > ul > li > a {
    display: block;
    position: relative;
    padding: 10px 40px 10px 15px;
    color: #222;
}
.l-drawer > ul > li > ul > li.subMenuOn > a {
    color: #ee2d23;
}
.l-drawer > ul > li > ul > li.sub3Depth > a:after {
    content: " ";
    display: block;
    position: absolute;
    top: 50%;
    right: 15px;
    width: 12px;
    height: 12px;
    background-image: url(../images/common/l-drawer__toggle.png);
    background-size: 24px 12px;
    background-position: 0px 0px;
    background-repeat: no-repeat;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.l-drawer > ul > li > ul > li.subMenuOn > a:after {
    background-position: -12px 0px;
}
.l-drawer > ul > li > ul > li > ul {
    display: none;
}
.l-drawer > ul > li > ul > li.subMenuOn > ul {
    display: block;
}
.l-drawer > ul > li > ul > li > ul > li > a {
    display: block;
    position: relative;
    padding: 5px 13px 5px 26px;
    color: #666;
    font-size: 14px;
}
.l-drawer > ul > li > ul > li > ul > li.subMenuOn > a {
    color: #ee2d23;
}
.l-drawer > ul > li > ul > li > ul > li > a:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 17px;
    width: 2px;
    height: 2px;
    background-color: #666;
    -webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.l-drawer__close {
    display: block;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    width: 50px;
    height: 50px;
    background: url(../images/common/l-drawer__close.png) no-repeat 50% 50%;
    background-size: 25px 25px;
    text-indent: -9999px;
    transition: visibility .6s, opacity .6s, left .4s .2s;
}
.is-drawer-open .l-drawer__close {
    visibility: visible;
    opacity: 1;
    left: 255px;
}

/* 171212_수정 */
.footer {
    background-color: #fff;
}
/* .footer_inner {
	background-color: #7f7f7f;
	border-top: 1px solid #707070;
} */
.footer_inner:first-child { /* 추가 */
	background-color: #494949;
}
/* // 171212_수정 */

.footer_aligner .footer_link:before,
.footer_aligner .footer_link:after {
    content: " ";
    display: table;
}
.footer_aligner .footer_link:after {
    clear: both;
}
.footer_aligner .footer_link li {
    float: left;
    width: 50%;
    text-align: center;
    position: relative;
}
/* 171212_수정 */ 
/* .footer_aligner .footer_link li + li:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 1px;
    height: 11px;
    background-color: #fff;
} */
.footer_aligner .footer_link li a {
	display: block;
	padding: 15px 0;
    color: #fff;
    font-size: 14px;
	font-weight: 700;
}
.footer_aligner .footer_link li:first-child a {
	color: #ffcd12;
}
.family_site {
	position: relative;
	border-top: 1px solid #707070;
	background-color: #151515;
}
/* 171212_수정 */
.family_site > a {
	padding: 15px 24px;
}
.family_site__trigger {
    display: block;
	position: relative; 
	padding: 7px 0;
    color: #fff;
    font-size: 12px;
	text-align: left;
}
.family_site__trigger:after {
    content: " ";
    display: block;
	position: absolute;
	top: 50%;
	right: 24px;
    width: 15px;
    height: 9px;
    background: url(../images/common/family-site__trigger.png) no-repeat;
	background-position: 0 -9px;
	-webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
/* // 171212_수정 */ 
.family_site--active .family_site__trigger:after {
    background-position: 0 0;
}
/* 171212_수정 */ 
.family_site__list {
    visibility: hidden;
    opacity: 0;
    position: absolute;
	bottom: 48px;
    right: 0px;
    z-index: 90;
	width: 100%;
    box-shadow: 0 10px 20px 0 rgba(0,0,0,.1);
    border: 1px solid #e7e7e7;
    background-color: #eaeaea;
    transition: visibility .4s, opacity .4s;;
}
/* // 171212_수정 */ 
.family_site--active .family_site__list {
    visibility: visible;
    opacity: 1;
}
/* 171212_수정 */
.family_site__list > li > a {
    display: block;
	width: 100%;
    padding: 13px 24px;
    font-size: 12px;
	text-align: left;
}
/* // 171212_수정 */
.family_site__list > li > a:hover,
.family_site__list > li > a:focus {
    background-color: #f1f1f1;    
}

/* 171212_수정 */
.footer_info {
	padding: 60px 15px 10px 15px;
	background-image: url('../images/common/footer_logo.png');
	background-size: auto 20px;
	background-repeat: no-repeat;
	background-position: center 20px;
}
/* // 171212_수정 */
.footer_list::before,
.footer_list:after {
	content: " ";
	display: table;
}
.footer_list:after {
	clear: both;
}
/* 171212_수정 */
.footer_list {
	font-size: 0;
	text-align: center;
}
.footer_list li { 
	display: inline-block;
	color: #666;
	font-size: 12px;
	letter-spacing: -0.5px;
}
.footer_list li:first-child {
	display: block;
}
/* // 171212_수정 */
.footer_list li:nth-child(3) {
	margin-left: 10px;
}
/* 171212_수정 */
.footer_copyright {
	margin-top: 5px;
	color: #000;
	font-size: 12px;
	font-style: normal;
	font-weight: 700;
	text-align: center;
}
.footer_copyright > a {
	display: inline-block;
}
/* // 171212_수정 */


@media ( min-width: 1260px ) {
	.header {
		height: 80px;
	}
	.header.main-header {
		position: absolute;		
	}
	.header .aligner {
		width: 1260px;
		height :80px;
	}	

	.top_logo {
		top: 50%;
		left: 0;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	/* 171212_수정 */
	.top_logo a {
		padding: 23px 0;
	}

	.top_logo img {
		height: 31px;
	}
	/* // 171212_수정 */

	.gnb {
		display: block;
	}

	.l-drawer__trigger {
        display: none;
    }
    .l-drawer__close {
        display: block;
    }

	/* 171212_수정 */
	.footer {
        width: 100%;
        z-index: 10000;
    }
	.main-footer {
		position: relative;
	}
    .footer_inner {
        position: relative;
        max-width: 100%;
        margin: 0 auto;
    }
    .footer_aligner {
        position: relative;
        max-width: 1260px;
        margin: 0 auto;
    }
    .footer_aligner .footer_link li {
        width: auto;
    }
    .footer_aligner .footer_link li + li {
        margin-left: 50px;
    }
    .family_site {
        position: absolute;
        right: 0;
        top: 0;
        width: 230px;
		border-top: 0;
        text-align: center;
    }
    .family_site > a {
        display: block;
        padding: 17px 24px;
        color: #fff;
        font-size: 11px
    }
	/* // 171212_수정 */
    .family_site > a:after {
        right: 11px;
    }
    .family_site.family_site_on {
        background-color: #eaeaea;
    }
    .family_site.family_site_on a {
        color: #333;
    }
    .family_site.family_site_on > a:after {
        background-position: -11px 0px;
    }
	/* 171212_수정 */
	.family_site__list {
		bottom: 50px;
	}
	/* // 171212_수정 */
    .family_site .family_site_list {
        display: none;
        position: absolute;
        left: 0;
        bottom: 30px;
        width: 100%;
        background-color: #eaeaea;
    }
    .family_site.family_site_on .family_site_list {
        display: block;
    }
    .family_site.family_site_on li a {
        display: block;
        padding: 13px 16px;
        font-size: 11px;
    }
    .family_site.family_site_on li a:hover {
        color: #e61a11;
    }
	
	/* 171212_수정 */
	.footer_info {
		padding: 27px 0 26px 215px;
		background-position: left center;
		background-size: auto auto;
	} 
	.footer_list { /* 추가 */
		text-align: left;
	}
	.footer_list li {
		font-size: 14px;
		text-align: left;
	}
	.footer_list li:first-child {
		display: inline-block;
	}
	/* // 171212_수정 */
	.footer_list li + li {
		margin-left: 7px; 
	}
	.footer_list li:nth-child(3) {
		margin-left: 7px;
	}
	
	/* 171212_추가 */
	.footer_copyright {
		font-size: 14px;
		text-align: left;
	}
	/* // 171212_수정 */
    
}

/* LAYOUT */
.wrap { 
	position: relative; 
}
.sub_visual {
	display: none;
    padding-top: 160px;
    background-repeat: no-repeat;
    background-position: 50% 100%;
    background-size: cover;
}
.sub_visual.visual_tourist-information {
	background-image: url(../images/pages/visual_tourist-information.jpg);
}
.sub_visual.visual_display {
	background-image: url(../images/pages/visual_display.jpg);
}
.sub_visual.visual_postage-stamp {
	background-image: url(../images/pages/visual_postage-stamp.jpg);
}
.sub_visual.visual_articipation {
	background-image: url(../images/pages/visual_articipation.jpg);
}
.sub_visual.visual_sitemap {
	background-image: url(../images/pages/visual_sitemap.jpg);
}

.breadcrumbs {
	text-align: right;
}
.breadcrumbs_aligner {
	margin: 0 auto;
	padding: 0 15px;
	border-top: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
}
.breadcrumbs_aligner:before,
.breadcrumbs_aligner:after {
	content: " ";
	display: table;
}
.breadcrumbs_aligner:after {
	clear: both;
}
.breadcrumbs_paths {
	float: right; 
}
.breadcrumbs_path {
	float: left;
	position: relative; 
	padding: 11px 0 11px 12px;
	margin-left: 9px;
	color: #555;
	font-size: 12px;
}
.breadcrumbs_path:last-child {
	color: #303030;
	font-weight: 700;
}
.breadcrumbs_path + .breadcrumbs_path:before {
    content: " ";
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 7px;
    height: 12px;
    background: url(../images/pages/l-breadcrumbs__arrow.png) no-repeat;
    background-size: 7px 12px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.breadcrumbs_home {
	width: 15px;
	height: 13px;
	margin: 2px 0;
	background: url(../images/pages/breadcrumb_home.png) no-repeat left center;
	background-size: 15px 13px;
	font-size: 0;
	text-indent: -9999px;
}

.container {
	max-width: 1260px;
	margin: 0 auto;
}
.container:before,
.container:after {
	content: " ";
	display: table;
}
.container:after {
	clear: both;
}

.aside {
	display: none;
	position: relative;
	float: left;
	width: 230px;
}
.lnb_heading {
	display: table;
    table-layout: fixed;
    border-collapse: collapse;
    border-spacing: 0;
	position: absolute;
	top: -110px;
	left: 0;
	width: 230px;
	height: 110px;
	background: url(../images/pages/aside_heading.png) no-repeat;
}
.lnb_heading-aligner {
	display: table-cell;
	width: 100%;
	padding: 32px 0;
	color: #fff;
	font-size: 30px;
	text-align: center;
	font-weight: 700;
	vertical-align: middle;
}
.lnb > ul > li {
	border-bottom: 1px solid #e6e6e6;
}
.lnb > ul > li:first-child {
	border-top: 1px solid #e6e6e6;
}
.lnb > ul > li.subMenuOn > a { 
	color: #e61a11;
	font-weight: 700;
}
.lnb > ul > li > a {
	display: block;
	position: relative;
	padding: 15px 20px;
	color: #303030;
	font-size: 16px;
}
.lnb > ul > li:hover > a {
	color: #e61a11;
}
.lnb > ul > li.depth_active:hover > a:after {
	background: url('../images/pages/lnb-arrow_active.png') no-repeat;
	background-position: 0 -8px;
}
.lnb > ul > li.sub3Depth > a:after {
	content: " ";
	display: block;
	position: absolute;
	top: 50%;
	right: 15px;
	width: 12px;
	height: 8px;
	background: url('../images/pages/lnb-arrow.png') no-repeat;
	background-position: 0 -8px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.lnb > ul > li.sub3Depth.subMenuOn > a:after {
	content: " ";
	display: block;
	position: absolute;
	top: 50%;
	right: 15px;
	width: 12px;
	height: 8px;
	background: url('../images/pages/lnb-arrow_active.png') no-repeat;
	background-position: 0 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.lnb > ul > li.subMenuOn > ul {
	display: block;
}
.lnb > ul > li > ul {
	display: none;
	border-top: 1px solid #e6e6e6;
}
.lnb > ul > li > ul > li {
	padding: 0 30px;
}
.lnb > ul > li > ul > li > a:before {
	content: "-";
	position: absolute;
	top: 5px;
	left: 0px;
}
.lnb > ul > li > ul > li > a {
	display: block;
	position: relative; 
	padding: 7px 0 7px 10px;
	color: #303030;
	font-size: 14px;
} 
.lnb > ul > li > ul > li.subMenuOn , .lnb > ul > li > ul > li:hover {
	background-color: #f5f5f5;
	font-weight: 700;
}

.content {
	float: none;
	position: relative;
	width: auto;
	padding: 20px 15px 50px;
}

@media ( min-width: 1260px ) {
	.sub_visual {
		display: block;
	}
	
	.aside {
		display: block;
	}
	
	.breadcrumbs_aligner {
		max-width: 1260px;
	}
	.breadcrumbs_path {
		padding: 18px 0 18px 19px;
		margin-left: 16px;
		font-size: 13px;
	}
	.breadcrumbs_home {
		width: 20px;
		height: 18px;
		margin: 0;
		background-size: 20px 18px;
	}

	.content {
		float: left;
		width: 1030px;
		min-height: 400px;
		padding: 40px 0 100px 50px;
	}
}



/* COMPONENTS */
.section {
	position: relative;
	margin-bottom: 40px;
}
.section.gray-top {
	padding: 20px 0;
	border-top: 1px solid #ddd;
}
.section_frames {
	text-align: center;
	font-size: 0;
}
.section_frames.align-left {
	text-align: left;
}
.section_frame {
	position: relative;
}
.section_frame + .section_frame {
	margin-top: 10px;
}
.section_frame img {
	max-width: 100%;
}

.frame-explain {
    display: block;
    padding: 14px 0;
	color: #000;
	font-size: 15px;
    font-weight: 700;
    text-align: center;
}

.headings { 
	margin-bottom: 25px; 
}
.headings .heading1 {
	margin-bottom: 5px;
}
.headings .heading2 {
	margin-bottom: 0;
}

.heading {
	margin-bottom: 35px;
	font-size: 24px;
	color: #111;
	font-weight: 700;
}

.heading1 {
	position: relative;
	margin-bottom: 25px;
	padding-top: 10px;
	font-size: 18px;
	color: #111;
	font-weight: 700;
	letter-spacing: -0.5px;
}
.heading1:before {
	content: " ";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 30px;
	height: 1px;
	background-color: #e61a11;
}
.heading1_em {
	display: block;
	font-size: 16px;
	color: #bababa;
	font-style: normal;
	font-weight: 700;
	vertical-align: middle;
}
.heading1.bullet {
	padding-top: 0;
	padding-left: 17px;
}
.heading1.bullet:before {
	content: " ";
    display: block;
    position: absolute;
    top: 9px;
    left: 0;
    width: 10px;
    height: 10px;
    border: 3px solid #c42047;
    background-color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.heading2 {
	margin-bottom: 35px;
	color: #bababa;
	font-size: 16px;
	font-weight: 700;
}

.heading3 {
	font-size: 15px;
	font-weight: 700;
}

.paragraph_box {
    position: relative;
    padding-top: 20px;
    margin-top: 40px;
}
.paragraph_box:before {
    content: " ";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 30px;
	height: 1px;
	background-color: #e61a11;
}

.paragraph {
	font-size: 13px;
	color: #555;
	line-height: 1.7;
}
.paragraph.brown {
	color: #80533d;
}
.paragraph + .paragraph {
	margin-top: 15px;
}

.caption {
	font-size: 13px;
	color: #555;
	line-height: 1.7;
}

.emphasis {
	color: #e61a11;
	font-size: inherit;
	font-weight: 700;
}
.emphasis.dark {
	color: #a6130c;
}

.tab {
	margin-bottom: 20px;
}
.tab_list {
	border-top: 1px solid #bababa;
	border-bottom: 1px solid #bababa;
	font-size: 0;
	text-align: center;
}
.tab_list > li {
	display: inline-block;
	text-align: center;
}
.tab_list > li.active > a {
	color: #e61a11;
	font-weight: 700;
}
.tab_list > li > a {
	display: block;
	position: relative;
	min-width: 100px;
	padding: 7px 10px;
	color: #898989;
	font-size: 13px;
}
.tab_list > li > a:before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	width: 1px;
	height: 13px;
	background-color: #898989;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.tab_list > li > a:after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: -1px;
	width: 1px;
	height: 13px;
	background-color: #898989;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

@media ( min-width: 1260px ) {
	.section.gray-top {
		padding: 40px 0;
	}
	.section_frame {
		display: inline-block;	
	}
	.section_frame + .section_frame {
		margin-top: 0;
		margin-left: 10px;
	}

	.frame-explain {
		position: absolute;
		bottom: 0;
		width: 100%;
		background-color: rgba(21,21,21,.7);
		color: #fff;
    }
	
	.heading {
		font-size: 36px;
	}
	.heading1 {
		padding-top: 20px;
		font-size: 24px;
	}
	.heading1_em {
		display: inline-block;
		padding-left: 10px;
		font-size: 20px;
	}
	.heading1.bullet:before {
		top: 12px;
	}
	.heading2 {
		font-size: 20px;
	}
	.heading3 {
		font-size: 17px;
	}

	.paragraph {
		font-size: 15px;
	}
	.paragraph + .paragraph {
		margin-top: 30px;
	}

	.caption {
		font-size: 15px;
	}
	
	.tab {
		margin-bottom: 40px;
	}
	.tab_list {
		border-top: 0;
		border-bottom: 0;
	}
	.tab_list > li {
		border-top: 1px solid #bababa;
		border-bottom: 1px solid #bababa;
	}
	.tab_list > li.active {
		border-top: 3px solid #e61a11; 
	}
	.tab_list > li.active > a {
		padding: 14px 0 15px 0;
		color: #111;
	}
	.tab_list > li + li {
		margin-left: 10px;
	}
	.tab_list > li > a {
		min-width: 260px;
		padding: 15px 0;
		font-size: 16px;
	}
	.tab_list > li > a:before { display: none; }
	.tab_list > li > a:after { display: none; }\
}

/* 팝업 */
.display-popup_dim {
	overflow-x: hidden;
	overflow-y: auto;
    visibility: hidden;
    opacity: 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	padding-top: 50px;
    transition: visibility .4s, opacity .4s, background-color .4s;
	z-index: 11000;
}
.display-popup_dim:before,
.display-popup_dim:after {content: " ";display: table;}
.display-popup_dim:after {clear: both;}

.display-popup_dim.active {
	visibility: visible;
    opacity: 1;
    background-color: rgba(0,0,0,.6);
}

.display-popup {
	position: relative;
	width: calc( 100% - 60px );
	height: 100%;
	margin: 0 30px;
}
.display-popup_aligner {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	max-height: 100%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.display-popup_header {
	position: relative;
	padding-left: 15px;
	background-color: #fff;
	border-bottom: 1px solid #ddd;
}
.display-popup_title {
	position: relative;
	padding: 7px 60px 7px 59px;
	font-size: 15px;
	color: #303030;
	font-weight: 700;
	text-align: left;
}
.display-popup_title:before {
	content: " ";
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	width: 49px;
	height: 24px;
	background: url('../images/pages/display-popup_title.png') no-repeat 0 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.display-popup_close {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 40px;
	height: 100%;
	background-color: #a6130c;
	text-indent: -9999px;
}
.display-popup_close:after{
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 100%;
	background: url('../images/pages/display-popup_close.png') no-repeat center center;
	background-size: 15px auto;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.display-popup_content {
	margin-bottom: 50px;
	padding: 20px;
	background-color: #f5f5f5;
}
.display-popup_content.white {
	background: #fff;
}
.display-popup_player {
	position: relative;
	height: 0;
	padding: 37% 0;
	margin-bottom: 10px;
	border: 1px solid #e6e6e6;
}
.display-popup_player iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.display-popup_image {
	margin-bottom: 10px;
	text-align: center;
}
.display-popup_image img {
	max-width: 100%;
}
.display-popup_detail {
	max-height: 300px;
	overflow-x: hidden;
	overflow-y: auto;
	padding: 15px 10px;
	border: 1px solid #e6e6e6;
	background-color: #fff;
	text-align: left;
}
.display-popup_text {
	color: #555;
	font-size: 13px;
}
.display-popup_text + .display-popup_text {
	margin-top: 30px;
}
.display-popup_text-red {
	margin-bottom: 20px;
	color: #e61a11;
	font-size: 15px;
	font-weight: 700;
}
.display-popup_text-bold {
	margin-bottom: 10px;
	color: #303030;
	font-weight: 700;
}



@media ( min-width: 1260px ) {
	.display-popup {
		width: 980px;
		margin: 0 auto;
	}
	.display-popup_content {
		padding: 30px;
	}
	.display-popup_header {
		padding-left: 30px;
	}
	.display-popup_title {
		padding: 14px 80px 14px 59px;
		font-size: 24px;
	}
	.display-popup_close {
		width: 60px;
	}
	.display-popup_close:after {
		background-size: 30px auto;
	}
	.display-popup_detail {
		padding: 25px 20px;
	}
	
	.display-popup_text {
		font-size: 15px;
	}
	.display-popup_text-red {
		font-size: 20px
	}

}

/* 이미지 팝업 (축소) */
.expansion-view {
	font-size: 0;
}
.expansion-view:before,
.expansion-view:after {content: " ";display: table;}
.expansion-view:after {clear: both;}

.expansion-view_item {
	display: inline-block;
	width: 33.333333%;
	text-align: center;
}
.expansion-view_item:nth-child(2) ~ .expansion-view_item {
	margin-top: 20px;
}
.expansion-view_item:hover  > a:before, .expansion-view_item.active > a:before {
	content: " ";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 3px solid #e61a11;
}
.expansion-view_item > a {
	display: inline-block;
	position: relative;
}
@media ( min-width: 1260px ) {
	.expansion-view_item {
		float: none;
		display: inline-block;
		width: auto;
	}
	.expansion-view_item + .expansion-view_item {
		margin-left: 10px;
	}
	.expansion-view_item:nth-child(2) ~ .expansion-view_item {
		margin-top: 0;
	}
	.expansion-view_item > a {
		display: block;
	}
}


/* 171106 추가수정 */
.section.section-small {
	margin-bottom: 20px;
}