/*폰트*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;700&family=Noto+Sans+KR:wght@400;500;700&family=Roboto:wght@300;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nanum+Myeongjo:wght@700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nanum+Gothic:wght@400;700;800&display=swap');
@import url('https://cdn.jsdelivr.net/gh/leetaewook/gmarket-sans-dynamic-subset/GmarketSans.css');
@font-face {
    font-family: 'Ownglyph_corncorn-Rg';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/2412-1@1.0/Ownglyph_corncorn-Rg.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'rixBigSmile';
    src: url('/html/css/fonts/RixBigSmileB.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'rixBGoB';
    src: url('/html/css/fonts/RixBGoB.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'rixBGoM';
    src: url('/html/css/fonts/RixBGoM.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/*
font-family: 'Montserrat', sans-serif;
font-family: 'Roboto', sans-serif;
font-family: 'Nanum Myeongjo', serif;
font-family: 'Gmarket Sans';
font-family: 'rixBigSmile';
font-family: 'rixBGoEB';
*/

/*주조색
 color: #FF8D28;
*/

/*사이트css*/ 

* {
	margin: 0;
	padding: 0;
}

html {
	font-family: 'Noto Sans KR', sans-serif !important;
}

body {
	margin: 0;
}

ul, ol, dl {
	list-style: none;
	padding: 0;
	margin: 0;
}

a {
	text-decoration: none;
	color: #333;
	display: block;
}

h1, h2, h3, h4, h5, h6 {
	color: #333;
}

p {
	color: #333;
	cursor: default;
}

.clr {
	content: "";
	display: block;
	clear: both;
}

.invisible,
legend {
	position: absolute;
	clip: rect(0, 0, 0, 0);
	width: 1px;
	height: 1px;
	margin: -1px;
	overflow: hidden;
}
button, select {
	font-family: 'Noto Sans KR', sans-serif;
}

.mgt0 {
	margin-top: 0px !important;
}
.mgt10 {
	margin-top: 10px !important;
}
.mgt16 {
	margin-top: 16px !important;
}
.mgt20 {
	margin-top: 20px !important;
}
.mgt30 {
	margin-top: 30px !important;
}
.mgt40 {
	margin-top: 40px !important;
}
.mgt50 {
	margin-top: 50px !important;
}
.mgt60 {
	margin-top: 60px !important;
}

#skip_navigation {
	display: none;
}

.d-flex {
	display: flex;
}

/*헤더*/
/*상단띠배너*/
.topBanner {
	width: 100%;
	height: 100px;
	background: url('/html/images/gnb/top_banner.png') center center;
}
.topBanner .inner {
	margin: 0 auto;
    padding: 30px 0;
    width: 1200px;
    position: relative;
}
.topBanner .inner a > img {
	display: block;
	margin: 0 auto;

}
.topBanner .inner p {
	position: absolute;
	right: 0;
    top: 50%;
    color: #f7f7f7;
    font-size: 24px;
    transform: translateY(-50%);
    cursor: pointer;
}

/*상단띠배너 끝*/
#header {
	padding-bottom: 114px;
}
#header.main-header {
	padding-bottom: 0;
}
.header_container {
	width: 100%;
	position: fixed;
    z-index: 110;
    transition: background 0.3s ease, box-shadow 0.3s ease;
    background: #fff;
}
.main-header .header_container {
	background: transparent;
}
.header_container.on {
	background: #fff;
}
.header_container .header-wrap {
	position: relative;
}
.header_container .header-wrap .area {
	max-width: 1200px;
	margin: 0 auto;
}
.header_container .header-wrap .top {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.header_container .header-wrap .logo img {
	transition: opacity 0.3s ease, transform 0.3s ease;
}
.header_container .header-wrap .top .top-search {
	
}
.header_container .header-wrap .top .top-search .search-input {
	border: 1px solid #e3e3e3;
	border-radius: 5px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 11px 17px;
	gap: 8px;
}
.header_container .header-wrap .top .top-search .search-input input {
	padding-left: 3px;
	border: 0;
	letter-spacing: -0.7px;
	font-size: 14px;
	color: #333;
	width: 248px;
}
.header_container .header-wrap .top .top-search .search-input input::placeholder {
	font-size: 14px;
	color: #999;
	
}
.header_container .header-wrap .top .top-search .search-input i {
	font-size: 16px;
	cursor: pointer;
}

.top-right {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 120px;
}
.nav #gnb {
	margin: 0 auto;
	position: relative;
}

.nav .gnb {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 100px;
	flex-wrap: wrap;
}
.nav .gnb .depth1 {
	cursor: pointer;
	position: relative;
}
.nav .gnb .depth1 > a {
	text-align: center;
	line-height: 114px;
	font-size: 16px;
	position: relative;
	white-space: nowrap;
	font-weight: 700;
	color: #333;
}
.main-header .nav .gnb .depth1 > a {
	color: #fff;
}
.header_container.on .nav .gnb .depth1 > a {
	color: #333;
}
.nav .gnb .depth2 {
	position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    height: 0;
    overflow: hidden;
    opacity: 0;
    font-size: 14px;
    transition: 0.1s;
    min-width: 140px;
    box-sizing: border-box;
    border: 1px solid #e3e3e3;
}
.nav .gnb .depth1 .depth2.show {
	padding: 20px;
	opacity: 1;
	height: auto;
	z-index: 999;
	background: #fff;
}

.nav .gnb .depth2 > li > a {
	line-height: 1.5;
    color: #666;
    font-size: 15px;
    white-space: nowrap;
    padding: 3.5px 0;
}
.nav .gnb .depth2 > li > a:hover,
.nav .gnb .depth2 > li > a:focus {
	color: #FF8D28;
}
.dropdown-box {
	position: absolute;
	left: 0;
	top: 100%;
	width: 100%;
	height: 0;
	background: #f7f7f7;
	box-shadow: 0 10px 10px rgb(0, 0, 0, 0.05);
	transition: 0.1s;
	z-index: 998;
}
.dropdown-box.show {
	height: 80px;
}

.focus-dropdown{
	min-height: 272px !important;
	padding: 30px 0 !important;
	opacity: 1 !important;
}

/* 사이트맵 전체메뉴 */
#allmenu {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #DB8383;
	z-index: 99999;
	padding: 100px 140px;
}
#allmenu .allmenu_top {
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #e3e3e3;
	padding-bottom: 40px;
}
#allmenu .allmenu_top .close {
	display: block;
	font-size: 30px;
	cursor: pointer;
	color: #fff;
    border: 1px solid #fff;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    text-align: center;
}
#allmenu .allmenu_top .close i {
	line-height: 60px;
}
#allmenu .allmenu_top .logo a {
	display: block;
    font-size: 50px;
    color: #fff;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
}
#allmenu > h2 {
	position: absolute;
	clip: rect(0, 0, 0, 0);
	width: 1px;
	height: 1px;
	margin: -1px;
	overflow: hidden;
}
#allmenu .listWrap {
	display: flex;
}
#allmenu .listWrap .list {
	width: 20%;
    margin: 40px 0;
    padding: 0 10px;
    box-sizing: border-box;
}
#allmenu .listWrap .list h3 {
	font-size: 22px;
	padding-bottom:20px;
	color: #fff;
}
#allmenu .listWrap .list > ul {
	margin-top: 20px;
}
#allmenu .listWrap .list > ul > li {
	
}
#allmenu .listWrap .list > ul > li > a {
	font-size: 16px;
	line-height: 1.5;
	padding: 14px 0;
	color: #f7f7f7;
}
#allmenu .listWrap .list ul.depth3 {
	margin-bottom: 10px;
	padding-left: 8px;
}
#allmenu .listWrap .list ul.depth3 li {
	
}
#allmenu .listWrap .list ul.depth3 li a {
	font-size: 14px;
	line-height: 1.5;
	padding: 2px 0;
	color: #eee;
}

