/*
Theme Name: Enfold-Child
Template: enfold
*/

@import url("https://cdn.jsdelivr.net/npm/bxslider@4.2.17/dist/jquery.bxslider.min.css");
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/static/pretendard.min.css");
/*@import url('http://fonts.googleapis.com/earlyaccess/notosanskr.css');*/

:root{
	--color: #6fd44b;
}
@keyframes down {
	0% {transform: translate(0);}
	20% {transform: translateY(15px);}
	40% {transform: translate(0);}
}

body, h1, h2, h3, h4, h5, h6, p, span, a, input{
    /*font-family: 'Noto Sans KR', sans-serif;*/
    font-family: 'Pretendard', sans-serif;
}
.scroll_bar_wrap{
	animation:down 1.5s infinite;
	display: inline-block;
    position: absolute;
    left: 0;
    bottom: -150px;
}
.scroll_bar_wrap img{
	display: block;
    margin: 0 auto;
}
.scroll_bar_wrap span{
	margin: 5px 0;
    padding: 0;
    font-size: 14px;
    color: #fff;
    display: block;
}
.lang-ko .floating-menu-item.index-0{
	display: none;
}
.lang-en .floating-menu-item.index-1{
	display: none;
}
.avia_wpml_language_switch{
	display: none;
}
.cosmosfarm-floating-menu.scroll_top_active .index-1 {
	display: none;
}
#scroll-top-link {
	display: none;
}
#header_meta .sub_menu .wpml-ls-display{
	color: #000;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: -.03em;
    padding: 0;
}
.av_header_transparency #header_meta .sub_menu .wpml-ls-display{
	color: #fff;
}
#top .sub_menu>ul>li.menu-item-language,
#top .av_header_transparency #header_meta li.menu-item-language{
	padding: 0 15px;
}
.sub_loca_wrap{
	display: flex;
    justify-content: end;
}
.sub_location{
	background: #888;
    color: #fff;
}
.sub_location ul{
    margin: 0;
    list-style: none;
    display: flex;
    gap: 0;
    align-items: center;
    width: 470px;
}
.sub_location ul li{
	position: relative;
}
.sub_location ul li.loca_home{
	margin: 0;
    padding: 0;
    flex: 0 0 66px;
    text-align: center;
    line-height: 66px;
}
.sub_location ul li.loca_home .dashicons{
	line-height: 66px;
    color: #fff;
    font-size: 22px;
}
.sub_location ul li.snb_on{
	margin: 0;
    padding: 0;
    line-height: 66px;
    flex: 0 0 calc((100% - 66px) / 2);
    position: relative;
    cursor: pointer;
}
.sub_location ul li.snb_on:before{
    content: '';
    background: #423e45;
    width: 1px;
    height: 25px;
    position: absolute;
    top: 20px;
}
.sub_location ul li.snb_on span{
	display: block;
    padding: 0 20px;
    font-size: 17px;
    font-weight: bold;
}
.sub_location ul li.snb_on span .dashicons{
	position: absolute;
    right: 20px;
    font-size: 25px;
    top: 20px;
}
.sub_location ul li.snb_on.active ul{
	display: block;
}
.sub_location ul li.snb_on ul{
	position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    display: none;
    border-top: 1px solid #423e45;
    background: #555;
}
.sub_location ul li.snb_on ul li {
	margin: 0;
}
.sub_location ul li.snb_on ul li + li{
	border-top: 1px solid #423e45;
}
.sub_location ul li.snb_on ul li a{
	padding: 10px 20px;
    font-size: 15px;
    color: #ffffff;
    background: #555;
    letter-spacing: -.03em;
    display: block;
    line-height: 21px;
}
.sub_location ul li.loca_current{
	
}
.sub_location ul li.loca_current span{
	
}
.sub_location ul li.snb_on ul li a:hover,
.sub_location ul li.snb_on ul li.on a{
	color: var(--color);
}
#top #header.av_minimal_header .main_menu .sub-menu-wrap{
	position: fixed;
    left: 0;
    top: 135px;
    min-width: 100%;
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #efefef;
    background: #ffffff;
    width: 100%;
}
#top #header.av_minimal_header .main_menu .sub-menu-wrap .sub-menu-container{
	max-width: 1000px;
    margin: 0 auto;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 40px 20px;
}
#top #header.av_minimal_header .main_menu .sub-menu-wrap .sub-menu-container .sub_menu_title{
    flex: 0 0 230px;
    font-size: 16px;
    letter-spacing: -0.5px;
    color: #c9c9c9;
}
#top #header.av_minimal_header .main_menu .sub-menu-wrap .sub-menu-container .sub-menu{
	display: block;
    width: auto;
    margin: 0;
    position: static;
    box-shadow: none;
    border: none;
    flex: 0 0 calc(100% - 230px);
    display: flex;
    gap: 12px 28px;
    flex-wrap: wrap;
}
#top #header.av_minimal_header .main_menu .sub-menu-wrap .sub-menu-container .sub-menu li{
	flex: 0 0 calc((100% - 56px) / 3);
}
#top #header.av_minimal_header .main_menu .sub-menu-wrap .sub-menu-container .sub-menu li a{
    padding: 15px 20px;
    border: 1px solid #ddd;
    border-radius: 0px;
    color: #888888;
    font-size: 17px;
    font-weight: bold;
    white-space: nowrap;
    text-overflow: ellipsis;
}
#top #header.av_minimal_header .main_menu .sub-menu-wrap .sub-menu-container .sub-menu li a:after{
	content: "\f345";
    font-family: dashicons;
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 2px 10px;
    font-weight: normal;
    font-size: 20px;
}
#top .avia-section-large .content,
#top .avia-section-large .sidebar {
    padding-top: 90px;
    padding-bottom: 90px;
}
#gb_bread_wrap{
    position: relative;
    z-index: 11;
    min-height: 0;
}
.logo img{
    height: 80px;
}
.logo img.alternate, 
.logo .subtext.avia-svg-logo-sub svg{
	
}
.html_header_top.html_header_sticky #header{
    border-bottom: 1px solid #eee;
}
.html_header_top.html_header_sticky #header.av_header_transparency{
    border-bottom: none;
}
.html_header_transparency #header_meta{
	margin-bottom: 5px;
	background: transparent;
}
#top .av-main-nav > li > a{
	font-size: 18px;
    padding: 0 15px;
    color: #000;
}
#top .av-main-nav > li > a .avia-menu-text{
	padding: 0 5px;
}
#top .av-main-nav > li.current-menu-item > a,
#top #wrap_all .av_header_transparency .main_menu ul:first-child > li.current-menu-item > a,
#top #header.header_color.av_header_transparency .av-main-nav > li.current-menu-item > a .avia-menu-text{
	color: var(--color);
}
#top .av_header_transparency #header_meta{
	border: none;
	margin: 0 0 5px;
}
#header_meta .container{
	min-height: 40px;
}
#sub_top_img h1.av-special-heading-tag{
	font-size: 32px;
	line-height: 1.4em;
	color: #fff;
    font-weight: bold;
    text-transform: none;
}
#sub_top_img .av-subheading{
	margin: 0;
}
#sub_top_img .av-subheading p{
	font-size: 18px;
	line-height: 1.4em;
	color: #fff;
	font-weight: bold;
}
#sub_top_img .av-special-heading-h1{
	padding: 100px 0 135px !important;
}
#socket .container{
	padding: 35px 0;
    text-align: center;
}
#socket .copyright{
	display: block;
    float: none;
}
#socket .copyright .footer_logo{
	
}
#socket .copyright .footer_logo ul{
	margin: 0 0 20px;
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: center;
}
#socket .copyright .footer_logo ul li{
	
}
#socket .copyright .footer_logo ul li:nth-child(2){
	padding: 0 20px;
}
#socket .copyright .footer_logo ul li a{
	
}
#socket .copyright .footer_logo ul li img{
	max-height: 30px;
	display: block;
}
#socket .copyright .finfo{
	
}
#socket .copyright .finfo p{
	margin: 0;
    opacity: .6;
    font-size: 12px;
    line-height: 1.5em;
    padding: 2px 0;
    color: #ffffff;
    letter-spacing: -.03em;
}
#socket .copyright .finfo p .line{
	display: inline-block;
    vertical-align: middle;
    width: 1px;
    height: 15px;
    background: rgba(255, 255, 255, 0.3);
    margin: 0 10px;
}
#socket .copyright .finfo p.copy{
	margin: 10px 0 0;
}
#top .av_header_transparency #header_meta li,
#top .sub_menu>ul>li{
	border: none;
    padding: 0 8px;
}
#top #header_meta li img{
	filter: invert(5%) sepia(4%) saturate(8%) hue-rotate(328deg) brightness(0%) contrast(91%);
}
#top .av_header_transparency #header_meta li img{
	filter: none;
}
#about1 .avia_textblock h2{
	font-size: 45px;
    padding: 0 20px;
    letter-spacing: -.03em;
    line-height: 1.4em;
    font-weight: bold;
    color: #000000;
    text-transform: none;
}
#about1 .avia_textblock p{
	font-weight: normal;
    color: #1C252C;
    letter-spacing: 0;
    line-height: 1.5em;
    font-size: 18px;
    padding: 0 150px;
    line-height: 1.5em;
}
#about1 h2.av-special-heading-tag{
	font-size: 60px;
	font-weight: bold;
    color: #1C252C;
    letter-spacing: -.03em;
    line-height: 1.4em;
    text-transform: none;
}
.special_amp{
	font-family: inherit;
    color: inherit !important;
    font-style: inherit;
    font-size: inherit;
    font-weight: inherit;
}
#about1 .avia-image-container{
	margin: 0;
}
#about1 .av_one_fourth .avia-image-container img{
	height: 100px;
	width: auto;
}
#about1 .av-special-heading{
	margin: 15px 0 0;
    padding: 0 !important;
}
#about1 .av-special-heading h4{
    font-weight: bold;
    color: #6ED34A;
    font-size: 16px;
    line-height: 1.4em;
}
#about1 .av-special-heading .av-subheading{
	
}
#about1 .av-special-heading .av-subheading p{
	color: #1C252C;
	font-size: 14px;
    line-height: 1.5em;
    margin: 10px 0 0;
}
#about2 .avia-image-container{
	margin: 0;
}
#about2 .avia-image-container.w150 img{
	width: 150px;
}
#about2 h5.av-special-heading-tag{
	font-size: 72px;
	font-weight: bold;
    color: #ffffff;
    letter-spacing: -.03em;
    line-height: 1.4em;
}
#about2 .av_one_half .avia-image-container img{
    height: 300px;
    width: auto;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}
#about2 .av_one_half .av-special-heading{
	background: #fff;
    width: 500px;
    margin: 0 auto;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    padding: 40px 30px !important;
}
#about2 .av_one_half h4.av-special-heading-tag{
	font-size: 16px;
    line-height: 1.4em;
    font-weight: bold;
    color: #1C252C;
}
#about2 .av_one_half .av-subheading{
	
}
#about2 .av_one_half .av-subheading p{
	color: #1C252C;
	margin: 10px 0 0;
	font-size: 14px;
    line-height: 1.5em;

}
#about3 .avia-image-container img{
	border-radius: 15px;
}
#about3 h6.av-special-heading-tag{
	font-size: 42px;
	font-weight: bold;
    color: #1C252C;
    letter-spacing: -.03em;
    line-height: 1.4em;
    position: relative;
    padding-top: 10px;
}
#about3 h6.av-special-heading-tag:before{
	content: '';
	background: #6ED34A;
    width: 42px;
    height: 4px;
    position: absolute;
    top: 0;
}
#about3 .avia-button-wrap{
	
}
#about3 .avia-button-wrap .avia-button.avia-color-dark{
	font-size: 20px;
    padding: 15px 25px;
    letter-spacing: -.03em;
    line-height: 1.3em;
    border: 1px solid #1C252C;
    border-radius: 10px;
    color: #1C252C;
    font-weight: bold;
    width: 200px;
    margin: 30px 0 0;
}
#about3 .avia-button-wrap .avia-button.avia-color-dark:hover{
	background: #062e0d;
    color: #fff;
    border: 1px solid #062e0d;
}
#top #kboard-default-list .kboard-category.category-pc{
	
}
#top #kboard-default-list .kboard-category .kboard-category-list{
	background: none;
    display: flex;
    gap: 10px;
    margin: 0 0 15px;
}
#top #kboard-default-list .kboard-category .kboard-category-list li{
	
}
#top #kboard-default-list .kboard-category .kboard-category-list li.kboard-category-selected a{
	border-color: #777777;
    background: #777777;
    color: #fff;
}
#top #kboard-default-list .kboard-category .kboard-category-list li a{
	padding: 10px;
    font-size: 16px;
    min-width: 130px;
    border: 1px solid #a5a5a5;
    background: #fff;
    color: #555555;
    text-align: center;
}
#kboard-default-list .kboard-list > div{
	
}
#kboard-default-list .kboard-list ul{
	margin: 0;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}
