/*
Theme Name: enfold Child
Template: enfold
*/
/*--main-hover: #187BB5;*/
:root {
	--main-color: #1E94D4;
	--main-hover: #1972AA;
	--light-blue: #CFE9F8;
	--red-color: #E74C3C;
	--light-red: #FDEDEC;
	--orange-point: #E0A070;
	--header-color: #0f4c71;
}

#top #wrap_all .blue_point {
    color: var(--main-color);
}
.mb_view { 
	display: none;
}
.hide_srollbar::-webkit-scrollbar {
	display: none;
}

@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-Light.woff2') format('woff2');
    font-weight: 300;
    font-display: swap;
}
@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-Regular.woff2') format('woff2');
    font-weight: 400;
    font-display: swap;
}
@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-Medium.woff2') format('woff2');
    font-weight: 500;
    font-display: swap;
}
@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-SemiBold.woff2') format('woff2');
    font-weight: 600;
    font-display: swap;
}
@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-Bold.woff2') format('woff2');
    font-weight: 700;
    font-display: swap;
}
@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-ExtraBold.woff2') format('woff2');
    font-weight: 800;
    font-display: swap;
}
*:not(i) {
	font-family: 'Pretendard' !important;
}

/*헤더*/
/*#header_main {
	border: none;
}*/
.header_color .header_bg {
	opacity: 1;
}
.header-scrolled #header_main {
	border-bottom: 1px solid #ededed;
}
#top .av_header_transparency .main_menu ul:first-child>li>a:focus, 
#top .av_header_transparency .main_menu ul:first-child>li>a:hover {
	opacity: 1;
}
#header_main .inner-container {
	display: flex;
    align-items: center;
    justify-content: space-between;
}
#header_main .logo, 
#header_main .main_menu {
	position: relative;
}
#header_main .logo a {
	align-content: center;
}
#header_main .logo a img {
	height: 55px;
}
.main_menu .av-main-nav > li > a {
	padding: 0 45px;
}
.main_menu .av-main-nav > li:hover .avia-menu-fx,
.current-menu-item>a>.avia-menu-fx {
	opacity: 0;
}
.av-main-nav>li>a {
	transition: background-color .2s ease-in-out, color .2s ease-in-out, border-color .2s ease-in-out;
}
.av_header_transparency .main_menu .av-main-nav > li:hover > a {
	background-color: white;
}
.main_menu .av-main-nav > li:hover > a {
	background-color: var(--main-color);
}
.html_header_top .header_color .main_menu ul:first-child >li > ul {
	border-top: 0px;
}
.av_header_transparency #header_main .main_menu .avia-menu-text {
	color: var(--header-color);
}
#header_main .main_menu .avia-menu-text {
	color: #222;
	font-size: 16px;
	font-weight: 500;
}
#header_main .main_menu .av-main-nav > li > a:hover .avia-menu-text,
#header_main .main_menu .av-main-nav > li:has(.sub-menu a:hover) > a .avia-menu-text {
	color: white;
	font-weight: 700;
}
.av_header_transparency #header_main .main_menu .av-main-nav > li > a:hover .avia-menu-text,
.av_header_transparency #header_main .main_menu .av-main-nav > li:has(.sub-menu a:hover) > a .avia-menu-text {
	color: var(--main-color);
}
#header_main .av-main-nav ul.sub-menu {
	width: 100%;
}
#header_main .av-main-nav ul.sub-menu a {
	text-align: center;
	background: var(--main-color);
	border: none;
	padding: 8px 0;
}
.av_header_transparency #header_main .av-main-nav ul.sub-menu a {
	background: white;
}
#header_main .av-main-nav ul.sub-menu a:hover {
	background: var(--main-hover); 
}
.av_header_transparency #header_main .av-main-nav ul.sub-menu a:hover {
	background: #f9f9f9; 
}
#header_main .main_menu .sub-menu .avia-menu-text {
	font-size: 14px;
    font-weight: 400;
    color: #fff;
}
.av_header_transparency #header_main .main_menu .sub-menu .avia-menu-text {
    color: #444;
}
#header_main .av-burger-menu-main {
	display: block;
}
#header_main .av-burger-menu-main a:hover {
	background: transparent;
}
/*햄버거 메뉴*/
#header_main #av-burger-menu-ul .avia-menu-text {
	color: black;
}
/*.av-burger-overlay:has(#av-burger-menu-ul) {
	z-index: 111;
}*/
.av-burger-overlay-scroll:has(#av-burger-menu-ul) {
	width: 100%;
}
.avia-menu:has(.is-active) #avia-menu > li:not(:last-child) {
	display: none;
}
.av-burger-overlay #av-burger-menu-ul li a .avia-menu-text {
    font-size: 30px;
    font-weight: 700;
    color: black;
}
.av-burger-overlay #av-burger-menu-ul li, 
.av-burger-overlay #av-burger-menu-ul li .sub-menu {
	display: flex;
}
#header .av-burger-overlay #av-burger-menu-ul > li {
	border-bottom: 1px solid #ddd;
	padding: 60px 0;
	margin: 0 auto;
	width: 1280px;
}
.av-burger-overlay #av-burger-menu-ul li .sub-menu {
	gap: 30px;
	align-items: center;
}
.av-burger-overlay .av-burger-overlay-scroll #av-burger-menu-ul li a {
	border-bottom: none;
}
#header #header_main .av-burger-overlay .av-burger-overlay-scroll #av-burger-menu-ul li a:hover {
	background: white;
}
.av-burger-overlay #av-burger-menu-ul li .sub-menu li .avia-bullet {
	display: none;
}
.av-burger-overlay #av-burger-menu-ul li .sub-menu li .avia-menu-text {
	font-size: 18px;
    font-weight: 500;
    color: #222;
}
#header .av-burger-overlay #av-burger-menu-ul li .sub-menu li a {
	padding: 0;
}
/*푸터*/
#wrap_all {
	padding-bottom: 150px;
}
#footer {
	padding: 0;
}
#footer .footer-inner .footer-top {
    padding: 40px 0;
    border-bottom: 1px solid #333;
}
#footer .footer-inner .footer-bottom {
    padding: 50px 0;
    border-bottom: 1px solid #333;
}
#footer .footer-inner .footer-bottom > div {
    width: 1280px;
    margin: 0 auto;
}
#footer .footer-menu {
	display: flex;
	margin: 0;
    list-style: none;
    width: 1280px;
    margin: 0 auto;
}
#footer .footer-menu li {
	flex: 0 0 calc(100% / 6);
}
#footer .footer-menu li > div a {
	font-weight: 700;
	font-size: 15px;
	text-decoration: underline;
	line-height: 1;
}
#footer .footer-menu li a {
	color: white;
	line-height: 24px;
    font-size: 14px;
    font-weight: 300;
}
#footer .footer-menu li ul {
	margin: 0;
    list-style: none;
    margin-top: 10px;
}
#footer .footer-menu li ul li {
	margin: 0;
}
#footer img {
	height: 50px;
	width: auto;
}
#footer .footer-bottom .footer-text {
	margin-top: 10px;
    font-size: 14px;
    line-height: 20px;
    color: #888;
}
#footer .footer-bottom > div:last-child {
	margin-top: 30px;
}
#footer .footer-bottom div strong {
	display: block;
	font-size: 16px;
    font-weight: 700;
	color: #fff;
}
#footer .footer-bottom div span {
	margin-top: 15px;
    line-height: 24px;
    font-size: 14px;
    font-weight: 300;
	color: #fff;
	display: block;
}
#footer .footer-socket {
	margin: 0 auto;
	width: 1280px;
	padding: 12px 0;
	font-size: 13px;
    font-weight: 300;
    color: #888;
    line-height: 1;
    display: block;
}
/*메인페이지*/
.home .container .content {
	padding: 80px 0;
}
.home #wrap_all {
	padding-bottom: 0;
}
#top .avia-slideshow-arrows a.avia-svg-icon {
	background: transparent;
}
.html_header_top.html_header_sticky #top.home #wrap_all #main {
	padding-top: 0px;
}
#home2 {
	background: #241815;
}
#home2 .content {
	padding: 0;
}
#home2 .entry-content-wrapper .avia-image-container img {
	height: 120px;
    width: auto;
}
#home2 .entry-content-wrapper p {
	font-size: 20px;
    font-weight: 700;
    color: white;
}
#home2 .flex_column_table > .flex_column:last-child {
	align-content: center;
}
#home2 .flex_column_table .avia-button-wrap {
	/*width: calc((100% - 30px) / 6);
	padding: 9px 6px 7px;*/
	width: calc((84% - 30px) / 6);
    padding: 9px 3px 7px;
    display: inline-block;
}
#home2 .flex_column_table .avia-button-wrap:has(a:hover) {
	box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.3);
	border: 1px solid white;
}
#home2 .flex_column_table .avia-button-wrap:not(:last-child) {
	margin-right: 5px;
}
#home2 .flex_column_table .avia-button-wrap a {
	border: none;
	background: transparent;
	padding: 0;
	margin: 0;
}
#home2 .flex_column_table .avia-button-wrap a span {
	display: block;
    font-weight: 500;
    color: white;
}
#home2 .flex_column_table .avia-button-wrap a span:first-child {
	font-size: 35px;
	left: 0;
}
#home2 .flex_column_table .avia-button-wrap a span:last-child {
	font-size: 14px;
	margin-top: 20px;
}
#home3 h3 {
	font-weight: 800;
    color: black;
    font-size: 30px;
}
#home3 p {
	font-size: 18px;
    margin-top: 15px;
    color: #444;
}
#home3 .avia-video {
	margin-top: 30px;
}
#top.home h4 {
	font-weight: 800;
	font-size: 20px;
	color: #444;
}
#top.home .title h4 {
	font-size: 26px;
	color: black;
}
#home4 h4 span {
	color: var(--main-color);
}
#home4 .avia_textblock.point {
	margin-top: 20px;
    padding: 7px;
    background-color: var(--light-red);
    text-align: center;
    font-size: 12px;
    font-weight: 500;
    color: var(--red-color);
}
#home4 .avia_textblock.point p {
	margin: 0;
}
#home4 .list_tb {
	margin-bottom: 20px;
}
#home4 .list_tb .list_row {
	display: flex;
	justify-content: space-between;
}
#home4 .list_tb .list_row div:first-child .date_box {
    width: 74px;
    height: 23px;
    background-color: #f1f1f1;
    text-align: center;
    font-size: 12px;
    color: var(--main-color);
    line-height: 23px;
    display: inline-block;
}
#home4 .list_tb .list_row div:first-child span:last-child {
    margin-left: 10px;
    font-weight: 700;
    color: black;
    line-height: 23px;
    display: inline-block;
}
#home4 .list_tb .list_row div:last-child {
    font-size: 14px;
    color: #888;
    line-height: 23px;
    display: block;
}
#home4 .service .list_row {
	cursor: pointer;
}
#home5 {
	border-top: 1px solid #eee !important;
    border-bottom: 1px solid #eee !important;
}
#home5 .container .content {
	padding: 0;
}
#home5 .bx-wrapper {
	margin-bottom: 0;
}
#home5 .flex_slieder {
	display: flex;
}
#home5 .flex_slieder > div {
	flex: 0 0 calc(100% / 3);
	padding: 20px 30px;
	border-right: 1px solid #eee;
}
#home5 .flex_slieder > div:first-child {
	border-left: 1px solid #eee;
}
#home5 .flex_slieder span {
	display: block;
}
#home5 .bx-wrapper .bx-prev {
	right: -40px;
	left: unset;
    top: 35%;
    transform: rotate(90deg);
}
#home5 .bx-wrapper .bx-next {
	right: -40px;
    top: 65%;
    transform: rotate(90deg);
}
#home5 .flex_slieder > div {
	position: relative;
	height: 138px;
}
#home5 .flex_slieder h4 {
    font-size: 17px;
}
#home5 .flex_slieder span {
	margin-top: 5px;
    font-size: 14px;
    color: #666;
    font-weight: 500;
}
#home5 .flex_slieder em {
	font-style: normal;
}
#home5 .flex_slieder div.knum {
    position: absolute;
    top: 20px;
    right: 30px;
}
#home5 .flex_slieder div.knum span:first-child {
    font-size: 20px;
    font-weight: 500;
}
#home5 .flex_slieder .d_flex {
	display: flex;
	align-items: center;
	gap: 10px;
}
#home5 .flex_slieder .d_flex span {
	margin-top: 0;
	display: block;
	line-height: 1;
}
#home5 .flex_slieder .knum.up * {
	color: var(--red-color);
}
#home5 .flex_slieder .knum.dn *, 
#home5 .flex_slieder .knum.down * {
	color: var(--main-color);
}
#home6 .flex_column_table {
	margin-bottom: 20px;
}
#home5 .bx-wrapper, 
#home6 .bx-wrapper {
	border: none;
	box-shadow: none;
}
#home3, #home7, #home8 {
	background: var(--light-blue);
}
#home6 .avia-button-wrap a, #home7 a {
	padding: 8px 10px;
    font-size: 12px;
    background-color: var(--main-color);
    border-radius: 100px;
    color: white;
    border: none;
}
#home6 a img {
	width: 400px;
    height: 400px;
    object-fit: cover;
}
#home7 .avia_codeblock table {
	display: block;
	background: transparent;
}
#home7 .avia_codeblock #kboard-default-latest thead {
	display: none;
}
#home7 .avia_codeblock table * {
	display: block;
	border: none;
}
#home7 .avia_codeblock tr {
	background: white;
	border-radius: 10px;
	padding: 30px;
	display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    min-height: 130px;
}
#home7 .avia_codeblock tr:not(:last-child) {
	margin-bottom: 10px;
}
#home7 .avia_codeblock tr a {
	background: transparent;
    border: none;
    color: black;
    padding: 0;
    border-radius: unset;
}
#home7 .avia_codeblock a .kboard-default-cut-strings {
	font-size: 20px;
    font-weight: 700;
}
#home7 .avia_codeblock a .kboard-default-new-notify {
	display: none;
}
#home7 .avia_codeblock table .kboard-latest-title {
	max-width: 80%;
	overflow: hidden;
    text-overflow: ellipsis;
    padding: 0;
}
#home7 .avia_codeblock table .kboard-latest-date {
	font-size: 13px;
    font-weight: 600;
    color: var(--main-color);
}
#home7 .custom_content {
	display: -webkit-box !important;
	width: 100%;
	margin-top: 10px;
	line-height: 20px;
    font-size: 14px;
    color: #888;
    word-wrap: break-word;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer;
    max-height: 65px;
}
#banner .avia-slideshow {
	border-radius: 15px;
}
#banner .image-overlay {
	display: none !important;
}
#home8 h2 {
	font-size: 32px;
    font-weight: 800;
    margin-bottom: 20px;
}
#home8 .av-subheading_below {
	font-size: 16px;
	color: #444;
	line-height: 26px;
}
/*페이지 인트로*/
.page_intro {
	display: flex;
	align-items: baseline;
	gap: 40px;
}
.page_intro h2 {
	font-size: 34px;
    font-weight: 800;
    color: #000;
    margin: 0;
    line-height: 1;
}
.page_intro ul {
	margin: 0;
	display: flex;
}
.page_intro ul li {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
}
.page_intro ul li a {
	line-height: 16px;
	display: block;
	display: flex;
    font-size: 18px;
    color: #666;
}
.page_intro ul li a:hover {
	color: #666;
}
.page_intro ul li a.active {
	font-weight: 700;
    color: var(--main-color);
}
.page_intro ul li:not(:last-child):after {
	content: '';
	width: 1px;
	height: 16px;
	margin: 0 20px;
	background-color: #aaa;
	display: block;
}
#page_intro .content {
	padding: 80px 0 40px 0;
}
#main #page_intro + div .content {
	padding-top: 0;
}
/*인사말*/
#about1 .entry-content-wrapper > .flex_column {
    background-size: cover;
    padding: 70px;
    align-content: center;
    text-align: center;
}
#about1 .av-special-heading * {
	color: white;
}
#about1 .av-special-heading h3 {
	font-size: 40px;
    font-weight: 300;
    line-height: 50px;
}
#about1 .av-special-heading div.av-subheading_below {
	margin-top: 10px;
    font-size: 16px;
    line-height: 24px;
}
#about2 .entry-content-wrapper > .flex_column:first-child {
	width: 38.3%;
}
#about2 .entry-content-wrapper > .flex_column:not(:first-child) {
	width: 61.6%;
}
#about2 .av-special-heading h4 {
	line-height: 35px;
    font-size: 24px;
    font-weight: 800;
    color: #000;
}
#about2 .av-special-heading div.av-subheading_below {
	margin-top: 10px;
    font-weight: 300;
    line-height: 35px;
    font-size: 24px;
    color: #000;
}
#about2 .av_textblock_section .avia_textblock  {
	font-size: 17px;
    line-height: 1.5;
    font-weight: 500;
    color: #444;
    margin-top: 0;
}
#about2 .av_textblock_section .avia_textblock > p:first-child  {
	margin-top: 0;
}
#about2 .text-right {
	font-weight: 700;
	margin-top: 15px;
	font-size: 17px;
    line-height: 1.5;
}
.text-right {
	width: 100%;
    display: block;
	text-align: right;
}
/*사업영역*/
#about3 .entry-content-wrapper .flex_column {
	border-radius: 10px;
	padding: 40px 15px;
}
#about3 .entry-content-wrapper .flex_column_table > .flex_column:nth-child(1) {
	background-color: var(--main-color);
}
#about3 .entry-content-wrapper .flex_column_table > .flex_column:nth-child(3) {
	background-color: #125A85;
}
#about3 .entry-content-wrapper .flex_column_table > .flex_column:nth-child(5) {
	background-color: #4FB3E8;
}
#about3 .entry-content-wrapper .flex_column_table > .flex_column:nth-child(7) {
	background-color: #187BB5;
}
#about3 .entry-content-wrapper .flex_column * {
	color: white;
}
#about3 .entry-content-wrapper .flex_column_table .av-special-heading {
	margin-top: 20px;
	padding-bottom: 20px;
}
#about3 .entry-content-wrapper .av-special-heading-tag {
	line-height: 1.2;
    font-size: 19px;
    font-weight: 600;
}
#about3 .entry-content-wrapper .av-subheading_below {
	font-size: 13px;
	font-weight: 400;
}
#about3 .entry-content-wrapper .av_textblock_section li {
	font-size: 15px;
	font-weight: 300;
	line-height: 1.3;
}
#top .flex_column_table.av-equal-height-column-flextable:not(:first-child) {
	margin-top: 20px;
}
#about4 h4 {
	line-height: 1.2;
    font-size: 24px;
    font-weight: 800;
    color: black;
}
#about4 .entry-content-wrapper > .flex_column:not(:first-child) {
	display: flex;
    flex-wrap: wrap;
}
#about4 .entry-content-wrapper > .flex_column:not(:first-child) > section {
	width: calc((100% - 20px) / 2);
	border: 1px solid #ddd;
    border-radius: 10px;
    padding: 30px;
    margin-bottom: 20px;
}
#about4 .entry-content-wrapper > .flex_column:not(:first-child) > section:nth-of-type(odd) {
	margin-right: 20px;
}
#about4 .avia_textblock {
	margin-top: 10px;
    line-height: 1.2;
    font-size: 15px;
    font-weight: 300;
    color: black;
}
#about4 .avia_textblock br {
	display: none;
}
#about4 .avia_textblock strong {
	/*color: var(--main-color);*/
    font-size: 14px;
    font-weight: 700;
    display: block;
    line-height: 1;
    margin-bottom: 10px;
}
/*핵심*/
.tab_title h4 {
	line-height: 1.2;
    font-size: 24px;
    font-weight: 800 !important;
    color: black;
}
#about5 .entry-content-wrapper {
	position: relative;
}
#about5 .entry-content-wrapper .flex_column_table_cell {
	background: white;
    border: 1px solid var(--main-color);
    border-radius: 15px;
    padding: 30px;
}
#about5 .avia_textblock p strong {
	color: black;
    font-size: 24px;
}
#about5 .avia_textblock p {
	font-size: 14px;
    color: #444;
    font-weight: 400;
}
#about5 .av_font_icon  {
	position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    transform: translate(-50%, -50%);
}
#about5 .av_font_icon span  {
	font-size: 70px;
    line-height: 70px;
    color: var(--main-color);
}
/*국내 선물*/
#main #page_intro + div#pre1 .content {
	padding-top: 20px;
}
#pre1.no_padding {
	min-height: unset;
}
#pre1.no_padding .container * {
	padding: 0;
	margin: 0;
}
#pre1.no_padding + #n_board_list .content {
	padding-top:30px;  
}
#pre1.back_img {
	background-color: rgba(0, 0, 0, 0.3);
    background-blend-mode: multiply;
    background-size: cover;
    height: 420px;
    max-height: 420px;
    align-content: center;
    
}
#pre1.back_img.position_cus {
	background-position: 0% 15%;
}
#pre1.back_img.position_cus1 {
	background-position: 0% 68%;
}
#pre1 .text_center {
	text-align: center;
}
#pre1 .a_left.avia_textblock p:has(a) {
	justify-content: flex-start;
}
#pre1 .fc_dark p span {
	color: #444;
}
#pre1 .fc_white p span,
#pre1 .fc_white p strong {
	color: #fff;
}
#pre1 strong.big_fs {
	font-size: 28px;
    font-weight: 700;
    color: var(--main-color);
    display: block;
    margin-bottom: 5px;
}
#pre1 span.sm_fs {
    margin-top: 20px;
    line-height: 1.5;
    font-size: 17px;
    font-weight: 500;
    color: white;
}
#pre1 p br {
	display: none;
}
#pre1 p br.view {
	display: block;
}
#pre1 a {
	background: var(--main-color);
    border: none;
    padding: 20px 30px;
    border-radius: 9999px;
    color:white;
    display: block;
    line-height: 1;
    width: fit-content;
}
#pre1 .avia-button-wrap {
	text-align: -webkit-center;
}
#pre1 a span {
	font-size: 18px;
}
#pre1 .avia_textblock p:has(a)  {
	justify-content: center;
    display: flex;
}
#pre1 p, #pre2 p {
	color: #444;
	font-size: 17px;
    line-height: 1.5;
}
#pre2 .avia_textblock p:first-child {
	margin-top: 0px;
}
#pre2 p strong {
	font-size: 18px;
    font-weight: 800;
    margin-bottom: 10px;
    display: block;
    color: var(--main-color);
}
#pre2 p strong + br {
	display: none;
}
#pre3 .flex_column {
	background-color: #fff;
    border: 1px solid #c9d8fa;
    border-radius: 20px;
    padding: 25px;
}
#pre3 .flex_column:hover {
	border-color: var(--main-color);
	box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.2);
}
#pre3 strong {
	font-size: 20px;
    font-weight: 800;
    color: #444;
    margin-bottom: 10px;
    display: block;
}
#pre3 strong span {
    color: var(--main-color);
}
#pre3 p br {
	display: none;
}
#pre3 p {
    font-size: 14px;
    line-height: 20px;
    color: #666;
}
#pre3 .flex_column:has(a) {
	background-color: var(--main-color);
}
#pre3 .flex_column:has(a):hover p, 
#pre3 .flex_column:has(a):hover p strong, 
#pre3 .flex_column:has(a):hover p a {
	color: var(--orange-point);
}
#pre3 .flex_column:has(a):hover p .point {
	color: white;
}
#pre3 .flex_column:has(a) p,
#pre3 .flex_column:has(a) p strong {
	color: white;
}
#pre3 .flex_column:has(a) p .point {
	color: var(--orange-point);
}
#pre3 p a {
    display: block;
    margin-top: 13px;
    font-size: 13px;
    color: white;
    text-decoration: underline;
}
#pre4 .flex_column {
	padding: 20px;
	height: 300px;
	background-size: cover;
	background-color: rgba(0, 0, 0, 0.5);
    background-blend-mode: multiply;
}
#pre4 p strong {
	font-size: 24px;
    font-weight: 800;
    display: block;
    color: white;
    margin-bottom: 10px;
}
#pre4 p br {
	display: none;
}
#pre4 p {
	font-size: 13px;
	color: white;
}
#pre4 p a {
	font-size: 13px;
	color: white;
	text-decoration: underline;
	display: block;
	margin-top: 30px;
}
/*해외 선물*/
#pre1:has(ul) {
	text-align: center;
}
#pre1 ul {
	list-style: none;
	margin:0;
	display: flex;
	justify-content: center;
}
#pre1 ul li {
	padding: 0;
	margin: 0;
	font-size: 16px;
    color: white;
}
#pre1 ul li:not(:last-child)::after {
	content: '';
	width: 1px;
	height: 10px;
	display: inline-block;
	background: #dfdfdf;
	margin: 0 10px;
}
#pre1:has(ul) .avia_textblock > p {
	margin-bottom: 0px;
}
.flex_pre {
	display: flex;
	flex-wrap: wrap;
}
.flex_pre > section {
	padding: 40px;
    padding-bottom: 115px;
    background-color: #fff;
    border: 1px solid #c9d8fa;
    border-radius: 20px;
    transition: 0.3s;
    margin-bottom: 10px;
    height: 280px;
}
.flex_pre > section:nth-child(odd) {
	margin-right: 10px;
}
.flex_pre > section a {
	color: #444;
	display: block;
	margin-top: 10px;
}
.flex_pre > section#point_box {
	background: var(--main-color);
}
.flex_pre > section#point_box p strong {
	color: var(--orange-point);
}
#main .flex_pre #point_box .avia_textblock p,
#main .flex_pre #point_box .avia_textblock p a {
	color: white;
}
.flex_pre.hover_sty section:hover {
	border-color: var(--main-color);
	box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.2);
}
.flex_pre.hover_sty #point_box:hover p strong {
	color: white;
}
#main .flex_pre.hover_sty #point_box:hover .avia_textblock p,
#main .flex_pre.hover_sty #point_box:hover .avia_textblock p a {
	color: var(--orange-point);
}
#pre2.custom1 .flex_pre > section {
	width: calc((100% - 10px) / 2);
}
#pre2.custom1 .flex_pre > section a {
	text-decoration: underline;
}
#pre2.custom1 p strong {
	margin-bottom: 15px;
    font-size: 16px;
    font-weight: 600;
}
#pre2.custom1 .flex_column:nth-child(4) p {
	color: #444;
	font-size: 20px;
    font-weight: 800;
    margin-bottom: 0;
}
#pre2.custom1 .flex_column:nth-child(4) p:last-child {
	margin-top: 10px;
    font-size: 14px;
    line-height: 20px;
    color: #666;
    font-weight: 400;
}
#pre5 h5 {
	margin-bottom: 15px;
    font-size: 17px;
    font-weight: 800;
}
#pre5 p  {
	margin: 0px;
}
#pre5 p strong {
	margin-bottom: 15px;
    font-weight: 700;
    font-size: 18px;
    color: #444;
}
#pre5 p .list_title {
	margin: 10px 0 0;
    display: block;
    font-size: 15px;
    color: #444;
    font-weight: 500;
}
#pre5 ul li {
	position: relative;
    padding: 5px 0;
    font-size: 14px;
    color: #666;
}
#pre4 .av-tab-section-tab-title-container a {
	padding: 0;
}
#pre4 .av-tab-arrow-container{
	width: 120px;
}
#pre4 .av-outer-tab-title span {
	font-size: 18px;
    font-weight: 700;
    width: 120px;
}
#pre4 a.av-active-tab-title {
	color: var(--main-color);
}
#pre6 #pre_table {
	margin-top: 30px;
}
#pre6 .table_sty table * {
	text-align: center;
}
#pre6 .table_sty caption {
	text-align: left;
	color: #444;
	font-size: 17px;
	font-style: normal;
	font-weight: 700;
}
#pre6 .table_sty .td_yellow thead tr:last-child {
	background: #fcfbf1;
	line-height: 1.2;
    font-size: 14px;
    font-weight: 400;
    color: #444;
}
#pre6 .table_sty tbody * {
	background-color: white;
	color: #444;
	font-size: 13px;
	font-weight: 400;
	line-height: 1.2;
}
#pre6 .table_sty tbody td {
	padding: 20px;
}
#pre6 .table_sty .tb_th_blue tbody th {
	background: #f1f2fc;
	font-weight: 500;
}
#pre6 .plus_div {
	background-color: #f6f6f6;
	padding: 30px;
}
#pre6 .plus_div .blue {
	color: var(--main-color);
}
#pre6 .sm_fs {
	font-size: 15px;
	color: #444;
	line-height: 1.5;
	display: inline-block;
	margin-top: 0;
}
#pre6 .tb_th_blue + p.sm_fs {
	font-size: 17px;
}
#pre6 .plus_div p .sm_fs {
	margin-top: 15px;
}
#pre6 .plus_div p .blue {
	margin-top: 10px;
    line-height: 1.3;
    font-size: 14px;
    font-weight: 500;
    display: inline-block;
}
/*거래시스템*/
#down1 .container {
	max-width: 100%;
    padding: 0;
}
#down1 .fc_white h3, 
#down1 .fc_white .av-subheading_below p, 
#down1 .fc_white .avia_textblock p {
	color: white;
}
#down1 h3 {
	line-height: 1.1;
    font-size: 26px;
    font-weight: 800;
    color: #222;
}
#down1 h3 + .av-subheading_below p {
    font-size: 16px;
    line-height: 1.5;
    color: #444;
    margin-top: 5px;
}
#down1 .back_grey {
	background: #F3F6F9;
}
#down1 .back_blue {
	background: var(--main-hover);
}
#down1 .avia_textblock {
	text-align: center;
}
#down1 .avia_textblock p {
    font-size: 16px;
    line-height: 1.5;
    color: #444;
}
#down1 .table_sty {
	text-align: -webkit-center;
}
#down1 .table_sty table {
	width: 60%;
}
#down1 .flex_column {
	padding: 110px 0;
}
.sec_title h3.av-special-heading-tag  {
	line-height: 1.2;
    font-size: 24px;
    font-weight: 800;
    color: black;
}
#down_box .flex_pre {
	display: flex;
}
#down_box .flex_pre > section {
	width: calc((100% - 20px) / 3);
	height: 150px;
}
#down_box .flex_pre > section:not(:has(.not_m)) {
	margin-right: 10px;
}
#down_box .flex_pre > section:has(.not_m) {
	margin-right: 0;
}
#down_box p {
	font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    color: #444;
    margin: 0;
}
#down2 .flex_column_table .flex_column {
	border: 1px solid #ddd;
	border-radius: 10px;
	background-color: #fff;
	padding: 20px;
}
#down2 .flex_column span.av-icon-char {
	font-size: 30px;
    line-height: 30px;
    color: var(--main-color);
}
#down2 .flex_column p strong {
	font-size: 18px;
    font-weight: 700;
    line-height: 26px;
    color: #444;
    display: inline-block;
    margin-bottom: 15px;
    margin-top: 10px;
}
#down2 .flex_column p span,
#down2 .p_text p {
	font-size: 16px;
    line-height: 26px;
    color: #444;
}
#down2 .flex_column_table {
	margin-bottom: 20px;
}
#table_sty_div.avia-section .entry-content-wrapper .table_css > .av-special-heading {
	border-top: 1px solid #aaa;
	border-bottom: 1px solid #aaa;  
	padding: 30px 10px;
	padding-bottom: 30px;
}
#table_sty_div.avia-section .entry-content-wrapper .table_css > .av-special-heading:not(:first-child) {
	margin: 0;
	border-top: 0;
}
#table_sty_div .table_css {
	margin-top: 20px;
}
#table_sty_div .table_css h4 {
	margin-bottom: 15px;
    font-size: 20px;
    font-weight: 600;
    color: var(--main-color);
}
#table_sty_div .table_css p {
	color: #444;
	font-size: 15px;
}
#down_box.custom1 .flex_pre > section {
	width: calc((100% - 30px) / 4);
	height: 150px;
}
#down_box .sec_title .av-subheading_below p {
	font-size: 14px;
    font-weight: 500;
}
#pre2.custom2 strong {
	display: inline-block;
}
#pre2.custom2 .avia_textblock > p {
	line-height: 1.3;
	margin: 20px 0;
}
#pre2.custom2 .avia_textblock > p:nth-child(5) {
	margin-top: 30px;
	margin-bottom: 5px;
}
#pre2.custom2 li {
	color: #444;
    font-size: 17px;
}
/*고객센터*/
#pre2 #box_sty {
	display: flex;
	align-items: center;
}
#pre2 #box_sty > section {
	background-color: #fafafa;
    border: 1px solid #ddd;
    border-radius: 10px;
    width: calc((100% - 80px) / 3);
    padding: 30px;
    height: 200px;
}
#pre2 #box_sty > section p {
	text-align: center;
}
#pre2 #box_sty > section span.av-icon-char {
	font-size: 40px;
	color: var(--main-color);
}
#pre2 #box_sty > section p strong {
	display: block;
	color: black;
	font-weight: 600;
}
#pre2 #box_sty > section a {
	color: #444;
	text-decoration: underline;
}
#pre2 .p_text li {
	color: #444;
    font-size: 17px;
    line-height: 1.5;
}
#pre6 .table_sty .last_not_blue tbody tr th {
	background: #f1f2fc;
}
#pre6 .table_sty .last_not_blue tfoot * {
	background: white;
	padding: 20px;
}
#n_board_list .kboard-default-poweredby, 
#n_board_list .kboard-thumbnail-poweredby {
	display: none;
}
#n_board_list .avia_codeblock .kboard-list thead tr td {
	background-color: white;
	border-top: 1px solid #ececec;
	border-bottom: 1px solid #ececec;
	padding: 20px 0;
	height: 40px;
}
#n_board_list .avia_codeblock .kboard-list-header .kboard-total-count {
	line-height: 34px;
    font-size: 14px;
    color: #4e546f;
}
#n_board_list .kboard-list .kboard-list-notice td {
	background: var(--light-red);
	border-bottom: 1px solid #f8e6ee;
}
#n_board_list .kboard-list .kboard-list-notice td.kboard-list-uid {
	color: var(--red-color);
	font-weight: bold;
}
#n_board_list .avia_codeblock .kboard-list tr td {
	height: 60px;
	line-height: 1.4em;
	word-break: break-all;
	color: #666;
	font-size: 15px;
    padding: 10px 5px;
}
#n_board_list .kboard-list td.kboard-list-title .kboard-default-cut-strings {
	color: #444;
	font-size: 15px;
	font-weight: bold;
}
#n_board_list .kboard-list td.kboard-list-title .kboard-list-user,
#n_board_list .kboard-list td.kboard-list-title .kboard-list-date,
#n_board_list .kboard-list td.kboard-list-title .kboard-list-view {
	color: #333;
}
#n_board_list .avia_codeblock .kboard-pagination .kboard-pagination-pages li a {
	color: #959595;
	font-size: 1.083em;
	height: 30px;
	line-height: 28px;
	border-radius: 3px;
	padding: 0 10px;
	background: #eee;
    border: 1px solid #eee;
}
#n_board_list .avia_codeblock .kboard-pagination .kboard-pagination-pages li a:hover {
	background: #fafafa;
}
#n_board_list .avia_codeblock .kboard-pagination .kboard-pagination-pages li.active a {
	background: var(--main-color);
    border: 1px solid var(--main-color);
    color: #fff;
    font-weight: bold;
    border-radius: 3px;
    line-height: 30px;
    padding: 0 10px;
}
.search_button {
	text-align: right;
}
.search_button .open_search {
	background: transparent;
    border: none;
}
.search_button .open_search .avia_button_icon {
	color: #bababa;
    font-size: 27px;
	display: inline-block;
    line-height: 1;
    cursor: pointer;
}
#n_board_list .avia_codeblock .kboard-search.pop_show {
	display: block;
}
#wrap_all:has(.pop_show) #header {
	z-index: 1;
}
#n_board_list .avia_codeblock .kboard-search {
	display: none;
	position: fixed;
    left: 50%;
    transform: translateX(-50%);
    float: unset;
    top: 0;
    align-content: center;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.2);
    z-index: 1;
}
#n_board_list .avia_codeblock .kboard-search > div:last-child {
	width: fit-content;
    background: white;
    box-shadow: 1px 1px 18px rgba(0, 0, 0, 0.2);
    margin: 0 auto;
    height: 230px;
}
#n_board_list .avia_codeblock .kboard-search form {
	padding: 30px;
	position: relative;
}
#n_board_list .avia_codeblock .kboard-search form input {
	padding: 10px;
	margin-top: 5px;
	width: calc(100% - 30px);
    max-width: 100%;
}
#n_board_list .avia_codeblock .kboard-search form button {
	position: absolute;
	bottom: 30px;
	right: 30px;
	padding: 10px 5px;
}
#n_board_list .avia_codeblock .kboard-search form select {
	width: calc(100% - 30px);
    max-width: 100%;
    padding: 10px;
}
.search_header {
	padding: 15px;
    border-bottom: 1px solid #e8e8e8;
    color: #444;
    font-size: 15px;
    display: block;
    display: flex;
    justify-content: space-between;
}
.search_header button {
	background: transparent;
    border: none;
    font-weight: bold;
    color: #b5b8bb;
    cursor: pointer;
}
#n_board_list .avia_codeblock .kboard-detail {
	background: transparent;
    border-top: none;
    margin-top: 20px;
    padding-bottom: 10px;
}
#n_board_list .avia_codeblock .kboard-title h1 {
	padding: 0;
	font-size: 2em;
	margin: 5px 0 0;
	color: #444;
}
#n_board_list .avia_codeblock .kboard-detail .detail-attr .detail-name {
	display: none;
}
#n_board_list .avia_codeblock .kboard-detail .detail-writer .detail-value {
	color: #000;
    font-weight: bold;
    line-height: 18px;
    font-size: 15px;
    float: unset;
}
#n_board_list .avia_codeblock .kboard-detail .detail-attr {
	padding: 0;
}
#n_board_list .avia_codeblock .kboard-detail .detail-writer {
	float: unset;
	display: block;
}
#n_board_list .avia_codeblock .kboard-detail .detail-attr .detail-value {
    padding: 0;
}
#n_board_list .kboard-detail .detail-attr .detail-value {
	font-weight: normal;
	line-height: 18px;
	font-size: 15px;
}
#n_board_list .avia_codeblock .kboard-detail .detail-view .detail-value {
	color: #444;
	margin-right: 10px;
}
#n_board_list .avia_codeblock .kboard-detail .detail-date .detail-value {
	color: #888;
}
#n_board_list .avia_codeblock .kboard-content .content-view {
	padding: 40px 0 30px;
	font-size: 11pt;
    color: #444;
}
#n_board_list .avia_codeblock .kboard-document-action {
	display: none;
}
#n_board_list .kboard-detail .detail-attr.right {
	float: right;
    display: inline-block;
}
#n_board_list .kboard-detail .detail-attr.right a {
	background: white !important;
    padding: 0;
    font-size: 30px;
    line-height: 18px;
    height: auto;
    float: right;
}
#n_board_list .thumb_board table thead {
	display: none;
}
#n_board_list .avia_codeblock .thumb_board table tbody tr {
	background: white;
}
#n_board_list .avia_codeblock .thumb_board table tbody td {
	padding: 30px 0;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
