@charset "utf-8";
@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap');

/* Reset */
html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
div,
p,
blockquote,
pre,
code,
address,
ul,
ol,
li,
nav,
section,
article,
header,
footer,
main,
aside,
dl,
dt,
dd,
table,
thead,
tbody,
tfoot,
label,
caption,
th,
td,
form,
fieldset,
legend,
hr,
input,
button,
textarea,
object,
figure,
figcaption {
	margin: 0;
	padding: 0;
}

body,
input,
select,
textarea,
button,
img,
fieldset {
	border: none;
}

ul,
ol,
li {
	list-style: none;
}

table {
	width: 100%;
	border-spacing: 0;
	border-collapse: collapse;
}

address,
cite,
code,
em,
i {
	font-style: normal;
	font-weight: normal;
}

select{
color: #222;
}

label,
img,
input,
select,
textarea,
button,
a {
	vertical-align: middle;
}

u,
ins,
a {
	text-decoration: none;
}

button {
	cursor: pointer;
}

a:hover,
a:active,
a:link,
a:visited {
	text-decoration: none;
	color: #fff;
}


/* Normalize */
body {
	font-family: 'Pretendard';
}

select {
	/* appearance: none; */
	border: none;
}

select::-ms-expand {
	display: none;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration,
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	-webkit-appearance: none;
}

input[type="number"] {
	-moz-appearance: textfield;
}

input[type="number"],
input[type="text"],
input[type="password"],
input[type="url"],
input[type="email"],
input[type="tel"],
input[type="date"],
textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-border-radius: 0;
	outline: 0;
}

textarea {
	resize: none;
}

html,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
img {
	margin: 0;
	padding: 0;
	border: 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 1em;
}

article,
aside,
details,
figcaption,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block
}

ul,
dl,
dt,
dd {
	margin: 0;
	padding: 0;
	list-style: none
}

legend {
	position: absolute;
	margin: 0;
	padding: 0;
	font-size: 0;
	line-height: 0;
	text-indent: -9999em;
	overflow: hidden
}

label,
input,
button,
select,
img {
	vertical-align: middle;
	font-size: 1em
}

input,
button {
	margin: 0;
	padding: 0;
	;
	font-size: 1em
}

input[type="submit"] {
	cursor: pointer
}

button {
	cursor: pointer
}

textarea,
select {
	;
	font-size: 1em
}

select {
	margin: 0
}

p {
	margin: 0;
	padding: 0;
	word-break: break-all
}

hr {
	display: none
}

pre {
	overflow-x: scroll;
	font-size: 1.1em
}

a {
	color: #000;
	text-decoration: none
}

*,
:after,
:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

input[type=text],
input[type=password],
textarea {
	-webkit-transition: all 0.30s ease-in-out;
	-moz-transition: all 0.30s ease-in-out;
	-ms-transition: all 0.30s ease-in-out;
	-o-transition: all 0.30s ease-in-out;
	outline: none;
}

input[type=text]:focus,
input[type=password]:focus,
textarea:focus,
select:focus {
	-webkit-box-shadow: 0 0 5px #9ed4ff;
	-moz-box-shadow: 0 0 5px #9ed4ff;
	box-shadow: 0 0 5px #9ed4ff;
	border: 1px solid #558ab7 !important;
}

.placeholdersjs {
	color: #aaa !important
}


#allWrap {
	max-width: 1920px;
	width: 100%;
	margin: 0 auto;
}

#wrapper {
	width: 1750px;
	height: auto;
}

#container_wr {
	margin: 0 auto;
}

#container {
	position: relative;
}


/* 레이아웃 크기 지정 */
/* #hd, #ft {min-width:1724px} */

#hd_pop,
#tnb .inner,

#gnb .gnb_wrap,
#ft_wr {
	min-width: 1724px
}

/* 팝업레이어 */
#hd_pop {
	z-index: 1000;
	position: relative;
	margin: 0 auto;
	height: 0
}

#hd_pop h2 {
	position: absolute;
	font-size: 0;
	line-height: 0;
	overflow: hidden
}

.hd_pops {
	position: absolute;
	border: 1px solid #e9e9e9;
	background: #fff
}

.hd_pops img {
	max-width: 100%
}

.hd_pops_con {}

.hd_pops_footer {
	padding: 0;
	background: #000;
	color: #fff;
	text-align: left;
	position: relative
}

.hd_pops_footer:after {
	display: block;
	visibility: hidden;
	clear: both;
	content: ""
}

.hd_pops_footer button {
	padding: 10px;
	border: 0;
	color: #fff
}

.hd_pops_footer .hd_pops_reject {
	background: #000;
	text-align: left
}

.hd_pops_footer .hd_pops_close {
	background: #393939;
	position: absolute;
	top: 0;
	right: 0
}

/* 상단 레이아웃 */
#hd {
	width: 100%;
	background: rgba(255, 255, 255, 0.06);
	position: fixed;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
	z-index: 30;
	transition: all 0.5s;
}

#hd_wrapper {
	width: 1750px;
	margin: 0 auto;
	display: flex;
	flex-wrap: nowrap;
}

#logo {
	width: 190px;
	display: flex;
	align-items: center;
}

#logo a {
	display: block;
	width: 122px;
	height: 62px;
	background-image: url('/img/common/logo_w.png');
	background-repeat: no-repeat;
	background-position: center;
}

#logo a.act {
	background-image: url('/img/common/logo_b.png');
	background-repeat: no-repeat;
	background-position: center;
}

#hd .menu {
	width: 1062px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
}

#hd .menu li {
	/* width: 177px; */
	width: 160px;
	height: 100px;
}

#hd .menu li a {
	display: block;
	width: 160px;
	height: 100px;
	line-height: 100px;
	text-align: center;
	font-family: 'Pretendard';
	font-weight: 600;
	font-size: 17px;
	transition: all 0.3s;
}

#hd .menu li a.color {
	color: #444;
}

#hd .menu li a:hover {
	color: #c79689;
}

#hd .gnb_lt_01 {
	background-color: #fff;
	display: none;
/*	box-shadow: 1px 0 10px rgb(0, 0, 0, 0.1);*/
	border: 1px solid rgba(0,0,0,0.1);
	border-top:none;
}

#hd .gnb_lt_01 li {
	height: 51px;
}

#hd .gnb_lt_01 li a {
	height: 51px;
	line-height: 51px;
	color: #444;
	font-family: 'Pretendard';
	font-weight: 500;
	font-size: 16px;
}

.hd_act_fx {
	background: #fff !important;
}


/* right_menu */
#right_menu {
	width: 80px;
	height: 100vh;
	position: fixed;
	top: 0;
	right: 0;
	z-index: 22;
}

#right_menu .ham_area {
	width: 100%;
	height: 100px;
	background-color: #fff;
	overflow: hidden;
	position: relative;
}

.hamburger {
	width: 25px;
	height: 18px;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	justify-content: space-between;
	margin: 0 auto;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	cursor: pointer;
}

.hamburger .line {
	width: 25px;
	height: 2px;
	background-color: #000;
	display: block;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.hamburger .line:nth-of-type(1) {
	width: 19px;
}

.hamburger .line:nth-of-type(3) {
	width: 19px;
}

#hamburger.is-active .line:nth-child(2) {
	opacity: 0;
}

#hamburger.is-active .line:nth-child(1) {
	-webkit-transform: translateY(10px) rotate(45deg);
	-ms-transform: translateY(10px) rotate(45deg);
	-o-transform: translateY(10px) rotate(45deg);
	transform: translateY(10px) rotate(45deg);
}

#hamburger.is-active .line:nth-child(3) {
	-webkit-transform: translateY(-6px) rotate(-45deg);
	-ms-transform: translateY(-6px) rotate(-45deg);
	-o-transform: translateY(-6px) rotate(-45deg);
	transform: translateY(-6px) rotate(-45deg);
}

#right_menu .menu_btn_area {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
	background-color: #c79689;
}

#right_menu .menu_btn_area .join_btn {
	width: 100%;
}

#right_menu .menu_btn_area .join_btn a {
	display: block;
	width: 21px;
	height: 24px;
	margin: 27px auto 0;
}

#right_menu .menu_btn_area .join_btn a img {
	display: block;
	width: 100%;
	height: 100%;
}

#right_menu .menu_btn_area .login_btn {
	width: 100%;
}

#right_menu .menu_btn_area .login_btn a {
	display: block;
	width: 19px;
	height: 24px;
	margin: 39px auto 0;
}

#right_menu .menu_btn_area .login_btn a img {
	display: block;
	width: 100%;
	height: 100%;
}

#right_menu .menu_btn_area .login_btn a .siz {
	font-size: 20px;
}

#right_menu .menu_btn_area .login_btn .logOut {
	width: 27px;
	height: 24px;
	margin: 39px 31px 0;
}

#right_menu .menu_btn_area .login_btn .logOut img {
	width: 100%;
	height: 100%;
}

#right_menu .menu_btn_area .login_btn {
	width: 100%;
}

#right_menu .menu_btn_area .ask_btn {
	width: 100%;
	position: absolute;
	bottom: 0;
	top: 80%;
	display: flex;
	flex-direction: column;
	align-items: center;
}

#right_menu .menu_btn_area .ask_btn a {
	display: block;
}

#right_menu .menu_btn_area .ask_btn a img {
	display: block;
	margin: 0 auto;
	margin-bottom: 11px;
}

#right_menu .menu_btn_area .ask_btn span {
	font-family: 'Pretendard';
	font-weight: 600;
	font-size: 14px;
	color: #fff;
}

#right_menu .menu_btn_area a {
	transition: all 0.3s;
}

#right_menu .menu_btn_area a:hover {
	opacity: 0.5;
}

/* menu popup */
#menuPop {
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 9999;
	background-color: rgba(0, 0, 0, 0.7);
	display: none;
}

#menuPop .menu_inner {
	display: flex;
	position: absolute;
	width:1488px;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

#menuPop .menu_inner .tit_box {
	width: 346px;
	height: 782px;
	background-image: url('/img/common/tit_box_bg.jpg');
	background-repeat: no-repeat;
	background-position: center;
}

#menuPop .menu_inner .tit_box .logo {
	width: 122px;
	height: 62px;
	margin-top: 46px;
	margin-left: 176px;
	margin-bottom: 35px;
}

#menuPop .menu_inner .tit_box .logo img {
	width: 100%;
	height: 100%;
}

#menuPop .menu_inner .tit_box .pop_tit {
	font-family: 'Pretendard';
	font-weight: 400;
	font-size: 35px;
	color: #fff;
	opacity: 0.8;
	margin-left: 176px;
}