#kboard-default-list .kboard-list ul li{
	border: 1px solid #ddd;
    border-top: 2px solid #ddd;
    border-bottom: 2px solid #333;
    list-style: none;
    margin: 0;
    flex: 0 0 calc((100% - 30px) / 4);
    padding: 30px 20px 30px 30px;
}
#kboard-default-list .kboard-list ul li .content_wrap{
	display: flex;
    gap: 30px;
}
#kboard-default-list .kboard-list ul li .thumb{
	
}
#kboard-default-list .kboard-list ul li .thumb img{
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
}
#kboard-default-list .kboard-list ul li .b_content{
	
}
#kboard-default-list .kboard-list ul li .subject{
	font-weight: bold;
    color: #444;
    font-size: 15px;
    line-height: 1.3em;
    letter-spacing: -.03em;
    margin: 10px 0 15px;
}
#kboard-default-list .kboard-list ul li .date{
	padding-left: 10px;
    font-size: 14px;
    color: #777;
    line-height: 1.3em;
    letter-spacing: -.03em;
    position: relative;
}
#kboard-default-list .kboard-list ul li .date:before{
    content: '';
    position: absolute;
    top: 7px;
    left: 0;
    width: 4px;
    height: 1px;
    background: #aaa;
}
#appli1 .avia_textblock h2{
	font-size: 50px;
	font-weight: bold;
    color: #1C252C;
    letter-spacing: -.03em;
    line-height: 1.4em;
    text-transform: none;
    margin: 0 0 30px;
}
#appli1 .avia_textblock p{
	font-size: 18px;
	color: #1C252C;
    letter-spacing: 0;
    line-height: 1.5em;
}
.js_active #appli_tab .av-tab-section-tab-title-container,
.js_active #location_wrap .av-tab-section-tab-title-container,
.js_active #history_tab_wrap .av-tab-section-tab-title-container{
	padding: 0;
    background: none;
    display: flex;
    max-width: 1248px;
    min-width: 0 !important;
    width: 100%;
    margin: 0 auto;
    gap: 4px;
    flex-wrap: wrap;
    position: static;
}
.js_active #appli_tab.no_tab .av-tab-section-tab-title-container{
	display: none;
}
#top #appli_tab .av-section-tab-title,
#top #location_wrap .av-section-tab-title,
#top #history_tab_wrap .av-section-tab-title{
	padding: 0px 25px;
    font-size: 18px;
    font-weight: bold;
    color: #888888;
    text-align: center;
    line-height: 1;
    letter-spacing: -.03em;
    background: #fff;
    border: 1px solid #888888;
    border-radius: 10px;
    display: flex;
    align-items: center;
    flex: 0 0 calc((100% - 8px) / 3);
}
#top #appli_tab a.av-active-tab-title,
#top #appli_tab a:hover,
#top #location_wrap a.av-active-tab-title,
#top #location_wrap a:hover,
#top #history_tab_wrap a.av-active-tab-title,
#top #history_tab_wrap a:hover{
    border-color: #888888;
    background: #888888;
    color: #fff;
}
#top #appli_tab .av-tab-arrow-container,
#top #location_wrap .av-tab-arrow-container,
#top #history_tab_wrap .av-tab-arrow-container{
	display: none;
}
#top .avia-tab-title-padding-default .av-outer-tab-title{
	padding: 0;
	flex: 1;
}
.js_active #location_wrap .av-tab-section-tab-title-container {
	margin: 90px auto 50px;
}
#top #location_wrap .av-section-tab-title{
	flex: 0 0 calc((100% - 4px) / 2);
    border: 1px solid #423e45;
    border-radius: 0;
    font-size: 15px;
    color: #333;
    padding: 0;
}
#top .av-tab-no-icon.av-tab-no-image .av-inner-tab-title{
	margin: 0;
	font-size: 18px;
	text-transform: none;
    width: auto;
    line-height: 60px;
}
#top #location_wrap .av-tab-no-icon.av-tab-no-image .av-inner-tab-title{
	line-height: 50px;
}
#top #location_wrap a.av-active-tab-title, 
#top #location_wrap a:hover{
	background: #423e45;
	border-color: #423e45;
}
#top #location_wrap .avia_textblock{
	margin: 0;
    display: flex;
    align-items: baseline;
}
#top #location_wrap .avia-builder-el-last .avia_textblock{
	align-items: center;
}
#top #location_wrap .avia_textblock h5{
	display: flex;
    align-items: center;
    gap: 8px;
    flex: 0 0 140px;
    font-weight: bold;
    color: #000000;
    line-height: 1.3em;
    letter-spacing: 0;
    font-size: 18px;
}
#top #location_wrap .avia_textblock h5 img{
	
}
#top #location_wrap .avia_textblock p{
	margin: 0 0 15px;
}
#top #location_wrap .avia_textblock .loc_right{
	font-weight: normal;
    color: #373334;
    line-height: 1.5;
    letter-spacing: 0;
    padding: 2px 0;
    font-size: 18px;
}
#top #location_wrap .avia_textblock ul{
    margin: 0;
}
#top #location_wrap .avia_textblock ul li{
	list-style: none;
    display: flex;
    align-items: center;
    margin: 0 0 10px;
    font-size: 18px;
    font-weight: normal;
    color: #373334;
    line-height: 1.5;
    letter-spacing: 0;
}
#top #location_wrap .flex_column.first .av_textblock_section{
	border-right: 1px solid #ddd;
}
#top #location_wrap .avia-buttonrow-wrap{
	margin: 5px 0 0;
}
#top #location_wrap .avia-buttonrow-wrap a{
	padding: 15px 25px;
    border: 1px solid #03c75a;
    border-radius: 10px;
    background: #03c75a;
    font-weight: bold;
    color: #fff;
    text-align: center;
    letter-spacing: -.03em;
    line-height: 1.3em;
    min-width: 180px;
    font-size: 20px;
}
#top #location_wrap .avia-buttonrow-wrap a + a{
	background: #ffc000;
    border-color: #ffc000;
}
#top #location_wrap .avia-buttonrow-wrap a + a + a{
	background: #e00000;
    border-color: #e00000;
}
#top #location_wrap .avia_textblock ul li strong{
	display: flex;
    align-items: center;
    gap: 8px;
    flex: 0 0 140px;
    font-weight: bold;
    color: #000000;
    line-height: 1.3em;
    letter-spacing: 0;
    font-size: 18px;
}
#appli_tab .av-layout-tab-inner .av_one_full.appli_tab_sub_title .avia_textblock{
	padding: 50px;
    border: 6px solid #e9e9e9;
    border-radius: 15px;
    position: relative;
}
#appli_tab .av-layout-tab-inner .av_one_full.appli_tab_sub_title .avia_textblock:before{
	content: '';
	display: block;
    position: absolute;
    top: 20%;
    bottom: 20%;
    background: #fff;
    width: 6px;
    left: -6px;
}
#appli_tab .av-layout-tab-inner .av_one_full.appli_tab_sub_title .avia_textblock h6{
	margin-bottom: 8px;
    font-size: 20px;
    line-height: 25px;
    font-weight: bold;
    color: #6ED34A;
    letter-spacing: -.03em;
}
#appli_tab .av-layout-tab-inner .av_one_full.appli_tab_sub_title .avia_textblock h4{
    font-size: 40px;
    line-height: 45px;
    font-weight: bold;
    color: #1C252C;
    letter-spacing: -.03em;
}
#appli_tab .av-layout-tab-inner .av_one_full.appli_tab_sub_title .avia_textblock p{
	font-size: 18px;
    line-height: 22px;
    margin: 18px 0 0;
    color: #888888;
    letter-spacing: -.03em;
}
#appli_tab .av-layout-tab-inner .avia-image-container{
	border-radius: 15px;
    overflow: hidden;
}
#appli_tab .av-layout-tab-inner .avia_textblock h5{
	padding-bottom: 12px;
	font-size: 20px;
	font-weight: bold;
    color: #1C252C;
    letter-spacing: -.03em;
    line-height: 1.4em;
    position: relative;
    margin: 0 0px 20px 0px;
}
#appli_tab .av-layout-tab-inner .avia_textblock h5:after{
	content: '';
    position: absolute;
    background: #6ED34A;
	width: 20px;
	height: 4px;
    bottom: 0;
    left: 0;
}
#appli_tab .av-layout-tab-inner .avia_textblock p{
	font-size: 18px;
    color: #1C252C;
    letter-spacing: 0;
    line-height: 1.5em;
}
#appli_tab .hr{
	margin: 30px 0 0;
}
#top #appli_tab .avia-smallarrow-slider{
	margin: 10px 0 0;
}
#top #appli_tab .avia-smallarrow-slider-heading{
	display: none;
}
#top #appli_tab .av-partner-fake-img{
	border-radius: 15px;
}
.st_myreg_title {margin:0 0 10px;font-size:15px;font-weight:bold;text-align:left;line-height:20px;letter-spacing:-.03em;}
.st_myreg_mgt {margin-top:40px}