#n_board_list .thumb_board .kboard-list table td.kboard-list-thumbnail  {
	width: 500px;
    height: 500px;
}
#n_board_list .thumb_board .kboard-list table td.kboard-list-thumbnail a  {
	height: 100%;
	display: block;
	overflow: hidden;
}
#n_board_list .thumb_board .kboard-list table td.kboard-list-thumbnail img  {
	width: 100%;
    height: 100%;
    object-fit: cover;
}
#n_board_list .thumb_board .kboard-list table td.kboard-list-title  {
	padding-left: 90px;
}
#n_board_list .thumb_board .kboard-thumbnail-cut-strings {
	line-height: 30px;
    color: #000;
    font-size: 22px;
    font-weight: bold;
}
#n_board_list .bo_cate_link {
    display: block;
    width: fit-content;
    background: #e2eaf6;
    color: #3a8afd;
    font-weight: normal !important;
    padding: 8px 10px;
    border-radius: 5px;
    font-size: 14px;
    line-height: 1;
    margin-bottom: 15px;
}
#n_board_list .thumb_board .event_date {
	margin-top: 15px;
    font-size: 16px;
    color: #777;
    margin-bottom: 30px;
}
#n_board_list .thumb_board .con_title {
	font-weight: 700;
    margin-bottom: 8px;
    color: #222;
    text-decoration: underline;
    display: block;
}
#n_board_list .thumb_board .event_con {
	color: #444;
	font-size: 15px;
	margin-bottom: 25px;
    line-height: 22px;
    display: block;
}
#n_board_list a:hover .image-overlay {
	opacity: 0 !important;
}
#n_board_list .cat_button > div {
	display: flex;
	gap: 4px;
	margin: 0 0 25px;
}
#n_board_list .cat_button button {
    font-weight: bold;
	display: block;
    line-height: 28px;
    padding: 5px 15px;
    border-radius: 30px;
	font-size: 15px;
	background: #fff;
	border: 1px solid #d6e9ff;
    color: #6794d3;
}
#n_board_list .cat_button button.active,
#n_board_list .cat_button button:hover {
	background: #3a8afd;
	color: #fff;
	box-shadow: inset 0 2px 5px rgb(33, 135, 202);
	border: 1px solid #3a8afd;
	cursor: pointer;
}
#n_board_list .thumb .thumb_img {
	margin-bottom: 30px;
}
#n_board_list .thumb .con_title {
	font-size: 18pt;
    color: var(--red-color);
    display: block;
    margin-bottom: 30px;
}
#n_board_list .thumb .event_con {
	font-size: 14pt;
    display: block;
    color: #444;
    margin-bottom: 30px;
}
#n_board_list .avia_codeblock .kboard-list table td.kboard-list-date {
	width: 100px;
}
#n_board_list .kboard-control a,
#n_board_list .kboard-control button {
	border-radius: 999px;
    background: var(--main-color) !important;
    color: white !important;
    padding: 5px 10px;
}
#n_board_list .service .comments-sort {
	display: none;
}
#faq_board .kboard-search {
	display: flex;
	justify-content: center;
	margin-top: 20px;
	margin-bottom: 40px;
	padding-bottom: 0;
}
#faq_board .kboard-search form {
	position: relative;
	border: 4px solid var(--main-color);
	margin: 0;
}
#faq_board .kboard-search select {
	display: none;
}
#faq_board .kboard-search input[type="text"] {
	width: 400px;
    max-width: 400px;
    padding: 0 70px 0 15px;
    height: 60px;
    background: white;
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    color: #000;
}
#faq_board .kboard-search input[type="text"]:focus {
    background: #ffffee;
}
#faq_board .kboard-search form button {
	background: transparent !important;
    padding: 0;
    font-size: 27px;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
}
#faq_board .kboard-discover-faq-poweredby {
	display: none;
}
#faq_board .kboard-list-item {
	margin-bottom: 10px;
	box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.2);
}
#faq_board .kboard-list-item button.kboard-list-button {
	padding: 30px;
    background-color: #fff;
    border: none;
}
#faq_board .kboard-list .kboard-list-item .accordion {
	top: 50%;
	transform: translateY(-50%);
}
#faq_board .kboard-list .kboard-list-item .kboard-list-title {
	font-size: 15px;
    color: #444;
    font-weight: 600;
    line-height: 1;
    padding: 0;
}
#faq_board .kboard-list .kboard-list-item .cat {
	font-size: 15px;
    font-weight: 600;
    line-height: 1;
    margin-right: 3px;
}
#faq_board .kboard-list .kboard-list-item .cat.red {
	color: rgb(255,0,0);
}
#faq_board .kboard-list .kboard-list-item .cat.blue {
	color: rgb(0,117,200);
}
#faq_board .kboard-list .kboard-lists-item .cat.green {
	color: rgb(0,158,37);
}
#faq_board .kboard-list .kboard-list-item .cat.pink {
	color: rgb(239,0,124);
}
#faq_board .kboard-list-description {
	padding: 30px;
    background-color: #f9f9f9;
    border-top: 1px dashed #eee;
}
#faq_board .kboard-list-description .content-view {
	background: transparent;
	line-height: 2;
	color: #444;
	font-size: 15px;
}