.lang-area {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.lang-area .lang.action {
	font-weight: 700;
	opacity: 1;
}
.lang-area .lang {
    cursor: pointer;
    padding: 0;
    font-size: 14px;
    width: 34px;
    height: 34px;
    box-sizing: border-box;
    text-align: center;
    line-height: 32px;
    color: #333;
    opacity: 0.5;
}
.lang-area .bar {
    border-right: 1px solid #e3e3e3;
    height: 14px;
    width: 1px;
    margin: 0 10px;
}
.main-header .lang-area .lang {
	color: #fff;
}
.header_container.on .lang-area .lang {
	color: #333;
}
/***********************/

.search_modal {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 0;
	background: #fff;
	padding: 0;
	box-sizing: border-box;
	z-index: 9999;
	transition: 0.2s;
	overflow: hidden;
	box-shadow: 0px 0px 5px rgb(0, 0, 0, 0.2);
}
.search_modal.on {
	height: 360px;
	padding: 50px 60px;
}
.search_modal .top {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.search_modal .top button {
	border: none;
	background: transparent;
	font-size: 24px;
	cursor: pointer;
}
.search_modal .search-input {
	text-align: center;
    margin: 80px auto 0;
    max-width: 650px;
    position: relative;
}
.search_modal .search-input input {
	border: 0;
    border-bottom: 1px solid #E40062;
    width: 100%;
    padding: 10px 30px 10px 10px;
    font-size: 24px;
    font-family: 'Noto Sans KR';
    letter-spacing: -0.5px;
    box-sizing: border-box;
}
.search_modal .search-input input::placeholder {
  	color: #999;
}
.search_modal .search-input i {
	position: absolute;
	font-size: 28px;
	color: #222;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
}

/***********************/
/*메인배너*/
.main_banner .swiper-slide {
	height: 860px;
}
.main_banner .swiper-slide.visual01 {
	background-size: cover !important;
}
.main_banner .swiper-slide.visual02 {
	background-size: cover !important;
}
.main_banner .swiper-slide.visual03 {
	background-size: cover !important;
}
.main_banner .swiper-slide .area {
	width: 1200px;
	margin: 0 auto;
	display: flex;
	height: 100%;
	align-items: center;
}
.main_banner .swiper-slide .area .txt {
	
}

.main_banner .swiper-slide .area .txt h3 {
	font-size: 60px;
	font-weight: 700;
	line-height: 1.5;
	opacity: 0;
	transition: 1s 0.2s;
	transform: translateY(20px);
	letter-spacing: -2px;
	color: #fff;
}

.main_banner .swiper-slide .area .txt h6 {
	font-size: 18px;
	font-weight: 400;
	color: #fff;
	display: block;
	opacity: 0;
	transition: 1s 0.4s;
	transform: translateY(20px);
	line-height: 1.5;
	letter-spacing: -1px;
	margin-top: 22px;
}

.main_banner .swiper-slide-active .area .txt h6,
.main_banner .swiper-slide-active .area .txt h3 {
	transform: translateY(0);
  	opacity: 1;
}

.main_banner .swiper-slide .area.content01 .img {
	position: relative;
}
.main_banner .swiper-slide .area.content01 .img img:nth-child(1) {
	transform: translate(-16px, 0px);
}
.main_banner .swiper-slide .area.content01 .img img:nth-child(2) {
	position: absolute;
	right: -128px;
    top: 50px;
    z-index: -1;
}
.main_banner .swiper-slide .area.content02 .img {
	margin-top: 90px;
}
.main_banner .swiper-slide .area.content03 .img {
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
    max-width: 370px;
    margin-left: 220px;
    align-content: center;
}
.main_banner .swiper-slide .area .img {
	opacity: 0;
	transition: 1s;
}
.main_banner .swiper-slide-active .area .img {
	opacity: 1;
}

/*페이지네이션*/
.main_banner .swiper-btn {
	width: 65px;
    position: absolute;
    bottom: 100px;
    top: auto;
    left: 50%;
    transform: translate3d(-598px, 0, 0);
    z-index: 1;
    color: #fff;
    padding: 22.5px 0;
}
.main_banner .swiper-btn .swiper-button-prev {
	width: 45px;
    height: 45px;
    left: 0;
	border-radius: 50%;
    border: 1px solid #b0b1a8;
    box-sizing: border-box;
}
.main_banner .swiper-btn .swiper-button-prev:after {
	content: "\e93b";
	font-family: 'xeicon';
	color: #b0b1a8;
	font-size: 20px;
}
.main_banner .swiper-btn .swiper-button-next {
	width: 45px;
    height: 45px;
    right: 0;
    border-radius: 50%;
    border: 1px solid #b0b1a8;
    box-sizing: border-box;
}
.main_banner .swiper-btn .swiper-button-next:after {
	content: "\e93e";
	font-family: 'xeicon';
	color: #b0b1a8;
	font-size: 20px;
}
.main_banner .swiper-btn .swiper-pagination-bullet {
	background: #d9d9d9;
	transition: 0.2s;
	border-radius: 100px;
}
.main_banner .swiper-btn .swiper-pagination-bullet.swiper-pagination-bullet-active {
	width: 25px;
	opacity: 1;
}

/***********************/
/*메인*/

section .section-wrap {
	width: 1200px;
	margin: 0 auto;
}
section .section-wrap .tit {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
section .section-wrap .tit h3 {
	font-size: 24px;
	font-weight: 700;
	text-align: center;
	line-height: 1.5;
}
section .section-wrap .tit a i {
	font-size: 24px;
	color: #999;
}

/* 메인 공통 h3 */
.section01 h3,
.section02 h3,
.section03 h3,
.section04 h3 {
	font-family: 'Montserrat';
    font-weight: 700;
    font-size: 44px;
    letter-spacing: -1px;
}
.section02 h3,
.section03 h3 {
	text-align: center;
}

/* section01 */
.section01 {
	padding: 100px 0 80px;
}
.section01 .section-wrap {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	gap: 68px;
}
.section01 .tab {
	max-width: 243px;
}
.section01 .tab p {
	margin-top: 20px;
    font-size: 14px;
    line-height: 1.5;
}
.section01 .tab-nav {
	margin-top: 28px;
    max-width: 200px;
}
.section01 .tab-nav li {
    display: block;
    padding: 14px 0;
    letter-spacing: -1px;
    font-size: 16px;
    font-weight: 700;
    border-bottom: 1px solid #e3e3e3;
    cursor: pointer;
}
.section01 .tab-nav li a:hover,
.section01 .tab-nav li.active {
    color: #FF6B00;
}
.section01 .tab-nav li i {
	margin-right: 8px;
}
.section01 .tab-container {
	max-width: 894px
}
.section01 .tab-container .tab-content {
    display: none;
    flex-wrap: wrap;
    justify-content: space-between;
    background: #fff;
}
.section01 .tab-container > div.active {
    display: flex !important;
}
.section01 .tab-container .content span {
    display: block;
    text-align: left;
    margin: 20px 0 40px;
    font-size: 20px;
    font-weight: 700;
    color: #333;
}


/* section02 */
.section02 {
	background: #FFE2CC;
    padding: 120px 0;
}
.section02 .flex-container {
	display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    align-items: flex-start;
    margin-top: 50px;
}
.section02 .flex-container li {
    background: #fff;
    border-radius: 10px;
    padding: 40px 30px;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 375px;
    overflow: hidden;
    z-index: 1;
}
.section02 .flex-container li::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(317deg, #FF0000, #ff6b00);
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: -1;
}
.section02 .flex-container li:hover::before {
     opacity: 1;
}
.section02 .flex-container li .img {
    border-radius: 50%;
    background: #FFE2CC;
    width: 80px;
    height: 80px;
}
.section02 .flex-container li:hover .img {
    background: #fff;
}
.section02 .flex-container li .img img {
    display: block;
    margin: 0 auto;
    padding: 20px 0;
}
.section02 .flex-container li h5 {
    margin: 30px 0 24px;
    font-size: 20px;
    font-weight: 700;
}
.section02 .flex-container li p {
    color: #666;
}
.section02 .flex-container li p span {
    min-height: 92px;
    display: block;
    letter-spacing: -1px;
    line-height: 23px;
    word-break: keep-all;
}
.section02 .flex-container li a {
    display: block;
    font-size: 14px;
    margin-top: 20px;
}
.section02 .flex-container li:hover h5,
.section02 .flex-container li:hover p,
.section02 .flex-container li:hover a {
    color: #fff !important;
}


/* section03 */
.section03 {
	background: #f7f7f7;
    padding: 120px 0;
}
.section03 .section-wrap {
	padding: 0 0 80px;
}
.section03 ul.news-nav {
	display: flex;
    justify-content: center;
    margin-bottom: 40px;
    margin-top: 30px;
}
.section03 ul.news-nav li:first-child {
    padding-right: 12px;
    margin-right: 12px;
    position: relative;
}
.section03 ul.news-nav li {
    font-weight: 700;
    font-size: 18px;
    cursor: pointer;
}
.section03 ul.news-nav li.active {
    color: #FF6B00;
}
.section03 ul.news-nav li:first-child:after {
    content: "";
    display: block;
    width: 1px;
    height: 18px;
    background: #d9d9d9;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.section03 .news-container .news-content {
    display: none;
}
.section03 .news-container .news-content.active {
    display: block;
}


/* section04 */
.section04 {
    background: url(/html/images/main/section04_bg.png) no-repeat center;
    padding: 100px 0;
}
.section04 .sc-content {
    float: right;
    font-family: 'Montserrat';
    font-weight: 400;
}
.section04 > div:after {
    content: '';
    display: block;
    clear: both;
}
.section04 h3 {
    color: #fff;
    line-height: 54px;
}
.section04 .sc-content .tel {
    margin-top: 25px;
    color: #fff;
    line-height: 34px;
}
.section04 .sc-content .tel span {
    font-size: 34px;
}
.section04 .sc-content .others {
    font-size: 24px;
    color: #fff;
    letter-spacing: -1px;
    line-height: 40px;
    margin-top: 16px;
}
.section04 .sc-content .others a {
    display: inline-block;
    color: #fff;
}
.section04 .sc-content .button {
    margin-top: 19px;
    display: flex;
    justify-content: space-between;
}
.section04 .sc-content .button button {
    line-height: 50px;
    width: 178px;
    border-radius: 5px;
    border: 0;
    background: #fff;
    transition: 0.2s;
    cursor: pointer;
}
.section04 .sc-content .button button:hover {
    background: #FF6B00;
    color: #fff;
}


/***********************/
/*퀵바*/
#quick {
	position: absolute;
	top: 50%;
	left: 80%;
	margin-left: 100px;
	z-index: 999;
}
#quick.toggle {
	left: 80%;
	margin-left: 100px;
}
#quick.toggle .hide_button {
	transform: rotate(-180deg);
}