.st_myreg_form {border-top:1px solid #ddd;}
.st_myreg_form > dl {box-sizing:border-box;display:table;table-layout:fixed;width:100%;height:55px;margin:0;padding:10px 0;border-bottom:1px solid #ddd;}
.st_myreg_form > dl > dt {display:table-cell;width:120px;margin:0;padding:0 5px;font-size:15px;color:#888;line-height:22px;vertical-align:middle;letter-spacing:-.03em;}
.st_myreg_form > dl > dt .st_myreg_required {margin-left:5px;font-style:normal;color:#f50000;}
.st_myreg_form > dl > dd {display:table-cell;margin:0;padding:0 5px 0 0;font-size:15px;color:#aaa;line-height:22px;vertical-align:middle;letter-spacing:-.03em;}
.st_myreg_form > dl > dd input[type='text'],
.st_myreg_form > dl > dd input[type='password'],
.st_myreg_form > dl > dd input[type='number'] {box-sizing:border-box;height:35px;padding:0 10px;border:1px solid #ddd;font-size:15px;vertical-align:middle;}
.st_myreg_form > dl > dd select {box-sizing:border-box;height:35px;border:1px solid #ddd;font-size:15px;vertical-align:middle;}
.st_myreg_form > dl > dd textarea {box-sizing:border-box;width:100%;padding:10px;border:1px solid #ddd;background:#fff;font-size:15px;vertical-align:middle;}
.st_myreg_form > dl > dd input[type='radio'],
.st_myreg_form > dl > dd input[type='checkbox'] {margin:0 5px 0 0}
.st_myreg_form > dl > dd > a,
.st_myreg_form > dl > dd > button,
.st_myreg_form > dl > dd > input[type='button'] {box-sizing:border-box;display:inline-block;position:relative;height:35px;margin:2px 0 2px 5px;padding:0 15px;background:#000;font-family:'Malgun Gothic',sans-serif;font-size:13px;color:#fff;font-weight:bold;line-height:35px;vertical-align:middle;cursor:pointer;}
.st_myreg_form > dl > dd label {margin-right:15px;cursor:pointer;}
.st_myreg_form > dl > dd #s_v3 {width:100%;}
.st_myreg_form > dl > dd input.hasDatepicker{width:150px !important;}
.st_myreg_form > dl > dd .st_myreg_form_info {display:block;margin-top:5px;font-size:13px;color:#666;line-height:18px;letter-spacing:-.03em;}
.st_myreg_form #total_price_str {vertical-align:top}

.st_myreg_form + .st_myreg_title {margin-top:30px;}

.st_myreg_payment_type {margin:0 0 20px;padding:15px;background:#f4f4f4;font-weight:bold;color:#777;line-height:22px}
.st_myreg_payment_type input {margin:0 5px 0 15px}
.st_myreg_payment_type:first-child {margin-left:0}
.st_myreg_payment_type label {font-size:13px;cursor:pointer}
.st_myreg_payment_type font {position:relative;top:-2px;margin-left:6px}
.st_myreg_payment_type * {vertical-align:middle}
.st_myreg_payment_type br {display:none}

#top .form_privacy_wrap {position:relative;margin-top:10px;}
#top .form_privacy_wrap .argree_text {margin:0;padding:0;}
#top .form_privacy_wrap .argree_text input[type='checkbox'] {display:none;}
#top .form_privacy_wrap .argree_text input[type='radio'] {margin:0 3px 0 0;}
#top .form_privacy_wrap .argree_text .btn_privacy_view {margin:0;padding:0;border:none;background:none;font-size:14px;font-weight:bold;color:#000;line-height:20px;letter-spacing:-.03em;}
#top .form_privacy_wrap .agree_radio {margin-top:5px;}
#top .form_privacy_wrap .agree_radio > span {display:block;}
#top .form_privacy_wrap .agree_radio label {font-size:14px;color:#666;line-height:20px;letter-spacing:-.03em;cursor:pointer;}
#top .form_privacy_wrap .form_privacy_layer {box-sizing:border-box;display:none;position:absolute;bottom:30px;left:0;width:280px;border:1px solid #333;background:#fff;}
#top .form_privacy_wrap .form_privacy_layer.on {display:block;}
#top .form_privacy_wrap .form_privacy_layer > dl {margin:0;padding:0;}
#top .form_privacy_wrap .form_privacy_layer > dl > dt {position:relative;margin:0;padding:10px 15px;background:#333;font-size:14px;font-weight:bold;color:#fff;line-height:18px;letter-spacing:-.03em;}
#top .form_privacy_wrap .form_privacy_layer > dl > dt .btn_layer_close {position:absolute;top:0;right:0;width:38px;height:38px;margin:0;padding:0;border:none;background:none;font-size:0;}
#top .form_privacy_wrap .form_privacy_layer > dl > dt .btn_layer_close:before {content:'';display:block;position:absolute;top:-1px;right:0;bottom:0;left:0;width:16px;height:1px;margin:auto;background:#fff;transform:rotate(-45deg);}
#top .form_privacy_wrap .form_privacy_layer > dl > dt .btn_layer_close:after {content:'';display:block;position:absolute;top:-1px;right:0;bottom:0;left:0;width:16px;height:1px;margin:auto;background:#fff;transform:rotate(45deg);}
#top .form_privacy_wrap .form_privacy_layer > dl > dd {overflow-y:auto;max-height:150px;margin:0;padding:10px 15px;font-size:13px;color:#666;line-height:17px;letter-spacing:-.03em;}
#top .form_privacy_wrap .form_privacy_layer > dl > dd .privacy_cont_title {margin-top:25px;}
#top .form_privacy_wrap .form_privacy_layer > dl > dd p {margin:10px 0;padding:0;}
#top .form_privacy_wrap .form_privacy_layer > dl > dd p:first-child {margin-top:0;}
#top .form_privacy_wrap .form_privacy_layer > dl > dd ul {margin:10px 0;padding:0;}
#top .form_privacy_wrap .form_privacy_layer > dl > dd ul:first-child {margin-top:0;}
#top .form_privacy_wrap .form_privacy_layer > dl > dd ul li {margin:5px 0 0;padding:0;list-style-type:none;}
#top .form_privacy_wrap .form_privacy_layer > dl > dd ul li:first-child {margin-top:0;}
#top .form_privacy_wrap .form_privacy_layer > dl > dd ul li strong{
	color: inherit;
}
.st_myreg_btn_type1 {box-sizing:border-box;display:inline-block;position:relative;height:45px;margin:0;padding:12px 30px;background:#dfdfdf;background:#dfdfdf;font-family:'Malgun Gothic',sans-serif;font-size:13px;color:#5f5f5f;font-weight:bold;line-height:21px;cursor:pointer}
.st_myreg_btn_type1:hover:before {content:'';display:block;position:absolute;top:0;bottom:0;left:0;right:0;background:rgba(0, 0, 0, .05)}
.st_myreg_btn_type1.st_myreg_highlight {background:#4e4e4e;color:#ffffff}
.st_myreg_btn_type1.st_myreg_highlight:hover:before {background:rgba(255, 255, 255, .15)}

.st_myreg_btn_wrap {margin-top:20px;}
.st_myreg_btn_wrap button {box-sizing:border-box;position:relative;width:100%;height:50px;margin:0;padding:0;border:none;background:#000;font-size:16px;font-weight:bold;color:#fff;line-height:23px;letter-spacing:-.03em;vertical-align:top;}
.st_myreg_btn_wrap button:before {content:'';display:block;position:absolute;top:calc(50% - 1px);right:25px;width:25px;height:1px;background:#fff;}
.st_myreg_btn_wrap button:after {content:'';display:block;position:absolute;top:calc(50% - 4px);right:25px;width:7px;height:1px;background:#fff;transform:rotate(45deg);}

.captcha_img_code {margin-bottom:5px;}
.captcha_img_code .captcha_str {display:inline-block;padding:4px 10px 5px;border:1px solid #333;background:#fff;vertical-align:top;}
.captcha_img_code .captcha_str img {vertical-align:top;}
.captcha_img_code .captcha_input {margin:0;vertical-align:top;}
.captcha_img_code .captcha_input input[type='text'] {box-sizing:border-box;width:100px;height:33px;margin:0 0 0 2px;}
.captcha_help_text {margin:5px 0 0;padding:0;font-size:13px;color:#666;}

@media all and (min-width:1024px){
	.st_myreg_title {margin-bottom:15px;font-size:18px;line-height:24px;}
	.st_myreg_mgt {margin-top:60px;}

	.st_myreg_form > dl {padding:15px 0;}
	.st_myreg_form > dl > dt {box-sizing:border-box;width:200px;padding:0 20px;font-size:16px;font-weight:bold;line-height:22px;}
	.st_myreg_form > dl > dd input[type='text'],
	.st_myreg_form > dl > dd input[type='password'],
	.st_myreg_form > dl > dd input[type='number'] {height:45px;}
	.st_myreg_form > dl > dd select {height:45px;font-size:16px !important;}
	.st_myreg_form > dl > dd textarea {height:45px;font-size:16px;}
	.st_myreg_form > dl > dd input[type='radio'],
	.st_myreg_form > dl > dd input[type='checkbox'] {font-size:16px;}
	.st_myreg_form > dl > dd > a,
	.st_myreg_form > dl > dd > button,
	.st_myreg_form > dl > dd > input[type='button'] {height:45px;font-size:14px;line-height:45px;}
	.st_myreg_form > dl > dd .form_help_text {margin-top:10px;font-size:14px;line-height:20px;}

	.st_myreg_form + .st_myreg_title {margin-top:50px;}

	#top .form_privacy_wrap {margin-top:30px;}
	#top .form_privacy_wrap .argree_text label {font-size:16px;line-height:22px;}
	#top .form_privacy_wrap .argree_text .btn_privacy_view {font-size:16px;line-height:22px;}
	#top .form_privacy_wrap .agree_radio {margin-top:8px;}
	#top .form_privacy_wrap .agree_radio > span {display:inline-block;margin-left:20px;vertical-align:top;}
	#top .form_privacy_wrap .agree_radio > span:first-child {margin-left:0;}
	#top .form_privacy_wrap .form_privacy_layer {width:550px;}
	#top .form_privacy_wrap .form_privacy_layer > dl > dt {padding:15px 20px;font-size:15px;line-height:20px;}
	#top .form_privacy_wrap .form_privacy_layer > dl > dt .btn_layer_close {width:50px;height:50px;}
	#top .form_privacy_wrap .form_privacy_layer > dl > dt .btn_layer_close:before {width:20px;}
	#top .form_privacy_wrap .form_privacy_layer > dl > dt .btn_layer_close:after {width:20px;}
	#top .form_privacy_wrap .form_privacy_layer > dl > dd {max-height:200px;padding:15px 20px;font-size:14px;line-height:18px;}

	.st_myreg_btn_wrap {margin-top:-70px;text-align:right;}
	.st_myreg_btn_wrap button {display:inline-block;width:auto;height:65px;padding:0 110px 0 25px;font-size:20px;line-height:25px;}
	.st_myreg_btn_wrap button:before {width:35px;}
	.st_myreg_btn_wrap button:after {top:calc(50% - 5px);width:9px;}
}

@media all and (max-width:767px) {
	.st_myreg_form > dl > dd input[title='주소'], .st_myreg_form > dl > dd input[title='상세주소'] {width:100%;}
}

#catalog_wrap h2.av-special-heading-tag{
	font-size: 50px;
	font-weight: bold;
    color: #1C252C;
    letter-spacing: -.03em;
    line-height: 1.4em;
    text-transform: none;
}
#catalog_wrap .av-subheading p{
    color: #888888;
    letter-spacing: 0;
    line-height: 1.5em;
    font-size: 18px;
    margin: 10px 0 30px;
}
#catalog_wrap.inqu .av-subheading p {
	color: #444;
}
#top #catalog_wrap input[type="text"],
#top #inqu3 input[type="text"]{
	background: #fff;
	margin: 0;
}
#top #catalog_wrap select,
#top #inqu3 select{
	background-color: #fff;
	margin: 0;
    width: auto;
}
#top #inqu3 textarea{
	background: #fff;
}
#top #inqu3 label span {
	font-size: 15px;
	color: #aaa;
}
#inqu2 .avia_textblock p{
	font-weight: normal;
    color: #ffffff;
    letter-spacing: 0;
    line-height: 1.5em;
    font-size: 18px;
} 
#inqu2 .avia-single-number{
    margin-top: 10px;
    font-size: 48px;
    font-weight: bold;
}
#inqu2 .flex_column{
	padding: 30px 0;
}
#inqu2 .flex_column + .flex_column{
	border-left: 1px solid rgba(255, 255, 255, 0.3);
}
#greeting1 .avia-image-container-inner img{
    max-width: 500px;
}
#greeting1 .avia_textblock h2{
	font-size: 60px;
	font-weight: bold;
    color: #1C252C;
    letter-spacing: -.03em;
    line-height: 1.4em;
    text-transform: none;
    margin: 0;
}
#greeting1 .avia_textblock p{
	font-weight: bold;
    color: #6ED34A;
    letter-spacing: 0.1em;
    line-height: 1.4em;
    font-size: 24px;
    margin: 0;
}
#greeting2 h6.av-special-heading-tag{
	font-size: 24px;
    font-weight: bold;
    color: #000000;
    letter-spacing: -.03em;
    line-height: 1;
}
#greeting2 h6.av-special-heading-tag img{
	width: 116px;
	display: inline-block;
	vertical-align: middle;
    padding: 0 10px;
}
#greeting2 .avia_textblock{
	margin: 190px 0 0;
}
#greeting2 .avia_textblock h5{
	font-size: 24px;
    font-weight: bold;
    color: #ffffff;
    letter-spacing: -.03em;
    line-height: 1.4em;
}
#greeting2 .avia_textblock p{
	font-size: 18px;
    color: #ffffff;
    letter-spacing: 0;
    line-height: 1.5em;
}
#greeting2{
	position: relative;
}
#greeting2:after{
    content: '';
    display: block;
    position: absolute;
    bottom: -9%;
    left: 0;
    right: 0;
    width: 100%;
    height: 75%;
    background: linear-gradient(90deg, rgba(0, 133, 22, 1) 0%, rgba(0, 133, 100, 1) 100%);
    z-index: 0;
}
.avia-image-overlay-wrap img{
	max-width: 500px;
    border-radius: 15px;
}
.main_color .avia-timeline .av-milestone-date{
    font-size: 0;
}
.avia_transform .avia-timeline-vertical.av-milestone-placement-alternate.avia-timeline-animate li.av-milestone-odd.avia_start_animation .av-milestone-indicator,
.avia_transform .avia-timeline-vertical.av-milestone-placement-alternate.avia-timeline-animate li.av-milestone-even.avia_start_animation .av-milestone-indicator{
	display: none;
}
.avia_transform .avia-timeline-vertical .avia_start_animation .milestone_icon{
	width: 18px;
    height: 18px;
    border: 1px solid #a4acb5;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
}
.avia-timeline .milestone_icon{
	width: 18px;
}
.avia-timeline-vertical .av-milestone-content-wrap{
	padding: 15px 30px;
}
.avia-timeline-vertical.av-milestone-placement-alternate .av-milestone-icon-wrap{
	width: 18px;
}
.main_color .avia-timeline .milestone_inner{
	background: #152f4b;
    width: 10px;
    height: 10px;
}
.milestone_number{
	font-size: 0;	
}
.avia-timeline-vertical.av-milestone-placement-alternate .av-milestone-content-wrap h4.av-milestone-title {
	font-weight: bold;
    color: #181818;
    padding: 0 0 20px;
    font-size: 60px;
    letter-spacing: -.03em;
    border-bottom: 1px dotted #ddd;
}
.avia-timeline-vertical.av-milestone-placement-alternate .av-milestone-content-wrap .av-milestone-content{
	
}
.avia-timeline-vertical.av-milestone-placement-alternate .av-milestone-content-wrap .av-milestone-content p{
	border-bottom: 1px dotted #ddd;
	padding: 20px 0;
	margin: 0;
	font-size: 18px;
    line-height: 32px;
    display: flex;
    gap: 12px;
    align-items: baseline;
}
.avia-timeline-vertical.av-milestone-placement-alternate .av-milestone-content-wrap .av-milestone-content p strong{
    width: 28px;
    height: 28px;
    line-height: 28px;
    font-size: 12px;
    background: #3fa21b;
    border-radius: 50%;
    color: #fff;
    display: block;
    text-align: center;
    flex: 0 0 28px;
}
.avia-timeline-vertical.av-milestone-placement-alternate li.av-milestone-even .av-milestone-content-wrap .av-milestone-content p{
	justify-content: end;
}
.avia-timeline-vertical.av-milestone-placement-alternate li.av-milestone-even .av-milestone-content-wrap .av-milestone-content p strong{
	order: 2;
	background: #21431d;
}
#history_tab_wrap{
	padding: 120px 0 0;
}
.js_active #history_tab_wrap .av-tab-section-tab-title-container{
	
}
#top #history_tab_wrap a.av-active-tab-title, #top #history_tab_wrap a:hover{
	border-color: #555555;
    background: #555555;
}
#top #history_tab_wrap .av-section-tab-title{
	padding: 0px;
    flex: 0 0 130px;
    border: 1px solid #a5a5a5;
    border-radius: 0;
    color: #555555;
}
#top #history_tab_wrap .av-tab-no-icon.av-tab-no-image .av-inner-tab-title{
	font-size: 16px;
    line-height: 44px;
    font-weight: 500;
}

