@charset "UTF-8";

.main {
	position: relative;
	margin: 0;
	font-size: 1em;
	clear: both;
	padding: 0;
}

.header {
	transition: all 0.1s ease-in-out;
}

.main.focus .header {
	background-color: rgba(255, 255, 255, 0);
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
	z-index: 200;

}

.main.focus .gnb-area .fr > dl dt > button {
	background-image: url(../img/icon/icon_arrow_down01_white.gif);
	color: #fff;
	transition: all 0.2s ease-in-out;
}

.main.focus .gnb-area .fr > dl dt > button.active {
	background-image: url(../img/icon/icon_arrow_up01_white.gif);
		transition: all 0.2s ease-in-out;
}

.main.focus .gnb-area .fr > .gnb-menu > li {
	background: url(../img/icon/icon_bar01_white.png) no-repeat left center;
	transition: all 0.2s ease-in-out;
}

.main.focus .gnb-area .fr > .gnb-menu > li:first-child {
	background: transparent;
}

.main.focus .gnb-area .fr > .gnb-menu > li > a {
	color: #fff;
	transition: all 0.2s ease-in-out;
}

.main.focus .gnb-area .fr > .gnb-menu > li > a:hover {
	color: #fff;
	text-decoration: underline;
	transition: all 0.2s ease-in-out;
}

.main.focus .big-small-wrapper > li > button.big  {
	background-image: url(../img/button/btn_plus01_white.gif);
	transition: all 0.2s ease-in-out;
}

.main.focus .big-small-wrapper > li > button.small {
	background-image: url(../img/button/btn_minus01_white.gif);
	transition: all 0.2s ease-in-out;
}

.header-wrapper,
.main.focus .header-wrapper {
	background-color: rgba(255, 255, 255, 0);
}

.wrapper.fixed.main.focus .header-wrapper {
	background-color: rgba(255, 255, 255, 0.98);
}

.main.focus .top-search-area {
	border-bottom: 1px solid #fff;
}

.main .top-search-area > input[type="search"] {
	color: #4d4d4d;
}

.main.focus .top-search-area > input[type="search"] {
	background: rgba(255, 255, 255, 0);
	color: #fff;
	text-shadow: 1px 1px 1px #000;
}

.main.focus .top-search-area > button {
	background-image: url(../img/button/btn_search01_white.png);
}

.main.focus .header-area > h1 {
	position: relative;
	float: left;
	width: 202px;
	height: 58px;
}


.main .header-area > h1 > a {
	display: block;
	width: 202px;
	height: 58px;
	background-image: url(../img/common/logo02.png);
	background-repeat: no-repeat;
	background-size: 202px 116px;
	background-position: 0 -58px;
	transition: all 0.2s ease-in-out;
}


.main.focus .header-area > h1 > a {
	background-position: 0 0;
}

.main.focus .header-area > h1 > a > img,
.main .header-area > h1 > a > img {
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	width: 1px;
	height: 1px;
	font-size: 0;
	line-height: 100px;
	white-space: nowrap;
}

.wrapper.fixed.main .header-area > h1 > a {
	background: transparent;
}

.wrapper.fixed.main .header-area > h1 > a > img {
	display: block;
}

.main.focus .top-menu > li > a {
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);
}

.wrapper.fixed.main.focus .top-menu > li > a {
	color: #212121;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0);
}
.main-container {
	position: relative;
}

.main-visual-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 907px;
	overflow: hidden;
}

.main-visual-wrapper {
	position: relative;
	display: block;
	width: 100%;
/*	padding-left: 80px;*/
}

.main-visual-area {
	position: relative;
	display: block;
	width: 100%;
	height: 907px;
	overflow: hidden;
}

.main-visual-area .main-slogan-wrapper {
	position: absolute;
	top: 306px;
	
left: 50%;
	display: inline-block;
	width: auto;
	margin-left: -331.5px;
	text-align: center;
	color: #ffffff;
	z-index: 3;
}

.main-visual-area .main-slogan-wrapper > img {
	display: block;
	width: 663px;
}

.main-visual-box {
	position: absolute;
	top: 0;
	left: 50%;
	display: block;
	width: 1920px;
	height: 907px;
	margin-left: -960px;
}

#main-visual-slider {
	display: block;
}

#main-visual-slider .item,
#main-visual-slider .item img {
	display: block;
	width: 1920px;
}


.main-slider-btns-wrapper {
	position: absolute;
	top: 576px;
	left: 0;
	display: block;
	width: 100%;
	padding: 0 82px;
	text-align: center;
	z-index: 3;
}

.main-slider-btns-wrapper:after {
	content: "";
	clear: both;
	display: block;
}

.main-slider-btns-wrapper #thumbs01 {
	display: inline-block;
}

.main-slider-btns-wrapper #thumbs01 > li {
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
}