#quick .hide_button {
	display: none;
    position: absolute;
    top: 50%;
    transform: translateX(-50%);
    right: 120px;
    background: #f7f7f7;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    box-sizing: border-box;
    border: 1px solid #e3e3e3;
}
#quick .hide_button i {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 14px;
}
#quick .quick {
	position: relative;
	transition: all 0.2s ease-in-out;
	border-radius: 15px;
}

#quick .quick:not(:last-child){
	margin-bottom: 10px;
}
#quick .quick > a {

}
#quick .quick > a > span{
	font-family: 'Montserrat', sans-serif;
	display: block;
	font-size: 22px;
}


/***********************/
/*푸터*/
footer {
	background: #222;
	width: 100%;
}
.footer {
	max-width: 1200px;
	padding: 20px 0 50px;
	margin: 0 auto;
}

.foot_cont .ft_top {
	margin-bottom: 30px;
}
.foot_cont .ft_top ul {
	display: flex;
	align-items: center;
}
.foot_cont .ft_top ul li {
	position: relative;
}
.foot_cont .ft_top ul li:not(:last-child):after {
	content: "";
    width: 1px;
    height: 14px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background: #666;
}
.foot_cont .ft_top ul li:first-child a {
	padding-left: 0;
}
.foot_cont .ft_top ul li a {
	display: block;
	font-size: 14px;
	color: #666;
	line-height: 1.5;
	padding: 0 10px;
}
.foot_cont .ft_area {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	gap: 69px;
}
.foot_cont .ft_area .logo a {
	font-size: 13px;
	color: #666;
	line-height: 25px;
	font-weight: 700;
}
.foot_cont .copyright {
	color: #666;
	font-size: 14px;
    line-height: 25px;
    display: flex;
    flex-wrap: wrap;
}
.foot_cont .copyright span {
	padding-right: 5px;
	margin-right: 5px;
	position: relative;
}
/*
.foot_cont .copyright span:after {
	content: "";
	width: 1px;
	height: 12px;
	background: #666;
	position: absolute;
	right: 0;
	top: 5px;
}
*/
.foot_cont .copyright span.noline {
	margin-right: 0;
	padding-right: 0;
}
.foot_cont .copyright span.noline:after {
	display: none;
}
.foot_cont .copyright span a {
	display: inline-block;
	font-size: 13px;
	color: #666;
	text-decoration: underline;
}

.fixed {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 999;
}
#footer .fixed{
	bottom: -500px;
	transition: all .5s;
}
#footer .fixed.on{
	bottom: 0px;
}

.map {
	width: 1200px;
	margin: 0 auto;
}
.map ul {
	display: flex;
	border: 1px solid #e3e3e3;
}
.map ul li {
	width: 11.12%;
	background: #fff;
    text-align: center;
    padding: 24px 0;
    height: 100px;
    box-sizing: border-box;
}
.map ul li:not(:last-child){
	border-right: 1px solid #e3e3e3;
}
.map ul li:last-child {
	width: 13.1%;
}
.map ul li.on {
	background: #E40062;
}
.map ul li a.on {
	color: #fff;
}

.map ul li a img {
	margin: 0 auto;
}
.map ul li a {
	display: flex;
	flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
.map ul li a span {
	display: block;
	font-size: 14px;
}


.foot_fix {
	background: #DB8383;
    width: 100%;
}
.foot_fix .cont {
	width: 1200px;
	height: 100px;
	margin: 0 auto;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.foot_fix .cont h4 {
	font-size: 24px;
	color: #fff;
	font-weight: 700;
	margin-right: 28px;
}

.foot_fix form .d-flex-foot {
	display: flex;
}
.foot_fix form input {
	margin-right: 10px;
	box-sizing: border-box;
	border: 1px solid #e3e3e3;
	padding: 0 14px;
    font-family: 'Noto Sans KR', sans-serif !important;
}
.foot_fix form input::placeholder {
  	color: #666;
  	font-size: 14px;
}

.foot_fix select::-ms-expand {
	display: none;
}

.foot_fix .surgery {
	-webkit-appearance: none;
 	-moz-appearance: none;
 	appearance: none;
 	background-image: url('/html/images/common/arrow.png'); /* 화살표 없애기 및 크기 조절 */
	background-position: right 14px center;
	background-repeat: no-repeat;
 	margin-right: 10px;
	font-size: 14px;
	position: relative;
	border: 1px solid #e3e3e3;
	color: #666;
	padding: 0 14px;
    min-width: 200px;
    line-height: 34px;
    box-sizing: border-box;
}

.foot_fix .select_list {
	position: absolute;
	bottom: 100%;
	width: 100%;
	opacity: 0;
	height: 0;
	transition: 0.2s;
	overflow: hidden;
	z-index: 9999;
}
.foot_fix .select_list li a {
	background: #fff;
	border-bottom: 1px solid #f7f7f7;
}

.foot_fix .input button[type="submit"] {
	background: #333;
	color: #fff;
	font-size: 14px;
	width: 80px;
	height: 34px;
	line-height: 32px;
	border: 1px solid #333;
	cursor: pointer;
}

.foot_fix .privacy {
	margin-top: 8px;
}
.foot_fix .privacy input[type="checkbox"]{
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	width: 16px;
	height: 16px;
	border: 1px solid #e3e3e3;
	border-radius: 2px;
	background: #fff;
	position: relative;
	top: 3px;
	margin-right: 6px;
	padding: 0;
}
.foot_fix .privacy input[type="checkbox"]:checked::before {
	content: '\e929'; /* 체크 모양 아이콘 (✓) */
	font-family: 'xeicon';
	display: block;
	text-align: center;
	line-height: 14px;
	font-size: 12px;
	color: #fff;
	background-color: #db8383;
	border-radius: 2px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
}

/* 간편상담에 약관보기 모달 */
.foot_fix .privacy .checkbox-label{
	display: inline-block;
	color: #fff;
	font-size: 12px;
}
.foot_fix .privacy a {
	display: inline-block;
	color: #fff;
	font-size: 12px;
	border-bottom: 1px solid #fff;
	margin-left: 10px;
}
.privacy_modal {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: rgb(0, 0, 0, 0.3);
	z-index: 999;
}
.privacy_modal .privacy {
	border: 1px solid #dbdbdb;
	background: #fff;
	padding: 30px;
    font-size: 14px;
    line-height: 1.5;
    color: #666;
    margin-bottom: 10px;
    width: 400px;
    border-radius: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.privacy_modal .privacy .inner {
	overflow-y: auto;
	max-height: 500px;
}

.privacy_modal .privacy > span {
	display: block;
    font-size: 20px;
    position: absolute;
    right: 30px;
    top: 30px;
    cursor: pointer;
}
.privacy_modal .privacy h1 {
	font-size: 20px;
	margin-bottom: 16px;
}
.privacy_modal .privacy h3,
.privacy_modal .privacy h4 {
	font-weight: normal;
    font-size: 15px !important;
    color: #333;
}
.privacy_modal .privacy p.dot {
	color: #666;
}

/* 콘텐츠페이지 */
#wrap > .sub-visual {
	position: relative;
    width: 100%;
}
#wrap > .sub-visual img {
	width: 100%;
}
#wrap .banner-wrap {
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
#wrap .banner-wrap .banner_tit {

}
#wrap .banner-wrap .banner_tit .tit {
	font-size: 40px;
	font-weight: 700;
	text-align: center;
}
#wrap .banner-wrap .banner_tit .tit span.post_sub_tit {
    font-size: 26px;
    display: block;
    line-height: 1.5;
}

#wrap .banner-wrap .banner_tit p {
	font-size: 22px;
	color: #fff;
	line-height: 1.5;
}
#wrap .banner-wrap .banner_tit p.navi {
	font-size: 14px;
	margin-top: 10px;
	text-align: center;
}
#wrap .banner-wrap .banner_tit p.navi span {
	opacity: 0.6;
}
#wrap .banner-wrap .banner_tit p.navi strong {
	font-weight: 700;
}

#wrap div.lnb{
	 width: 100%;
	 border-bottom: 1px solid #d9d9d9;
}
#wrap div.lnb ul.lnb{
	width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
}
#wrap div.lnb ul.lnb li {
	padding: 18px 0;
	margin: 0 30px;
	position: relative;
}
#wrap div.lnb ul.lnb li.home {
	display: none;
	padding: 18px 17px;
	border-left: 1px solid #d9d9d9;
	border-right: 1px solid #d9d9d9;
	margin: 0;
}
#wrap div.lnb ul.lnb li:nth-child(2) {
	margin-left: 40px;
}
#wrap div.lnb ul.lnb li:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 2px;
	bottom: -1px;
	left: 0;
}
/*
#wrap div.lnb ul.lnb li:first-child {
	margin: 0 21px 0 0 !important;
}
#wrap div.lnb ul.lnb li:last-child {
	margin: 0 0 0 21px !important;
}
*/
#wrap div.lnb ul.lnb li a {
	color: #333;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: -0.48px;
}
#wrap div.lnb ul.lnb li.home a {
	font-size: 24px;
	color: #9a9a9a;
}
#wrap div.lnb ul.lnb li.on:after{
	background: #FF8D28;
}
#wrap div.lnb ul.lnb li.on a{
	color: #FF8D28;
	font-weight: 700;
}
#wrpa div.lnb ul.lnb li.lnb-style {
	margin: 0 25px;
}