#recruit1 .avia_textblock p {
	color: white;
    text-align: center;
    font-weight: bold;
    margin-bottom: 0px;
}
#recruit2 .av-special-heading-h2 h2,
.home_title_font .av-special-heading-h2 h2 {
	font-size: 60px;
	display: inline-block;
    position: relative;
    margin: 0;
    padding: 0;
    font-weight: bold;
    color: #1C252C;
    letter-spacing: -.03em;
    line-height: 1.4em;
    padding-bottom: 12px;
    margin-bottom: 40px;
}
#recruit2 .av-special-heading-h2 h2:before,
.home_title_font .av-special-heading-h2 h2:before {
	content: "";
    width: 4rem;
    height: 4px;
    background-color: #6ED34A;
    position: absolute;
    bottom: 0;
    left: 0;
}
#recruit2 div.av-special-heading.av-special-heading-h4 > h4 {
	font-size: 20px;
    line-height: 1.4em;
    font-weight: bold;
    color: #1C252C;
}
#recruit2 div.av-special-heading.av-special-heading-h4 > .av-subheading_below > p {
	font-size: 18px;
    line-height: 1.5em;
    margin-top: 10px;
    color: #1C252C;
}
#recruit2  div.av-special-heading.av-special-heading-h4 {
	margin-top: 20px;
}
#recruit2 .entry-content-wrapper div.flex_column_table:not(:last-child) {
	margin-bottom: 20px;
}
.recruit_not .av-special-heading-h2 h2 {
	font-size: 38px;
	display: block;
    margin: 0;
    padding: 0;
    font-weight: bold;
    color: #1C252C;
    letter-spacing: -0.03em;
    line-height: 1.3em;
}
#top #main #recruit_not1 > div > div {
	padding: 0px;
}
#recruit_not1 img {
	max-width: 100%;
}
#recruit_not2 .avia-color-theme-color {
	padding: 35px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#recruit_not2 .avia-color-theme-color .avia_iconbox_title {
	box-sizing: border-box;
    margin: 0;
    padding-right: 35px;
    font-size: 32px;
    text-align: left;
    font-weight: bold;
}
#recruit_not2 .avia-color-theme-color .av-button-description {
	position: relative;
	padding-left: 35px;
}
#recruit_not2 .avia-color-theme-color .av-button-description p {
    margin: 0px;
    font-size: 17px;
    padding: 0;
    color: #ffffff;
    line-height: 1.5em;
    text-align: left;
    color: white;
}
#recruit_not2 .avia-color-theme-color .av-button-description:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 100%;
    background: rgba(255, 255, 255, 0.4);
}
#recruit_not2 .avia-color-theme-color .av-button-description:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 0;
    height: 0;
    margin: auto;
    border-top: 3px solid transparent;
    border-left: 5px solid rgba(255, 255, 255, 0.4);
    border-bottom: 3px solid transparent;
}
#recruit_not2 .entry-content-wrapper > div.flex_column a, 
#top #recruit_not2 .entry-content-wrapper .avia-color-theme-color-highlight {
	background-color: #9dd3f9;
}
#recruit_not3 .flex_column_div:not(:first-child) {
	margin-left: 2%;
}
#recruit_not3 .flex_column_div {
	border: 1px solid #ddd;
    background-color: #f8f8f8;
    padding: 20px;
    height: 23em;
    align-content: center;
    position: relative;
    width: calc(100% - 2% - 75%);
}
#recruit_not3 .entry-content-wrapper .flex_column:not(:nth-child(4)):before {
    content: "";
    width: 13px;
    height: 8px;
    background: #9dd3f9;
    position: absolute;
    transform: translateY(-50%);
    right: -14px;
    top: 50%;
    display: block;
    visibility: unset;
}
#recruit_not3 .entry-content-wrapper .flex_column:not(:nth-child(4)):after {
    left: auto;
    top: 50%;
    bottom: auto;
    right: -25px;
    transform: translateY(-50%);
    border-top: 9px solid transparent;
    border-left: 13px solid #9dd3f9;
    border-bottom: 9px solid transparent;
    position: absolute;
    visibility: unset;
}
#recruit_not3 .flex_column_div > div {
	position: static;
}
#recruit_not3 .flex_column_div h3.av-special-heading-tag  {
	width: 100%;
    margin: 10px 0 3px;
    color: #1C252C;
    font-size: 30px;
    font-weight: bold;
    line-height: 1.4;
}
#recruit_not3 .flex_column_div .av-subheading_below p {
	font-size: 18px;
    padding: 20px 0;
    margin: 0;
    color: #1C252C;
}
#recruit_not3 .flex_column_div .av-subheading_below p span {
	position: absolute;
	padding: 0px;
    background: #6ED34A;
    width: 2.5em;
    height: 2.5em;
    align-content: center;
    border-radius: 50%;
    color: white;
    font-size: 19px;
    text-align: center;
    top: -24px;
    left: 50%;
    transform: translateX(-50%);
}
#recruit_not3 .hr {
	margin-bottom: 0px;
}
#recruit_not4 .hr {
	margin-bottom: 65px;
}
#recruit_not4 .template-page.content {
	padding-top: 0px;
	padding-bottom: 90px;
}
#recruit_not4 .avia-icon-list-container ul li .av_iconlist_title {
	font-size: 22px;
    line-height: 1.4em;
    font-weight: bold;
    color: #1C252C;
}
#recruit_not4 .avia-icon-list-container ul li:not(:first-child) {
	margin-top: 20px;
}
#recruit_not4 .av-iconlist-small .iconlist_icon svg:first-child {
	height: 2em;
}

#top #catalog_wrap select[name="s_v6_hp1"], #top #inqu3 select[name="s_v9_hp1"] {
	/*-webkit-appearance: progress-bar;
    background-image: none;*/
	width: 4.5em;
    display: inline-block;
}
#top #catalog_wrap form .st_myreg_form input[name="s_v6_hp2"],
#top #catalog_wrap form .st_myreg_form input[name="s_v6_hp3"],
#top #inqu3 form .st_myreg_form input[name="s_v9_hp2"],
#top #inqu3 form .st_myreg_form input[name="s_v9_hp3"] {
	width: 7em;
    display: inline-block;
}

#top #inqu3 form .st_myreg_form #s_v4_zipcode {
	width: 10em;
    display: inline-block;
}
#top #inqu3 form .st_myreg_form input[name="s_v4_2"],
#top #inqu3 form .st_myreg_form input[name="s_v4_3"] {
	display: inline-block;
    width: 35%;
}

.form_privacy_wrap .agree_radio > span:last-child {
	margin-left: 20px;
}

#ac_app .st_myreg_customize_form form {
	text-align: -webkit-center;
}
#ac_app .st_myreg_search_form {
	width: 39%;
	border: 1px solid #ddd;
    padding: 3em;
    background: white;
}
#ac_app .form_wrap dl {
	display: flex;
	align-items: center;
}
#ac_app .st_myreg_customize_form form .st_myreg_btn_wrap {
	margin-top: 1em;
	text-align: center;
}
#ac_app .st_myreg_customize_form form .st_myreg_btn_wrap button {
	width: 100%;
    margin: 0;
    padding: 1em 0;
    border: none;
    background: #333;
    font-size: 14px;
    color: #fff;
    line-height: 18px;
    letter-spacing: -.03em;
    height: auto;
}
#ac_app .st_myreg_customize_form form .st_myreg_btn_wrap button:before,
#ac_app .st_myreg_customize_form form .st_myreg_btn_wrap button:after {
    display: none;
}
#ac_app .st_myreg_customize_form form dt {
	width: 8em;
    text-align: left;
}
#ac_app .st_myreg_customize_form form dd {
	width: calc(100% - 8em);
    text-align: left;
}
#ac_app .st_myreg_customize_form form .form_wrap dd input {
	padding: 10px;
	border: 1px solid #ddd;
    font-size: 14px;
    margin-bottom: 0px;
    background-color: white;
}
#ac_app .st_myreg_customize_form form dl {
	margin-bottom: 0.7em;
}
#ac_app .st_myreg_customize_form form dl:last-child {
	margin-bottom: 0px;
}

#slider_caption .slideshow_caption {
	padding: 0;
    width: auto;
}
#slider_caption .slideshow_align_caption h2, 
#slider_caption .slideshow_align_caption .avia-caption-content p {
	background: transparent;
	line-height: 1;
}
#slider_caption .slideshow_align_caption h2 .desc_text {
	font-size: 34px;
	display: block;
	margin-bottom: 12px;
}
#slider_caption .slideshow_align_caption h2 .subject {
	font-size: 90px;
}
#slider_caption .slideshow_align_caption .avia-caption-content p {
	font-size: 24px;
}
#slider_caption .slideshow_align_caption:before {
    content: '';
    width: 1px;
    height: 100vw;
    background-color: white;
    position: absolute;
    bottom: 0;
    opacity: .3;
    left: 50%;
    margin-left: -750px;
}

#slider_caption .avia-slideshow-controls.avia-slideshow-dots {
	max-width: 1280px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 100px;
}
#slider_caption .avia-slideshow-controls.avia-slideshow-dots a:first-child{
	margin: 0 0 20px;
}
#slider_caption .avia-slideshow-controls.avia-slideshow-dots a {
    width: 22px;
    height: 2px;
    padding: 0;
    position: absolute;
    left: -125px;
    opacity: .9;
    border-radius: 0;
    margin: 0;
}
#slider_caption .avia-slideshow-controls.avia-slideshow-dots a:hover {
    border-color: #6ed34a;
    background: #6ed34a;
}

#top #main .full_width_div .container {
	max-width: none;
    padding: 0;
}
#home1.kor .avia_textblock p {
	font-size: 28px;
    padding: 0 20px;
    color: #1C252C;
}
#home1 .avia_textblock p {
	font-size: 20px;
    color: #444;
    font-weight: bold;
    line-height: 1.5em;
    margin: 0;
    padding: 0;
}
#home1 .avia-button-wrap {
	text-align: -webkit-right;
}
#home1 .avia-button-wrap a {
	width: 305px;
}
#home2 .avia-image-container img {
	max-width: 100%;
}
#home2 h3.av-special-heading-tag {
	font-size: 30px;
    font-weight: bold;
    color: #1C252C;
    letter-spacing: -.03em;
    line-height: 1.4em;
    display: inline-block;
    position: relative;
    margin: 0;
    padding: 0;
}
#home2 h3.av-special-heading-tag:before {
	content: "";
    width: 2rem;
    height: 4px;
    background-color: #6ED34A;
    position: absolute;
    bottom: 0;
    left: 0;
}
#home2 .flex_column {
	align-content: center;
}
#home2 .flex_column .av-subheading.av-subheading_below {
	margin-top: 40px;
    display: block;
    padding: 0;
    font-size: 18px;
    font-weight: normal;
    color: #1C252C;
    line-height: 1.5em;
}
#top #wrap_all #home2 a.avia-button:hover {
	border-color: #062e0d;
	opacity: unset;
}
#home3 .template-page.content {
	padding-bottom: 10px;
}
#home4 .template-page.content {
	padding-top: 30px;
}
#home4 .flex_column_table .flex_column,
#home5 .entry-content-wrapper .flex_column {
	overflow: hidden;
}
#home4 .flex_column_table .flex_column:last-child  .avia-image-container {
	border-radius: 30px;
    overflow: hidden;
}
#home4 .flex_column_table .flex_column:last-child  .avia-image-container:first-child {
	margin-bottom: 40px;
}
#home4 .avia-image-overlay-wrap img,
#home5 .avia-image-overlay-wrap img {
	max-width: 100%;
}
#home4 .av-image-caption-overlay-center,
#home5 .av-image-caption-overlay-center {
	vertical-align: top;
	padding: 15% 10%;
} 
#home4 .av-image-caption-overlay-center p,
#home5 .av-image-caption-overlay-center p {
	font-size: 42px;
    line-height: 1.3em;
    color: #1c252c;
    letter-spacing: -0.03em;
    font-weight: bold;
    text-align: left;
} 
#home4 .avia-image-overlay-wrap:hover::before,
#home5 .avia-image-overlay-wrap:hover::before {
    top: 0;
}
#home4 .avia-image-overlay-wrap:hover .av-image-caption-overlay-center p,
#home5 .avia-image-overlay-wrap:hover .av-image-caption-overlay-center p {
	color: white;
	transition: color 0.3s;
}
#home4 .cap_over_cont,
#home5 .cap_over_cont {
	display: none;
	text-align: left;
    color: white;
    font-size: 18px;
    font-weight: bold;
    line-height: 2.5em;
    letter-spacing: -.03em;
}
#home4 .avia-image-overlay-wrap:hover .cap_over_cont,
#home5 .avia-image-overlay-wrap:hover .cap_over_cont {
	display: block;
	transition: color .3s ease ease;
}
#home4 .avia-image-overlay-wrap::before,
#home5 .avia-image-overlay-wrap::before {
    content: "";
    position: absolute;
    top: 100%;
    right: 0px;
    bottom: 0px;
    left: 0px;
    opacity: 0.8;
    z-index: 9;
    background: rgb(110, 211, 74);
    transition: top 0.3s ease-out;
    border-radius: 30px;
}
#home5 {
	margin-top: 40px;
}
#home5 .template-page {
	padding-top: 90px;
    padding-bottom: 90px;
}
#home5 .home_title_font .av-special-heading-h2 h2 {
	margin-top: 50px;
}
#home5.ko .avia-image-overlay-wrap:hover h3 {
	color: white;
}
#home5.ko .av-image-caption-overlay-center h3 {
	font-size: 42px;
    line-height: 1.3em;
    transition: color .3s ease;
    display: block;
    font-weight: bold;
    color: #1C252C;
    letter-spacing: -.03em;
    text-align: left;
    margin: 0;
}
#home5.ko .av-image-caption-overlay-center p {
	font-size: 18px;
    transition: color .3s ease;
    display: block;
    line-height: 1.4em;
    color: #008516;
    letter-spacing: -.03em;
    opacity: .8;
    font-weight: 400;
    margin-top: 0;
}
#home6 #kboard-hwaikeul-video-latest.custom_hwaikeul_latest .kboard-light-gallery a div.kboard-hwaikeul-video-container {
	padding-bottom: 55%;
}
#home6 .template-page.content {
	padding-top: 80px;
}
#home6 .flex_column,
#home7 .flex_column {
	align-content: center;
}
#home6 .avia-button,
#home7 .avia-button {
	padding: 10px 15px;
    border-radius: 10px;
    min-width: fit-content;
}
#top #main #home6 .avia-button:hover,
#top #main #home7 .avia-button:hover {
	border-color: #062e0d;
	opacity: unset;
}
#home6 .avia-button .avia_iconbox_title,
#home7 .avia-button .avia_iconbox_title {
	font-size: 20px;
    display: block;
    font-weight: bold;
    letter-spacing: -0.03em;
    line-height: 1.3em;
}
#home8 .avia_textblock {
	text-align: center;
	margin-bottom: 60px;
}
#home8.ko {
	margin-bottom: 160px;
}
#home8 .avia_textblock p {
    color: rgb(28, 37, 44);
    letter-spacing: -0.03em;
    line-height: 1.4em;
    margin: 0px;
    padding: 0px;
    font-size: 60px;
    display: inline-block;
}
#top #home8.ko a.avia-button {
	width: calc(33.33% - 16px);
	margin: 0px;
}
#top #home8.ko a.avia-button:not(:first-child) {
	margin-left: 20px;
}