.main-slider-btns-wrapper #thumbs01 > li > button {
	display: block;
	width: 15px;
	height: 15px;
	background-color: #fff;
	border-radius: 15px;
	transition: all 0.2s ease-in-out;
	text-indent: -5000rem;
}

.main-slider-btns-wrapper #thumbs01 > li.active > button {
	width: 30px;
	background-color: #2c95e7
}

.main-slider-btns-wrapper .btn-play {
	display: inline-block;
	vertical-align: middle;
	width: 15px;
	height: 15px;
	background-image: url(../img/main/btn_play01.png);
	background-repeat: no-repeat;
	background-size: 15px 15px;
	background-position: 0 0;
	text-indent: -5000rem;
 }

.main-slider-btns-wrapper .btn-stop {
	display: inline-block;
	vertical-align: middle;
	width: 15px;
	height: 15px;
	background-image: url(../img/main/btn_stop01.png);
	background-repeat: no-repeat;
	background-size: 15px 15px;
	background-position: 0 0;
	text-indent: -5000rem;
}



.main-contents {
	position: relative;
	max-width: 1240px;
	padding: 0 20px 35px 20px;
	margin: -254px auto 0 auto;
	z-index: 3;
}

.main-search-wrapper {
	position: relative;
	max-width: 942px;
	margin: 0 auto 51px auto;
}

.main-search-area {
	position: relative;
	padding-left: 0;
	height: 70px;
}

.main-search-area > select {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 210px;
	height: 70px;
	border-top-left-radius: 35px;
	border-bottom-left-radius: 35px;
	border: 0;
	border-right: 1px solid #e2e2e2;
	padding-left: 34px;
	text-indent: 0;
	color: #828282;
	font-size: 17px;
	line-height: 34px;
	-webkit-appearance: none; /* 화살표 없애기 for chrome*/
	-moz-appearance: none;    /* 화살표 없애기 for firefox*/
	appearance: none;         /* 화살표 없애기 공통*/
	background-color: #fff;
	background-image: url(../img/main/icon_selected_arrow01.png);
	background-repeat: no-repeat;
	background-position: 90% center;
	background-size: 18px 9px;
	font-weight: 500;
}

.main-search-area > select::-ms-expand {
	display: none;            /* 화살표 없애기 for IE10, 11*/
}

.main-search-box {
	position: relative;
	width: 100%;
	height: 70px;
	padding-right: 71px;
	background-color: #fff;
	border-radius: 35px;
	overflow: hidden;
}

.main-search-box > input[type="search"] {
	display: block;
	width: 100%;
	height: 70px;
	border: 0;
	border-radius: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	font-size: 17px;
	color: #828282;
	font-weight: 500;
	text-indent: 34px;
}

.main-search-box > button {
	position: absolute;
	top: 3px;
	right: 3px;
	display: block;
	width: 64px;
	height: 64px;
	border-radius: 50%;
	background-color: #0166a0;
	background-image: url(../img/main/icon_search01.png);
	background-repeat: no-repeat;
	background-size: 22px 22px;
	background-position: center center;
	text-indent: -5000rem;
}

.main-contents-wrapper01 {
	margin-bottom: 36px;
}

.main-contents-wrapper01:after {
	content: "";
	clear: both;
	display: block;
}

.main-self-diagnostics {
	position: relative;
	float: left;
/*	width: right;*/
	max-width: 46.916%;
	height: 320px;
	background-color: #ebf0f6
}

/*
.main-self-diagnostics:after {
	position: absolute;
	top: 86px;
	right: 0;
	content: "";
	display: block;
	width: 256px;
	height: 198px;
	background-image: url(../img/main/img_self_diagnostics01.png);
	background-repeat: no-repeat;
	background-size: 256px 198px;
	background-position: 0 0;
}
*/

.main-self-diagnostics > a {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
}

.main-self-diagnostics > a:before {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	display: block;
	width: 0;
	height: 100%;
	background-color: rgba(0, 0, 0, 0);
	transition: all 0.2s ease-in-out;
}

.main-self-diagnostics > a:hover:before {
	width: 100%;
	background-color: rgba(0, 0, 0, 0.05);

}


.main-self-diagnostics-wrapper {
	position: relative;
	display: block;
	padding: 46px 0 0 54px;
	z-index: 3;

}

.main-self-diagnostics-wrapper > .slogan {
	display: block;
	margin-bottom: 9px;
	color: #383232;
	font-size: 18px;
	line-height: 28px;
	font-weight: 700;
	letter-spacing: -0.25px;
	text-shadow: 0px 1px 1px #fff;
}

.main-self-diagnostics-wrapper > strong {
	display: block;
	margin-bottom: 12px;
	color: #2e373c;
	font-size: 39px;
	line-height: 53px;
	font-weight: bold;
	font-family: 'NanumSquare', sans-serif;
	text-shadow: 0px 1px 1px #fff;
	letter-spacing: -2.5px;
}