#menuPop .menu_inner .cont_box {
	width: 1142px;
	height: 782px;
	background-image: url('/img/common/cont_box_bg.png');
	background-repeat: no-repeat;
	background-position: -389px;
	background-color: #fff;
}

#menuPop .menu_inner .cont_box>ul {
	width: 100%;
	height: 100%;
	padding: 88px 100px 75px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
}

#menuPop .menu_inner .cont_box ul li a {
	color: #000;
}

#menuPop .menu_inner .cont_box ul .depth_tit {
	font-family: 'Pretendard';
	font-weight: 600;
	width: 190px;
	height: 44px;
	line-height: 44px;
	color: #000;
	font-size: 25px;
	letter-spacing: -1px;
}

#menuPop .menu_inner .cont_box ul .depth1 {
	display: flex;
	align-items: center;
	margin-top: 68px;
}

#menuPop .menu_inner .cont_box ul .depth1:nth-of-type(1) {
	margin-top: 0;
}

#menuPop .menu_inner .cont_box .depth2 {
	display: flex;
}

#menuPop .menu_inner .cont_box .depth2 ul {
	display: flex;
}

#menuPop .menu_inner .cont_box .depth2 ul li {
	margin-right: 60px;
}

#menuPop .menu_inner .cont_box .depth2 a {
	font-family: 'Pretendard';
	font-weight: 400;
	font-size: 17px;
	letter-spacing: -1px;
	color: #757575;
	transition: all 0.3s;
}

#menuPop .menu_inner .cont_box .depth2 a:hover {
	color: #c79689;
}

#menuPop .close_btn {
	width: 76px;
	height: 76px;
	position: absolute;
	right: 0;
	top: 0;
	cursor: pointer;
	box-sizing: border-box;
	background-color: #000;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.4s;
}

#menuPop .close_btn:hover {
	background-color: #c79689;
}

#menuPop .close_btn figure {
	width: 43px;
	height: 39px;
}

#menuPop .close_btn figure img {
	width: 100%;
	height: 100%;
	display: block;
	transition: all 0.3s;
}

/*메인페이지*/
#wrapper {
	width: 100%;
}

#container_wr {
	margin: 0 auto;
}

#container {
	position: relative;
}

/* ++++ visual area ++++ */
.visual {
	width: 100%;
}

#mainVisual {
	height: 100vh;
	/* height: 992px; */
	position: relative;
}

#mainVisual .swiper-container,
#mainVisual .visual_bg {
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

#mainVisual .visual_bg {
	transform: scale(1.1);
	transition: transform 1.5s;
}

#mainVisual .visual_bg.bg1 {
	-ms-interpolation-mode: nearest-neighbor;
	image-rendering: pixelated;
	backface-visibility: hidden;
	background-image: url("/img/main/main_vi_0.jpg");
}

#mainVisual .visual_bg.bg2 {
	-ms-interpolation-mode: nearest-neighbor;
	image-rendering: pixelated;
	backface-visibility: hidden;
	background-image: url("/img/main/main_vi_1.jpg");
}

#mainVisual .visual_bg.bg3 {
	-ms-interpolation-mode: nearest-neighbor;
	image-rendering: pixelated;
	backface-visibility: hidden;
	background-image: url("/img/main/main_vi_1.jpg");
}

#mainVisual .visual_bg.bg4 {
	-ms-interpolation-mode: nearest-neighbor;
	image-rendering: pixelated;
	backface-visibility: hidden;
	background-image: url("/img/main/main_vi_1.jpg");
}

#mainVisual .visual_bg.bg5 {
	-ms-interpolation-mode: nearest-neighbor;
	image-rendering: pixelated;
	backface-visibility: hidden;
	background-image: url("/img/main/main_vi_1.jpg");
}

#mainVisual .swiper-slide {
	overflow: hidden;
}

#mainVisual .swiper-slide [class*=wrap_] {
	position: absolute;
	top: 0;
	left: 240px;
	width: auto;
	height: 100%;
	z-index: 10;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

#mainVisual .swiper-slide.swiper-slide-active .visual_bg {
	transform: translateZ(0);
}

#mainVisual .swiper-slide.swiper-slide-active .visual_logo {
	-webkit-animation: ani_visual 1.25s ease-out alternate;
	-webkit-animation-delay: 0.25s;
	-webkit-animation-fill-mode: forwards;
	animation: ani_visual 1.25s ease-out alternate;
	animation-delay: 0.25s;
	animation-fill-mode: forwards;
}

#mainVisual .swiper-slide.swiper-slide-active .visual_tit {
	-webkit-animation: ani_visual 1.25s ease-out alternate;
	-webkit-animation-delay: 0.5s;
	-webkit-animation-fill-mode: forwards;
	animation: ani_visual 1.25s ease-out alternate;
	animation-delay: 0.5s;
	animation-fill-mode: forwards;
}

#mainVisual .swiper-slide.swiper-slide-active .visual_txt {
	-webkit-animation: ani_visual 1.25s ease-out alternate;
	-webkit-animation-delay: 0.75s;
	-webkit-animation-fill-mode: forwards;
	animation: ani_visual 1.25s ease-out alternate;
	animation-delay: 0.75s;
	animation-fill-mode: forwards;
}

#mainVisual .visual_controls {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	z-index: 15;
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

#mainVisual .visual_controls .control {
	border: none;
	opacity: 0.3;
	position: absolute;
	top: 50%;
}

#mainVisual .visual_controls .control.control_prev {
	left: 38px;
	margin: 0;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	transition: all 0.3s;
}

#mainVisual .visual_controls .control.control_next {
	right: 120px;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	transition: all 0.3s;
}

#mainVisual .visual_controls .control:hover {
	opacity: 1;
}

#mainVisual ._color {
	color: #fff;
}

#mainVisual .visual_paginations {
	position: absolute;
	bottom: 3.75rem;
	left: 50%;
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	z-index: 15;
}

#mainVisual .visual_paginations .visual_pagination {
	height: 0.125rem;
	width: 8.75rem;
	background-color: #ddd;
	position: relative;
}

#mainVisual .visual_paginations .visual_pagination>span {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	-moz-transform: scaleX(0);
	-webkit-transform: scaleX(0);
	-ms-transform: scaleX(0);
	-o-transform: scaleX(0);
	transform: scaleX(0);
	transform-origin: left;
	background-color: #c8a666;
}

#mainVisual .visual_paginations .progress {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #fff;
}

#mainVisual .visual_paginations .progress .ing {
	content: attr(data-start);
	display: block;
	margin-right: 1em;
}

#mainVisual .visual_paginations .progress::after {
	content: attr(data-end);
	display: block;
	margin-left: 1em;
}

#mainVisual .visual_paginations .visual_plays {
	font-size: 0.875rem;
	margin-left: 1rem;
	color: #fff;
}

#mainVisual .visual_paginations .visual_plays .icon_play {
	display: none;
}

#mainVisual .visual_paginations .visual_plays.on .icon_play {
	display: block;
}

#mainVisual .visual_paginations .visual_plays.on .icon_pause {
	display: none;
}

#mainVisual .visual_logo {
	margin-bottom: 0.3125em;
	opacity: 0;
}

#mainVisual .visual_tit {
	font-size: 5.5rem;
	font-weight: 500;
	font-family: 'Pretendard';
	line-height: 1.25;
	opacity: 0;
}

#mainVisual .visual_tit._small {
	font-size: 28px;
	color: #c79689;
	font-weight: 400;
}

#mainVisual .visual_txt {
	font-family: 'Pretendard';
	font-size: 55px;
	font-weight: 600;
	font-weight: 400;
	margin-top: 19px;
	opacity: 0;
}

#mainVisual .visual_text_box {
	color: #fff;
}

.text_button {
	list-style-type: none;
	display: flex;
	position: absolute;
	left: 240px;
	bottom: 164px;
	z-index: 20;
}

.text_button li {
	color: #fff;
	font-size: 17px;
	cursor: pointer;
	font-family: 'Pretendard';
	font-weight: 400;
	margin-right: 47px;
	opacity: 0.5;
	transition: all 0.3s;
}

.text_button li::after {
	display: block;
	content: '';
	border: 2px solid #bfbdbd;
	margin-top: 20px;
}

.on_li.active {
	opacity: 1;
}



/* ++++ Section area_1 ++++ */

.sec1 {
	width: 100%;
	/* overflow-x: hidden; */
}

.sect_block {
	padding: 7.5rem 0;
}

.sect_block.st_2 {
	padding: 8.75rem 0;
}

.sect_tit {
	line-height: 1.45;
	font-weight: 400;
	text-align: center;
	color: #292b29;
	font-size: 50px;
	font-family: 'Pretendard';
	font-weight: 600;
	letter-spacing: -5px;
}

.sect_tit .tit_point {
	display: block;
	margin-bottom: 0.3125rem;
	font-size: 16px;
	color: #8c8c8c;
	font-weight: 600;
	text-align: center;
	font-weight: 400;
	letter-spacing: 0px;
}

.sect_01 {
	background: url('/img/main/sec1_bg.jpg') no-repeat center top;
	background-size: cover;
}

.sect_01 .member_ {
	margin-top: 75px;
}

.sect_01 .member_ .swiper-wrapper {
	padding: 0rem 0 1.5625rem;
}

.sect_01 .member_contr {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: center;
}

.sect_01 .member_contr ._contr {
	flex: 1 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: center;
	padding-left: 79px;
}

.sect_01 .member_contr ._contr .left,
.sect_01 .member_contr ._contr .right {
	font-size: 0.875em;
	background: none;
}

.sect_01 .member_contr ._contr .left [class*=iconFt_],
.sect_01 .member_contr ._contr .right [class*=iconFt_] {
	display: block;
	transition: transform 0.3s, color 0.3s;
}

.sect_01 .member_contr ._contr .left:hover,
.sect_01 .member_contr ._contr .right:hover {
	color: #c8a666;
}

.sect_01 .member_contr ._contr .left:hover [class*=iconFt_] {
	-moz-transform: translateX(-15%);
	-webkit-transform: translateX(-15%);
	-ms-transform: translateX(-15%);
	-o-transform: translateX(-15%);
	transform: translateX(-15%);
}

.sect_01 .member_contr ._contr .right:hover [class*=iconFt_] {
	-moz-transform: translateX(15%);
	-webkit-transform: translateX(15%);
	-ms-transform: translateX(15%);
	-o-transform: translateX(15%);
	transform: translateX(15%);
}

.sect_01 .member_contr ._contr .start {
	width: 1.875rem;
	height: 1.875rem;
	border-radius: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #cccbc6;
	background: none;
	transition: all 0.3s;
	box-sizing: border-box;
}