#wrap > .title{
	width: 1200px;
    margin: 100px auto 0;
    padding-bottom: 60px;
    text-align: center;
}
#wrap > .title:after {
	content: "";
	display: block;
	clear: both;
}
#wrap > .title h3{
	display: block;
	color: #333;
	font-size: 36px;
	font-style: normal;
	font-weight: 700;
	line-height: 40px;
	letter-spacing: -1.32px;
}
#wrap > .title h3 span.post_sub_tit {
	font-size: 26px;
    margin-left: 4px;
}
#wrap .right {
	float: right;
}
#wrap .left {
	float: left;
}

#wrap .left .tab .menu-area {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-top: 30px;
}
#wrap .left .tab .menu-area li {
	border: 1px solid #ccc;
	color: #333;
	border-radius: 100px;
	line-height: 37px;
	text-align: center;
	padding: 0 24px;
	cursor: pointer;
}
#wrap .left .tab .menu-area li:not(:last-child){
	margin-right: 10px;
}
#wrap .left .tab .menu-area li.on {
	color: #E40062;
	border-color: #E40062;
}
#wrap .right .chat-btn{
	width: 160px;
	height: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 5px;
	background: #0085FF;
	cursor: pointer;
}
#wrap .right .chat-btn i {
	color: #FFF;
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: -0.72px;
	margin-right: 5px;
}
#wrap .right .chat-btn span{
	color: #FFF;
	font-family: Roboto;
	font-size: 22px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	letter-spacing: -0.66px;
}

/* 콘텐츠  */
#container .content-wrap {
	width: 1200px;
	margin: 40px auto 100px;
}
#container .content-wrap form legend {
	display: none;
}

#container .content-area input[type="image"],
.board-wrap .content-area input[type="image"]
  {
	display: block;
	cursor: default;
}
#container .mob-content {
    display: none !important;
}


/***********************/
/* 게시판  page */
#container .board-wrap {
	width: 1200px;
	margin: 40px auto 100px;
}
#container .board-wrap > p input {
	margin-bottom: 80px !important;
}
#container .board-wrap table:not(.board_read) tbody p input[type="image"] {
	display: none;
}
#container .board-wrap table:not(.board_read) tbody p iframe {
	display: none;
}
#container .board-wrap form legend {
	display: none;
}
#container .mob_content {
	display: none !important;
}
/* 모바일게시판 상단콘텐츠 숨기기 */
#container .mob_content {
	display: none !important;
}

/* 하단 paging 버튼 */
#paging ul {
	display: flex;
	justify-content: center;
}
#paging ul li a {
   	font-size: 14px;
    width: 28px;
    height: 28px;
    box-sizing: border-box;
    border-radius: 5px;
    margin: 0 4px;
    color: #999;
    text-align: center;
    line-height: 28px;
}
#paging ul li.first_off, #paging ul li.first_on {
	background: #fff url(/admin/html/images/common/first.png) no-repeat 100%;
}
#paging ul li.prev_off, #paging ul li.prev_on {
    background: url(/admin/html/images/common/prev.png) no-repeat 100%;
}
#paging ul li.next_off, #paging ul li.next_on {
    background: url(/admin/html/images/common/next.png) no-repeat 100%;
}
#paging ul li.last_off, #paging ul li.last_on     {
    background: url(/admin/html/images/common/last.png) no-repeat 100%;
    cursor: pointer;
}

.board-wrap #paging ul li.select a,
.content-wrap #paging ul li.select a {
	background: #e3e3e3;
	color: #333;
}
.board-wrap #paging ul li img,
.content-wrap #paging ul li img {
	padding: 4px 0;
}


/* default 일반 게시판 list */
#container table.board_list {

}

#container table.board_list thead tr th {
	color: #333;
	padding: 14px 10px;
	font-size: 16px;
	border-top: 1px solid #e3e3e3;
	border-bottom: 1px solid #e3e3e3;
	line-height: 1.5;
	font-weight: 700;
	background: #f7f7f7;
	letter-spacing: -0.9px;
}
#container table.board_list tbody tr td {
	color: #333;
	padding: 14px 10px;
	font-size: 14px;
	border-bottom: 1px solid #e3e3e3;
    vertical-align: middle;
}
#container table.board_list tbody tr:hover td {
	
}   
#container table.board_list tbody tr td a {
	display: inline-block;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 800px;
    line-height: 1.5;
}
#container table.board_list tbody td span {
	display: inline-block;
	margin-left: 4px;
	padding: 3px 0;
}
#container table.board_list tbody td span.new-icon {
	padding: 0;
    position: relative;
    top: -2px;
}
#container table.board_list tbody td span.new-icon i {
	font-size: 18px;
	color: #FF9C46;
}
#container table.board_list tbody td span.file {
	padding: 0;
    position: relative;
    top: -2px;
}
#container table.board_list tbody td span.file i {
	font-size: 18px;
	color: #333;
}
.td_center {
	text-align: center;
}
.td_left {
	text-align: left;
}
#container table tbody tr.notice_tr td {
	background: #f9f9f9;
	font-weight: bold;
}

/* default 일반 게시판 view */
#container table.board_read {
	border-top: 2px solid #333;
	border-bottom: 1px solid #e3e3e3;
}
#container table.board_read thead tr th {
    padding: 30px 0;
    font-size: 24px;
    text-align: left;
    color: #333;
    font-weight: 500;
}
#container table.board_read thead tr td {
    padding-bottom: 30px;
    border-bottom: 1px solid #e3e3e3;
}
#container table.board_read thead tr td span {
	padding: 0 20px;
	position: relative;
	line-height: 1.5;
	color: #666;
}
#container table.board_read thead tr td span:first-child {
	padding-left: 0;
}
#container table.board_read thead tr td span:not(:last-child):after {
	content: "";
	display: block;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	background: #e3e3e3;
	width: 1px;
	height: 12px;
}
#container table.board_read tbody tr td {
	padding: 50px 0;
	line-height: 1.5;
}
#container table.board_read tbody tr td.fileadd {
	background: #f7f7f7;
	padding: 20px !important;
}
#container table.board_read tbody tr td.fileadd ul li:not(:last-child) {
	margin-bottom: 8px;
}
#container table.board_read tbody tr td.fileadd a {
	display: flex;
	align-items: center;
	color: #666;
	font-size: 15px;
}
#container table.board_read tbody tr td.fileadd a span i {
	font-size: 28px;
	color: #999;
	margin-right: 10px;
}
#container table.board_read tbody tr td.content p {
	margin-bottom: 10px;
}
#container table.board_read tbody tr td.content input,
#container table.board_read tbody tr td.content img,
#container table.board_read tbody tr td.content iframe {
	display: block;
	max-width: 100%;
}

/* default 일반 게시판 write */
#container table.board_write {
	border-top: 2px solid #333;
	border-bottom: 1px solid #e3e3e3;
}
#container table.board_write tr {
	border-bottom: 1px solid #e3e3e3;
}

#container table.board_write th {
	color: #333;
    line-height: 50px;
    background: #f7f7f7;
    font-weight: normal;
    font-size: 14px;
    vertical-align: middle;
}
#container table.board_write th img {
	display: inline-block;
	vertical-align: middle;
}
#container table.board_write td {
	padding: 10px 0;
    color: #333;
    font-size: 15px;
    vertical-align: middle;
}
#container table.board_write td.box {
	padding: 10px;
}
#container table.board_write td input[type="text"],
#container table.board_write td input[type="password"],
#container table.board_write td input[type="date"],
#container table.board_write td select{
	border: 1px solid #e3e3e3;
    line-height: 1.5;
    padding: 5px;
    border-radius: 4px;
    height: 34px;
    box-sizing: border-box;
}
#container table.board_write td input[type="checkbox"]{
	margin-left: 10px;
	position: relative;
    top: 1px;
}
#container table.board_write td label {
	font-size: 13px;
	color: #333;
}
#container table.board_write td div.file_box {
	padding: 5px 0;
}
#container table.board_write td div.file_box > div {
	margin: 5px 0;
}
#container table.board_write td textarea {
	border: 1px solid #e3e3e3;
	padding: 20px;
	box-sizing: border-box;
}