.main-self-diagnostics-wrapper > .substance {
	display: block;
	margin-bottom: 41px;
	font-size: 14px;
	line-height: 18px;
	font-weight: 500;
	color: #4d4d4d;
	text-shadow: 0px 1px 1px #fff;
}

.main-self-diagnostics-wrapper > .btns {
	position: relative;
	display: block;
	width: 130px;
	height: 32px;
	padding-top: 7px;
	padding-left: 24px;
	color: #fff;
	text-align: left;
	font-size: 18px;
	line-height: 20px;
	font-weight: 500;
	letter-spacing: -.5px;
	background-color: #414042;
	border-radius: 16px;
	transition: all 0.2s ease-in-out;
}

.main-self-diagnostics-wrapper > .btns:after {
	position: absolute;
	top: 50%;
	right: 17px;
	content: "";
	display: block;
	width: 13px;
	height: 11px;
	margin-top: -5.5px;
	background-image: url(../img/main/icon_arrow_right01.png);
	background-repeat: no-repeat;
	background-size: 13px 11px;
	background-position: 0 0;
}

.main-self-diagnostics a:hover .btns,
.main-self-diagnostics a:focus .btns{
	background-color: #000
}

.main-list-wrapper {
	float: left;
	margin-right: 17px;
	width: 256px;
	max-width: calc(22.75% - 17px);
	height: 320px;
	background-color: #f0f7fb
}

.main-list-wrapper:nth-of-type(2) {
	background-color: #f4f9f1;
	margin-right: 0;
}

.main-list-wrapper:nth-of-type(2) > ul {
	border-color: #ddebd5
}

.main-list-wrapper:nth-of-type(2) > li > a {
	color: #488e97

}


.main-list-wrapper > h2 {
	position: relative;
	height: 133px;
	background-color: #ffffff;
	padding: 46px 0 0 27px;
	color: #1074ae;
	font-size: 18px;
	line-height: 18px;
	font-weight: 500;
}

.main-list-wrapper:nth-of-type(2) > h2 {
	color: #037482
}

.main-list-wrapper > h2 > strong {
	display: block;
	font-size: 28px;
	line-height: 36px;
	font-weight: 700;
}

.main-list-wrapper > h2 > img {
	position: absolute;
	top: 41px;
	right: 25px;
	display: block;
	width: 62px
}

.main-list-wrapper > ul {
	display: block;
	height: 187px;
	padding: 26px 0 0 27px;
	border: 1px solid #d9e7ee;
	border-top: 0;
}

.main-list-wrapper > ul > li {
	display: block;
	margin-bottom: 6px;
}

.main-list-wrapper > ul > li:last-child {
	margin-bottom: 0;
}

.main-list-wrapper > ul > li > a {
	position: relative;
	display: inline-block;
	padding-left: 11px;
	font-size: 16px;
	line-height: 20px;
	color: #5e8196;
	word-break: keep-all;
	letter-spacing: -1px;
}

.main-list-wrapper > ul > li > a:before {
	position: absolute;
	top: 8px;
	left: 0;
	content: "";
	display: block;
	width: 3px;
	height: 3px;
	background-color: #696969;
	border-radius: 50%;
}

.main-list-wrapper > ul > li > a:after {
	position: absolute;
	bottom: 2px;
	left: 11px;
	content: "";
	display: block;
	width: 0;
	height: 1px;
	background-color: #5e8196;
	transition: all 0.2s ease-in-out;
}

.main-list-wrapper > ul > li > a:hover:after {
	width: calc(100% - 11px);
}


.main-list-wrapper:nth-of-type(3) {
	width: 295px;
	background-color: #f4f9f1
}

.main-list-wrapper:nth-of-type(3) > h2 {
	color: #037482
}

.main-list-wrapper:nth-of-type(3) > ul {
	border: 1px solid #ddebd5;
	border-top: 0;
}


.main-list-wrapper:nth-of-type(3) > ul > li > a {
	color: #488e97;
}

.main-list-wrapper:nth-of-type(3) > ul > li > a:after {
	background-color: #488e97;
}

.main-contents-wrapper02 {
	clear: both;
	margin-bottom: 34px;
}

.main-contents-wrapper02 > ul {
	position: relative;
	padding-top: 71px;
}

.main-contents-wrapper02 > ul > li {
	display: block;
}

.main-contents-wrapper02 > ul li > button {
	position: absolute;
	top: 0;
	display: block;
	width: calc(25% + 1px);
	height: 71px;
	background-color: #ffffff;
	border: 1px solid #c8deea;
	border-bottom: 0;
	color: #464646;
	font-weight: 500;
	font-size: 20px;
	letter-spacing: -0.5px;
	text-align: center;
	transition: all 0.2s ease-in-out;
	outline: none;
}

.main-contents-wrapper02 > ul li:nth-of-type(1) > button {
	left: 0;
}

.main-contents-wrapper02 > ul li:nth-of-type(2) > button {
	left: calc(25% - 1px);
}

.main-contents-wrapper02 > ul li:nth-of-type(3) > button {
	left: calc(50% - 1px);
}