.sect_01 .member_contr ._contr .start:hover {
	border: 1px solid #C79689;
}

.sect_01 .member_contr ._contr .start .icon_play {
	display: none;
	-moz-transform: translateX(25%);
	-webkit-transform: translateX(25%);
	-ms-transform: translateX(25%);
	-o-transform: translateX(25%);
	transform: translateX(25%);
}

.sect_01 .member_contr ._contr .start.on .icon_play {
	display: block;
}

.sect_01 .member_contr ._contr .start.on .icon_pause {
	display: none;
}

.sect_01 .member_contr ._contr>*+* {
	margin-left: 19px;
}

.sect_01 .pdt_img {
	padding: 0.9375rem 0;
	overflow: hidden;
	position: relative;
	width: 324px;
	height: 439px;
	margin-left: auto;
	margin-right: auto;
	max-width: 100% !important;
}

.sect_01 .pdt_img a {
	display: block;
}

.sect_01 .pdt_img img {
	position: absolute;
	top: 50%;
	left: 50%;
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	max-width: none !important;
	transition: opacity 0.35s;
}

.sect_01 .pdt_img ._hov {
	opacity: 0;
}

.sect_01 .mem_txt {
	margin-top: 1.875rem;
	display: flex;
	flex-direction: column;
}

.sect_01 .member_item {
	text-align: center;
	width: auto;
}

.sect_01 .swiper-pagination {
	width: 100%;
	position: relative;
	height: 2px;
	background-color: #e5e5e5;
}

.sect_01 .swiper-pagination>span {
	background-color: #e1ae5f;
	height: 2px;
}

.sect_01 .p_name {
	font-size: 30px;
	font-weight: 600;
	letter-spacing: -4px;
	margin-bottom: 21px;
}

.sect_01 .p_cate0 {
	font-size: 18px;
	font-weight: 600;
	color: #a3847c;
	display: inline-block;
}

.sect_01 .p_cate1 {
	font-size: 18px;
	font-weight: 400;
	color: #61605f;
	display: inline-block;
}

.sect_01 .slide_bar {
	width: 1150px;
	margin: 124px auto 0;
}

@-webkit-keyframes ani_visual {
	from {
		opacity: 0;
		-moz-transform: translateX(-15%);
		-webkit-transform: translateX(-15%);
		-ms-transform: translateX(-15%);
		-o-transform: translateX(-15%);
		transform: translateX(-15%);
	}

	to {
		opacity: 1;
		-moz-transform: translateX(-0%);
		-webkit-transform: translateX(-0%);
		-ms-transform: translateX(-0%);
		-o-transform: translateX(-0%);
		transform: translateX(-0%);
	}
}

@keyframes ani_visual {
	from {
		opacity: 0;
		-moz-transform: translateX(-15%);
		-webkit-transform: translateX(-15%);
		-ms-transform: translateX(-15%);
		-o-transform: translateX(-15%);
		transform: translateX(-15%);
	}

	to {
		opacity: 1;
		-moz-transform: translateX(-0%);
		-webkit-transform: translateX(-0%);
		-ms-transform: translateX(-0%);
		-o-transform: translateX(-0%);
		transform: translateX(-0%);
	}
}


/* ++++ Section area_2 ++++ */
.sec2 {
	width: 100%;
}