@media (max-width: 1024px) {
	#header .main_menu .av-main-nav > li > a {
		padding: 0 20px;
	}
	#home2 .flex_column_table .avia-button-wrap {
		width: calc((100% - 30px) / 4);
	}
	#home3 .blue_point {
		display: block;
	}
	#home6 a img {
		width: 310px;
	}
	.table_sty  {
		overflow-x: scroll;
		margin-bottom: 20px;
	}
	.table_sty table {
		width: max-content;
		min-width: 100%;
		margin-bottom: 0;
	}
	#down1 #pre6 .table_sty table {
		width: 70%;
        min-width: 70%;
	}
	#down_box .flex_pre > section {
		padding: 25px;
	}
	#down_box.custom1 .flex_pre > section {
		padding: 10px;
	}
	#footer .footer-menu {
		width: calc(100% - 100px);
    	flex-wrap: wrap;
    	row-gap: 15px;
	}
	#footer .footer-menu li {
	    flex: 0 0 calc((100% - 10px) / 3);
	}
	#footer .footer-inner .footer-bottom > div, #footer .footer-socket {
		width: calc(100% - 100px);
	}
	#header .av-burger-overlay #av-burger-menu-ul > li {
		width: 100%;
	}
}
/* 모바일 */
@media (max-width: 767px) {
	#wrap_all { padding-bottom: 20px; }
	#top #wrap_all .mb_view { display: block; }
	/*헤더*/
	#header .logo img {
		max-height: 55px;
	}
	#header .av-burger-overlay #av-burger-menu-ul > li {
		flex-wrap: wrap;
	    justify-content: flex-start;
	    gap: 5px;
	    padding: 30px 0;
	    width: 100%;
	}
	#header .av-burger-overlay #av-burger-menu-ul li:last-child {
		border-bottom: none;
	}
	#header .av-burger-overlay #av-burger-menu-ul li.av-width-submenu a {
		width: 100%;
		padding: 15px 30px;
	}
	#header .av-burger-overlay #av-burger-menu-ul li .sub-menu {
		padding: 10px 0 10px 30px;
    	gap: 20px;
    	width: 100vw;
    	flex-wrap: wrap;
	}
	#header .av-burger-overlay #av-burger-menu-ul li .sub-menu li {
		padding: 0;
	}
	#header .av-burger-overlay #av-burger-menu-ul .avia-menu-text {
		font-size: 26px;
	}
	#header .av-burger-overlay #av-burger-menu-ul li .sub-menu li .avia-menu-text {
		font-size: 18px;
	}
	/*메인*/
	.avia-slideshow-dots {
		display: none;
	}
	#home2 .flex_column {
		text-align: -webkit-center;
	}
	#home2 .avia-builder-el-first {
		float: none;
    	margin: 0;
	}
	#home2 .entry-content-wrapper p {
    	margin: 0;
	}
	#home2 .entry-content-wrapper .avia-builder-el-last {
		display: flex;
	    flex-wrap: wrap;
	    justify-content: center;
	}
	#home2 .avia-builder-el-last .avia-button-wrap {
		width: calc((100% - 15px) / 3);
	}
	#home3 h3, #home8 h2 {
		font-size: 24px;
	}
	#home3 h3 span {
		display: block;
	}
	#home3 p {
		font-size: 17px;
	}
	#top #wrap_all #home3 .flex_column {
		margin-bottom: 0;
	}
	#home3 .flex_column .avia-video {
		margin: 15px 0 0;
	}
	#home4 .avia_textblock.point {
		font-size: 14px;
	}
	#home6 .entry-content-wrapper .flex_column_table, 
	#home7 .entry-content-wrapper > .avia-builder-el-first {
		display: flex;
    	justify-content: space-between;
	}
	#home6 a img {
		width: 330px;
	}
	/*푸터*/
	#footer .footer-menu {
		width: 320px;
		gap: 5px;
	}
	#footer .footer-inner .footer-bottom > div, #footer .footer-socket {
		width: 320px;
	}
	/*회사소개*/
	.responsive #top #about1 .container {
		width: 100%;
    	max-width: 100%;
	}
	#about1 .entry-content-wrapper > .flex_column {
		padding: 30px;
	}
	#about1 .av-special-heading h3 {
		font-size: 30px;
	}
	#about1 .av-special-heading div.av-subheading_below {
		font-size: 14px;
	}
	#about1 .content {
		padding-bottom: 10px;
	}
	#about2 .av-special-heading h4 {
		font-size: 23px;
	}
	#about4 .entry-content-wrapper > .flex_column:not(:first-child) > section {
		width: 100%;
		margin-right: 0;
	}
	#about4 p {
		font-size: 16px;
	}
	#about4 .avia_textblock strong {
		font-size: 15px;
	}
	#about5 .av_font_icon {
		display: none;
	}
	#top .flex_column_table.av-equal-height-column-flextable:not(:first-child) {
		margin: 0;
	}
	/*국내선물*/
	#pre1 strong.big_fs, #pre1 span.sm_fs, #pre1 a span {
		font-size: 16px;
	}
	#wrap_all #pre1 .flex_column_table .avia-builder-el-first {
		margin-bottom: 0;
	}
	#pre2 .content {
		padding-bottom: 0;
	}
	#pre4 p strong {
		font-size: 22px;
	}
	#pre1 ul li {
		display: flex;
    	align-items: center;
    	font-size: 14px;
	}
	#pre1 ul li:not(:last-child)::after {
		height: 15px;
    	display: block;
	}
	#pre2.custom1 .flex_pre > section {
		width: 100%;
		padding: 30px;
		padding-bottom: 30px;
	}
	/*해외선물*/
	#pre2.custom1 .mb_pb {
		padding-bottom: 15px;
	}
	#pre5 .content {
		padding-top: 30px;
	}
	.table_sty  {
		overflow-x: scroll;
		margin-bottom: 20px;
	}
	.table_sty table {
		width: max-content;
		margin-bottom: 0;
	}
	#pre6 .plus_div table {
		width: 100%;
		margin-bottom: 0;
	}
	/*거래시스템*/
	#down1 .container {
		max-width: 100% !important;
		width: 100% !important;
	}
	#top #wrap_all #down1 .flex_column {
		padding: 70px calc((100% - 85%) / 2);
		margin-bottom: 0;
	}
	#down1 .table_sty table {
		width: 100%;
	}
	#down1 .avia_textblock p {
		font-size: 14px;
	}
	#down_box .content {
		padding-top: 70px;
    	padding-bottom: 30px;
	}
	#down_box .flex_pre > section, 
	#down_box.custom1 .flex_pre > section {
		width: 100%;
		padding: 20px;
		height: 100px;
	}
	#pre2.down_custom1 p br {
		display: none;
	}
	#pre2.down_custom1 .content {
		padding-top: 80px;
	}
	#top #wrap_all #pre2.down_custom1 .avia-builder-el-last {
		margin-bottom: 0;
	}
	#table_sty_div .content {
		padding: 5px 0 0;
	}
	/*고객지원*/
	#pre1.service_custom1 .big_fs {
		font-size: 19px;
	}
	#pre2.custom2 strong {
	    display: inline;
	}
	.avia_codeblock #search_pop.kboard-search form select, 
	.avia_codeblock #search_pop.kboard-search form input { 
		float: unset;
	    width: 100%;
	    height: 50px;
	}
	.avia_codeblock #search_pop.kboard-search form button {
		height: 50px;
	}
	/*고객센터*/
	#n_board_list #kboard-document .kboard-detail {
		display: flex;
	    flex-wrap: wrap;
	    justify-content: flex-start;
	    row-gap: 5px;
	    align-items: center;
	}
	#n_board_list #kboard-document .kboard-detail .detail-writer {
		width: 100%;
	}
	#n_board_list #kboard-document .kboard-detail .right {
		width: 50%;
	}
	#faq_board .kboard-search input[type="text"] {
		width: 100%;
    	max-width: 100%;
	}
	#n_board_list #kboard-thumbnail-list td.kboard-list-title {
		padding: 30px 0;
	}
	#n_board_list #kboard-thumbnail-list .kboard-mobile-contents {
		width: 100%;
	}
	#n_board_list #kboard-thumbnail-list .kboard-mobile-contents img {
		margin-right: 0;
	}
	#n_board_list #kboard-thumbnail-list div:has(.bo_cate_link){
		float: left;
		width: 100%;
	}
	#pre6 .last_not_blue {
		width: 100%;
	}
}
@media (max-width: 768px) {
	/*브레드컬럼*/
	#page_intro .page_intro {
		display: block;
	}
	#page_intro h2 {
		font-size: 26px;
		margin-bottom: 15px;
	}
	#page_intro .page_intro > div {
		overflow-x: scroll;
		height: 18px;
	}
	#page_intro ul {
		width: max-content;
	}
	/*회사소개*/
	#about5 .av_font_icon span {
		display: block;
	}
	#about5 .flex_column_table_cell {
		height: 280px;
	}
	/*고객센터*/
	#pre2 #box_sty {
		flex-wrap: wrap;
	}
	#pre2 #box_sty > section, #pre2 #box_sty > span {
		width: 100%;
	}
	#pre2 #box_sty > span {
		transform: rotate(90deg);
	}
	/*헤더*/
	#header .main_menu .av-main-nav > li > a {
		padding: 0 10px;
	}
	/*메인*/
	.responsive #top #wrap_all #home2 .container {
		width: 90%;
        max-width: 90%;
	}
	#home2 {
		padding: 15px 0;
	}
	#home2 .flex_column_table .flex_column:has(.avia-image-container), 
	#home2 .flex_column_table .flex_column .avia-builder-el-8 {
		display: none;
	}
	#home2 .flex_column_table .avia-button-wrap a span:last-child {
		margin-top: 15px;
		font-size: 12px;
	}
	#home2 .flex_column_table .avia-button-wrap a span:first-child {
		font-size: 30px;
	}
	#home5 .container {
		max-width: 100% !important;
		width: 100% !important;
	}
	#home5 .bx-wrapper {
		width: 80% !important;
	}
	#home5 .flex_slieder {
	    flex-wrap: wrap;
	}
	#home5 .flex_slieder > div {
	    flex: 0 0 100%;
	    border-right: none;
	}
	#home5 .flex_slieder > div:not(:last-child) { 
		border-bottom: 1px solid #eee;
	}
	#home5 .flex_slieder > div:first-child {
		border-left: none;
	}
	#home5 .bx-wrapper .bx-controls-direction a {
		right: -50px;
	}
}