.main-contents-wrapper02 > ul li:nth-of-type(4) > button {
	left: calc(75% - 1px);
}

.main-contents-wrapper02 > ul li > button:hover,
.main-contents-wrapper02 > ul li > button:focus {
	background-color: rgba(1, 102, 160, 0.75);
	border-color: rgba(1, 102, 160, 0.75);
	color: #fff;
}

.main-contents-wrapper02 > ul li > button.active {
	background-color: #0166a0;
	border: 1px solid #0166a0;
	border-bottom: 0;
	color: #fff;
	z-index: 1
}


.main-contents-wrapper02 > ul li > button.active:after {
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-bottom: -6px;
	content: "";
	display: block;
	width: 11px;
	height: 6px;
	background-image: url(../img/main/icon_tail_bottom01.png);
	background-repeat: no-repeat;
	background-size: 11px 6px;
}

.main-contents-area02 {
	position: relative;
	display: none;
	height: 273px;
	padding-left: 288px;
	padding-right: 50px;
	padding-top: 40px;
	background: #f2f8fa;
	border: 1px solid #cadfeb;
	border-top: 0;
}

.main-contents-wrapper02 > ul li > button.active + .main-contents-area02 {
	display: block;
}

.main-contents-area02 .slogan-wrapper {
	position: absolute;
	top: 50px;
	left: 47px;
}

.main-contents-area02 .slogan-wrapper > dl {
	display: block;
}

.main-contents-area02 .slogan-wrapper > dl > dt {
	display: block;
}

.main-contents-area02 .slogan-wrapper > dl > dt > span {
	display: block;
	margin-bottom: 8px;
	font-size: 16px;
	line-height: 19px;
	color: #727272;
}

.main-contents-area02 .slogan-wrapper > dl > dt > strong {
	display: block;
	margin-bottom: 11px;
	color: #333333;
	font-size: 27px;
	line-height: 35px;
	font-weight: 500;
}

.main-contents-area02 .slogan-wrapper > dl > dd {
	display: block;
	color: #818181;
	font-size: 18px;
	line-height: 27px;
	font-weight: 300
}

.main-contents-area02 > ul {
	display: block;
}

.main-contents-area02 > ul:after {
	content: "";
	clear: both;
	display: block;
}

.main-contents-area02 > ul > li {
	float: left;
	width: 20%;
	text-align: center;
}

.main-contents-area02 > ul > li > a {
	display: block;
}

.main-contents-area02 > ul > li > a > .icon {
	position: relative;
	display: block;
	width: 140px;
	height: 140px;
	margin: 0 auto 16px auto;
	border-radius: 50%;
	background-color: #ffffff;
	overflow: hidden;
	transition: all 0.5s ease-in-out;
}


.main-contents-area02 > ul > li > a > .icon > img {
	position: relative;
	display: block;
	width: 140px;
	z-index: 3;

}

.main-contents-area02 > ul > li > a > .icon:after {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	content: "";
	width: 0;
	height: 0;
	border-radius: 50%;
	background-color: rgba(0, 0, 0, 0.0);
	transition: all 0.2s ease-in-out;
}

.main-contents-area02 > ul > li > a:hover > .icon:after,
.main-contents-area02 > ul > li > a:focus > .icon:after {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.01);
}

.main-contents-area02 > ul > li > a > strong {
	display: block;
	color: #333333;
	font-size: 18px;
	line-height: 22px;
	font-weight: 400;
	transition: all 0.2s ease-in-out;
}

.main-contents-area02 > ul > li > a:hover > strong,
.main-contents-area02 > ul > li > a:focus > strong {
	color: #0166a0;
	font-weight: 500;
}

.main-contents-wrapper03 {
	margin-bottom: 25px;
}

.main-contents-wrapper03:after {
	content: "";
	clear: both;
	display: block;
}

.main-board-wrapper {
	float: left;
	width: 590px;
	max-width: 49.167%;
}

.main-board-wrapper > ul {
	position: relative;
	display: block;
	padding-top: 50px;
}


.main-board-wrapper > ul > li > button {
	position: absolute;
	top: 0;
	display: block;
	width: calc(50% - 27px);
	height: 50px;
	background-color: #f9f9f9;
	border: 1px solid #e5e5e5;
	color: #707070;
	font-size: 18px;
	letter-spacing: -0.25px;
	text-align: center;
	transition: all 0.2s ease-in-out;
	outline: none;
}

.main-board-wrapper > ul > li:nth-of-type(1) > button {
	left: 0;
}

.main-board-wrapper > ul > li:nth-of-type(2) > button {
	left: calc(50% - 27px);
}

.main-board-wrapper > ul > li > button:hover,
.main-board-wrapper > ul > li > button:focus {
	background-color: rgba(1, 102, 160, 0.75);
	border-color: rgba(1, 102, 160, 0.75);
	color: #fff;
}