/* default 웹진 게시판 list */
#container .webzine_list {
	margin-bottom: 60px;
}
#container .webzine_list .allcheck {
	padding: 0 0 20px;
	font-size: 14px;
	color: #666;
}
#container .webzine_list .webzine_board {

}
#container .webzine_list .webzine_board li {
	width: 100%;
	position: relative;
}
#container .webzine_list .webzine_board li p {
	position: absolute;
	top: 14px;
    left: 10px;
}
#container .webzine_list .webzine_board li:nth-child(1) .board_img {
	padding-top: 0;
}
#container .webzine_list .webzine_board li .board_img {
	display: flex;
	align-items: center;
	border-bottom: 1px solid #e3e3e3;
	padding: 20px 0;
}
#container .webzine_list .webzine_board li .board_img a.img-area {
	min-width: 250px;
	width: 250px;
	height: 180px;
	border: 1px solid #e3e3e3;
	border-radius: 10px;
	overflow: hidden;
}
#container .webzine_list .webzine_board li .board_img a.img-area img {
	width: 100%;
    height: 100%;
    object-fit: cover;
}
#container .webzine_list .webzine_board li .board_img .txt-area {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	margin-left: 20px;
    box-sizing: border-box;
    width: calc(100% - 270px);
    gap: 14px;
}
#container .webzine_list .webzine_board li .board_img span.tit {
	display: -webkit-box;
    line-height: 1.5;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    font-size: 18px;
    font-weight: 700;
}
#container .webzine_list .webzine_board li .board_img span.content {
	display: -webkit-box;
    line-height: 1.5;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    font-size: 16px;
}
#container .webzine_list .webzine_board li .board_img span.date {
	display: block;
    color: #666;
    font-size: 14px;
    line-height: 1.5;
    margin-top: 10px;
}

#container .webzine_board .webzine_content a {
	line-height: 1.5;
	height: 68px;
	display: -webkit-box;
	word-wrap: break-word;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	overflow: hidden;
}
#container .webzine_board .webzine_write {
	margin-top: 10px;
}

/* video 미디어 게시판 */
#container .video_list {
	margin-bottom: 60px;
}
#container .video_list .allcheck {
	padding: 0 0 20px;
	font-size: 14px;
	color: #666;
}
#container .video_list .video_board {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	gap: 50px 24px;
}
#container .video_list .video_board li {
	width: 33%;
	max-width: 384px;
	box-sizing: border-box;
    position: relative;
}

#container .video_list .video_board li p {
	position: absolute;
	top: 14px;
    left: 10px;
}
#container .video_list .video_board li .video_img a.img-area {
	height: 215px;
	border:1px solid #e3e3e3;
	overflow: hidden;
	border-radius: 10px;
}
#container .video_list .video_board li .video_img a.img-area img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#container .video_list .video_board li .video_img span.youtube_icon {
	display: none;
	position: absolute;
	top: 84px;
    transform: translateX(-50%);
    left: 50%;
}
#container .video_list .video_board li .video_img span.youtube_icon img{
	width: 60px;
}
#container .video_list .video_board li .video_img span.video_icon {
	position: absolute;
	top: 75px;
    transform: translateX(-50%);
    left: 50%;
}
#container .video_list .video_board li .video_img span.video_icon img {
	width: 70px;
}
#container .video_list .video_board li .video_img span.tit {
	display: -webkit-box;
    line-height: 1.5;
    margin-top: 14px;
    /*height: 48px;*/
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    font-size: 16px;
    font-weight: 700;
}
#container .video_list .video_board li .video_img span.date {
	display: block;
	margin-top: 10px;
	color: #666;
	font-size: 14px;
}

/* default 갤러리 게시판 list  */
#container .gallery {
	margin-bottom: 60px;
}
#container .gallery .allcheck {
	padding: 0 0 20px;
	font-size: 14px;
	color: #666;
}
#container .gallery .gallery_board {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	gap: 60px 20px;
}
#container .gallery .gallery_board li {
	width: calc(25% - 15px);
	max-width: 384px;
	box-sizing: border-box;
    position: relative;
}

#container .gallery .gallery_board li p {
	position: absolute;
	top: 14px;
    left: 10px;
}
#container .gallery .gallery_board li .gallery_img a.img-area {
	height: 200px;
	border:1px solid #e3e3e3;
	overflow: hidden;
	border-radius: 10px;
}
#container .gallery .gallery_board li .gallery_img a.img-area img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
#container .gallery .gallery_board li .gallery_img span.tit {
	display: -webkit-box;
    line-height: 1.5;
    margin-top: 14px;
    /*height: 48px;*/
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    font-size: 16px;
    font-weight: 700;
}
#container .gallery .gallery_board li .gallery_img span.date {
	display: block;
	margin-top: 10px;
	color: #666;
	font-size: 14px;
}

/* default 갤러리 게시판 view */
#container table.gallery_read {
	border-top: 2px solid #333;
	border-bottom: 1px solid #e3e3e3;
}
#container table.gallery_read thead tr th {
    padding: 30px 0;
    font-size: 24px;
    text-align: left;
    color: #333;
    font-weight: 500;
}
#container table.gallery_read thead tr td {
    padding-bottom: 30px;
    border-bottom: 1px solid #e3e3e3;
}
#container table.gallery_read thead tr td span {
	padding: 0 20px;
	position: relative;
	line-height: 1.5;
	color: #666;
}
#container table.gallery_read thead tr td span:first-child {
	padding-left: 0;
}
#container table.gallery_read thead tr td span:not(:last-child):after {
	content: "";
	display: block;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	background: #e3e3e3;
	width: 1px;
	height: 12px;
}
#container table.gallery_read tbody tr td {
	padding: 50px 0;
	line-height: 1.5;
}
#container table.gallery_read tbody tr td.content p {
	margin-bottom: 10px;
}
#container table.gallery_read tbody tr td.content input,
#container table.gallery_read tbody tr td.content img,
#container table.gallery_read tbody tr td.content iframe {
	display: block !important;
	max-width: 100%;
}

/* product 갤러리 게시판 list */
#container .gallery.product {
	margin-top: 80px;
	margin-bottom: 60px;
}
#container .gallery.product .allcheck {
	padding: 0 0 20px;
	font-size: 14px;
	color: #666;
}
#container .gallery.product .gallery_board {
	display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 60px 20px;
    align-items: start;
    padding: 0;
	/*
	column-count: 4;
    column-gap: 20px;
    */
    padding: 0;
}
#container .gallery.product .gallery_board li {
	display: inline-block;
    width: 100%;
    list-style: none;
}

#container .gallery.product .gallery_board li p {
	position: absolute;
	top: 14px;
    left: 10px;
}
#container .gallery.product .gallery_board li .gallery_img a.img-area {
	height: auto;
	border: 0;
	overflow: hidden;
	border-radius: 10px;
}
#container .gallery.product .gallery_board li .gallery_img a.img-area img {
	max-width: 100%;
	height: 100%;
	object-fit: cover;
}
#container .gallery.product .gallery_board li .gallery_img span.tit {
	display: -webkit-box;
    line-height: 1.5;
    margin-top: 14px;
    /*height: 48px;*/
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    font-size: 18px;
    font-weight: 500;
}
#container .gallery.product .gallery_board li .gallery_img span.date {
	display: none;
	margin-top: 10px;
	color: #666;
	font-size: 14px;
}

/* nonmember 비회원 게시판 view */
#container .f_tb02 {
	padding: 40px;
	border: 1px solid #e3e3e3;
	width: 1200px;
	box-sizing: border-box;
}
#container .f_tb02 .area:not(:last-child) {
	margin-bottom: 20px;
}
#container .f_tb02 .area > div {
	display: flex;
	align-items: flex-start;
	gap: 10px;
}
#container .f_tb02 .area label {
	display: block;
	color: #333;
	padding: 0 0 0 14px;
	width: 80px;
	font-size: 14px;
	box-sizing: border-box;
	position: relative;
	line-height: 24px;
}
#container .f_tb02 .area label:after {
	content: "";
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: #88af78;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	position: absolute;
}
#container .f_tb02 .area p {
	font-size: 16px;
	color: #333;
	margin-bottom: 0 !important;
	width: calc(100% - 90px);
	word-break: break-all;
	box-sizing: border-box;
}