.sect_02 {
	background: url('/img/main/sec2_0.jpg') fixed 50%/cover;
	width: 100%;
	height: 502px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.sec2 .left {
	width: 360px;
	margin-right: 78px;
}

.sec2 .left h3 {
	font-family: 'Pretendard';
	font-weight: 600;
	font-size: 17px;
	color: #c79689;
	margin-bottom: 21px;
}

.sec2 .left .text {
	font-family: 'Pretendard';
	font-weight: 600;
	font-size: 45px;
	letter-spacing: -1.2px;
	color: #fff;
	line-height: 65px;
	margin-bottom: 42px;
}

.sec2 .left .text .color {
	color: #c79689;
}

.sec2 .left a {
	font-family: 'Pretendard';
	font-weight: 400;
	color: #a8a8a8;
	font-size: 16px;
	text-decoration: underline;
	text-underline-position: under;
	transition: all 0.3s;
}

.sec2 .left a:hover {
	color: #c79689;
}

.sec2 .right {
	width: 987px;
	margin-top: 152px;
}

.sec2 .right .line_area {
	display: flex;
	align-items: center;
	margin-bottom: 37px;
}

.sec2 .right .line_area .circle {
	display: inline-block;
	width: 8px;
	height: 8px;
	background-color: #eee;
	border-radius: 50px;
}

.sec2 .right .line_area .line {
	display: inline-block;
	width: 979px;
	height: 1px;
	background-color: #eee;
}

.sec2 .right .text_area {
	display: flex;
	flex-direction: column;
	width: 576px;
	margin-left: 410px;
}

.sec2 .right .text_area .tit {
	font-family: 'Pretendard';
	font-weight: 600;
	color: #c79689;
	font-size: 17px;
	letter-spacing: -0.5px;
	margin-bottom: 26px;
}

.sec2 .right .text_area .dec {
	font-family: 'Pretendard';
	font-weight: 300;
	color: #fff;
	font-size: 17px;
	letter-spacing: -0.5px;
	line-height: 29px;
}


/* ++++ Section area_3 ++++ */
.sec3 {
	width: 100%;
	overflow: hidden;
}

.sect_03 {
	width: 100%;
	padding-top: 127px;
	padding-bottom: 218px;
	background-image: url('/img/main/sec3_bg.jpg');
}

.sect_03 .sect_tit {}

.sect_03 .sect_tit .tit_point {}

.sect_03 .Consult_ {
	width: 100%;
	margin-top: 92px;
}

.sect_03 .swiper {
	width: 100%;
	height: 100%;
}

.sect_03 .consult_item {
	width: 80%;
	display: flex;
}

.sect_03 .consult_img {
	width: auto;
	height: 438px;
	padding-right: 100px;
}

.sect_03 .consult_img a {
	display: block;
	width: 100%;
	height: 100%;
}

.sect_03 .consult_img img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.sect_03 .consult_text {
	width: auto;
	height: 437px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.sect_03 .consult_text .cate {
	font-family: 'Pretendard';
	font-weight: 600;
	font-size: 18px;
	color: #a3847c;
	margin-bottom: 22px;
	display: inline-block;
}

.sect_03 .consult_text .tit {
	font-family: 'Pretendard';
	font-weight: 600;
	font-size: 35px;
	letter-spacing: -2px;
	margin-bottom: 19px;
}

.sect_03 .consult_text .tit::after {
	display: block;
	content: '';
	border: 1px solid #bfbdbd;
	margin-top: 19px;
}

.sect_03 .consult_text .desc {
	font-family: 'Pretendard';
	font-weight: 300;
	font-size: 17px;
	letter-spacing: -1px;
	margin-bottom: 54px;
	line-height: 25px;
}

.sect_03 .consult_text .more_btn {
	display: inline-block;
	width: 153px;
	height: 45px;
	line-height: 45px;
	font-family: 'Pretendard';
	font-weight: 300;
	font-size: 15px;
	letter-spacing: -1px;
	background-color: #000;
	color: #fff;
	text-align: center;
	transition: all 0.3s;
	box-sizing: border-box;
	border: 1px solid #000;
}

.sect_03 .consult_text .more_btn:hover {
	border: 1px solid #000;
	background-color: #fff;
	color: #000;
	box-sizing: border-box;
}

/* ++++ Section area_4 ++++ */
.sect_04 {
	width: 100%;
}

.sect_04 {
	width: 100%;
	padding-top: 119px;
	padding-bottom: 187px;
}

.sect_04 .sect_tit {}

.sect_04 .sect_tit .tit_point {}

.sect_04 .Partner_ {
	width: 100%;
	margin-top: 116px;
}

.sect_04 .Partner_ ul {
	width: 1402px;
	height: auto;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	box-sizing: border-box;
	border: 1px solid #e5e5e5;
	position: relative;
}

.sect_04 .Partner_ ul li {
	width: 350px;
	height: 268px;
	border: 1px solid #e5e5e5;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all 0.3s;
}

.sect_04 .Partner_ ul li:hover {
	border: 1px solid #1b1b1b;
}

.sect_04 .Partner_ ul li a {
	display: inline-block;
}

.sect_04 .Partner_ ul li a img {
	width: 100%;
}

/* ++++ Section area_5 ++++ */
.sec5 {
	width: 100%;
}

.sec5 .sect_05 {
	width: 100%;
}

.sec5 .sect_05 .map {
	width: 100%;
	height: 654px;
	background-image: url('/img/main/sec5_0.jpg');
	background-repeat: no-repeat;
	background-position: center;
}

.sec5 .sect_05 .map a {
	display: block;
	width: 100%;
	height: 100%;
}

.sec5 .sect_05 .map_text_box {
	width: 1200px;
/*230905 전대리 수정	*/
/* 	width: 1545px; */
	height: 326px;
	background-color: #fff;
	display: flex;
padding-top: 70px;
	position: relative;

}

.sec5 .sect_05 .map_text_box .left {
	/* width: 260px; */
	width: 459px;
	position: relative;
}

.sec5 .sect_05 .map_text_box .left::after {
	display: block;
	content: '';
	width: 1px;
	height: 195px;
	background-color: #e5e5e5;
	position: absolute;
	right: 0;
	top: 0;
}

.sec5 .sect_05 .map_text_box .left .tit {
	font-family: 'Pretendard';
	font-weight: 600;
	font-size: 40px;
	color: #c79689;
	padding-left: 246px;
}


.sec5 .sect_05 .map_text_box .right {
	display: flex;
	flex-direction: column;
	padding-left: 26px;
	padding-right: 30px;
	position: relative;
}

.sec5 .sect_05 .map_text_box .right::after {
	display: block;
	content: '';
	width: 1px;
	height: 195px;
	background-color: #e5e5e5;
	position: absolute;
	right: 0;
	top: 0;
}

.sec5 .sect_05 .map_text_box .right:nth-of-type(3)::after {
	display: none;
}

.sec5 .sect_05 .map_text_box .right .area_color {
	font-size: 24px;
	font-weight: 600;
	color: #c79689;
}

.sec5 .sect_05 .map_text_box .right .area_color i {
	font-size: 24px;
	color: #000;
	font-weight: 600;
}

.sec5 .sect_05 .map_text_box .right .addr_ko {
	font-family: 'Pretendard';
	font-weight: 600;
	font-size: 22px;
	color: #444;
	line-height: 28px;
	margin-top: 31px;
	margin-bottom: 13px;
}

.sec5 .sect_05 .map_text_box .right .addr_en {
	font-family: 'Pretendard';
	font-weight: 400;
	font-size: 17px;
	color: #444;
}

.sec5 .sect_05 .map_text_box .right .addr_desc {
	font-family: 'Pretendard';
	font-weight: 400;
	font-size: 16px;
	color: #4e4b64;
	margin-top: 20px;
}

.sec5 .sect_05 .map_text_box .map_i {
	display: inline-block;
	position: absolute;
	right: 16px;
	bottom: 19px;
}

.sec5 .sect_05 .map_text_box .map_i img {
	display: block;
}




/* 중간 레이아웃 */












/* 서브페이지 */

.bd_container .sub_con .sec_inner {
	width: 1400px;
	margin: 120px auto 0;
	display: flex;
	justify-content: space-between;
}

.bd_container .sub_con .sec_inner h2 {
	font-weight: 600;
	font-size: 50px;
	text-transform: uppercase;
	margin-bottom: 72px;
}

}
/* ++++ sub0 ++++ */
.sub0 .sec1 {
	width: 100%;
	overflow: hidden;
}

.sub0 .sec_inner {
	width: 1400px;
	margin: 120px auto 0;
	display: flex;
	justify-content: space-between;
}

.sub0 .sec_inner .text_box h2 {
	font-weight: 600;
	font-size: 50px;
	text-transform: uppercase;
	margin-bottom: 72px;
}

.sub0 .sec_inner .text_box h3 {
	font-weight: 700;
	font-size: 25px;
	text-transform: uppercase;
	color: #a3847c;
	letter-spacing: -0.5px;
	margin-bottom: 40px;
}

.sub0 .sec_inner .text_box .underbar {
	display: block;
	width: 50px;
	height: 2px;
	background-color: #ccc;
	margin-bottom: 40px;
}

.sub0 .sec1 .sec_inner .text_box .text {
	font-weight: 400;
	font-size: 18px;
	color: #696969;
	letter-spacing: -0.5px;
	line-height: 28px;
}

.sub0 .sec1 .sec_inner .text_box .underbar {
	margin-bottom: 46px;
}

.sub0 .sec2 .sec_inner {
	display: flex;
	flex-direction: column;
}

.sub0 .sec2 .sec_inner .text_box {
	width: 100%;
}

.sub0 .sec2 .sec_inner .icon_box {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 149px;
}

.sub0 .sec2 .sec_inner .icon_box div {
	display: inline-block;
}

.sub0 .sec2 .sec_inner .icon_box .dot_img {
	margin: 0 51px;
}

.sub0 .sec2 .sec_inner .icon_box ._text {
	font-size: 22px;
	font-weight: 600;
	color: #444;
	text-align: center;
	display: inline-block;
	width: 100%;
	margin-top: 22px;
}

.sub0 .sec3 {
	width: 100%;
	height: 1021px;
	background-image: url('/img/sub/sub0_sec3_0.png');
	background-repeat: no-repeat;
}

.sub0 .sec3 .sec_inner {
	width: 1336px;
	height: 100%;
	display: flex;
	flex-direction: column;
	position: relative;
	margin-top: 0;
}

.sub0 .sec3 .sec_inner .text_box {
	width: 596px;
	height: 270px;
	position: absolute;
	right: 0;
	top: 195px;
}

.sub0 .sec3 .sec_inner .text_box h3 {
	color: #fff;
}

.sub0 .sec3 .sec_inner .text_box .text {
	font-weight: 400;
	font-size: 18px;
	color: #ead6d0;
	letter-spacing: -0.5px;
	line-height: 28px;
}

.sub0 .sec3 .sec_inner .text_box .bold {
	font-weight: 600;
	font-size: 22px;
	color: #fff;
	letter-spacing: -1px;
	line-height: 35px;
}

.sub0 .sec3 .sec_inner .img_box {
	display: inline-block;
	display: flex;
	position: absolute;
	bottom: 147px;
	right: 0;
}

.sub0 .sec3 .sec_inner .img_box .circle {
	display: flex;
	flex-direction: column;
}

.sub0 .sec3 .sec_inner .img_box .col_bar {
	display: block;
	width: 1px;
	height: 202px;
	background-color: #eee;
	margin: 0 78px 0 86px;
}

.sub0 .sec3 .sec_inner .img_box .year_text {
	width: 102px;
	height: 102px;
	line-height: 102px;
	background-color: #4e4b64;
	color: #fff;
	text-align: center;
	border-radius: 50px;
	display: block;
	font-size: 22px;
	font-weight: 600;
	margin: 0 auto;
}

.sub0 .sec3 .sec_inner .img_box .year_text1 {
	background-color: #a3847c;
}

.sub0 .sec3 .sec_inner .img_box ._bar {
	display: block;
	width: 1px;
	height: 22px;
	background-color: #ccc;
	margin: 24px auto;
}

.sub0 .sec3 .sec_inner .img_box ._desc {
	color: #696969;
	display: block;
	text-align: center;
	margin-bottom: 16px;
}

.sub0 .sec3 .sec_inner .img_box ._desc._color {
	color: #a3847c;
}

/* ++++ con0201 ++++ */
.con0201 .sec1 {
	width: 100%;
}

.con0201 .sec1 .member {
	width: 1400px;
	margin: 120px auto 50px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.con0201 .sec1 .member li {
	width: 342px;
	overflow: hidden;
}

.con0201 .sec1 .member li .con0201 .sec1 .member li .img_box {
	width: 342px;
	height: 360px;
	position: relative;
}

.con0201 .sec1 .member li .img_box:hover img {
	transform: scale(1.1);
}

.con0201 .sec1 .member li .img_box .imgs {
	width: 342px;
	height: 360px;
	overflow: hidden;
}

.con0201 .sec1 .member li .img_box .imgs img {
	width: 100%;
	height: 100%;
	transition: transform 1s ease-in-out;
}

.view_circle {
	display: block;
	width: 110px;
	height: 110px;
	line-height: 110px;
	background-color: #fff;
	opacity: 0.7;
	color: #434343;
	font-weight: 700;
	text-transform: uppercase;
	border-radius: 50%;
	text-align: center;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -50px 0 0 -50px;
	cursor: pointer;
	z-index: 999;
	pointer-events: none;
}

.con0201 .sec1 .member li .text_box {
	width: 100%;
	margin-bottom: 100px;
}

.con0201 .sec1 .member li .name {
	font-size: 25px;
	color: #222;
	font-weight: 400px;
	letter-spacing: -1px;
	margin-top: 40px;
}

.con0201 .sec1 .member li .area {
	display: inline-block;
	font-size: 18px;
	color: #a3847c;
	font-weight: 700px;
	letter-spacing: -1px;
	margin-top: 18px;
	margin-right: 10px;
}

.con0201 .sec1 .member li .desc {
	font-size: 18px;
	color: #555;
	font-weight: 400px;
	letter-spacing: -1px;
}

/* sub1_0 */
.sub1_0 {
	width: 100%;
}

.sub1_0 section {
	width: 100%;
}

.sub1_0 .sec_inner {
	width: 1400px;
	margin: 120px auto 150px;
	display: flex;
	flex-wrap: wrap;
	position: relative;
}

.sub1_0 .sec_inner .img_box {
	width: 522px;
	height: 592px;
	margin-right: 77px;
}

.sub1_0 .sec_inner .img_box figure {
	width: 522px;
	height: 592px;
}

.sub1_0 .sec_inner .img_box figure img {
	width: 100%;
	height: 100%;
}

.sub1_0 .sec_inner .text_box {
	/*	width: 100%;*/
	width: 798px;
}

.sub1_0 .sec_inner .text_header {
	width: 100%;
	display: flex;
	align-items: center;
	border-top: 1px solid #000;
	border-bottom: 1px solid #eee;
	padding: 24px 0;
}

.sub1_0 .sec_inner .text_header .name {
	font-weight: 500;
	font-size: 40px;
	color: #222;
	letter-spacing: -0.5px;
	display: block;
	margin-right: 13px;
}

.sub1_0 .sec_inner .text_header .area {
	font-weight: 700;
	font-size: 18px;
	color: #a3847c;
	margin-right: 9px;
}

.sub1_0 .sec_inner .text_header .desc {
	font-weight: 400;
	font-size: 18px;
	color: #555;
	font-family: 'Pretendard';
}

.sub1_0 .sec_inner .back_btn {
	width: 100px;
	height: 40px;
	line-height: 40px;
	position: absolute;
	left: 211px;
	bottom: -68px;
}

.sub1_0 .sec_inner .back_btn a {
	display: block;
	width: 100%;
	height: 100%;
	color: #707070;
	border: 1px solid #B6B6B6;
	box-sizing: border-box;
	text-align: center
}

.sub1_0 .sec_inner .info_tit {
	width: 236px;
	height: 41px;
	line-height: 41px;
	font-weight: 600;
	font-size: 20px;
	letter-spacing: -0.5px;
	display: block;
	background-color: #a3847c;
	color: #fff;
	text-align: center;
	margin: 41px 0;
}

.sub1_0 .sec_inner .info_list li {
	list-style-type: disc;
	color: #a3847c;
	line-height: 30px;
}

.sub1_0 .sec_inner .info_list ._bold {
	font-size: 18px;
	font-weight: 400px;
	color: #555;
	letter-spacing: -1px;
}

.sub1_0 .sec_inner .info_list p {
	font-weight: 300;
	color: #696969;
	letter-spacing: -1px;
}





/* 하단 레이아웃 */
#ft {
	width: 100%;
	height: 427px;
	background: url('/img/common/footer_bg.jpg') no-repeat center;
	position: relative;
}

#ft .ft_inner {
	width: 1400px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

#ft .ft_inner .ft_left h3 {
	font-family: 'Pretendard';
	font-weight: 600;
	font-size: 35px;
	color: #f3f3f3;
	letter-spacing: -1.5px;
	line-height: 40px;
	margin-bottom: 54px;
}

#ft .ft_inner .ft_left .comp_info {
	font-family: 'Pretendard';
	font-weight: 400;
	font-size: 14px;
	color: #707070;
	letter-spacing: -0.5px;
	line-height: 24px;
	margin-bottom: 49px;
}

#ft .ft_inner .ft_left .copyright {
	font-family: 'Pretendard';
	font-weight: 400;
	font-size: 14px;
	color: #707070;
	letter-spacing: -0.5px;
	line-height: 20px;
}

#ft .ft_inner .ft_middle .ft_cate li {
	margin-bottom: 24px;
	height: 20px;
}