.main-board-wrapper > ul > li > button.active {
	background-color: #0166a0;
	border: 1px solid #0166a0;
	color: #fff;
	z-index: 1
}
.main-board-wrapper > ul > li > button.active:after {
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-bottom: -6px;
	content: "";
	display: block;
	width: 11px;
	height: 6px;
	background-image: url(../img/main/icon_tail_bottom01.png);
	background-repeat: no-repeat;
	background-size: 11px 6px;
}

.main-board-area {
	display: none;
	height: 255px;
	padding: 27px 25px 0 32px;
	background: #fff;
	border: 1px solid #e5e5e5;
	border-top: 0;
}

.main-board-wrapper > ul > li > button.active + .main-board-area {
	display: block;
}

.main-board-area > ul {
	display: block;
	margin: 0;
	padding: 0;
}

.main-board-area > ul > li {
	display: block;
}

.main-board-area > ul > li > a {
	position: relative;
	display: block;
	padding-left: 15px;
	padding-right: 96px;
}

.main-board-area > ul > li > a:after {
	position: absolute;
	top: 14px;
	left: 0;
	content: "";
	display: block;
	width: 4px;
	height: 4px;
	background-color: #333333
}

.main-board-area > ul > li > a > strong {
	position: relative;
	display: inline-block;
	vertical-align: bottom;
	color: #424242;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-weight: 300;
	font-size: 17px;
	line-height: 34px;
}

.main-board-area > ul > li > a > strong:after {
	position: absolute;
	bottom: 5px;
	left: 0;
	content: "";
	display: block;
	width: 0;
	height: 1px;
	background-color: #424242;
	transition: all 0.2s ease-in-out;
}

.main-board-area > ul > li > a > strong:hover:after,
.main-board-area > ul > li > a > strong:focus:after {
	width: 100%;

}

.main-board-area > ul > li > a .date {
	position: absolute;
	top: 0;
	right: 0;
	font-weight: 300;
	font-size: 17px;
	line-height: 34px;
	color: #707070;
	transition: all 0.2s ease-in-out;
}

.main-board-area > ul > li > a:hover .date,
.main-board-area > ul > li > a:focus .date {
	color: #424242;
}

.main-board-area .btn-more {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	width: 55px;
	height: 50px;
	border: 1px solid #9e9e9e;
	z-index: 3;
	transition: all 0.2s ease-in-out;
}

.main-board-area .btn-more > img {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	width: 15px;
	margin-top: -7.5px;
	margin-left: -7.5px;
	transition: all 0.2s ease-in-out;
}

.main-board-area .btn-more:hover,
.main-board-area .btn-more:focus {
	background-color: #f9f9f9
}

.main-board-area .btn-more:hover > img,
.main-board-area .btn-more:focus > img {
	transform: rotate(90deg);
}

/* main banner01 */
.main-banner-wrapper01 {
	position: relative;
	float: right;
	width: 590px;
	max-width: 49.167%;
	height: 305px;
	padding: 17px 19px 0 19px;
	border: 1px solid #d5d5d5;
}

.main-banner-wrapper01 > h2 {
	font-size: 18px;
	line-height: 21px;
	margin-bottom: 11px;
	color: #333333;
	font-weight: 700;
}

.main-banner-wrapper01 > h2 > span {
	color: #26878f
}

.main-banner-area01 {
	display: block;
	width: 100%;
	height: 235px;
	background-color: #000;
}

#main-banner-slider01 {
	display: block;
	width: 100%;
	height: 235px;
}

#main-banner-slider01 .item {
	position: relative;
	display: block;
	height: 235px;
}

#main-banner-slider01 .item a {
	position: relative;
	display: block;
	width: 100%;
	height: 235px;
	overflow: hidden;
}

#main-banner-slider01 .item img {
	position: absolute;
	top: -100%;
	left: -100%;
	right: -100%;
	bottom: -100%;
	display: block;
	min-width: 100%;
	width: auto;
	margin: auto;
	z-index: 0;
}

#main-banner-slider01 .item a:hover,
#main-banner-slider01 .item a:focus {
	border: 5px solid #ef822b;
}


.main-banner-wrapper01 .navigation {
	position: absolute;
	top: 17px;
	right: 19px;
	display: block;
}

.main-banner-wrapper01 .navigation:after {
	display: block;
	content: "";
	clear: both;
}

.main-banner-wrapper01 .navigation > #counter {
	float: left;
	color: #797979;
	font-size: 14px;
	line-height: 21px;
	margin-right: 12px;
}

.main-banner-wrapper01 .navigation > #counter > strong {
	color: #424242;
	font-weight: 500;
}

.main-banner-wrapper01 .navigation > button {
	float: left;
	margin-left: -1px;
	width: 21px;
	height: 21px;
	line-height: 21px;
	background-color: #fefefe;
	border: 1px solid #a6a4a7;
	background-size: 4px 7px;
	background-repeat: no-repeat;
	background-position: center;
	text-indent: -5000rem;
}