/* nonmember 비회원 게시판 write */
#container .f_tb01 {
	padding: 30px 80px;
	border: 1px solid #d9d9d9;
	box-sizing: border-box;
}
#container .f_tb01 .sns-area {
	margin-bottom: 30px;
}
#container .f_tb01 .sns-area > span {
	display: block;
	text-align: center;
	font-size: 14px;
	color: #333;
}
#container .f_tb01 .sns-area .sns-icon {
	margin-top: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 14px;
}
#container .f_tb01 .board-w {
	display: flex;
	flex-wrap: wrap;
	gap: 16px 40px;
}
#container .f_tb01 .board-w .area {
}
#container .f_tb01 .board-w .area > div {
	display: flex;
	align-items: flex-start;
}
#container .f_tb01 .board-w .area p {
	font-size: 14px;
	color: #333;
	margin-top: 10px;
	line-height: 1.4;
	text-align: right;
}
#container .f_tb01 .board-w .area.w-50 {
	width: calc(50% - 20px);
}
#container .f_tb01 .board-w .area.w-100 {
	width: 100%;
}
#container .f_tb01 .board-w .area > div label {
	width: 80px;
	display: block;
	font-size: 15px;
	margin-top: 8px;
	line-height: 1.5;
	color: #333;
}
#container .f_tb01 .board-w .area > div label span.danger {
	margin-left: 4px;
}
#container .f_tb01 .board-w .area > div input {
	width: calc(100% - 80px);
	border: 1px solid #d9d9d9;
	height: 40px;
	padding: 8px;
	box-sizing: border-box;
	border-radius: 3px;
}
#container .f_tb01 .board-w .area .secret label {
	font-size: 12px;
}
#container .f_tb01 .board-w .area select {
	border: 1px solid #d9d9d9;
	border-radius: 3px;
	height: 40px;
	padding: 0 8px;
}
#container .f_tb01 .board-w .area > div div {
	width: calc(100% - 80px);
}
#container .f_tb01 .board-w .area > div .phone-area {
	display: flex;
	gap: 10px;
}
#container .f_tb01 .board-w .area > div .identity {
	display: none;
	gap: 10px;
	margin-top: 10px;
}
#container .f_tb01 .board-w .area > div div button {
	background: #333;
    border-radius: 3px;
    color: #fff;
    height: 40px;
    border: none;
    min-width: 100px;
    padding: 0 0px;
    font-size: 14px;
    cursor: pointer;
}
#container .f_tb01 .board-w .area textarea {
	border: 1px solid #d9d9d9;
	border-radius: 3px;
	padding: 8px;
	width: calc(100% - 80px);
	box-sizing: border-box;
	resize: none;
}
#container .board-wrap .privacy,
#container .content-wrap .privacy {
	border: 1px solid #dbdbdb;
    padding: 16px;
    font-size: 13px;
    line-height: 1.5;
    color: #666;
    margin: 14px 0;
    height: 150px;
    overflow-y: scroll;
    box-sizing: border-box;
}
#container .board-wrap .privacy p,
#container .content-wrap .privacy p {
	color: #666;
}
#container .privacy h1 {
	font-size: 14px;
}
#container .privacy h3,
#container .privacy h4 {
	font-weight: normal;
    font-size: 13px !important;
    color: #333;
}
#container .tc.center {
	text-align: center;
}
#container .tc label {
	font-size: 14px;
	color: #666;
	display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
    line-height: 1.5;
}
#container .tc-btn {
	text-align: center;
	margin-top: 30px;
}
#container .tc.tc-btn a {
	font-size: 16px;
	background: #FF8D28;
	color: #fff;
	font-weight: 700;
	text-align: center;
	padding: 6px 40px;
	border-radius: 100px;
	border-color: #FF8D28;
	margin-right: 0;
}

#container .board-wrap .passwd-area {
	
}
#container .board-wrap .passwd-area .area-box {
	display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 20px;
}
#container .board-wrap .passwd-area .area-box p {
	font-size: 15px;
	color: #666;
}
#container .board-wrap .passwd-area .area-box input {
	height: 40px;
    border: 1px solid #d9d9d9;
    border-radius: 3px;
    padding: 8px;
    box-sizing: border-box;
    text-align: center;
}
#container .board-wrap .passwd-area .btn {
	margin-top: 30px;
    display: flex;
    justify-content: center;
    gap: 10px;
    align-items: center;
}
#container .board-wrap .passwd-area .btn button {
	border: 1px solid #FF8D28;
	background: #FF8D28;
	color: #fff;
	font-size: 14px;
	line-height: 30px;
	padding: 0 14px;
	border-radius: 5px;
}
#container .board-wrap .passwd-area .btn a {
	border: 1px solid #e3e3e3;
	background: #fff;
    border-radius: 5px;
    font-size: 14px;
    color: #666;
    line-height: 30px;
    padding: 0 14px;
}

/* qna 게시판 */
#container table.qna_list {
	border-top: 2px solid #333;
}
#container table.qna_list thead tr th {
	color: #666;
	padding: 18px 15px;
	font-size: 14px;
	border-bottom: 1px solid #e3e3e3;
	text-align: left;
}
#container table.qna_list tbody tr {
	border-bottom: 1px solid #e3e3e3;
}
#container table.qna_list td.td_center {
	padding: 18px 15px;
}
 
#container table.qna_list td.td_left a {
	position: relative;
    padding: 20px 60px;
    line-height: 1.5;
	font-weight: 700;
}
#container table.qna_list td.td_left a:after,
#container table.qna_list td.td_left div.content:after {
    width: 40px;
    position: absolute;
    top: 23px;
    left: 10px;
    font-size: 20px;
    color: #fff;
    text-align: center;
    line-height: 0.8;
    box-sizing: border-box;
    font-weight: bold;
}
#container table.qna_list td.td_left a:after {
	content: "Q";
	color: #999;
}
#container table.qna_list td.td_left div.content {
	display: none;
    position: relative;
    border-top: 1px solid #e3e3e3;
    padding: 20px 60px;
    line-height: 1.5;
    background: #f7f7f7;
    color: #666;
    font-size: 15px;
}
#container table.qna_list td.td_left div.content:after {
	content: "A";
	color: #FF8D28;
}
#container table.qna_list td.td_left div.content.on {
	display: block;
}

/* 게시판 카테고리 */
.menu-list {
	display: flex;
	margin-bottom: 30px;
}
.menu-list .menu {
	border: 1px solid #e3e3e3;
	position: relative;
	margin-left: -1px; 
	width: 100%;
	text-align: center;
	line-height: 52px;
	display: block;
}
.menu-list .menu.on {
	border-color: #FF6B00;
    color: #FF6B00;
    z-index: 1;
}

.main_list ul {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	gap: 36px;
}
.main_list ul li {
	width: calc(33.3% - 13px);
}
.main_list ul li a {
	display: block;
}
.main_list ul li .img-area {
	border-radius: 10px;
	overflow: hidden;
	width: 100%;
	height: 290px;
}
.main_list ul li .img-area img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.main_list ul li .txt-area {
	margin-top: 20px;
}
.main_list ul li .txt-area span {
	display: block;
}
.main_list ul li .txt-area .subject {
	font-size: 18px;
	font-weight: 700;
	letter-spacing: -0.54px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.main_list ul li .txt-area .content {
	margin-top: 14px;
	font-size: 16px;
	letter-spacing: -0.48px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.no_data {
	padding: 20px 0;
	color: #666;
	text-align: center;
}

span.danger {
	color: #ff0000;
}

/****************************************************************/
#container .board_btn {
	margin-top: 16px;
}
#container .board_btn:after {
	content: "";
	display: block;
	clear: both;
}
#container .board_btn ul {
	display: flex;
}
#container .board_btn .left {
	float: left;
}
#container .board_btn ul li {
	border: 1px solid #e3e3e3;
	background: #fff;
	border-radius: 5px;
	margin-right: 8px;
}
#container .board_btn ul li a {
	font-size: 13px;
	color: #666;
	line-height: 30px;
	padding: 0 14px;
}
#container .tc a {
	display: inline-block;
	border: 1px solid #e3e3e3;
	background: #fff;
	border-radius: 5px;
	margin-right: 8px;
	font-size: 14px;
	color: #666;
	line-height: 30px;
	padding: 0 14px;
}

.board_search {
	margin-top: 50px;
}
.board_search div {
	text-align: center;
	padding: 10px 0;
	display: flex;
    justify-content: center;
    align-items: center;
}
.board_search div input {
    border: 1px solid #e3e3e3;
    height: 40px;
    padding: 0 8px;
    box-sizing: border-box;
}
.board_search div select {
    border: 1px solid #e3e3e3;
    height: 40px;
    padding: 0 8px;
    box-sizing: border-box;
    margin-right: 4px;
}
.board_search .search-btn {
    background: #333;
    color: #fff;
    font-size: 13px;
    border: 1px solid #333;
    line-height: 38px;
    padding: 0 20px;
    margin-left: 4px;
}
/* 로그인페이지 */
.login_wrap {
	padding: 160px 0 120px;
}
.login_content {
	width: 450px;
    margin: 0 auto;
}
.login_content h2 {
	font-size: 30px;
	text-align: center;
}
.login_content .login_error {
	font-size: 14px;
	line-height: 1.4;
	color: #e50065;
	margin-bottom: 30px;
}
.login_content .login_area {
	margin-top: 50px;
}