#home1 a span, #home2 a span, #home8 a span {
	font-weight: bold;
}
.home_title_font .av-special-heading-h2 h2 {
	text-transform: none;
}

#home9 img {
	border-radius: 0px;
	height: 40vh;
	width: 100%;
	object-fit: cover;
}
#home9 .img_title {
	font-size: 28px;
    line-height: 1.5em;
    display: block;
    font-weight: bold;
    letter-spacing: -.03em;
    color: #ffffff;
    text-align: left;
    width: fit-content;
    position: relative;
}
#home9 .img_title:before {
    content: '';
    height: 1px;
    width: 0;
    background-color: white;
    position: absolute;
    top: 0;
    left: 0;
}
#home9 .avia-image-overlay-wrap:hover .img_title:before {
    width: 100%;
    transition: .3s all ease-in-out;
}
#home9 .img_con {
	font-size: 18px;
    line-height: 1.3em;
    display: block;
    font-weight: bold;
    letter-spacing: -.03em;
    color: #ffffff;
    text-align: left;
}
#home9 .av-image-caption-overlay-center {
	vertical-align: bottom;
    padding: 50px;
}
#home9 .av-caption-image-overlay-bg {
	background-color: black;
}
#home9 .av-overlay-hover-deactivate .avia-image-overlay-wrap:hover .av-caption-image-overlay-bg {
	opacity: 0.3 !important;
}
#home9 .flex_column * {
	border-radius: 0px;
}
#home9 .template-page.content{
	padding: 120px 0 50px;
}
#home10 h3.av-special-heading-tag {
	font-size: 28px;
    line-height: 49px;
    font-weight: bold;
    color: #1c252c;
}
#home10 a.avia-button {
	padding: 10px 15px;
    border-radius: 0px;
    min-width: fit-content;
    font-size: 20px;
    display: block;
    font-weight: bold;
    letter-spacing: -0.03em;
    line-height: 1.3em;
}
#home10 .home10_margin_change {
	margin-top: 20px;
}

.ac_list_table tr td, .ac_list_table tr th {
	background-color: white;
	border-left: none;
	border-right: none;
}
.ac_list_table thead th {
	background-color: white;
	border-top: 2px solid #a5a5a5;
	border-bottom: 1px solid #a5a5a5;
	position: relative;
    height: 40px;
    font-size: 13px;
    color: #333333;
    font-weight: bold;
    text-align: center;
}
.ac_list_table td a {
	color: #666;
}
.ac_list_table tbody td {
	height: 20px;
    padding: 10px 5px;
    border-top: 1px solid #e4e4e4;
    font-size: 13px;
    color: #666666;
    text-align: center;
    line-height: 20px;
}
.ac_list_table tbody tr:first-child td {
    border-top: 0;
}
.ac_list_table tbody tr td:nth-child(2) {
    text-align: left;
}
.ac_list_table tr:hover td {
	background: #fafafa;
}
#top .ac_list_table td a:hover {
	color: #888;
}

.ac_list_table_view tr td:first-child {
	position: relative;
    height: 40px;
    padding: 5px 10px;
    border-top: 1px solid #e4e4e4;
    font-size: 13px;
    color: #333333;
    line-height: 20px;
    text-align: center;
    font-weight: bold;
}
.ac_list_table_view tr td:not(:first-child) {
	height: 40px;
    padding: 5px 10px;
    border-top: 1px solid #e4e4e4;
    font-size: 13px;
    line-height: 22px;
    color: #333333;
}
.ac_list_table_view td,
.ac_list_table_view tr td:first-child {
	background-color: white;
	border-left-width: 0px;
	border-right-width: 0px;
}
.ac_list_table_view tbody tr:first-child td {
	border-top: 2px solid #a5a5a5;
}
.ac_list_table_view tbody tr:last-child td {
	border-bottom: 1px solid #a5a5a5;
}

.ac_list_table thead th:before,
.ac_list_table_view tr td:first-child:before {
	content: "";
	height: 1rem;
	width: 1px;
	background-color: #e4e4e4;
	position: absolute;
	top: 0;
	right: 0;
}
#ac_view_table_id > div {
	margin-top: 50px;
}
#ac_view_table_id .view_table_title {
	margin-bottom: 10px;
    font-size: 15px;
    font-weight: bold;
    text-align: left;
}

#ac_view_close {
	text-align: center;
}
#ac_view_close a {
	height: 35px;
    padding: 6px 20px 8px;
    font-size: 13px;
}
.ac_list_table button {
	font-size: 11px;
	height: 25px;
    padding: 1px 10px;
}
#ac_view_close a, .ac_list_table button {
    box-sizing: border-box;
    display: inline-block;
    position: relative;
    font-weight: bold;
    color: #5f5f5f;
    line-height: 20px;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .3);
    text-shadow: 0 0 1px rgba(255, 255, 255, .8);
    text-decoration: none;
    cursor: pointer;
    border: 1px solid #cccccc;
    border-radius: 3px;
    background: #dfdfdf;
}
#appli1 .avia_textblock p strong {
	font-size: 24px;
}
#appli1 .avia_textblock h2.h2_font {
	font-size: 72px;
}
#recruit_not2 .avia-color-theme-color .avia_iconbox_title br{
	display: none;
}
#mobile_menu{
	display: none;
}
/*분석서비스 우편번호 찾기*/
#s_v4_zipcode_bt:hover {
	color: white;
}
/* 랩톱 */
@media (max-width: 1024px) and (min-width: 769px) {
	#sub_top_img {
		height: 266px;
	}
	#top #main .avia-section .template-page {
		padding-top: 30px;
	}
	#sub_top_img .av-special-heading-h1 {
		padding: 30px 0 0 !important;
	}
	#gb_bread_wrap .container, #top #main .avia-section .template-page {
		padding: 0px;
	}
	#slider_caption .slideshow_align_caption h2 {
		padding: 0 15px;
    	margin: 0;
	}
	#slider_caption .slideshow_align_caption h2 .desc_text {
		font-size: 17px;
	    line-height: 1;
	    letter-spacing: -0.05em;
	    margin-bottom: 0px;
	}
	#slider_caption .slideshow_align_caption h2 .subject {
		font-size: 30px;
	    font-weight: bold;
	    letter-spacing: 0em;
	    word-break: keep-all;
	}
	#slider_caption .slideshow_align_caption .avia-caption-content p {
		font-size: 16px;
	    margin-top: 15px;
	    margin-bottom: 0;
	    padding: 0 15px;
	}
	#slider_caption .responsive .container {
		max-width: 1460px;
	}
	#top #slider_caption .caption_left .slideshow_caption {
		left: 0;
        width: 100%;
        box-sizing: border-box;
        top: 0;
        padding: 0 8%;
        padding-top: 0;
	}
	.scroll_bar_wrap {
		bottom: -255px;
	}
	#slider_caption .avia-slideshow-controls.avia-slideshow-dots {
		bottom: 0%;
        top: unset;
        left: 0%;
        transform: translate(0%, 0%);
	}
	#slider_caption .avia-slideshow-controls.avia-slideshow-dots a {
		left: unset;
		bottom: 0;
		position: relative;
	}
	#slider_caption .avia-slideshow-controls.avia-slideshow-dots a:first-child {
		margin: 0 8px 0 0;
	}
	#home1 {
		padding: 70px 0;
	}
	#home1 .container {
		padding: 0;
	}
	#home1 .avia-button-wrap a {
	    width: 241px;
	}
	#home1 .avia_textblock p br {
		display: none;
	}
	#home2 .avia-image-container img {
		height: 550px;
    	object-fit: cover;
	}
	#home2 h3.av-special-heading-tag br {
		display: none;
	}
	#top #home2 .av-flex-placeholder {
		width: 50px;
	}
	#home2 h3.av-special-heading-tag {
		padding-bottom: 12px;
	}
	#home2 .flex_column .av-subheading.av-subheading_below br {
		display: none;
	}
	#top #home2 .av-special-heading {
		padding: 0;
	}
	#top #home2 .avia-button-wrap a.avia-button {
		transition: 0.3s;
    	min-width: 200px;
	}
	#home2 .flex_column {
		align-content: end;
	}
	#home3 .container, #home4 .container, #home5 .container, #home6 .container, #home7 .container, 
	#about3 .container, #greeting2 .container, #certi1 .container, #appli1 .container , #appli_tab .container,
	#catalog_wrap .container, #home9 .container, #home10 .container, #home8 .container{
		padding: 0;
	}
	#home3 {
		padding-top: 50px;
	}
	#home4 .av-image-caption-overlay-center p {
		margin-bottom: 0px;
	}
	#home5 {
	    margin-top: 80px;
	}
	#top #main #home5.avia-section .template-page {
		padding: 90px 0;
	}
	#home5 .av-image-caption-overlay-center p {
		margin-bottom: 30px;
	}
	#top #main #home6 .template-page {
		padding-top: 60px;
	}
	#home6 .flex_column {
		margin-top: 20px;
	}
	#home6 .kboard-hwaikeul-video-container.latest {
		padding-bottom: 55%;
	}
	#home7 {
		padding-top: 50px;
	}
	#home8 {
		margin-bottom: 80px;
	}
	#about1 .container {
		padding: 0;
	}
	#about1 .entry-content-wrapper > .flex_column:nth-child(1) {
		padding: 90px 0 0;
	}
	#about1 .avia_textblock h2 {
		margin-bottom: 0;
		padding: 0 50px;
	}
	#about1 .avia_textblock h2 br {
		display: none;
	}
	#about1 .av_textblock_section p {
		text-align: center;
		padding: 0 155px;
	}
	#about1 .av-special-heading {
		margin-top: 60px;
	}
	#about1 .flex_column_table > .flex_column {
		padding: 50px 35px;
	} 
	#about1 .av-special-heading .av-subheading p br {
		display: none;
	}
	
	#about2 {
		margin-top: 120px;
	}
	#about2 .container {
		padding: 0 30px;
	}
	#about2 .av_one_half .avia-image-container img {
		width: 100%;
    	height: auto;
	}
	#about2 .av_one_half .av-special-heading {
		width: 100%;
	}
	#about2 .flex_column {
		width: 46.9%;
	}
	#about2 .entry-content-wrapper > div.flex_column:not(.first) {
		margin-left: 6.2%;
	}
	#about3 {
		padding: 120px 0;
	}
	#about3 .avia-image-container img {
		width: 235px;
    	height: auto;
	}
	#about3 .flex_column_table .flex_column:last-child {
		align-content: end;
	}
	#greeting1 {
		padding: 90px 0 150px;
	}
	#greeting2 .flex_column:first-child > .avia-image-container:first-child {
		width: fit-content;
    	margin: 0 0 30px;
	}
	#greeting2 .flex_column:first-child > .avia-image-container:first-child img {
		max-width: 100%;
    	border-radius: 15px;
	}
	#greeting2 .flex_column:first-child > .avia-image-container:last-child {
		width: 100%;
    	margin: 0;
	}
	#greeting2 .flex_column:nth-child(2) .av-special-heading {
		padding: 40px 0 0;
	}
	#greeting2 .avia_textblock {
	    margin: 200px 0 0;
	}
	#certi1 {
		padding: 90px 0 0;
	}
	#certi1 #kboard-default-list.board_list .kboard-list li {
		flex: 0 0 calc((100% - 40px) / 3);
	}
	#certi1 #kboard-default-list .kboard-category .kboard-category-list li {
		padding: 0px;
	}
	#appli1.history1 {
		padding: 90px 0 60px;
	}
	#appli1.history1 .avia_textblock h2 {
		line-height: 1.1em;
	    font-size: 48px;
	    letter-spacing: -0.05em;
	    margin: 0;
	}
	#appli1.history1 .avia_textblock p {
		margin-top: 20px;
	}
	#location_wrap .container {
		padding: 0;
	}
	#top #wrap_all #location_wrap .avia-buttonrow-wrap a {
		margin-bottom: 0px;
		margin-right: 10px;
	}
	#top #location_wrap .avia_textblock .loc_right p:first-child br {
		display: none;
	}
	#appli1 {
		padding: 50px 0;
	}
	#appli1 .avia_textblock p {
		margin-bottom: 24px;
	}
	#appli_tab.no_tab .av-layout-tab-inner .avia_textblock h5 {
		font-size: 28px;
	}
	#catalog_wrap {
		padding: 90px 0;
	}
	#catalog_wrap.inqu .av-special-heading-tag {
		font-size: 48px;
	    letter-spacing: -0.05em;
	    line-height: 1.1em;
	}
	#inqu2 .container {
		padding: 50px 0;
	}
	#inqu3 {
		padding: 30px 0 90px;
	}
	#inqu3 .container {
		padding: 0px;
	}
	.avia_mobile #top #inqu2.avia-full-stretch {
		background-attachment: fixed !important;
		transform: none;
	}
	#ac_app {
		padding: 90px 0;
	}
	#ac_view_close {
		padding-bottom: 40px;
	}
	
	/*kor*/
	#home1.kor .avia_textblock p {
		font-size: 28px;
		padding: 0 20px;
		word-break: keep-all;
	}
	#top #home1.kor .avia-button-wrap a {
		padding: 15px 25px;
		width: 100%;
		border-radius: 10px;
	}
	#home2.kor {
		margin-bottom: 80px;
	}
	#home1.kor .flex_column_table div.flex_column:last-child {
		padding-left: 20px;
	}
	#home2.kor h3.av-special-heading-tag {
		font-size: 40px;
	}
	#home9 {
		margin: 130px 0 80px;
	}
	#home10 {
		margin: 80px 0 100px;
	}
	#about1.kor .avia_textblock h2 {
		font-size: 60px;
	}
	#about1.kor .avia_textblock h2 br {
		display: block;
	}
	#about1.kor .avia_textblock p {
		font-size: 20px;
		padding: 0;
	}
	#about1.kor .entry-content-wrapper > div:nth-child(2) {
		margin-top: 0px;
	}
	#top #about1.kor .entry-content-wrapper > .flex_column_table {
		margin-top: 30px;
	}
	#about1.kor .av-special-heading h4 {
		font-size: 24px;
	}
	#about1.kor .av-special-heading .av-subheading p {
		font-size: 18px;
	}
	#greeting2.kor h6.av-special-heading-tag {
		font-size: 42px;
    	line-height: 1.4em;
	}
	#greeting2.kor h6.av-special-heading-tag img {
		width: 136px;
	}
	#greeting2.kor .avia_textblock {
		margin: 150px 0 0;
	}
	#top #recruit1 {
		transform: none;
		background-attachment: fixed !important;
	}
	#certi1 #kboard-default-list .kboard-list-header {
		padding-bottom: 40px;
	}
	#recruit1 .container {
		padding: 120px 0;
	}
	#recruit1 .entry-content-wrapper > div:not(:first-child) {
		margin-left: 20px;
	}
	#recruit1 .entry-content-wrapper > div {
		width: calc((100% - 40px) / 3);
	}
	#recruit2 {
		padding: 120px 0 90px;
	}
	#recruit2 .container {
		padding: 0px;
	}
	#recruit2 .flex_column_table .flex_column {
		padding: 50px;
		word-break: keep-all;
	}
	#recruit2 div.av-special-heading.av-special-heading-h4 > .av-subheading_below > p br {
		display: none;
	}
	#recruit_not2 a.avia-button {
		border-radius: 0px;
	}
	#av_section_3 {
		padding: 140px 0 50px;
	}
	#recruit_not1 .container {
		padding: 0 0 50px;
	}
	#av_section_3 .container, #recruit_not2 .container, #recruit_not3 .container {
		padding: 0;
	}
	#recruit_not2 .flex_column:last-child {
		margin-left: 40px;
	}
	#recruit_not2 .flex_column {
		width: calc((100% - 40px) / 2);
	}
	#av_section_6 .container {
		padding: 20px 0 60px;
	}
	#recruit_not3 .flex_column_div .av-subheading_below p span {
		width: 48px;
	    height: 48px;
	    top: -120px;
	} 
	#recruit_not3 .flex_column_div {
		width: calc((100% - 9%) / 4);
	}
	#recruit_not3 .flex_column_div:not(:first-child) {
		margin-left: 3%;
	}
	#recruit_not4 .container {
		padding: 50px 0 90px;
	}
	#recruit_not4 .entry-content-wrapper > div:nth-child(2) {
		width: calc((100% - 25px) - 75%);
	}
	#recruit_not4 .entry-content-wrapper > div:nth-child(3) {
		width: calc((100% - 25px) - 25%);
    	margin-left: 25px;
	}
	#recruit_not4 .avia-icon-list-container ul li:not(:first-child) {
		margin-top: 40px;
	}
	#certi1 #kboard-default-list.job_list .category-pc {
		padding-bottom: 50px;
	}
	#catalog_wrap h2.av-special-heading-tag {
		margin-bottom: 30px;
	}
	#inqu3 {
		padding-top: 90px;
	}
	#certi1 #kboard-default-list.academy_list .kboard-list-header {
		padding-bottom: 0;
	}
	#certi1 #kboard-default-list.academy_list .news_link {
		margin: 10px 0 40px;
	}
	#certi1 #kboard-default-list.academy_list .kboard-default-cut-strings {
	    width: auto;
	    overflow: hidden;
	    white-space: unset;
	    text-overflow: unset;
	    word-wrap: normal;
	}
	#certi1 #kboard-document.academy_doc label[for='timereg_privacy_chk'] {
		font-size: 15px;
	}
	#certi1 #kboard-document.academy_doc .kboard-detail .detail-attr .detail-name {
		width: 150px;
	}
	#certi1 #kboard-default-document .kboard-content .content-view {
		padding: 10px 0;
	}
	#certi1 #kboard-document.job_doc .kboard-content .content-view {
		padding: 20px;
	}
	#certi1 #kboard-default-list.job_list .kboard-list > div.list_content {
		justify-content: space-between;
	}
	#certi1 #kboard-default-list.job_list .kboard-list .list_content > div:last-child {
		width: 112px;
	}
	#certi1 #kboard-default-document.co_webzine_wrap.en ul {
		margin-left: 15px;
	}
}