.main-banner-wrapper01 .navigation > .btn-previous {
	background-image: url(../img/main/btn_previous02.gif);
}

.main-banner-wrapper01 .navigation > .btn-next {
	background-image: url(../img/main/btn_next02.gif);
}

.main-banner-wrapper01 .navigation > .btn-stop {
	background-image: url(../img/main/btn_stop02.gif);
	background-size: 6px 7px;
}

.main-banner-wrapper01 .navigation > .btn-play {
	background-image: url(../img/main/btn_play02.gif);
	background-size: 6px 7px;
}

.main-contents-wrapper04 {
	position: relative;
	margin-bottom: 40px;
}

.main-contents-wrapper04 > h2 {
	margin-bottom: 9px;
	color: #414141;
	font-size: 22px;
	line-height: 28px;
	font-weight: 700;
}

.main-photo-wrapper {
	display: block;
}

.main-photo-wrapper:after {
	content: "";
	clear: both;
	display: block;
}

.main-photo-wrapper > li {
	float: left;
	width: 285px;
	margin-left: 20px;
}

.main-photo-wrapper > li:first-child {
	margin-left: 0;
}

.main-photo-wrapper > li > a {
	display: block;
}

.main-photo-wrapper > li > a > .image {
	position: relative;
	display: block;
	width: 100%;
	padding-bottom: 61.40%;
	background-color: #000;
	overflow: hidden;
}

.main-photo-wrapper > li > a > .image > img {
	position: absolute;
	top: -100%;
	left: -100%;
	right: -100%;
	bottom: -100%;
	display: block;
	min-width: 100%;
	max-width: 100%;
	margin: auto;
	transition: all 0.2s ease-in-out;
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
}

.main-photo-wrapper > li > a:hover > .image > img,
.main-photo-wrapper > li > a:focus > .image > img {
	-webkit-transform: scale3d(1.02, 1.02, 1.02);
	transform: scale3d(1.02, 1.02, 1.02);
}

.main-contents-wrapper04 .btn-more {
	position: absolute;
	top: 6px;
	right: 0;
	display: block;
	width: 20px;
	height: 20px;
	border: 1px solid #dddddd;
	transition: all 0.2s ease-in-out;
}

.main-contents-wrapper04 .btn-more > img {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	width: 10px;
	margin-top: -5px;
	margin-left: -5px;
	transition: all 0.2s ease-in-out;
}

.main-contents-wrapper04 .btn-more:hover,
.main-contents-wrapper04 .btn-more:focus {
	background-color: #f9f9f9
}

.main-contents-wrapper04 .btn-more:hover > img,
.main-contents-wrapper04 .btn-more:focus > img {
	transform: rotate(90deg);
}

/* main slider banner */
.main-slider-banner-wrapper,
.main-slider-banner-area {
	display: block;
}

.main-slider-banner-box {
	position: relative;
	padding-left: 120px;
}

.main-slider-banner-box > ul {
	position: static;
	display: block;
}

.main-slider-banner-box > ul li {
	display: table;
	width: 100%;
	height: 40px;
	text-align: center;
}