.login_content .formWrite > div {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.login_content .formWrite input {
	line-height: 1.4;
    padding: 16px 20px;
    background: #fff;
    color: #333;
    width: 100%;
    border: 1px solid #e3e3e3;
    font-size: 18px;
    font-family: 'Noto Sans KR', sans-serif;
}
.login_content .formWrite .id-area input {
	border-radius: 10px 10px 0 0;
	border-bottom: 0;
}
.login_content .formWrite .pw-area input {
	border-radius: 0 0 10px 10px;
}
.login_content .formWrite input:placeholder {
	font-size: 18px;
	color: #999;
}
.login_content .formWrite .tit {
	display: block;
	margin-right: 8px;
	width: 80px;
}
.login_content .login_info {
	display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
}
.login_content .login_info .checkbox_area {
	position: relative;
    padding-left: 23px;
    line-height: 1.5;
}
.login_content .login_info .checkbox_area input[type="checkbox"] {
	position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    border: 0;
    overflow: hidden;
    margin: -1px;
    clip-path: inset(50%);
}
.login_content .login_info .checkbox_area input[type="checkbox"]:checked + .check-icon {
	border-color: #FF8D28;
	background: #FF8D28;
}
.login_content .login_info .checkbox_area input[type="checkbox"]:checked + .check-icon:before {
	border-color: #fff;
    border-top: 0;
    border-right: 0;
}
.login_content .login_info .checkbox_area .check-icon {
	width: 15px;
	height: 15px;
	background: #fff;
	border-radius: 3px;
	border: 1px solid #e3e3e3;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.login_content .login_info .checkbox_area .check-icon:before {
    content: "";
    position: absolute;
    box-sizing: border-box;
    border: 2px solid transparent;
    top: 3px;
    left: 50%;
    transform: translateX(-50%) rotate(-45deg);
    width: 10px;
    height: 6px;
}
.login_content .login_info label {
	font-size: 16px;
	color: #666;
	cursor: pointer;
}
.login_content .login_info .find a {
	font-size: 16px;
	color: #666;
}
.login_content .login_info .find a span {
    width: 1px;
    height: 13px;
    background: #d9d9d9;
    display: inline-block;
    margin: 0 8px;
}
.login_content .login_btn {
	margin: 30px 0 0;
}
.login_content .login_btn input {
    width: 100%;
    border: 0;
    padding: 17px;
    border-radius: 10px;
    background: #4c412a;
    color: #fff;
    font-size: 18px;
    font-family: "Noto Sans Kr";
    cursor: pointer;
}
.login_content .join_btn a {
	width: 100%;
    border: 1px solid #e3e3e3;
    padding: 20px;
    border-radius: 10px;
    color: #666;
    font-size: 18px;
    cursor: pointer;
    margin-top: 10px;
    text-align: center;
    box-sizing: border-box;
}
/*
.login_content .sns_login {
	margin-top: 40px;
    border-top: 1px solid #e3e3e3;
    padding-top: 40px;
}
.login_content .sns_login span {
	font-size: 13px;
	text-align: center;
	display: block;
}
.login_content .sns_login .sns_icon {
	display: flex;
	justify-content: center;
	margin-top: 20px;
}
.login_content .sns_login .sns_icon a {
	margin: 0 4px;
}
*/
.login_content .lost_tap {
	margin-top: 50px;
}
.login_content .lost_tap ul {
	display: flex;
}
.login_content .lost_tap ul li {
	width: 50%;
	border-bottom: 4px solid #d9d9d9;
    text-align: center;
    padding: 10px;
}
.login_content .lost_tap ul li.on {
	border-color: #FF8D28;
	font-weight: 700;
}
.login_content .lost_tap ul li.on a {
	color: #FF8D28;
}

.login_content .formbox {
	display: none;
	padding: 30px 0;
}
.login_content .formbox.on {
	display: block;
}
.login_content .formbox .find_list {}
.login_content .formbox .find_list .find_contents {
	margin-bottom: -1px;
}
.login_content .formbox .find_list .find_contents.top input {
	border-radius: 10px 10px 0 0;
}
.login_content .formbox .find_list .find_contents.mid input {
	border-radius: 0;
}
.login_content .formbox .find_list .find_contents.bot input {
	border-radius: 0 0 10px 10px;
}
.login_content .formbox .find_list span {
    display: block;
    margin-bottom: 10px;
    font-size: 15px;
}
.login_content .formbox .find_list input {
	width: 100%;
    border: 1px solid #e3e3e3;
    line-height: 1.4;
    font-size: 18px;
	padding: 16px 20px;
    box-sizing: border-box;
    color: #333;
}
.login_content .formbox .find_btn {
	margin-top: 30px;
}
.login_content .formbox .find_btn button {
	width: 100%;
	background: #333;
	color: #fff;
	text-align: center;
	border-radius: 10px;
	padding: 17px;
	font-size: 18px;
}
.lost_id_result {
	margin-top: 50px;
}
.lost_id_result .contents {
	text-align: center;
}
.lost_id_result .contents div a.submit {
    width: 100%;
    border: 0;
    padding: 20px;
    border-radius: 10px;
    background: #FF8D28;
    color: #fff;
    font-size: 18px;
    text-align: center;
    box-sizing: border-box;
}
.lost_id_result .contents div a.pw_btn {
	width: 100%;
    border: 1px solid #e3e3e3;
    padding: 20px;
    border-radius: 10px;
    color: #666;
    font-size: 18px;
    cursor: pointer;
    margin-top: 10px;
    text-align: center;
    box-sizing: border-box;
}

/* 회원가입페이지 */
.join_wrap {
	margin: 110px auto;
	max-width: 770px;
}

.join_wrap .join_top h2 {
	font-size: 30px;
    text-align: center;
}
.join_wrap > span {
	font-size: 13px;
	position: relative;
	text-align: right;
	padding-left: 4px;
	margin: 20px 0 10px;
	display: block;
	line-height: 1.4;
}
.join_wrap > span:before {
	content: "*";
	color: #EC1C24;
	position: absolute;
	top: 0;
	right: 70px;
}
.join_content {
	padding: 40px 50px;
	border: 1px solid #e3e3e3;
}

.submit_box {
	margin-top: 28px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
}

.submit_box a {
	border: 1px solid #e3e3e3;
    width: 20%;
    line-height: 36px;
    text-align: center;
    font-size: 14px;
    border-radius: 5px;
}
.submit_box button {
	width: 160px;
	font-size: 14px;
	border-radius: 5px;
	cursor: pointer;
	height: 36px;
	text-align: center;
	background: #fff;
}

.sbm-btn{
	background: #4c412a !important;
	color:#fff;
}
.back-btn {
	border: 1px solid #e3e3e3;
	color: #666;
}
.modi-btn {
	background: #333 !important;
	color: #fff;
}

.join_content .join-area .frm {
	display: flex;
	align-items: flex-start;
	margin-bottom: 20px;
}

.join_content .join-area .frm > label {
	display: block;
	min-width: 116px;
	position: relative;
	margin-top: 10px;
}
.join_content .join-area .frm > label span {
	color: #EC1C24;
}
.join_content .join-area .frm input:not([type="radio"]) {
	display: block;
	margin-left: 30px;
	border: 1px solid #e3e3e3;
	border-radius: 3px;
	height: 36px;
	width: 300px;
    font-size: 14px;
    color: #333;
    padding: 0 8px;
    box-sizing: border-box;
}

.join_content .join-area .frm button {
	background: #333;
	border-radius: 5px;
	color: #fff;
	height: 36px;
	border: none;
	margin-left: 10px;
	min-width: 100px;
	padding: 0 20px;
	font-size: 14px;
	cursor: pointer;
}
.join_content .join-area .sub_text {
	margin-top: 6px;
    padding-left: 30px;
    font-size: 12px;
    color: #333;
}
.join_content .join-area .b_text {
	font-size: 11px;
	padding-left: 30px;
	color: #FF8D28;
}
.join_content .join-area .frm .adver {
	margin-left: 30px;
}
.join_content .join-area .frm .adver label {
    margin-right: 20px;
    min-width: auto;
    font-size: 14px;
    line-height: 40px;
    display: block;
    position: relative;
    padding-left: 24px;
}

.join_content .join-area .adver input[type="radio"] {
	position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    border: 0;
    overflow: hidden;
    margin: -1px;
    clip-path: inset(50%);
}
.join_content .join-area .adver input[type="radio"]:checked + .check-icon {
	border-color: #FF8D28;
	background: #FF8D28;
}
.join_content .join-area .adver input[type="radio"]:checked + .check-icon:before {
	border-color: #fff;
    border-top: 0;
    border-right: 0;
}
.join_content .join-area .adver .check-icon {
	width: 15px;
	height: 15px;
	background: #fff;
	border-radius: 50%;
	border: 1px solid #999;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.join_content .join-area .adver .check-icon:before {
    content: "";
    position: absolute;
    box-sizing: border-box;
    border: 2px solid transparent;
    top: 3px;
    left: 50%;
    transform: translateX(-50%) rotate(-45deg);
    width: 8px;
    height: 6px;
}

/***********************/
/* 회원탈퇴 */
.leave_wrap {
	padding: 160px 0 120px;
}
.leave_content {
	width: 450px;
    margin: 0 auto;
}
.leave_content h2 {
	font-size: 30px;
    text-align: center;
}
.leave_content .member_leave {
	text-align: center;
	line-height: 30px;
	margin: 20px 0;
	font-size: 14px;
}
.leave_content textarea {
	border: 1px solid #e3e3e3;
	padding: 10px 14px;
	box-sizing: border-box;
	resize: none;
}
.leave_content .footBtn {
	margin-top: 30px;
}
.leave_content .footBtn a {
	width: 100%;
    background: #333;
    color: #fff;
    text-align: center;
    border-radius: 10px;
    padding: 17px;
    font-size: 18px;
    box-sizing: border-box;
}

/* 개인정보 처리방침, 이용약관 */
#container .policy {
	padding: 80px 0;
    width: 1200px;
    margin: 0 auto;
    line-height: 1.7;
}
#container .policy h1,
#container .terms-wrap h2 {
	font-size: 24px;
	color: #333;
	margin-bottom: 50px;
}
#container .policy h3 {
	font-size: 18px;
    color: #FF8D28;
    margin: 26px 0 8px;
    font-weight: normal;
}
#container .policy h4 {
	font-weight: normal;
}
#container .policy h5 {
	font-weight: normal;
	margin-top: 10px;
}