#ft .ft_inner .ft_middle .ft_cate li a {
	font-family: 'Pretendard';
	font-weight: 400;
	font-size: 17px;
	color: #ddd;
	letter-spacing: -0.5px;
	transition: all 0.3s;
}

#ft .ft_inner .ft_middle .ft_cate li a:hover {
	color: #C79689;
}

#ft .ft_inner .ft_right .ft_logo {
	width: 172px;
	height: 88px;
	margin-bottom: 28px;
}

#ft .ft_inner .ft_right .ft_logo img {
	width: 100%;
	height: 100%;
	display: block;
}

#ft .ft_inner .ft_right .tel figure {
	width: 31px;
	height: 31px;
	display: inline-block;
}

#ft .ft_inner .ft_right .tel figure img {
	width: 100%;
	height: 100%;
}

#ft .ft_inner .ft_right .tel span {
	font-family: 'Pretendard';
	font-weight: 700;
	font-size: 17px;
	color: #d2d2d2;
	letter-spacing: -0.5px;
}

#ft .ft_inner .ft_right .tel .tit{
	color: #7f7f7f;
	display: block;
	margin-bottom: 16px;
}

#ft .ft_inner .ft_right .tel > p{
	color: #d2d2d2;
	margin-bottom: 11px;
}

#ft .ft_inner .ft_right .tel .name{
	font-weight: 400;
	
}
#ft .ft_inner .ft_right .tel .num{}

/* 게시물 선택복사 선택이동 */
#copymove {}

#copymove .win_desc {
	text-align: center;
	display: block
}

#copymove .tbl_wrap {
	margin: 20px
}

#copymove .win_btn {
	padding: 0 20px 20px
}

.copymove_current {
	float: right;
	background: #ff3061;
	padding: 5px;
	color: #fff;
	border-radius: 3px
}

.copymove_currentbg {
	background: #f4f4f4
}

/* 화면낭독기 사용자용 */
#hd_login_msg {
	position: absolute;
	top: 0;
	left: 0;
	font-size: 0;
	line-height: 0;
	overflow: hidden
}

.msg_sound_only,
.sound_only {
	display: inline-block !important;
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	margin: 0 !important;
	padding: 0 !important;
	font-size: 0;
	line-height: 0;
	border: 0 !important;
	overflow: hidden !important
}

/* 본문 바로가기 */
#skip_to_container a {
	z-index: 100000;
	position: absolute;
	top: 0;
	left: 0;
	width: 1px;
	height: 1px;
	font-size: 0;
	line-height: 0;
	overflow: hidden
}

#skip_to_container a:focus,
#skip_to_container a:active {
	width: 100%;
	height: 75px;
	background: #21272e;
	color: #fff;
	font-size: 2em;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	line-height: 3.3em
}

/* ie6 이미지 너비 지정 */
.img_fix {
	width: 100%;
	height: auto
}

/* 캡챠 자동등록(입력)방지 기본 -pc */
#captcha {
	display: inline-block;
	position: relative
}

#captcha legend {
	position: absolute;
	margin: 0;
	padding: 0;
	font-size: 0;
	line-height: 0;
	text-indent: -9999em;
	overflow: hidden
}

#captcha #captcha_img {
	height: 40px;
	border: 1px solid #898989;
	vertical-align: top;
	padding: 0;
	margin: 0
}

#captcha #captcha_mp3 {
	margin: 0;
	padding: 0;
	width: 40px;
	height: 40px;
	border: 0;
	background: transparent;
	vertical-align: middle;
	overflow: hidden;
	cursor: pointer;
	background: url('../img/captcha2.png') no-repeat;
	text-indent: -999px;
	border-radius: 3px
}

#captcha #captcha_reload {
	margin: 0;
	padding: 0;
	width: 40px;
	height: 40px;
	border: 0;
	background: transparent;
	vertical-align: middle;
	overflow: hidden;
	cursor: pointer;
	background: url('../img/captcha2.png') no-repeat 0 -40px;
	text-indent: -999px;
	border-radius: 3px
}

#captcha #captcha_key {
	margin: 0 0 0 3px;
	padding: 0 5px;
	width: 90px;
	height: 40px;
	border: 1px solid #ccc;
	background: #fff;
	font-size: 1.333em;
	font-weight: bold;
	text-align: center;
	border-radius: 3px;
	vertical-align: top
}

#captcha #captcha_info {
	display: block;
	margin: 5px 0 0;
	font-size: 0.95em;
	letter-spacing: -0.1em
}

/* 캡챠 자동등록(입력)방지 기본 - mobile */
#captcha.m_captcha audio {
	display: block;
	margin: 0 0 5px;
	width: 187px
}

#captcha.m_captcha #captcha_img {
	width: 160px;
	height: 60px;
	border: 1px solid #e9e9e9;
	margin-bottom: 3px;
	margin-top: 5px;
	display: block
}

#captcha.m_captcha #captcha_reload {
	position: static;
	margin: 0;
	padding: 0;
	width: 40px;
	height: 40px;
	border: 0;
	background: transparent;
	vertical-align: middle;
	overflow: hidden;
	cursor: pointer;
	background: url('../img/captcha2.png') no-repeat 0 -40px;
	text-indent: -999px
}

#captcha.m_captcha #captcha_reload span {
	display: none
}

#captcha.m_captcha #captcha_key {
	margin: 0;
	padding: 0 5px;
	width: 115px;
	height: 29px;
	border: 1px solid #b8c9c2;
	background: #f7f7f7;
	font-size: 1.333em;
	font-weight: bold;
	text-align: center;
	line-height: 29px;
	margin-left: 3px
}

#captcha.m_captcha #captcha_info {
	display: block;
	margin: 5px 0 0;
	font-size: 0.95em;
	letter-spacing: -0.1em
}

#captcha.m_captcha #captcha_mp3 {
	width: 31px;
	height: 31px;
	background: url('../img/captcha2.png') no-repeat 0 0;
	vertical-align: top;
	overflow: hidden;
	cursor: pointer;
	text-indent: -9999px;
	border: none
}

/* ckeditor 단축키 */
.cke_sc {
	margin: 0 0 5px;
	text-align: right
}

.btn_cke_sc {
	display: inline-block;
	padding: 0 10px;
	height: 23px;
	border: 1px solid #ccc;
	background: #fafafa;
	color: #000;
	text-decoration: none;
	line-height: 1.9em;
	vertical-align: middle;
	cursor: pointer
}

.cke_sc_def {
	margin: 0 0 5px;
	padding: 10px;
	border: 1px solid #ccc;
	background: #f7f7f7;
	text-align: center
}

.cke_sc_def dl {
	margin: 0 0 5px;
	text-align: left;
	zoom: 1
}

.cke_sc_def dl:after {
	display: block;
	visibility: hidden;
	clear: both;
	content: ""
}

.cke_sc_def dt,
.cke_sc_def dd {
	float: left;
	margin: 0;
	padding: 5px 0;
	border-bottom: 1px solid #e9e9e9
}

.cke_sc_def dt {
	width: 20%;
	font-weight: bold
}

.cke_sc_def dd {
	width: 30%
}

/* ckeditor 태그 기본값 */
#bo_v_con ul {
	display: block;
	list-style-type: disc;
	margin-top: 1em;
	margin-bottom: 1em;
	margin-left: 0;
	margin-right: 0;
	padding-left: 40px
}

#bo_v_con ol {
	display: block;
	list-style-type: decimal;
	margin-top: 1em;
	margin-bottom: 1em;
	margin-left: 0;
	margin-right: 0;
	padding-left: 40px
}

#bo_v_con li {
	display: list-item
}

/* 버튼 */
a.btn,
.btn {
	line-height: 35px;
	height: 35px;
	padding: 0 10px;
	text-align: center;
	font-weight: bold;
	border: 0;
	font-size: 1.4em;
	-webkit-transition: background-color 0.3s ease-out;
	-moz-transition: background-color 0.3s ease-out;
	-o-transition: background-color 0.3s ease-out;
	transition: background-color 0.3s ease-out
}

a.btn01 {
	display: inline-block;
	padding: 7px;
	border: 1px solid #ccc;
	background: #fafafa;
	color: #000;
	text-decoration: none;
	vertical-align: middle
}

a.btn01:focus,
a.btn01:hover {
	text-decoration: none
}

button.btn01 {
	display: inline-block;
	margin: 0;
	padding: 7px;
	border: 1px solid #ccc;
	background: #fafafa;
	color: #000;
	text-decoration: none
}

a.btn02 {
	display: inline-block;
	padding: 7px;
	border: 1px solid #3b3c3f;
	background: #4b545e;
	color: #fff;
	text-decoration: none;
	vertical-align: middle
}

a.btn02:focus,
.btn02:hover {
	text-decoration: none
}

button.btn02 {
	display: inline-block;
	margin: 0;
	padding: 7px;
	border: 1px solid #3b3c3f;
	background: #4b545e;
	color: #fff;
	text-decoration: none
}

.btn_confirm {
	text-align: right
}

/* 서식단계 진행 */

.btn_submit {
	border: 0;
	background: #3a8afd;
	color: #fff;
	cursor: pointer;
	border-radius: 3px
}

.btn_submit:hover {
	background: #2375eb
}

.btn_close {
	border: 1px solid #dcdcdc;
	cursor: pointer;
	border-radius: 3px;
	background: #fff
}

a.btn_close {
	text-align: center;
	line-height: 50px
}

a.btn_cancel {
	display: inline-block;
	background: #969696;
	color: #fff;
	text-decoration: none;
	vertical-align: middle
}

button.btn_cancel {
	display: inline-block;
	background: #969696;
	color: #fff;
	text-decoration: none;
	vertical-align: middle
}

.btn_cancel:hover {
	background: #aaa
}

a.btn_frmline,
button.btn_frmline {
	display: inline-block;
	width: 128px;
	padding: 0 5px;
	height: 40px;
	border: 0;
	background: #434a54;
	border-radius: 3px;
	color: #fff;
	text-decoration: none;
	vertical-align: top
}

/* 우편번호검색버튼 등 */
a.btn_frmline {}

button.btn_frmline {
	font-size: 1em
}

/* 게시판용 버튼 */
a.btn_b01,
.btn_b01 {
	display: inline-block;
	color: #bababa;
	text-decoration: none;
	vertical-align: middle;
	border: 0;
	background: transparent
}

.btn_b01:hover,
.btn_b01:hover {
	color: #000
}

a.btn_b02,
.btn_b02 {
	display: inline-block;
	background: #253dbe;
	padding: 0 10px;
	color: #fff;
	text-decoration: none;
	border: 0;
	vertical-align: middle
}

a.btn_b02:hover,
.btn_b02:hover {
	background: #0025eb
}