.main-slider-banner-box > ul li a {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

.main-slider-banner-box > ul li a:hover,
.main-slider-banner-box > ul li a:focus {
	border: 5px solid #ef822b;
}



.main-slider-banner-box > ul li a > img {
	display: block;
	width: auto !important;
	max-width: 100%;
	margin: 0 auto;
}

.main-slider-banner-btns {
	position: absolute;
	top: 50%;
	left: 0;
	display: block;

	transform: translate(0, -50%);
}

.main-slider-banner-btns:after {
	content: "";
	clear: both;
	display: block;
}

.main-slider-banner-btns button {
	float: left;
	width: 21px;
}

.main-slider-banner-btns button > img {
	display: block;
	width: 21px;
}


.main-slider-banner-btns .btn-play02,
.main-slider-banner-btns .btn-stop02 {
	float: left;
	display: block
	width: 21px;
	margin: 0 4px;
}



/* aside menu */
.aside-linked-menu {
	
position: absolute;
	top: 0;
	
left: 0;
	display: block;
	width: 80px;
	height: 100%;
	background: #fff;
	z-index: 35;
}

.aside-linked-menu > h2 {
	display: block;
	background: #151515;
	text-align: center;
	width: 80px;
	height: 137px;
	padding-top: 94px;
	color: #ffffff;
	font-weight: 700;
	font-size: 13px;
	line-height: 18px;
}

.aside-linked-list {
	display: block;
}

.aside-linked-list > dl {
	position: relative;
	display: block;
}

.aside-linked-list > dl > dt {
	display: block;
}

.aside-linked-list > dl > dt > button {
	display: block;
	width: 80px;
	height: 96px;
	color: #616161;
	font-size: 13px;
	line-height: 18px;
	letter-spacing: -0.5px;
	text-align: center;
	border-bottom: 1px solid #e6e6e6;
	transition: all 0.2s ease-in-out;
	word-break: keep-all;
}

.aside-linked-list > dl > dt > button:hover,
.aside-linked-list > dl > dt > button.active {
	background: #3892ff;
	color: #fff;
	border-bottom: 1px solid #3892ff;
}

.aside-linked-list > dl > dt > button > .image {
	position: relative;
	display: block;
	width: 27px;
	height: 29px;
	overflow: hidden;
	margin: 0 auto 5px auto;
}

.aside-linked-list > dl > dt > button > .image > img {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 27px;
	transition: all 0.2s ease-in-out;
}


.aside-linked-list > dl > dt > button:hover > .image > img {
	top: -29px;
}

.aside-linked-list > dl > dd {
	display: none;
	position: absolute;
	top: 0;
	left: 80px;
	width: 510px;
	height: 289px;
	padding: 39px 37px 24px 37px;
	background-image: url(../img/main/bg_aside01.png);
	background-repeat: no-repeat;
	background-size: 510px 289px;
	background-position: 0 0;
}

.aside-linked-list > dl > dd > ul {
	display: block;
}

.aside-linked-list > dl > dd > ul:after {
	content: "";
	clear: both;
	display: block;
}

.aside-linked-list > dl > dd > ul > li {
	float: left;
	width: 32%;
	margin-right: 2%;
}

.aside-linked-list > dl > dd > ul > li:nth-child(3n) {
	margin-right: 0;
}

.aside-linked-list > dl > dd > ul > li > a {
	display: block;
	height: 102px;
	text-align: center;
}

.aside-linked-list > dl > dd > ul > li > a > img {
	display: block;
	width: 56px;
	margin: 0 auto 5px auto;
}

.aside-linked-list > dl > dd > ul > li > a > strong {
	color: #fff;
	font-size: 18px;
	line-height: 20px;
	font-weight: 400;
	transition: all 0.2s ease-in-out;
}

.aside-linked-list > dl.type02 > dd > ul > li > a > strong {
	font-size: 16px;
	line-height: 18px;
}

.aside-linked-list > dl > dd > ul > li > a:hover > strong,
.aside-linked-list > dl > dd > ul > li > a:focus > strong {
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}


.aside-linked-list > dl > dd > .btn-go {
	position: absolute;
	bottom: 69px;
	left: 364px;
	display: block;
	min-width: 81px;
	color: #fff;
	font-size: 16px;
	line-height: 18px;
	padding-bottom: 13px;
	background-image: url(../img/main/bg_arrow_right01.png);
	background-repeat: no-repeat;
	background-position: 0 100%;
	background-size: 81px 12px;
	transition: all 0.2s ease-in-out;
}

.aside-linked-list > dl > dd > .btn-go:hover,
.aside-linked-list > dl > dd > .btn-go:focus {
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}

.aside-linked-list .btn-asidemenu-close {
	position: absolute;
	top: 25px;
	right: 24px;
	display: block;
	width: 16px;
	height: 16px;
	background-image: url(../img/main/btn_close01.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: 16px 16px;
	text-indent: -5000rem;
	transition: all 0.2s ease-in-out;
}

.aside-linked-list .btn-asidemenu-close:hover,
.aside-linked-list .btn-asidemenu-close:focus {
	transform: rotate(90deg);
}


.wrapper.fixed .aside-linked-menu {
	position: fixed;
	top: 0;
	z-index: 210
}

.wrapper.fixed .aside-linked-menu > h2 {
	height: 91px;
	padding-top: 48px;
}

/* 2020.11.05 추가작업 */
.main-card-type {
	float: left;
	width: 206px;
	height: 320px;
	padding-top: 49px;
	background-color: #ebf0f6;
	margin-left: 17px;
	text-align: center;
	max-width: calc(18.583% - 17px);
}

.main-card-type p.summary {
	display: none;
	margin-bottom: 18px;
	color: #383232;
	font-size: 16px;
	line-height: 20px;
}

.main-card-type p.title {
	margin-bottom: 33px;
	font-size: 20px;
	line-height: 28px;
	font-weight: bold;
	color: #2e373c;
	font-family: 'NanumSquare', sans-serif;
}

.main-card-type > img {
	display: block;
	margin: 0 auto 33px auto;
}

.main-card-type > a {
	position: relative;
	display: inline-block;
	vertical-align: bottom;
	padding: 0 13px 0 20px;
	height: 26px;
	border-radius: 13px;
	background-color: #5378af;
	overflow: hidden;
}

.main-card-type > a:before {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	display: block;
	width: 0;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.15);
	transition: all 0.2s ease-in-out;
}

.main-card-type > a:hover:before {
	width: 100%;
}

.main-card-type > a:after {
	content: "";
	clear: both;
	display: block;
}

.main-card-type > a > span {
	position: relative;
	float: left;
	padding-top: 7px;
	color: #fff;
	font-size: 14px;
	line-height: 16px;
	font-weight: 500;
	letter-spacing: -0.5px;
	z-index: 3
}

.main-card-type > a > img {
	position: relative;
	float: left;
	margin-left: 13px;
	margin-top: 8px;
	width: 10px;
	z-index: 3
}

.main-card-type.type02 {
	background-color: #eef4ed;
}

.main-card-type.type02 > a {
	background-color: #599285;
}

.main-card-type.type03 {
	background-color: #e7f3f4;
}

.main-card-type.type03 > a {
	background-color: #3e8c9c;
}

.main-card-type.type01 {
	margin-left: 19px;
}


/* 2021.12.08 추가작업 - 문화확산 추가 */

.main-contents.type04 {
	max-width: 100%;
	padding: 9px 0 34px 0;
    text-align: center;
    margin: 0;
}
.main-contents.type04 h2 {
    font-size: 36px;
	line-height: 36px;
    font-weight: 400;
    color: #212121;
    margin-bottom: 34px;
}
.content-culture {
    text-align: left;
	min-height: 280px;
}

.content-culture:after {
	display: block;
	content: "";
	clear: both;
}

.content-culture .youtube{
    width: 400px;
    min-height: 280px;
    display: inline-block;
    float: left;}

.content-culture ul {
    width: calc(100% - 425px);
    float: right;
    text-align: center;
}

.content-culture li{
	float: left;
	width: 31%;
    max-width: 240px;
    height: 280px;
    background: #ebf3f5;
    padding: 44px 0;
    margin-right: 3.5%;
}
.content-culture li:nth-child(2){
    background: #e5eef6;
}
.content-culture li:nth-child(3){
    background: #f4f2e8;
     margin-right: 0px;
}
.content-culture li h4 {
    font-size: 20px;
    font-weight: 400;
    color: #212121;
}

.content-culture li > img {
    display: block;
    margin: 40px auto;
}
.content-culture li button,
.content-culture li a {
    display: inline-block;
    margin: 0 auto;
    width: 128px;
    height: 33px;
	line-height: 33px;
    background: #3b616b;
    border-radius: 30px;
    color: #fff;
    font-size: 16px;
}
.content-culture li:nth-child(2) button,
.content-culture li:nth-child(2) a {
    background:#3c556b;
}
.content-culture li:nth-child(3) button,
.content-culture li:nth-child(3) a{
    background:#5b5431;
}
.content-culture li button img,
.content-culture li a img{
    display: inline;
    margin-bottom: 2px;
    margin-left: 6px;
}
.footer-wrapper .banner-good-contents > a > img {
    width: 174px;
}

.main-script-wrapper {
	clear: both;
	padding-top: 10px;
}

.main-script-wrapper .btn-toggle-script {
	display: inline-block;
	vertical-align: middle;
	padding: 0 22px;
	height: 27px;
	line-height: 27px;
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	text-align: center;
	background-color: #536783;
	border-radius: 13.5px;
}

.main-script-wrapper .main-script-area {
	margin-top: 20px;
	display: none;
	text-align: left;
	height: 100px;
	padding: 20px;
	overflow-x: hidden;
	overflow-y: auto;
	background-color: #f9f9f9;
	border: 1px solid #ddd;
}

.main-script-wrapper .main-script-area pre {
    word-wrap: break-word;
    white-space: pre-wrap;
    word-wrap: break-word;
    font-size: 13px;
    line-height: 18px;
    padding: 0;
    margin: 0;
    color: #212121;
    font-weight: 400;
    font-family: "Roboto", "Noto Sans KR", "맑은 고딕", "돋움", AppleSDGothicNeo, Roboto, Noto Sans KR, Dotum, Droid Sans, arial, sans-serif;
    word-break: keep-all;
}


@media only all and (max-width: 1440px) {
	.main.fixed .header-wrapper {
		position: absolute;
	}

	.wrapper.fixed .aside-linked-menu {
		position: absolute;
		top: 0;
		height: 100%;
	}
}


@media only all and (max-width: 1359px) {
	.main.focus .header-area,
	.main .header-area,
	.main-contents,
	.main-contents02,
	.main .footer-wrapper {
		margin-left: 90px;
		max-width: 1250px;
	}

	.main-photo-wrapper > li {
		width: 23.5%;
		margin-left: 2%;
	}
}

@media only all and (max-width: 1279px) {
	.main.focus .header-area,
	.main .header-area,
	.main-contents,
	.main-contents02,
	.main .footer-wrapper {
		max-width: 1150px;
	}
}



@media only all and (min-width: 1921px) {
	.main-visual-wrapper {
		position: relative;
		width: 100%;
	}

	.main-visual-area {
		width: 100%;
	}

	.main-visual-box {
		position: relative;
		left: 0;
		display: block;
		width: 100%;
		height: auto;
		margin-left: 0;
	}

	#main-visual-slider .item,
	#main-visual-slider .item img {
		width: 100%;
	}
}