#container .policy p.dot,
#container .policy p.line {
	padding-left: 10px;
	position: relative;
}
#container .policy p.dot:before {
	content: "";
	width: 4px;
	height: 4px;
	background: #666;
	border-radius: 50%;
	position: absolute;
	top: 12px;
	left: 0;
}
#container .policy p.line:before {
	content: "";
	width: 4px;
	height: 1px;
	background: #666;
	border-radius: 50%;
	position: absolute;
	top: 14px;
	left: 0;
}
#container .policy p span {
	display: block;
	padding-left: 10px;
	margin-bottom: 10px;
}
#container .policy li,
#container .terms-wrap li {
	color: #333;
}
#container .policy ul.privacy_index {
	border: 1px solid #e3e3e3;
    padding: 24px;
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
}
#container .policy ul.privacy_index li {
	width: 50%;
}
#container .policy ul.privacy_index li a {
	color: #666;
	line-height: 2;
}
#container .policy ul.privacy_index li a:hover,
#container .policy ul.privacy_index li a:focus {
	color: #222;
}
#container .policy table {
	width: 100%;
    margin-top: 20px;
    border-top: 2px solid #666;
}
#container .policy table tr {
	border-bottom: 1px solid #e3e3e3;
}
#container .policy table tr th {
    background: #f7f7f7;
    padding: 12px 0;
    font-size: 15px;
    font-weight: normal;
    color: #333;
}
#container .policy table tr td {
	text-align: center;
    padding: 12px 0;
    font-size: 15px;
    color: #666;
}

/* 검색 */
.search-area{
	width: 1200px;
	margin: 60px auto 100px ;
}
.search-area .tabs{
	width: 100%;
	display: flex;
	justify-content: flex-start;
	align-content: flex-start;
	gap: 20px;
}
.search-area .tabs .tab {
	border: 1px solid #e3e3e3;
	border-radius: 5px;
	padding: 10px 24px;
	font-size: 16px;
	color: #333;
	text-align: center;
	cursor: pointer;
	display: inline-block;
	letter-spacing: -0.8px;
}
.search-area .tabs .tab.on{
	border-color: #F7941D;
	color: #F7941D;
}
.search-area .search-language {
	width: 100%;
	border-radius: 5px;
	border: 1px solid #E3E3E3;
	background: #FFF9E9;
	padding: 17px 20px; 
	color: #000;
	font-size: 18px;
	margin-top: 20px;
	box-sizing: border-box;
	letter-spacing: -0.9px;
}
.search-area .search-language strong {
	font-weight: 700;
	letter-spacing: -0.54px;
	color: #F7941D;
}
.search-area .menus{
	width: 100%;
	margin-top: 25px; 
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
}
.search-area .menus .menu{
	padding: 7px 24px;
	border-radius: 100px;
	border: 1px solid #E3E3E3;
	background: #FFF;
	color: #333;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: -0.48px;
	cursor: pointer;
	margin: 5px 10px 5px 0;
	line-height: 1.5;
}
.search-area .menus .menu.on{
	background: #F7941D;
	border: 1px solid #F7941D;
	color: #FFF;
	font-weight: 700;
}
.search-area .search-body{
	margin-top: 15px;
	width: 100%;
}
.search-area .search-body .content-areas{
	margin-top: 20px;
}
.search-area .search-body .content-areas .area{
	margin-bottom: 48px;
}
.search-area .search-body .content-areas .area:last-child {
	margin-bottom: 0;
}
.search-area .search-body .content-areas .area .title{
	color: #333;
	font-size: 15px;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.5;
}
.search-area .search-body .content-areas .area .area-sub{
	padding: 16px 0;
	width:100%;
	color: #666;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.5;
	border-top: 1px solid #d9d9d9;
	margin-top: 10px;
}
.search-area .search-body .content-areas .area .area-sub a{
	line-height: 1.3
}
.search-area .search-body .boards .board-area{
	padding: 20px 0;
	width:100%;
}
.search-area .search-body .boards .board-area a .tit{
	font-size: 15px;
	color: #333;
	font-weight: 700;
	letter-spacing: 0;
	margin-bottom: 5px;
	line-height: 1.5;
}
.search-area .search-body .boards .board-area a .cont{
	font-size: 14px;
	color: #666;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.5;
	padding: 16px 0;
	margin-top: 10px;
	border-top: 1px solid #d9d9d9;
}
.search-area .search-body strong {
	color: #F7941D;
	font-weight: 700;
	letter-spacing: 0;
}
.search-area .keyword-area {
	margin-bottom: 80px;
}
.search-area .keyword-area .search-body {
	margin-top: 11px;
}
.search-area .search-body .keyword-list {
	padding-top: 30px;
	border-top: 1px solid #d9d9d9;
	display: flex;
	flex-wrap: wrap;
	gap: 20px 0;
}
.search-area .search-body .keyword-list a.word {
	font-size: 14px;
	color: #666;
	line-height: 1.5;
	width: 20%;
	text-align: center;
	display: block;
}

.movie_modal {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
}
.movie_modal.on{
	display: block;
}
.movie_modal .bg{
	width: 100%;
	height: 100%;
	background-color: #333;
	opacity: 0.5;
}
.movie_modal .modal_body{
	position: absolute;
	top: 50%;
	left: 50%;
    transform: translate(-50%, -50%);
   	width:1280px;
	height:720px;
}
.movie_modal .close{
    position: absolute;
    top: calc(50% - 380px);
    left: calc(50% + 640px);
    font-size: 30px;
    color: #fff;
    cursor: pointer;
}
.xi-user-o{
	color: #db8383;
}
.xi-user-o.color_0{
	color:#333;
}

/***********************/

.ai_chat {
	display: none;
	position: fixed;
	right: 16%;
	top: 50%;
	width: 400px;
    height: 781px;
    z-index: 9999;
    transform: translateY(-50%);
}
.ai_chat.on {
	display: block;
	pointer-events: auto;
}

/***************************/
@media screen and (max-width: 1200px) {
	.header_container .tnb .mypage {
		width: 100%;
		padding: 0 16px;
		box-sizing: border-box;
	}
	.header_container .header-wrap {
		padding: 0 16px;
		box-sizing: border-box;
	}
	.nav .gnb {
		gap: 20px;
		justify-content: space-between;
	}
	.main_banner .swiper-slide .area {
		width: 100%;
		padding: 0 16px;
		box-sizing: border-box;
	}
	section .section-wrap {
		width: 100%;
		padding: 0 16px;
		box-sizing: border-box;
	}
	.section01 .icon-menu {
		gap: initial;
		justify-content: space-between;
	}
	.section02 .section-wrap {
		padding: 0 16px 80px;
	}
	.main_customer {
		width: 100%;
		padding: 100px 16px;
		box-sizing: border-box;
	}
	.footer {
		padding: 20px 16px 30px;
	}
}



.survey-container-area {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
	gap: 40px 24px;
}
.survey-container-area .survey-wrap {
	/*width: calc((100% - 20px ) / 2 - 40px);*/
	width: calc(50% - 12px);
}
.survey-container-area .survey-wrap .title {
	font-size: 24px;
	font-weight: 700;
	line-height: 28px;
	margin-bottom: 20px;
}
.survey-container-area .survey-wrap .title .date {
	color: #F7941D;
	font-size: 16px;
	margin-left: 10px;
}
.survey-container-area .survey-wrap .survey-area {
	border: 1px solid #e3e3e3;	
	border-radius: 5px;
	overflow: hidden;
}
.survey-container-area .survey-wrap .survey-area .question {
	font-size: 18px;
	font-weight: 700;
	padding: 16px 30px;
	background: #FFF9E9;
	border-bottom: 1px solid #e3e3e3;
	line-height: 1.5;
}
.survey-container-area .survey-wrap .survey-area .ans-list {
	padding: 30px 30px 20px;
}
.survey-container-area .survey-wrap .survey-area .ans-list > div input[type="radio"],
.survey-container-area .survey-wrap .survey-area .ans-list > div input[type="checkbox"] {
	accent-color: #333;
	margin-right: 5px;
}
.survey-container-area .survey-wrap .survey-area .ans-list > div {
	font-size: 14px;
	color: #333;
}
.survey-container-area .survey-wrap .survey-area .ans-list > div:not(:last-child) {
	margin-bottom: 20px;
}
.survey-container-area .survey-wrap .survey-area .ans-list .ans-percent .info {
	display: flex;
	justify-content: space-between;
	font-size: 16px;
	line-height: 1.5;
	margin-bottom: 6px;
}
.survey-container-area .survey-wrap .survey-area .ans-list .ans-percent .info .ans-percent {
	color: #F7941D;
    font-weight: 700;
}

.survey-container-area .survey-wrap .survey-area .area {
	width: 100%;
	background: #eee;
}
.survey-container-area .survey-wrap .survey-area .area .percent-area {
	background-color: #F7941D;
	height: 16px;
}
.survey-container-area .survey-wrap .survey-area .submit_box {
	display: block;
	padding: 0 30px;
	margin-top: 0;
}
.survey-container-area .survey-wrap .survey-area .submit_box .sbm-btn {
	font-size: 16px;
    font-weight: 700;
    background: #333 !important;
    width: auto;
    padding: 6px 30px;
}
.survey-container-area .survey-wrap .survey-area .total-count {
	font-size: 16px;
	color: #333;
	line-height: 38px;
	padding: 0 30px;
}
.survey-container-area .survey-wrap .survey-area .bottom-text {
	margin-top: 30px;
	background: #FFF9E9;
	border-top: 1px solid #e3e3e3;
	font-size: 16px;
	font-weight: 700;
	text-align: center;
	color: #F7941D;
	line-height: 38px;
	padding: 6px 0;
}