a.btn_b03,
.btn_b03 {
	display: inline-block;
	background: #fff;
	border: 1px solid #b9bdd3;
	color: #646982;
	text-decoration: none;
	vertical-align: middle
}

a.btn_b03:hover,
.btn_b03:hover {
	background: #ebedf6
}

a.btn_b04,
.btn_b04 {
	display: inline-block;
	background: #fff;
	border: 1px solid #ccc;
	color: #707070;
	text-decoration: none;
	vertical-align: middle
}

a.btn_b04:hover,
.btn_b04:hover {
	color: #333;
	background: #f9f9f9
}

a.btn_admin,
.btn_admin {
	display: inline-block;
	color: #d13f4a;
	text-decoration: none;
	vertical-align: middle
}

/* 관리자 전용 버튼 */
.btn_admin:hover,
a.btn_admin:hover {
	color: #ff3746
}


/* 기본테이블 */
.tbl_wrap table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0 5px;
	background: #fff;
	border-top: 1px solid #ececec;
	border-bottom: 1px solid #ececec
}

.tbl_wrap caption {
	padding: 10px 0;
	font-weight: bold;
	text-align: left
}

.tbl_head01 {
	margin: 0 0 10px
}

.tbl_head01 caption {
	padding: 0;
	font-size: 0;
	line-height: 0;
	overflow: hidden
}

.tbl_head01 thead th {
	padding: 20px 0;
	font-weight: normal;
	text-align: center;
	border-bottom: 1px solid #ececec;
	height: 40px;
	font-size: 15px;
}

.tbl_head01 thead th input {
	vertical-align: top
}

/* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */
.tbl_head01 tfoot th,
.tbl_head01 tfoot td {
	padding: 10px 0;
	border-top: 1px solid #c1d1d5;
	border-bottom: 1px solid #c1d1d5;
	background: #d7e0e2;
	text-align: center
}

.tbl_head01 tbody th {
	padding: 8px 0;
	border-bottom: 1px solid #e8e8e8
}

.tbl_head01 td {
	color: #666;
	padding: 10px 5px;
	border-top: 1px solid #ecf0f1;
	border-bottom: 1px solid #ecf0f1;
	line-height: 1.4em;
	height: 60px;
	word-break: break-all;
	font-size: 15px;
}

.tbl_head01 tbody tr:hover td {
	background: #fafafa
}

.tbl_head01 a:hover {
	text-decoration: underline
}

.tbl_head02 {
	margin: 0 0 10px
}

.tbl_head02 caption {
	padding: 0;
	font-size: 0;
	line-height: 0;
	overflow: hidden
}

.tbl_head02 thead th {
	padding: 5px 0;
	border-top: 1px solid #d1dee2;
	border-bottom: 1px solid #d1dee2;
	background: #e5ecef;
	color: #383838;
	font-size: 0.95em;
	text-align: center;
	letter-spacing: -0.1em
}

.tbl_head02 thead a {
	color: #383838
}

.tbl_head02 thead th input {
	vertical-align: top
}

/* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */
.tbl_head02 tfoot th,
.tbl_head02 tfoot td {
	padding: 10px 0;
	border-top: 1px solid #c1d1d5;
	border-bottom: 1px solid #c1d1d5;
	background: #d7e0e2;
	text-align: center
}

.tbl_head02 tbody th {
	padding: 5px 0;
	border-top: 1px solid #e9e9e9;
	border-bottom: 1px solid #e9e9e9;
	background: #fff
}

.tbl_head02 td {
	padding: 5px 3px;
	border-top: 1px solid #e9e9e9;
	border-bottom: 1px solid #e9e9e9;
	background: #fff;
	line-height: 1.4em;
	word-break: break-all
}

.tbl_head02 a {}

/* 폼 테이블 */
.tbl_frm01 {
	margin: 0 0 20px
}

.tbl_frm01 table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0
}

.tbl_frm01 th {
	width: 70px;
	padding: 7px 13px;
	border: 1px solid #e9e9e9;
	border-left: 0;
	background: #f5f8f9;
	text-align: left
}

.tbl_frm01 td {
	padding: 7px 10px;
	border-top: 1px solid #e9e9e9;
	border-bottom: 1px solid #e9e9e9;
	background: transparent
}

.wr_content textarea,
.tbl_frm01 textarea,
.form_01 textarea,
.frm_input {
	border: 1px solid #d0d3db;
	background: #fff;
	color: #000;
	vertical-align: middle;
	border-radius: 3px;
	padding: 5px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

.tbl_frm01 textarea {
	padding: 2px 2px 3px
}

.frm_input {
	height: 40px
}

.full_input {
	width: 100%
}

.half_input {
	width: 49.5%
}

.twopart_input {
	width: 385px;
	margin-right: 10px
}

.tbl_frm01 textarea,
.write_div textarea {
	width: 100%;
	height: 100px
}

.tbl_frm01 a {
	text-decoration: none
}

.tbl_frm01 .frm_file {
	display: block;
	margin-bottom: 5px
}

.tbl_frm01 .frm_info {
	display: block;
	padding: 0 0 5px;
	line-height: 1.4em
}

/*기본 리스트*/
.list_01 ul {
	border-top: 1px solid #ececec
}

.list_01 li {
	border-bottom: 1px solid #ececec;
	background: #fff;
	padding: 10px 15px;
	list-style: none;
	position: relative
}

.list_01 li:nth-child(odd) {
	background: #f6f6f6
}

.list_01 li:after {
	display: block;
	visibility: hidden;
	clear: both;
	content: ""
}

.list_01 li:hover {
	background: #f9f9f9
}

.list_01 li.empty_li {
	text-align: center;
	padding: 20px 0;
	color: #666
}

/*폼 리스트*/
.form_01 h2 {
	font-size: 1.167em
}

.form_01 li {
	margin-bottom: 10px
}

.form_01 ul:after,
.form_01 li:after {
	display: block;
	visibility: hidden;
	clear: both;
	content: ""
}

.form_01 .left_input {
	float: left
}

.form_01 .margin_input {
	margin-right: 1%
}

.form_01 textarea {
	height: 100px;
	width: 100%
}

.form_01 .frm_label {
	display: inline-block;
	width: 130px
}

/* 자료 없는 목록 */
.empty_table {
	padding: 50px 0 !important;
	text-align: center
}

.empty_list {
	padding: 20px 0 !important;
	color: #666;
	text-align: center
}

/* 필수입력 */
.required,
textarea.required {
	background-image: url('../img/require.png') !important;
	background-repeat: no-repeat !important;
	background-position: right top !important
}

/* 테이블 항목별 정의 */
.td_board {
	width: 80px;
	text-align: center
}

.td_category {
	width: 80px;
	text-align: center
}

.td_chk {
	width: 30px;
	text-align: center
}

.td_date {
	width: 60px;
	text-align: center
}

.td_datetime {
	width: 110px;
	text-align: center
}

.td_group {
	width: 80px;
	text-align: center
}

.td_mb_id {
	width: 100px;
	text-align: center
}

.td_mng {
	width: 80px;
	text-align: center
}

.td_name {
	width: 100px;
	text-align: left
}

.td_nick {
	width: 100px;
	text-align: center
}

.td_num {
	width: 50px;
	text-align: center
}

.td_numbig {
	width: 80px;
	text-align: center
}

.td_stat {
	width: 60px;
	text-align: center
}

.txt_active {
	color: #5d910b
}

.txt_done {
	color: #e8180c
}

.txt_expired {
	color: #ccc
}

.txt_rdy {
	color: #8abc2a
}

/* 새창 기본 스타일 */
.new_win {
	width: 770px;
	position: relative;
	margin: 200px auto;
}

.new_win .tbl_wrap {
	margin: 0 20px
}

.new_win #win_title {
	font-size: 1.3em;
	height: 50px;
	line-height: 30px;
	padding: 10px 20px;
	background: #fff;
	color: #000;
	-webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, .1);
	-moz-box-shadow: 0 1px 10px rgba(0, 0, 0, .1);
	box-shadow: 0 1px 10px rgba(0, 0, 0, .1)
}

.new_win #win_title .sv {
	font-size: 0.75em;
	line-height: 1.2em
}

.new_win .win_ul {
	margin-bottom: 15px;
	padding: 0 20px
}

.new_win .win_ul:after {
	display: block;
	visibility: hidden;
	clear: both;
	content: ""
}

.new_win .win_ul li {
	float: left;
	background: #fff;
	text-align: center;
	padding: 0 10px;
	border: 1px solid #d6e9ff;
	border-radius: 30px;
	margin-left: 5px
}

.new_win .win_ul li:first-child {
	margin-left: 0
}

.new_win .win_ul li a {
	display: block;
	padding: 8px 0;
	color: #6794d3
}

.new_win .win_ul .selected {
	background: #3a8afd;
	border-color: #3a8afd;
	position: relative;
	z-index: 5
}

.new_win .win_ul .selected a {
	color: #fff;
	font-weight: bold
}

.new_win .win_desc {
	position: relative;
	margin: 10px;
	border-radius: 5px;
	font-size: 1em;
	background: #f2838f;
	color: #fff;
	line-height: 50px;
	text-align: left;
	padding: 0 20px
}

.new_win .win_desc i {
	font-size: 1.2em;
	vertical-align: baseline
}

.new_win .win_desc:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 4px;
	height: 50px;
	background: #da4453;
	border-radius: 3px 0 0 3px
}

.new_win .frm_info {
	font-size: 0.92em;
	color: #919191
}

.new_win .win_total {
	float: right;
	display: inline-block;
	line-height: 30px;
	font-weight: normal;
	font-size: 0.75em;
	color: #3a8afd;
	background: #f6f6f6;
	padding: 0 10px;
	border-radius: 5px
}

.new_win .new_win_con {
	margin: 20px 0;
	padding: 20px
}

.new_win .new_win_con:after {
	display: block;
	visibility: hidden;
	clear: both;
	content: ""
}

.new_win .new_win_con2 {
	margin: 20px 0
}

.new_win .btn_confirm:after {
	display: block;
	visibility: hidden;
	clear: both;
	content: ""
}

.new_win .win_btn {
	text-align: center
}

.new_win .btn_close {
	height: 45px;
	width: 60px;
	overflow: hidden;
	cursor: pointer
}

.new_win .btn_submit {
	padding: 0 20px;
	height: 45px;
	font-weight: bold;
	font-size: 1.083em
}

/* 검색결과 색상 */
.sch_word {
	color: #fff;
	background: #ff005a;
	padding: 2px 5px 3px;
	line-height: 18px;
	margin: 0 2px
}