/*모바일*/
@media (max-width: 768px) {
	#certi1 #kboard-default-document.co_webzine_wrap .kboard-detail .detail-attr .detail-value span{
		margin: 0 5px;
		font-size: 13px;
	}
	#certi1 #kboard-default-list.academy_list .kboard-list colgroup {
		display: none;
	}
	#certi1 #kboard-default-list.academy_list .kboard-list td:not(:nth-child(4)) {
		display: none;
	}
	#certi1 #kboard-default-list.academy_list .kboard-list .kboard-default-cut-strings {
		display: none;
	}
	#certi1 #kboard-default-list.academy_list .mb_academy {
		display: block;
	}
	#certi1 #kboard-default-list.academy_list .plan_list thead,
	#certi1 #kboard-default-list.academy_list .plan_list colgroup {
		display: none;
	}
	#certi1 #kboard-default-list.academy_list .plan_list td:not(.mb_plan) {
		display: none;
	}
	#certi1 #kboard-default-list.academy_list .plan_list td.mb_plan {
		display: block;
	}
	#top #certi1 #kboard-default-list.academy_list .kboard-search form {
		flex-wrap: nowrap;
		justify-content: center;
	}
	#top #certi1 #kboard-default-list.academy_list .kboard-search form select {
		min-width: 70px;
    	max-width: 70px;
	}
	#top #certi1 #kboard-default-list.academy_list .kboard-search form input {
		min-width: 150px;
		max-width: 150px;
	}
	#top #certi1 #kboard-default-list.academy_list .kboard-search form button {
		width: 55px;
	}
	#top #certi1 #kboard-default-list.academy_list tr:first-child .kboard-list-title {
		border-top: 2px solid #a5a5a5;
	}
	#top #certi1 #kboard-default-list.academy_list .plan_list tr:first-child .mb_plan {
		border-top: 2px solid #a5a5a5;
	}
	#top #certi1 #kboard-default-list.academy_list tr:last-child .kboard-list-title {
		border-bottom: 1px solid #a5a5a5;
	}
	#top #certi1 #kboard-default-list.academy_list .kboard-list-header {
		padding: 20px 0 0;
	}
	
	.scroll_bar_wrap{
		display: none;
	}
	.responsive #top #home3 .container.av-section-cont-open,
	.responsive #top #home4 .container.av-section-cont-open, 
	.responsive #top #home5 .container.av-section-cont-open,
	.responsive #top #home6 .container.av-section-cont-open, 
	.responsive #top #home7 .container.av-section-cont-open,
	.responsive #top #about1 .container.av-section-cont-open,
	.responsive #top #about2 .container.av-section-cont-open,
	.responsive #top #about3 .container.av-section-cont-open,
	.responsive #top #greeting1 .container.av-section-cont-open,
	.responsive #top #greeting2 .container.av-section-cont-open,
	.responsive #top #certi1 .container.av-section-cont-open,
	.responsive #top #appli1 .container.av-section-cont-open {
		width: calc(100% - 30px);
	    max-width: calc(100% - 30px);
	}
	#top #home3.avia-section .template-page,
	#top #home4.avia-section .template-page, 
	#top #home6.avia-section .template-page,
	#top #home7.avia-section .template-page,
	#top #about2.avia-section .template-page,
	#top #greeting1.avia-section .template-page,
	#top #certi1.avia-section .template-page {
		padding: 0;
	}
	
	.html_header_transparency #top #slider_caption .slideshow_caption {
		padding-top: 0;
	}
	#slider_caption .slideshow_align_caption {
		text-align: center;
	}
	#slider_caption .slideshow_align_caption h2 {
		padding: 0;
	}
	#slider_caption .slideshow_align_caption h2 .desc_text {
		line-height: 1.3em;
    	font-size: 17px;
	}
	#slider_caption .slideshow_align_caption h2 .subject {
		display: block;
	    font-size: 30px;
	    font-weight: bold;
	    letter-spacing: 0em;
	    word-break: keep-all;
	    line-height: 1.3em;
	}
	#slider_caption .slideshow_align_caption .avia-caption-content p {
		font-size: 16px;
	    display: block;
	    line-height: 1.3em;
	    color: #ffffff;
	    padding: 0;
	}
	
	.responsive #top #home1 .container.av-section-cont-open {
		max-width: calc(100% - 30px);
    	width: calc(100% - 30px);
	}
	.responsive #top #home1 .flex_column_table .flex_column:first-child {
		width: calc(100% - 33.33%);
		display: inline-block;
	}
	.responsive #top #home1 .flex_column_table .flex_column:last-child {
		width: calc(100% - 66.67%);
		display: inline-block;
	}
	#top #home1 .avia-button-wrap a.avia-button {
		width: 100%;
	    font-size: 15px;
	    letter-spacing: -0.03em;
	    line-height: 1.3em;
	}
	
	.responsive #top #home2 .container.av-section-cont-open {
		margin: 0 0;
		width: 100%;
		max-width: 100%;
	}
	#home2 .template-page {
		padding-top: 0;
	}
	#home2 .avia-image-container img {
		height: 400px;
    	object-fit: cover;
	}
	.responsive #top #home2 .flex_column_table .flex_column:last-child {
		width: calc(100% - 20px);
	    max-width: calc(100% - 20px);
	    margin: 0 auto;
	    padding: 0;
	}
	#top #home2 .av-special-heading {
		padding: 0;
		margin-top: 25px;
	}
	#top #home2 h3.av-special-heading-tag {
		padding-bottom: 12px;
	    font-size: 28px;
	    letter-spacing: -.03em;
	    line-height: 1.4em;
	}
	#top #home2 br {
		display: none;
	}
	#top #home2 .flex_column .av-subheading.av-subheading_below {
		margin-top: 30px;
    	font-size: 15px;
	}
	#top #home2 .avia-button-wrap a.avia-button {
		margin-top: 30px;
	    font-size: 15px;
	    letter-spacing: -.03em;
	    line-height: 1.3em;
	}
	
	#recruit2 .av-special-heading-h2 h2, .home_title_font .av-special-heading-h2 h2 {
	    font-size: 28px;
	    color: #000000;
	    padding-bottom: 12px;
    	margin-bottom: 0px;
	}
	#recruit2 .av-special-heading-h2 h2:before, .home_title_font .av-special-heading-h2 h2:before {
		width: 28px;
	}
	#home3 {
		min-height: fit-content;
	}
	
	.responsive #top #home4 .flex_column {
		margin-bottom: 40px;
	}
	.responsive #top #home4 .flex_column:last-child {
		margin-bottom: 70px;
	}
	
	#home4 .av-image-caption-overlay-center p, #home5 .av-image-caption-overlay-center p {
		font-size: 20px;
	}
	#home4 br, #home5 br {
		display: none;
	}
	
	.responsive #top #home5 .flex_column:not(:first-child) {
		margin-top: 100px;
	}
	#top #home5.avia-section .template-page {
		padding-bottom: 40px;
	}
	#top #home6 .flex_column_table {
		padding: 20px 0 0;
	}
	#top #home6 .flex_column_table .flex_column,
	#top #home7 .flex_column_table .flex_column {
		width: 50%;
		display: inline-block;
		margin-bottom: 0px;
	}
	#top #home6 .av-flex-placeholder,
	#top #home7 .av-flex-placeholder {
		display: inline;
	}
	
	#top #home7 .flex_column_table {
		padding: 20px 0;
	}
	#home8 .avia_textblock {
		margin: 0px;
	}
	#home8 .avia_textblock p {
		text-align: center;
	    display: inline-block;
	    position: relative;
	    margin: 0;
	    padding: 0;
	    font-size: 28px;
	    font-weight: normal;
	    color: #1C252C;
	    letter-spacing: -.03em;
	    line-height: 1.4em;
	}
	
	#about1 .avia-image-overlay-wrap img {
		width: 100%;
	}
	#about1 .flex_column p {
		padding: 0px;
	}
	#about1 .avia_textblock h2,
	#about1 h2.av-special-heading-tag {
		display: inline-block;
	    position: relative;
	    margin: 0;
	    padding: 0;
	    font-size: 28px;
	    font-weight: bold;
	    color: #000000;
	    letter-spacing: -.03em;
	    line-height: 1.4em;
	}
	#about1 .avia_textblock p {
		text-align: center;
	    display: block;
	    margin: 0;
	    padding: 0;
	    font-size: 15px;
	    font-weight: normal;
	    color: #1C252C;
	    letter-spacing: 0;
	    margin-bottom: 30px;
	    line-height: 1.5em;
	}
	#about1 .av_one_fourth .avia-image-container img {
		height: 60px;
	}
	#about1 .flex_column_table .flex_column {
		padding: 30px 15px;
	} 
	#about1 .av-special-heading .av-subheading p br {
		display: none;
	}
	#about2 h5.av-special-heading-tag {
		display: inline-block;
	    position: relative;
	    margin: 0;
	    padding: 0;
	    font-size: 24px;
	}
	#top #about2 .hr {
		height: 50px;
	}
	#top #about2 .flex_column .hr {
		height: 10px;
	}
	#about2 .av_one_half .avia-image-container img, #greeting1 img, #greeting2 img {
		width: 100%;
		height: auto;
	}
	#about2 .av_one_half .av-special-heading {
		padding: 25px 15px !important;
    	width: 100%;
	}
	
	#top #about3.avia-section .template-page {
		padding-top: 100px;
	}
	#about3 .avia-image-container img {
		max-width: 100%;
    	padding: 5px;
	}
	.responsive #top #about3 .flex_column:not(:last-child) {
		width: 50%;
		display: inline-block;
	}
	#about3 .flex_column:last-child {
		padding: 30px 0 0;
	}
	#about3 .flex_column:last-child h6 {
		display: inline-block;
	    margin: 0;
	    padding: 0;
	    font-size: 24px;
	    padding-top: 10px;
	}
	#about3 .entry-content-wrapper .flex_column_table .av-flex-placeholder {
		display:none;
	}
	#top #about3 .avia-button-wrap .avia-button.avia-color-dark {
		font-size: 15px;
		margin-top: 20px;
	}
	#about3 h6.av-special-heading-tag:before {
		width: 24px;
	}
	#greeting1 .avia_textblock h2 {
		font-size: 28px;
	}
	#greeting1 img {
		padding: 20px;
	}
	#greeting2 img {
		border-radius: 15px;
		margin-bottom: 10px;
	}
	#greeting2 .flex_column_table .flex_column:last-child {
		padding:0px;
	}
	#greeting2 h6.av-special-heading-tag {
		line-height: 1.4em;
	}
	#greeting2 .avia_textblock {
		margin: 40px 0 0;
	}
	#greeting2 .avia_textblock p {
		font-size: 15px;
	}
	#top #greeting2.avia-section .template-page {
		padding-bottom: 0px;
	}
	#greeting2:after {
		bottom: -12%;
	}
	#greeting2 h6.av-special-heading-tag img {
		vertical-align: unset;
		width: 100px;
	    padding: 0 10px;
	    margin-bottom: 0px;
	}
	#appli1 .avia_textblock h2 {
		font-size: 28px;
		margin: 0;
		padding: 0;
	}
	#appli1 .avia_textblock p {
		font-size: 14px;
		margin-top: 20px;
    	padding: 0;
	}
	#av_section_4 .container {
		height: 200px !important;
	}
	#history_tab_wrap {
		padding-top: 80px;
	}
	.js_active #history_tab_wrap .av-tab-section-tab-title-container {
		width: calc(100% - 30px);
	    max-width: calc(100% - 30px);
	}
	.responsive #top #av-tab-section-1-1 .container {
		width: calc(100% - 30px);
	    max-width: calc(100% - 30px);
	}
	#avia-timeline-1 ul {
		padding: 0 20px;
	}
	#avia-timeline-1 ul li {
		padding: 0px 20px;
	}
	#avia-timeline-1 ul.avia-timeline-vertical li .av-milestone-icon-wrap:after {
	    top: 0px;
	    left: 9px;
	}
	#avia-timeline-1 li .av-milestone-date {
		padding: 0px;
	}
	.avia-timeline-vertical.av-milestone-placement-alternate .av-milestone-content-wrap h4.av-milestone-title {
		font-size: 25px;
	}
	#avia-timeline-1 ul.avia-timeline-vertical li .av-milestone-contentbox {
		margin-left: 10px;
	}
	.avia-timeline-vertical.av-milestone-placement-alternate .av-milestone-content-wrap .av-milestone-content p {
		padding: 10px 0;
    	font-size: 14px;
	}
	.avia-timeline-vertical.av-milestone-placement-alternate .av-milestone-content-wrap .av-milestone-content p strong {
		font-size: 11px;
		width: 24px;
		height: 24px;
		flex: none;
	}
	.avia-timeline-vertical.av-milestone-placement-alternate li.av-milestone-even .av-milestone-content-wrap .av-milestone-content p {
		justify-content: start;
	}
	.avia-timeline-vertical.av-milestone-placement-alternate li.av-milestone-even .av-milestone-content-wrap .av-milestone-content p strong {
		order: 0;
	}
	
	.js_active #location_wrap .av-tab-section-tab-title-container {
		margin: 20px auto;
		width: calc(100% - 15px);
    	max-width: calc(100% - 15px);
	}
	#top #location_wrap .avia_textblock h5 {
		font-size: 15px;
	}
	#top #location_wrap .avia_textblock .loc_right {
		font-size: 14px;
	}
	#top #location_wrap .flex_column.first .av_textblock_section {
	    border-right: none;
	}
	#top #location_wrap .avia_textblock ul li strong {
		font-size: 15px;
	}
	#top #location_wrap .avia_textblock ul li {
		font-size: 14px;
	}
	#top #location_wrap .avia_textblock {
		align-items: flex-start;
	}
	#top #location_wrap .avia-buttonrow-wrap a.avia-button {
		width: 100%;
		margin-bottom: 10px;
		font-size: 15px;
	}
	.responsive #top #wrap_all #header{
		position: fixed;
        top: 0;
        background: none;
	}
	#top #header_meta{
		display: none !important;
	}
	.responsive #top .av_header_transparency .logo img.alternate, 
	.responsive #top .av_header_transparency .logo .subtext.avia-svg-logo-sub{
        display: block;
        height: 50px !important;
	}
	.responsive #top .av_header_transparency.av_alternate_logo_active .logo a > img, 
	.responsive #top .av_header_transparency.av_alternate_logo_active .logo a > svg{
		height: 50px !important;
        opacity: 0;
	}
	.responsive #top #header_main > .container .main_menu .av-main-nav > li > a, 
	.responsive #top #wrap_all .av-logo-container {
        height: 50px;
        line-height: 50px;
    }
    .responsive #top .logo,
    .responsive .logo img, .responsive .logo svg{
    	height: 50px !important;
    }
    .responsive #top #wrap_all .container{
    	width: 92%;
        max-width: 92%;
    }
    #top .header_color .av-hamburger-inner, 
    #top .header_color .av-hamburger-inner::before, 
    #top .header_color .av-hamburger-inner::after{
    	background: #000;
    }
    #top .header_color.av_header_transparency .av-hamburger-inner, 
    #top .header_color.av_header_transparency .av-hamburger-inner::before, 
    #top .header_color.av_header_transparency .av-hamburger-inner::after{
    	background: #fff;
    }
    .avia-fullscreen-slider .avia-slideshow-controls a, .avia-fullscreen-slider .av-control-minimal .avia-slideshow-controls a{
    	opacity: 1;
    }
    #slider_caption .avia-slideshow-controls.avia-slideshow-dots{
    	bottom: 10%;
        top: auto;
        left: auto;
        transform: none;
        height: auto;
    }
    #slider_caption .avia-slideshow-controls.avia-slideshow-dots a,
    #slider_caption .avia-slideshow-controls.avia-slideshow-dots a:first-child{
    	width: 18px;
        height: 3px;
        margin: 0 3px;
        position: static;
    }
    #sub_top_img .content{
    	padding: 0;
    }
    #sub_top_img .av-special-heading-h1 {
	    padding: 30px 0 0 !important;
	}
	#sub_top_img h1.av-special-heading-tag {
    	font-size: 22px;
   	}
   	#sub_top_img .av-subheading p{
   		font-size: 14px;
   	}
   	.responsive #top #wrap_all #gb_bread_wrap .container{
   		width: 100%;
        max-width: 100%;
   	}
   	.sub_loca_wrap{
   		display: block;
        width: 100%;
   	}
   	.sub_location{
   		
   	}
   	.sub_location ul{
   		width: 100%;
   	}
   	.sub_location ul li.snb_on span .dashicons{
   		top: 11px;
   	}
   	.sub_location ul li.loca_home .dashicons{
   		line-height: 50px;
   	}
   	.sub_location ul li.loca_home{
   		flex: 0 0 50px;
        line-height: 50px;
   	}
   	.sub_location ul li.snb_on:before{
   		content: none;
   	}
   	.sub_location ul li.snb_on{
   		flex: 1;
	    line-height: 50px;
	    border-left: 1px solid #000;
   	}
   	#top #history_tab_wrap .av-section-tab-title{
   		flex: 0 0 calc((100% - 8px) / 3);
   	}
   	#greeting2:after{
   		height: 80%;
   	}
   	#top #kboard-default-list .kboard-category select{
   		height: 40px;
        margin: 10px 0 0;
        padding: 0 10px;
   	}
   	#top #kboard-default-list.co_product_wrap .kboard-list ul{
   		gap: 6px;
   	}
   	#top #kboard-default-list.co_product_wrap .kboard-list ul li{
   		flex: 0 0 calc((100% - 6px) / 2);
   		width: calc((100% - 6px) / 2);
   	}
   	.sub_location ul li.snb_on span{
   		font-size: 14px;
   	}
   	#top .product_top{
   		flex-wrap: wrap;
   	}
   	html #top .co_product_wrap .product_slider,
   	html #top .co_product_wrap .product_info{
   		flex: 0 0 100%;
   	}
   	html #top .co_product_wrap .category{
   		font-size: 13px;
   	}
   	html #top .co_product_wrap .product_info h3{
   		font-size: 15px;
   	}
   	html #top .co_product_wrap .product_info h1{
   		font-size: 22px;
   	}
   	#top .co_product_wrap a.kboard-default-button-small, 
   	#top .co_product_wrap input.kboard-default-button-small, 
   	#top .co_product_wrap button.kboard-default-button-small,
   	#top .co_webzine_wrap a.kboard-default-button-small, 
   	#top .co_webzine_wrap input.kboard-default-button-small, 
   	#top .co_webzine_wrap button.kboard-default-button-small{
   		font-size: 12px;
        padding: 5px 10px;
   	}
   	#top #kboard-default-document.co_webzine_wrap .kboard-title h1{
   		font-size: 20px;
   		line-height: 1;
   	}
   	#top #kboard-default-document{
   		padding: 20px 0;
   	}
  	#top #kboard-default-document.co_webzine_wrap .kboard-detail{
  		padding: 0 0 15px;
        margin: 0 0 15px;
  	}
  	#top #kboard-default-document.co_webzine_wrap .kboard-detail .detail-attr {
  		font-size: 13px;
	    padding: 8px 0 0;
	}
	#top #kboard-default-document.co_webzine_wrap .kboard-detail .detail-attr .detail-value{
		font-size: 13px;
	}
   	#top #kboard-default-list.co_product2_wrap .kboard-list ul{
   		gap: 10px;
   	}
   	#top #kboard-default-list.co_product2_wrap .kboard-list ul li{
   		flex: 0 0 calc((100% - 10px) / 2);
   		position: relative;
   	}
   	#top #kboard-default-list.co_product2_wrap .kboard-list ul li .thumb img{
   		height: auto;
   	}
   	#top .co_product2_wrap .overlay{
   		padding: 15px 15px;
   	}
   	#appli_tab .av-tab-section-tab-title-container{
   		padding: 0 10px !important;
   	}
   	#top #appli_tab .av-section-tab-title{
   		flex: 0 0 100%;
   	}
   	#top .av-tab-no-icon.av-tab-no-image .av-inner-tab-title{
   		line-height: 45px;
   		font-size: 16px;
   	}
   	#appli_tab .av-layout-tab-inner .av_one_full.appli_tab_sub_title .avia_textblock{
   		padding: 25px 20px;
	    border: 3px solid #e9e9e9;
	    border-radius: 15px;	
   	}
   	#appli_tab .av-layout-tab-inner .av_one_full.appli_tab_sub_title .avia_textblock h6{
   		margin: 0 0 6px;
	    padding: 0;
	    font-size: 15px;
	    font-weight: bold;
	    color: #6ED34A;
	    line-height: 19px;
	    letter-spacing: -.03em;
   	}
   	#appli_tab .av-layout-tab-inner .av_one_full.appli_tab_sub_title .avia_textblock h4{
	    margin: 0;
    	padding: 0;
	    font-size: 25px;
	    font-weight: bold;
	    color: #1C252C;
	    line-height: 29px;
	    letter-spacing: -.03em;
   	}
   	#appli_tab .av-layout-tab-inner .av_one_full.appli_tab_sub_title .avia_textblock p{
   		margin: 18px 0 0;
	    padding: 0;
	    font-size: 14px;
	    color: #888888;
	    line-height: 18px;
	    letter-spacing: -.03em;
   	}
    .responsive #top #wrap_all #appli_tab .container {
        width: 100vw;
        max-width: 100vw;
        padding: 0 10px;
    }
    #top #kboard-default-list.co_webzine_wrap .kboard-list ul li .content_wrap{
    	flex-wrap: wrap;
    	gap: 15px;
    }
    #top #kboard-default-list.co_webzine_wrap .kboard-list ul li .thumb{
    	flex: 0 0 100%;
        height: auto;
        min-height: unset;
        max-height: unset;
    }
    #top #kboard-default-list.co_webzine_wrap .kboard-list ul li .b_content,
    #top #kboard-default-list.co_webzine_wrap .kboard-list ul li{
    	flex: 0 0 100%;
    }
    #top #kboard-default-list.co_webzine_wrap .kboard-list ul li .subject{
	    display: block;
	    font-size: 22px;
	    font-weight: bold;
	    color: #1C252C;
	    line-height: 22px;
	    letter-spacing: -.03em;
	    margin: 0;
        padding: 0;
    }
    #top #kboard-hwaikeul-video-list .kboard-list .kboard-list-item{
    	width: 100%;
    }
    #top #kboard-hwaikeul-video-list .kboard-list .kboard-list-item .kboard-hwaikeul-video-wrap .kboard-hwaikeul-video-title{
        font-size: 14px;
    }
    #top #kboard-default-list.co_webzine_wrap .kboard-list ul li .content_ex{
    	display: block;
	    margin-top: 15px;
	    font-size: 15px;
	    color: #666;
	    line-height: 20px;
	    letter-spacing: -.03em;
    }
    #top #kboard-default-list.co_webzine_wrap .kboard-list ul li .date{
    	display: block;
	    margin-top: 12px;
	    font-size: 15px;
	    color: #6ED34A;
	    line-height: 18px;
	    letter-spacing: -.03em;
	    position: static;
    }
    #top .avia-section-large .content, 
    #top .avia-section-large .sidebar {
	    padding-top: 20px;
	    padding-bottom: 20px;
	}
	#catalog_wrap h2.av-special-heading-tag{
		font-size: 28px;
		line-height: 1.2em;
	}
	#catalog_wrap .av-subheading p{
		font-size: 14px;
	}
	.responsive #top #inqu2 .flex_column_table{
		display: flex;
        flex-wrap: wrap;
	}
	#top #inqu2 .no_margin.av_one_fourth{
		flex: 0 0 50%;
        width: auto;
        border: none;
        padding: 0;
	}
	#inqu2 .avia_textblock p{
		font-size: 17px;
        margin: 0;
	}
	#inqu2 .avia-single-number{
		font-size: 29px;
	}
	#top.lang-ko #history_tab_wrap .av-section-tab-title{
        flex: 0 0 calc((100% - 4px) / 2);
	}
	#top #kboard-default-list .kboard-list table{
		border: none;
	}
	#top #kboard-default-list.info_list .kboard-list tbody tr td{
		padding: 10px;
	}
	#top #kboard-default-list .kboard-list table td.kboard-list-title .kboard-default-cut-strings{
		margin: 0;
	}
	#top #kboard-default-list.info_list .kboard-list-header h2{
		font-size: 20px;
		margin: 20px 0 0;
	}
	#top #kboard-hwaikeul-video-list .kboard-category .kboard-category-list{
		margin: 10px 0;
        display: flex;
        gap: 5px;
        flex-wrap: wrap;
	}
	#top #kboard-hwaikeul-video-list .kboard-category .kboard-category-list li{
		flex: 0 0 calc((100% - 10px) / 3);
        margin: 0;
        float: none;
        width: auto;
	}
	#top #kboard-hwaikeul-video-list .kboard-category .cate_custom li a{
		font-size: 14px;
        padding: 5px 0;
        min-width: unset;
	}
	#top #kboard-discover-faq-list.notice_list .kboard-list{
		margin: 20px 0;
	}
	#appli1 .avia_textblock h2.h2_font{
		font-size: 28px;
		line-height: 1.2em;
	}
	#appli1 .avia_textblock p strong{
	    font-size: 20px;
	    line-height: 1.4em;
	}
	#appli1 .avia_textblock p{
		font-size: 15px;
	    line-height: 1.5em;
	}
	#top #main #recruit2.avia-section .template-page{
		padding: 60px 0;
	}
	#top #recruit2.avia-section .flex_column_table{
        display: flex;
        flex-wrap: wrap;
        gap: 15px;
	}
	#top #recruit2.avia-section .flex_column{
        padding: 15px 10px;
        flex: 0 0 calc((100% - 15px) / 2);
        margin: 0;
	}
	#top #recruit2 .av-flex-placeholder,
	#recruit2 div.av-special-heading.av-special-heading-h4 > .av-subheading_below > p br{
		display: none;
	}
	#recruit2 div.av-special-heading.av-special-heading-h4 > h4{
		font-size: 16px;
    	line-height: 1.4em;
	}
	#recruit2 div.av-special-heading.av-special-heading-h4 > .av-subheading_below > p{
		font-size: 14px;
    	line-height: 1.4em;
    	margin: 0;
	}
	#recruit2 .avia-image-overlay-wrap img{
		max-height: 60px;
        max-width: 60px;
        width: auto;
        height: auto;
	}
	#recruit2 div.av-special-heading.av-special-heading-h4{
		margin: 0;
		padding: 0;
	}
	.recruit_not .av-special-heading-h2 h2{
		font-size: 22px;
	    letter-spacing: -0.03em;
	    line-height: 1.3em;
	}
	#recruit_not2 .avia-color-theme-color .avia_iconbox_title br{
		display: block;
	}
	#recruit_not2 .avia-color-theme-color{
        padding: 20px 24px;
        justify-content: flex-start;
	}
	#recruit_not2 .avia-color-theme-color .avia_iconbox_title{
        font-size: 20px;
        padding-right: 24px;
	}
	#recruit_not2 .avia-color-theme-color .av-button-description{
		padding-left: 24px;
	}
	#recruit_not2 .avia-color-theme-color .av-button-description p{
		font-size: 15px;
	}
	#top.page-id-635 #main #av_section_6.avia-section .template-page{
		padding: 0;
	}
	#top #main #recruit_not2.avia-section .template-page{
		padding: 20px 0 0;
	}
	#top.page-id-635 #main #av_section_6.avia-section .template-page .hr{
		margin: 0;
	}
	#recruit_not3 .flex_column_div{
		height: auto;
        padding: 20px;
        margin: 0 0 60px !important;
	}
	#recruit_not3 .entry-content-wrapper .flex_column:not(:nth-child(4)):before{
		left: 50%;
	    bottom: -15px;
	    transform: translateX(-50%);
        top: unset;
        width: 9px;
    	height: 15px;
	}
	#recruit_not3 .entry-content-wrapper .flex_column:not(:nth-child(4)):after{
	    left: 50%;
	    top: unset;
	    bottom: -50px;
	    transform: translateX(-50%);
	    display: inline-block;
	    border-top: 13px solid #9dd3f9;
	    border-left: 9px solid transparent;
	    border-right: 9px solid transparent;
	    height: 13px;
	}
	#recruit_not3 .flex_column_div h3.av-special-heading-tag{
		font-size: 16px;
    	line-height: 1.4;
	}
	#recruit_not3 .flex_column_div .av-subheading_below p{
		font-size: 14px;
    	line-height: 1.6;
    	padding: 0;
	}
	#recruit_not3 .flex_column_div .av-subheading_below p span{
		position: absolute;
        top: -54px;
        width: 48px;
        height: 48px;
        line-height: 48px;
	}
	#recruit_not3 .hr{
		margin: 0;
	}
	#recruit_not4 .hr{
		margin: 0 0 20px;
	}
	#recruit_not4 .avia-icon-list-container ul li .av_iconlist_title{
		font-size: 18px;
    	line-height: 1.4em;
	}
	#top #kboard-default-list.job_list .kboard-total-count{
		margin: 0 0 7px;
        font-size: 22px;
	}
	#top #kboard-default-list.job_list .kboard-list .list_content > div:first-child{
	    padding: 14px 20px;
	    flex: 1;
	}
	#top #kboard-default-list.job_list .kboard-list .list_content > div:last-child{
		flex: 0 0 86px;
		font-size: 15px;
	}
	#top #kboard-default-list.job_list .list_content .kboard-list-title{
		margin: 0;
	}
	#top #kboard-default-list.job_list .list_content .kboard-list-title .time_div{
		margin: 0 0 5px;
	}
	#top #kboard-default-list.job_list .list_content .kboard-list-title .time_div span{
		font-size: 15px;
		line-height: 1.3;
        padding: 3px 6px;
	}
	#top #kboard-default-list.job_list .list_content .kboard-list-title a .kboard-default-cut-strings{
		display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        font-size: 15px;
        font-weight: bold;
        color: #333;
        white-space: normal;
	}
	#top #kboard-default-list.job_list .list_content .kboard-list-date{
		display: none;
	}
	#top #certi1 #kboard-default-list .kboard-search{
		margin: 20px 0;
	}
	#top #certi1 #kboard-default-list .kboard-search form{
        display: flex;
        gap: 5px;
        flex-wrap: wrap;
	}
	#top #certi1 #kboard-default-list .kboard-search form select{
        flex: 0 0 calc((100% - 5px) / 2);
        width: auto;
        float: none;
        min-width: auto;
        max-width: none;
        margin: 0;
	}
	#top #kboard-discover-faq-list.notice_list .kboard-list .kboard-list-item .kboard-list-button{
		padding: 15px;
	}
	#top #kboard-discover-faq-list.notice_list .kboard-list .kboard-list-item .kboard-list-button .kboard-list-title{
		font-weight: normal;
        font-size: 13px;
        display: block;
        padding: 0;
	}
	#top #kboard-discover-faq-list.notice_list .kboard-list .kboard-list-item .list-date{
		font-weight: normal;
        font-size: 13px;
        display: block;
	}
	#kboard-discover-faq-list.notice_list .kboard-list .kboard-list-item .accordion{
		
	}
	body .cosmosfarm-floating-menu{
		width: 50px !important;
	    bottom: 10px !important;
	    right: 10px !important;
	}
	body .cosmosfarm-floating-menu .floating-menu-item img{
		width: 50px !important;
    	height: 50px !important;
	}
	.av-burger-overlay{
		display: none !important;
	}
	#mobile_menu{
		display: block;
        position: fixed;
        left: -100%;
        top: 0;
        width: 100%;
        height: 100%;
        background: #000;
        z-index: 2;
        overflow-y: scroll;
        transition: all .3s;
	}
	#mobile_menu .av-burger-menu-main{
		display: none !important;
	}
	#mobile_menu.active{
		left: 0;
	}
	#mobile_menu .lang_sel{
		
	}
	#mobile_menu .lang_sel ul{
		margin: 50px 0 0;
        border-top: 1px solid #1a1a1a;
        border-bottom: 1px solid #1a1a1a;
        display: flex;
        align-items: center;
        justify-content: center;
	}
	#mobile_menu .lang_sel ul li{
		flex: 1;
        text-align: center;
	}
	#mobile_menu .lang_sel ul li a{
		font-size: 14px;
        font-weight: bold;
        color: #aaaaaa;
        display: block;
        height: 50px;
        line-height: 50px;
	}
	#mobile_menu .lang_sel ul li:last-child{
		border-left: 1px solid #1a1a1a;
	}
	#mobile_menu .mobile_main_menu{
		
	}
	#mobile_menu .mobile_main_menu > ul{
		margin: 0;
	}
	#mobile_menu .mobile_main_menu > ul > li{
		padding: 10px;
        border-bottom: 1px solid #1a1a1a;
        display: flex;
	}
	#mobile_menu .mobile_main_menu > ul > li > a{
		flex: 1;
        line-height: 1.8em;
        margin: 0;
        padding: 5px 5px 5px 0;
        font-size: 14px;
        font-weight: bold;
        color: #ffffff !important;
        list-style-type: n;
        height: auto;
	}
	#mobile_menu .mobile_main_menu .sub-menu{
		display: block !important;
	    opacity: 1 !important;
	    visibility: visible !important;
	    background: none;
	    flex: 1;
        margin: 0;
	}
	#mobile_menu .mobile_main_menu .sub-menu li{
		margin: 0;
	}
	#mobile_menu .mobile_main_menu .sub-menu li a{
        line-height: 1.8em;
        padding: 5px 0;
        font-size: 14px;
        font-weight: bold;
        color: #aaaaaa;
        background: none;
        display: block;
        height: auto;
	}
	#mobile_menu .mobile_main_menu .sub-menu li a:hover,
	#mobile_menu .mobile_main_menu .sub-menu li.current-menu-item a{
        color: var(--color) !important;
	}
	
	#ac_view_close {
		margin-top: 40px;
	}
	#certi1 #kboard-hwaikeul-video-document {
		padding: 30px 0;
	}
}