/* 자바스크립트 alert 대안 */
#validation_check {
	margin: 100px auto;
	width: 500px
}

#validation_check h1 {
	margin-bottom: 20px;
	font-size: 1.3em
}

#validation_check p {
	margin-bottom: 20px;
	padding: 30px 20px;
	border: 1px solid #e9e9e9;
	background: #fff
}

/* 사이드뷰 */
.sv_wrap {
	position: relative;
	font-weight: normal
}

.sv_wrap .sv {
	z-index: 1000;
	display: none;
	margin: 5px 0 0;
	font-size: 0.92em;
	background: #333;
	-webkit-box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.2)
}

.sv_wrap .sv:before {
	content: "";
	position: absolute;
	top: -6px;
	left: 15px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 6px 6px 6px;
	border-color: transparent transparent #333 transparent
}

.sv_wrap .sv a {
	display: inline-block;
	margin: 0;
	padding: 0 10px;
	line-height: 30px;
	width: 100px;
	font-weight: normal;
	color: #bbb
}

.sv_wrap .sv a:hover {
	background: #000;
	color: #fff
}

.sv_member {
	color: #333
}

.sv_on {
	display: block !important;
	position: absolute;
	top: 23px;
	left: 0px;
	width: auto;
	height: auto
}

.sv_nojs .sv {
	display: block
}

/* 페이징 */
.pg_box {
	text-align: center;
}

.pg_wrap {
	display: inline-block
}

.pg_wrap:after {
	display: block;
	visibility: hidden;
	clear: both;
	content: ""
}

.pg {
	text-align: center
}

.pg_page,
.pg_current {
	display: inline-block;
	vertical-align: middle;
	background: #fff;
	border: 1px solid #6d4099;
	margin: 0 2.5px;
}

.pg a:focus,
.pg a:hover {
	text-decoration: none
}

.pg_page {
	color: #ddd;
	font-size: 1.083em;
	height: 30px;
	line-height: 30px;
	padding: 0 5px;
	min-width: 30px;
	text-decoration: none;
	border: 1px solid #ddd;
}

.pg_page:hover {
	background-color: #fafafa
}

.pg_start {
	text-indent: -999px;
	overflow: hidden;
	background: url('../img/btn_first.gif') no-repeat 50% 50% #fff;
	padding: 0;
	border: 1px solid #ddd
}

.pg_prev {
	text-indent: -999px;
	overflow: hidden;
	background: url('../img/btn_prev.gif') no-repeat 50% 50% #fff;
	padding: 0;
	border: 1px solid #ddd
}

.pg_end {
	text-indent: -999px;
	overflow: hidden;
	background: url('../img/btn_end.gif') no-repeat 50% 50% #fff;
	padding: 0;
	border: 1px solid #ddd
}

.pg_next {
	text-indent: -999px;
	overflow: hidden;
	background: url('../img/btn_next.gif') no-repeat 50% 50% #fff;
	padding: 0;
	border: 1px solid #ddd
}

.pg_start:hover,
.pg_prev:hover,
.pg_end:hover,
.pg_next:hover {
	background-color: #fafafa
}

.pg_current {
	display: inline-block;
	background: #fff;
	border: 1px solid #6d4099;
	color: #6d4099;
	font-weight: bold;
	height: 30px;
	line-height: 30px;
	padding: 0 10px;
	min-width: 30px;
	margin: 0 2.5px;
}

/* cheditor 이슈 */
.cheditor-popup-window *,
.cheditor-popup-window :after,
.cheditor-popup-window :before {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

/* Mobile화면으로 */
#device_change {
	display: block;
	margin: 0.3em;
	padding: 0.5em 0;
	border: 1px solid #eee;
	border-radius: 2em;
	background: #fff;
	color: #000;
	font-size: 2em;
	text-decoration: none;
	text-align: center
}


/* 서브페이지 */

.sub_container {
	width: 100%;
}

.sub_container .inr_wrap {
	width: 100%;
	margin: 0 auto;
}

.sub_container .inr_wrap>img {
	margin: 0 auto;
	display: block;
}

.sub_container .top_tag {
	text-align: center;
	margin-bottom: 130px;
}

.sub_container .top_tag h4 {
	font-size: 50px;
	color: #333;
	margin-top: 120px;
	margin-bottom: 20px;
	font-family: 'Nanum Myeongjo', serif;
	text-transform: uppercase;
	letter-spacing: -5px;
}

.sub_container .top_tag h3 {
	font-size: 50px;
	color: #333;
	margin-top: 120px;
	margin-bottom: 20px;
	font-family: 'Nanum Myeongjo', serif;
	text-transform: uppercase;
	letter-spacing: -5px;
}

.sub_container .top_tag p {
	display: block;
	font-size: 17px;
	color: #555;
	font-family: 'Pretendard-Light';
}

.bd_container {
	width: 1350px;
	margin: 50px auto;
}

.bd_container .top_tag {
	text-align: center;
	margin-bottom: 140px;
}

.bd_container .top_tag h4 {
	font-size: 50px;
	color: #222222;
	margin-top: 120px;
	margin-bottom: 20px;
	font-family: 'Nanum Myeongjo', serif;
}

.bd_container .top_tag h3 {
	font-size: 50px;
	color: #222222;
	margin-top: 120px;
	margin-bottom: 20px;
	font-family: 'Nanum Myeongjo', serif;
}

.bd_container .top_tag p {
	display: block;
	font-size: 19px;
	color: #555555;
}



/* con0301 */
.con0301 {
	width: 100%;
}

.con0301 .sec1 {
	width: 100%;
}

.con0301 .sec1 .sec_inner {
	width: 1400px;
	margin: 0 auto;
}

.con0301 .sec1 .sec_inner h2 {
	font-weight: 600;
	font-size: 50px;
	color: #222;
	letter-spacing: -1.5px;
	margin-top: 120px;
}

.con0301 .sec1 .sec_inner .img_box {
	width: 100%;
	margin-top: 66px;
}

.con0301 .sec1 .sec_inner .img_box img {
	width: 100%;
}

.con0301 .sec1 .sec_inner .text_box {
	width: 100%;
	margin-top: 89px;
}

.con0301 .sec1 .sec_inner .text_area1 {
	width: 100%;
	display: flex;
}

.con0301 .sec1 .sec_inner .text_area1 .tit {
	width: 264px;
	font-weight: 700;
	font-size: 22px;
	color: #a3847c;
	letter-spacing: -0.5px;
}

.con0301 .sec1 .sec_inner .text_area1 .desc {
	font-weight: 400;
	font-size: 18px;
	color: #696969;
	letter-spacing: -0.5px;
	margin-left: 170px;
	line-height: 26px;
}

.con0301 .sec1 .sec_inner .text_area2 {
	width: 100%;
	display: flex;
	margin-bottom: 143px;
}

.con0301 .sec1 .sec_inner .text_area2 .tit {
	width: 264px;
	font-weight: 700;
	font-size: 25px;
	color: #a3847c;
	letter-spacing: -0.5px;
	margin-top: 74px;
}

.con0301 .sec1 .sec_inner .text_area2 .desc {
	font-weight: 400;
	font-size: 18px;
	color: #696969;
	letter-spacing: -0.5px;
	margin-top: 62px;
	margin-left: 170px;
	line-height: 52px;
	position: relative;
}

.con0301 .sec1 .sec_inner .text_area2 .list_circle {
	display: inline-block;
	width: 9px;
	height: 9px;
	line-height: 21px;
	background-color: #a3847c;
	border-radius: 50%;
	margin-right: 23px;
	position: relative;
	top: -1px;
}

.con0301 .sec1 .sec_inner .text_area2 .list_dot {
	position: absolute;
	left: 3px;
	top: 24px;
}

/* con0302 */
.con0302 {
	width: 100%;
}

.con0302 .sec1 {
	width: 100%;
}

.con0302 .sec1 .sec_inner {
	width: 1400px;
	margin: 0 auto;
}

.con0302 .sec1 .sec_inner h2 {
	font-weight: 600;
	font-size: 50px;
	color: #222;
	letter-spacing: -1.5px;
	margin-top: 120px;
}

.con0302 .sec1 .sec_inner .img_box {
	width: 100%;
	margin-top: 66px;
}

.con0302 .sec1 .sec_inner .img_box img {
	width: 100%;
}

.con0302 .sec1 .sec_inner .text_box {
	width: 100%;
	margin-top: 89px;
	margin-bottom: 148px;
}

.con0302 .sec1 .sec_inner .text_area1 {
	width: 100%;
	display: flex;
}

.con0302 .sec1 .sec_inner .text_area1 .tit {
	width: 216px;
	font-weight: 700;
	font-size: 22px;
	color: #a3847c;
	letter-spacing: -0.5px;
}

.con0302 .sec1 .sec_inner .text_area1 .desc {
	font-weight: 400;
	font-size: 18px;
	color: #696969;
	letter-spacing: -0.5px;
	margin-left: 170px;
	line-height: 26px;
}

.con0302 .sec1 .sec_inner .text_area2 {
	display: flex;
	margin-top: 76px;
}

.con0302 .sec1 .sec_inner .text_area2 .tit {
	width: 216px;
	font-weight: 700;
	font-size: 22px;
	color: #a3847c;
	letter-spacing: -0.5px;
}

.con0302 .sec1 .sec_inner .text_area2 .desc {
	font-weight: 400;
	font-size: 18px;
	color: #696969;
	letter-spacing: -0.5px;
	margin-left: 170px;
}

.con0302 .sec1 .sec_inner .text_area3 {
	display: flex;
	margin-top: 76px;
}

.con0302 .sec1 .sec_inner .text_area3 .tit {
	width: 264px;
	font-weight: 700;
	font-size: 22px;
	color: #a3847c;
	letter-spacing: -0.5px;
	margin-right: 120px;
}

.con0302 .sec1 .sec_inner .text_area3 .imgs {
	display: flex;
	width: 1011px;
	justify-content: space-between;
}

.con0302 .sec1 .sec_inner .text_area3 .imgs figure {
	width: 240px;
}

.con0302 .sec1 .sec_inner .text_area3 .imgs figure img {
	width: 100%;
}

/* con0303 */
.con0303 {
	width: 100%;
}

.con0303 .sec1 {
	width: 100%;
}

.con0303 .sec1 .sec_inner {
	width: 1400px;
	margin: 0 auto;
}

.con0303 .sec1 .sec_inner h2 {
	font-weight: 600;
	font-size: 50px;
	color: #222;
	letter-spacing: -1.5px;
	margin-top: 120px;
}

.con0303 .sec1 .sec_inner .img_box {
	width: 100%;
	margin-top: 66px;
}

.con0303 .sec1 .sec_inner .img_box img {
	width: 100%;
}

.con0303 .sec1 .sec_inner .text_box {
	width: 100%;
	margin-top: 89px;
	margin-bottom: 151px;
}

.con0303 .sec1 .sec_inner .text_area1 {
	width: 100%;
	display: flex;
}

.con0303 .sec1 .sec_inner .text_area1 .tit {
	width: 216px;
	font-weight: 700;
	font-size: 22px;
	color: #a3847c;
	letter-spacing: -0.5px;
	margin-right: 176px;
}

.con0303 .sec1 .sec_inner .text_area1 .desc {
	width: 809px;
	font-weight: 400;
	font-size: 18px;
	color: #696969;
	letter-spacing: -0.5px;
	line-height: 26px;
}

.con0303 .sec1 .sec_inner .text_area1 .desc_list {
	width: 809px;
	height: 38px;
	line-height: 38px;
	border-radius: 20px;
	border: 1px solid #ccc;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}

.con0303 .sec1 .sec_inner .text_area1 .desc_list:last-child {
	margin-bottom: 0;
}

.con0303 .sec1 .sec_inner .text_area1 .list_cir {
	display: inline-block;
	width: 8px;
	height: 8px;
	background-color: #a3847c;
	border-radius: 50%;
	margin-right: 14px;
	margin-left: 41px;
}

.con0303 .sec1 .sec_inner .text_area1 .desc_list .title {
	font-size: 20px;
	font-weight: 500px;
	color: #555;
	margin-right: 65px;
}

.con0303 .sec1 .sec_inner .text_area1 .desc_list .last {
	font-size: 18px;
	font-weight: 400px;
	color: #555;
	margin-right: 28px;
}

.con0303 .sec1 .sec_inner .text_area1 .desc_list .tt {
	font-size: 18px;
	font-weight: 400px;
	color: #696969;
}

.con0303 .sec1 .sec_inner .text_area2 {
	width: 100%;
	display: flex;
	margin-top: 76px;
}

.con0303 .sec1 .sec_inner .text_area2 .tit {
	width: 216px;
	font-weight: 700;
	font-size: 22px;
	color: #a3847c;
	letter-spacing: -0.5px;
}

.con0303 .sec1 .sec_inner .text_area2 .desc {
	font-weight: 400;
	font-size: 18px;
	color: #696969;
	letter-spacing: -0.5px;
	margin-left: 176px;
	line-height: 26px;
}

.con0303 .sec1 .sec_inner .text_area2 .info_tit {
	font-weight: 600;
	font-size: 21px;
	color: #444;
	letter-spacing: -0.5px;
	margin-bottom: 40px;
}

.con0303 .sec1 .sec_inner .text_area2 .step_box p {
	display: flex;
	margin-bottom: 30px;
}

.con0303 .sec1 .sec_inner .text_area2 ._tit {
	font-weight: 600;
	font-size: 22px;
	color: #c79689;
	text-transform: uppercase;
}

.con0303 .sec1 .sec_inner .text_area2 ._text {
	font-weight: 400;
	font-size: 18px;
	color: #696969;
	padding-left: 34px;
}


/* con0304 */
.con0304 {
	width: 100%;
}

.con0304 .sec1 {
	width: 100%;
}

.con0304 .sec1 .sec_inner {
	width: 1400px;
	margin: 0 auto;
}

.con0304 .sec1 .sec_inner h2 {
	font-weight: 600;
	font-size: 50px;
	color: #222;
	letter-spacing: -1.5px;
	margin-top: 120px;
}

.con0304 .sec1 .sec_inner .img_box {
	width: 100%;
	margin-top: 66px;
}

.con0304 .sec1 .sec_inner .img_box img {
	width: 100%;
}

.con0304 .sec1 .sec_inner .text_box {
	width: 100%;
	margin-top: 89px;
	margin-bottom: 169px;
}

.con0304 .sec1 .sec_inner .text_area1 {
	width: 100%;
	display: flex;
}

.con0304 .sec1 .sec_inner .text_area1 .tit {
	width: 216px;
	font-weight: 700;
	font-size: 22px;
	color: #a3847c;
	letter-spacing: -0.5px;
	margin-right: 176px;
}

.con0304 .sec1 .sec_inner .text_area1 .desc {
	width: 809px;
	font-weight: 400;
	font-size: 18px;
	color: #696969;
	letter-spacing: -0.5px;
	line-height: 26px;
}


/* con0401 */
.con0401 {
	width: 100%;
}

.con0401 .sec1 {
	width: 100%;
}

.con0401 .sec1 .sec_inner {
	width: 1400px;
	margin: 0 auto;
}

.con0401 .sec1 .sec_inner h2 {
	font-weight: 600;
	font-size: 50px;
	color: #222;
	letter-spacing: -1.5px;
	margin-top: 120px;
}

.con0401 .sec1 .sec_inner .img_box {
	width: 100%;
	margin-top: 66px;
}

.con0401 .sec1 .sec_inner .img_box img {
	width: 100%;
}

.con0401 .sec1 .sec_inner .comp_list {
	width: 100%;
	margin-top: 89px;
	margin-bottom: 150px;
}

.con0401 .sec1 .sec_inner .comp_list ul {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.con0401 .sec1 .sec_inner .comp_list ul li {
	width: 335px;
	/* 340px ori-size */
	height: 175px;
	margin-bottom: 15px;
	margin-right: 15px;
}

/* 2022-05-02 by 경진추가 */
.con0401 .sec1 .sec_inner .comp_list ul li:nth-of-type(4) {
	margin-right: 0;
}

.con0401 .sec1 .sec_inner .comp_list ul li img {
	width: 100%;
	height: 100%;
}



/* con0601 */
.con0601 {
	width: 100%;
}

.con0601 .sec1 {
	width: 100%;
}

.con0601 .sec1 .sec_inner {
	width: 1400px;
	margin: 0 auto 100px;
}

.con0601 .sec1 .sec_inner h2 {
	font-weight: 600;
	font-size: 40px;
	color: #222;
	letter-spacing: -1.5px;
	margin-top: 120px;
	margin-bottom: 38px
}

.con0601 .sec2 {
	width: 100%;
}

.con0601 .sec2 .sec_inner {
	width: 1400px;
	margin: 0 auto 100px;
}

.con0601 .sec2 .sec_inner h2 {
	font-weight: 600;
	font-size: 40px;
	color: #222;
	letter-spacing: -1.5px;
	margin-top: 120px;
	margin-bottom: 38px
}




/* +++++++++++++++ 미디어쿼리 1500px - 1700px +++++++++++++++ */

@media all and (min-width:1500px) and (max-width:1700px) {

	/* Header */
	#hd_wrapper {
		width: 88%;
	}

	#menuPop .menu_inner .tit_box {
		width: 310px;
	}

	#menuPop .menu_inner .tit_box .pop_tit {
		font-size: 28px;
	}

	#menuPop .menu_inner .cont_box {
		width: 1040px;
	}

	/* section2 */
	.sec2 .right {
		width: 816px;
	}

	.sec2 .right .text_area {
		margin-left: 240px;
	}

	/* section4 */
	.sect_04 .Partner_ ul {
		width: 1242px;
	}

	.sect_04 .Partner_ ul li {
		width: 310px;
	}

	/* section5 */
	.sec5 .sect_05 {
		width: 95%;
	}

	.sec5 .sect_05 .map_text_box {
		width: 1220px;
	}

	.sec5 .sect_05 .map_text_box .left {
		width: 379px;
	}

	.sec5 .sect_05 .map_text_box .left .tit {
		font-size: 30px;
		padding-left: 124px;
	}


	/* footer */
	#ft .ft_inner {
		width: 1200px;
		transform: translate(-54%, -50%);
	}


	/* sub0 */
	.sub0 .sec_inner {
		width: 1300px;
	}

	.sub0 .sec1 .sec_inner .text_box .text {
		font-size: 17px;
	}

	.sub0 .sec3 {
		background-position: top;
	}

	.sub0 .sec3 .sec_inner {
		width: 1322px;
	}

	.sub0 .sec3 .sec_inner .text_box {
		width: 600px;
	}

	.sub0 .sec3 .sec_inner .text_box .text {
		font-size: 0.9rem;
	}

	.sub0 .sec3 .sec_inner .text_box .bold {
		font-size: 1.1rem;
	}

	.sub0 .sec3 .sec_inner .img_box {
		right: 76px;
	}

	.sub0 .sec3 .sec_inner .img_box .col_bar {
		margin: 0 57px 0 59px;
	}

	.con0201 .sec1 .member {
		width: 1260px;
	}

	.con0201 .sec1 .member li {
		width: 300px;
	}

	.con0201 .sec1 .member li .img_box .imgs {
		width: 100%;
		height: auto;
	}

	.con0301 .sec1 .sec_inner {
		width: 1260px;
	}

	.con0302 .sec1 .sec_inner {
		width: 1260px;
	}

	.con0303 .sec1 .sec_inner {
		width: 1260px;
	}

	.con0304 .sec1 .sec_inner {
		width: 1260px;
	}

	.con0401 .sec1 .sec_inner {
		width: 1260px;
	}

	.bd_container {
		width: 1250px;
	}

	.con0601 .sec1 .sec_inner,
	.con0601 .sec2 .sec_inner {
		width: 1250px;
	}

	.root_daum_roughmap_landing {
		width: 100% !important;
	}

}


@media all and (min-width:320px) and (max-width:760px) {

	#allWrap {
		max-width: 760px;
		width: 100%;
	}

	#wrapper {
		width: 100%;
	}

	/* header */
	#hd_wrapper{
		width: 100%;
	}

	#hd .menu{
		width: 100%;
	}
	#hd .menu li{
		width: 100%;
	}
	#hd .menu li a{
		width: 100%;
		font-size: 15px;
	}
	#hd .gnb_lt_01 li a{
		font-size:13px;
	}


	/* container */
	#container {
		width: 100%;
	}

	#mainVisual .swiper-slide [class*=wrap_] {
		left: 50%;
		transform: translateX(-50%);
	}

	#mainVisual .visual_txt {
		font-size: 1.2rem;
	}

	.text_button {
		left: 50%;
		transform: translateX(-50%);
	}

	.sect_01 .member_contr {
		flex-direction: column;
	}

	.sect_01 .slide_bar {
		width: 75%;
	}
	.sect_01 .member_contr ._contr{
		padding-left:0;
		padding-top:20px;
	}

	.sect_04 .Partner_ ul{
		width: 74%;
	}

	.sect_04 .Partner_ ul li{
		width: 50%;
	}




}
