/* include 공통 CSS */
.point {color: var(--main-color);}
.sub-titlebox {position: relative;}
.sub-titlebox:before {content: ''; display: block; position: absolute; left: 0; top: 0; width: 0.4rem; height: 4px; background-color: var(--main-color);}
.b2c-linkbox {display: flex; justify-content: center; margin-bottom: 1rem; text-align: center;}
.b2c-linkbox__link {padding: 0.2rem 0.6rem; border: 1px solid var(--sub-gray); border-radius: 1rem; font-size: var(--fz-20); font-weight: 600; color: var(--main-black); text-align: center; line-height: 1; transition: all 0.4s;}
@media (hover:hover) {
	.b2c-linkbox__link:hover {background-color: var(--main-color); border-color: var(--main-color); color: #fff;}
}
@media (max-width:768px) {
	.b2c-linkbox__link {padding: 0.2rem 0.5rem; font-size: var(--fz-18);}
}


.icon-list {display: flex; flex-flow: row wrap;}
.icon-list__item {display: flex; flex-direction: column; align-items: center; width: 16.667%; margin-top: 0.3rem; font-family: 'Pretendard', sans-serif;}
.icon-list__item:nth-child(-n + 6) {margin-top: 0;}
.icon-list__image {position: relative; display: flex; justify-content: center; align-items: center; width: 1.2rem; aspect-ratio: 1 auto; margin-bottom: 0.15rem; border: 2px solid #B9BABB; border-radius: 50%;}
.icon-list__image::before {content: ''; display: block; position: absolute; left: -42%; top: 50%; transform: translateY(-50%); width: 42%; height: 2px; background-color: #B9BABB;}
.icon-list__item:nth-child(6n-5) .icon-list__image::before {display: none;}
.icon-list__title {display: block; padding-bottom: 0.05rem; font-size: var(--fz-20); color: #1F478A; font-weight: 800; text-align: center;}
.icon-list__desc {width: 1.2rem; margin: 0 auto; padding-top: 0.05rem; border-top: 1px solid var(--sub-gray); font-size: var(--fz-15); color: #B6B7B9; line-height: 1.35;}
@media (max-width:768px) {
	.icon-list__item {width: 25%;}
	.icon-list__item:nth-child(5), .icon-list__item:nth-child(6) {margin-top: 0.3rem;}
	.icon-list__image {margin-bottom: 0.1rem;}
	.icon-list__image::before {left: -48%; width: 48%;}
	.icon-list__image img {max-width: 0.55rem;}
	.icon-list__item:nth-child(6n-5) .icon-list__image::before {display: block;}
	.icon-list__item:nth-child(4n-3) .icon-list__image::before {display: none;}
	.icon-list__title {font-size: var(--fz-18);}
	.icon-list__desc {font-size: var(--fz-14);}
}
@media (max-width:500px) {
	.icon-list__item {width: 33.334%;}
	.icon-list__item:nth-child(4){margin-top: 0.3rem;}
	.icon-list__image::before {left: -27%; width: 27%;}
	.icon-list__item:nth-child(4n-3) .icon-list__image::before {display: block;}
	.icon-list__item:nth-child(3n-2) .icon-list__image::before {display: none;}
}
/***** 모바일 / 태블릿 전용 CSS *****/
@media screen and (hover: none) and (pointer: coarse) {
	@media (max-width:768px) {
		.icon-list__image::before {left: -52%; width: 52%;}
	}
	@media (max-width:500px) {
		.icon-list__image::before {left: -32%; width: 32%;}
	}
}
/************************* 공통 시작*************************/
.inner {margin: 0 auto; max-width:1520px; width: 100%;}
@media(max-width:1560px){
	.inner {padding: 0 4%;}
}
.inner-1000 {margin: 0 auto; max-width:1000px; width: 100%;}
@media(max-width:1040px){
	.inner-1000 {padding: 0 4%;}
}

.sub-content				{min-height:5rem;}
/************************* 공통 끝 *************************/

/************************* header_inc 시작*************************/
#header{position: fixed; padding:0; z-index: 1000; left:0; top:0; width:100%; border-bottom: 1px solid transparent; transition:.5s ease all;}
#header:has(.header-all){height:100%; max-height:0.8rem;}
#header.all-drop {max-height:max(400px, 50vh); }

.header {display:flex; justify-content:space-between; align-items:center; padding-left: calc((100% - 1520px)/2);}
@media(max-width:1080px){
	#header:has(.header-all) .header {height: 0.8rem;}
}
@media(max-width:768px){
	.header {height: 0.8rem;}
}
.header-logo__link {display: block;}
.header-logo__img {width: 1rem;}

.header .header__ui{display: flex; justify-content: flex-end; align-items: center;}

.header-language {display: none; position: relative; text-align:center;}
.header-language .header-language__button{display: flex; align-items:center; height: 0.8rem; font-size: var(--fz-16); color: #fff; transition:.5s ease all;}
.header-language .header-language__navi{display: none; position:absolute; top: 100%; left: 50%; transform:translateX(-50%); padding:0.05rem 0; background:#fff;}
.header-language .header-language__link{padding:0.05rem 0.2rem; display:block; font-size: var(--fz-15); color: var(--main-black);}
@media(max-width:1080px){
	#header:has(.header-all) .header-language {display: none;}
}
@media(max-width:768px){
	.header-language {display: none;}	
}
.header-language .header-language__button--active {color: var(--main-color);}
.header-language .header-language__button:active, 
.header-language .header-language__button:focus-visible {color: var(--main-color);}
@media(hover:hover){
	.header-language .header-language__button:hover {color: var(--main-color);}
}


.header-login {display: flex; align-items: flex-end;}
.header-login .header-login__link {margin-left: 0.1rem; display: block; font-size:var(--fz-16); color:#fff; transition:.5s ease all;}
.header-login .header-login__link:first-of-type {margin-left: 0;}
@media(max-width:768px){
	.header-login{display: none;}	
}

.header-login .header-login__link:active,
.header-login .header-login__link:focus-visible {color: var(--main-color);}
@media(hover:hover){
	.header-login .header-login__link:hover {color: var(--main-color);}
}

.header-navi .header-navi__mainmenu {display: flex; align-items: center; justify-content: center;}
.header-navi .header-navi__mainlist {position: relative; margin:0 0.1rem; padding:0 0.3rem;}
.header-navi .header-navi__mainlink {height: 1rem; display: flex; align-items: center; font-size: var(--fz-18); font-weight: 600; color: #fff; transition:.5s ease all;}
.header-navi .header-navi__mainlink:focus-visible, 
.header-navi .header-navi__mainlink:active,
.header-navi .header-navi__mainlink--current {color: var(--main-color);}
.header-navi .header-navi__submenu{display: none; position: absolute; top:100%; background:#fff; padding:0.05rem; width: 100%; left:0; right:0; margin: auto; border:1px solid #ddd;}
.header-navi .header-navi__sublink{display: block; padding:0.05rem; text-align: center; transition:.5s ease all;}
.header-navi .header-navi__sublink:focus-visible,
.header-navi .header-navi__sublink:active,
.header-navi .header-navi__sublink--current {color: var(--main-color);}
@media(hover:hover){
	.header-navi .header-navi__mainlink:hover {color: var(--main-color);}
	.header-navi .header-navi__sublink:hover {color: var(--main-color);}
}
@media(max-width:768px){
	.header-navi {display: none;}	
}

.header-all .header-all__mainmenu {display: flex;}
.header-all .header-all__mainlist {margin:0 0.32rem; position: relative;}
.header-all .header-all__mainlink {padding:0 1em; display: flex; justify-content:center; align-items: center; height: 0.8rem; font-size: var(--fz-17); font-weight: 500; text-align: center; transition:.5s ease all;}
.header-all .header-all__submenu {position: absolute; top: 100%; left: 0; padding:0.075rem 0; width: 100%; opacity: 0; visibility:hidden; transition:.3s ease all;}
.header-all .header-all__sublink {padding:0.075rem 5px; font-size: var(--fz-15); display: block; text-align: center; transition:.5s ease all;}
#header.all-drop .header-all__submenu {opacity: 1; visibility:visible;}
@media(max-width:1080px){
	.header-all {display: none;}
}

@media(hover:hover){
	.header-all .header-all__mainlink:hover {color: var(--main-color);}
	.header-all .header-all__sublink:hover {color: var(--main-color);}
}

.hamburger-inquiry {position: relative; width: 1rem;}
.hamburger-box {display: flex; justify-content: center; align-items: center; width: 100%; aspect-ratio: 1 auto; background-color: var(--main-color);}
.hamburger {position: relative; width: 27px; height: 21px;}
.hamburger .hamburger__bar {position: absolute; left: 0; width: 100%; height: 2px; border-radius: 2px; background-color: #fff; transition:.5s ease all;}
.hamburger .hamburger__bar--top {top: 0;}
.hamburger .hamburger__bar--middle {top: 50%; transform:translateY(-50%)}
.hamburger .hamburger__bar--bottom {bottom: 0;}
.hamburger--active .hamburger__bar--top {top: 50%; left: 50%; transform:translate(-50%, -50%) rotate(45deg)}
.hamburger--active .hamburger__bar--middle {opacity: 0;}
.hamburger--active .hamburger__bar--bottom {bottom: 50%; left: 50%; transform:translate(-50%, 50%) rotate(-45deg)}
.inquiry-box {position: absolute; top: 100%; left: 0;  width: 100%; background-color: #fff;}
.inquiry-box2 {position: absolute; top: 190%; left: 0;  width: 100%; background-color: #fff;}
.inquiry-box3 {position: absolute; top: 274%; left: 0;  width: 100%; background-color: #fff;}
.inquiry__link {display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 0.12rem 0; box-shadow: 2px 2px 12px 0 rgba(0,0,0,0.15);}
.inquiry__image {margin-bottom: 0.1rem;}
.inquiry__title {/* writing-mode: vertical-lr; */ font-size: var(--fz-15); font-weight: 600; line-height: 1.1;}


@media(max-width:1080px){
	#header:has(.header-all) .hamburger {display: block;}
}
@media(max-width:768px){	
	.hamburger-inquiry {width: 0.8rem;}
	.hamburger {display:block;}
	.inquiry-box {display: none;}
}

.hamburger-navi {position: fixed; top: 0; right: -100%; bottom: 0; padding: 0.3rem 0.3rem 0.3rem 0.4rem; background-color: #fff; transition:.3s ease-in-out all; overflow: auto; z-index: 10000;}
.hamburger-navi--active {right: 0;}
.hamburger-navi__close {display: flex; margin-left: auto;}
.hamburger-navi__contactbox {margin-top: 0.6rem;}
.hamburger-navi__contact {font-size: var(--fz-20); font-weight: 600; line-height: 1.4; color: #111;}
.hamburger-navi__section {padding:0.1rem calc((100% - 1600px) / 2);;position: relative;}
/* .hamburger-navi__section:after {position: absolute; content:""; right: 0; left: 0; bottom: 0; margin: 0 auto; width: 96%; height: 1px; background-color: var(--main-gray);} */
.hamburger-navi__section:last-child:after {display: none;}
.hamburger-navi__section.hamburger-navi__lang {display: none;}
.hamburger-navi__mainmenu {margin: 0 auto; padding-right: 0; padding-left: 0;}
.hamburger-navi .hamburger-navi__mainlink {padding:1.25em calc((100% - 1600px) / 2); display: block; border-bottom: 1px solid var(--sub-gray); font-size: var(--fz-20); font-weight: 600; color: var(--main-color); transition:.5s ease all;}
.hamburger-navi__mainlink--active {}
.hamburger-navi__mainlink--no-sub {background:none;}
.hamburger-navi__submenu {padding:0.075rem calc((100% - 1600px) / 2); display: none;}
.hamburger-navi__sublink {padding:0.5em; display: block; font-size: var(--fz-16); transition:.5s ease all;}
.hamburger-navi__info {padding:0.625em 0; display: flex; flex-direction: column; font-size: var(--fz-16);}
.hamburger-navi__category {display: inline-block; width: 80px; font-size: var(--fz-16); font-weight: 600; color: var(--main-color); line-height: 1.4;}
.hamburger-navi__detail {flex: 1 auto; font-weight: 500;}
.header-navi__lang-link {padding:0.5em 0; display: inline-flex; align-items: center; font-size: var(--fz-16);}
.header-navi__lang-link:before {display: inline-block; margin-right: 0.5em; content:""; width: 0.75em; height: 0.75em; border-radius:50%; border:1px solid var(--main-black); transition:.5s ease all;}
.header-navi__lang-link--active:before {background-color: var(--main-black);}

.overlay {opacity: 0; visibility: hidden; position: fixed; left: 0; top: 0; width: 100%; height: 100%; background-color: rgba(0,0,0,0.4); transition: .5s ease-in-out all; z-index: 9999;}
.overlay--active {opacity: 1; visibility: visible;}
@media(max-width:1640px){
	.hamburger-navi__section {padding-right: 4%; padding-left: 4%;}
	.hamburger-navi__mainmenu {padding-right: 0; padding-left: 0;}
	.hamburger-navi__mainlink {padding-right: 4%; padding-left: 4%;}
	.hamburger-navi__submenu {padding-right: 4%; padding-left: 4%;}
}
@media(hover:hover){
	/* .hamburger-navi__mainlink:hover {background-color: var(--main-gray);} */
	.hamburger-navi__sublink:hover {color: var(--main-color);}
	.header-navi__lang-link:hover:before {background-color: var(--main-black);}
}

/* 스크롤 다운 헤더 CSS Start */
#header.fix-header {background-color:#fff; border-bottom: 1px solid var(--sub-gray);}
#header.fix-header .header-navi .header-navi__mainlink {color: var(--main-black);}
#header.fix-header .menu-button .menu-button__bar {background-color: var(--main-black);}
#header.fix-header .header-login .header-login__link {color: var(--main-black);}
#header.fix-header .header-language .header-language__button{color: var(--main-black);}
/* #header.fix-header .hamburger .hamburger__bar {background-color: var(--main-black);} */
/* 스크롤 다운 헤더 CSS End */

/* 헤더 마우스 호버 CSS Start */
#header.header-enter {background-color:#fff; border-bottom: 1px solid var(--sub-gray);}
#header.header-enter .header-navi .header-navi__mainlink {color: var(--main-black);}
#header.header-enter .menu-button .menu-button__bar {background-color: var(--main-black);}
#header.header-enter .header-login .header-login__link {color: var(--main-black);}
#header.header-enter .header-language .header-language__button{color: var(--main-black);}
/* #header.header-enter .hamburger .hamburger__bar {background-color: var(--main-black);} */
/* 헤더 마우스 호버 CSS End */

/* #header.ham-open {background-color: #fff; border-bottom:transparent;}
#header.ham-open .hamburger .hamburger__bar {background-color: var(--main-black);} */


/************************* header_inc 끝*************************/



/************************* sub-dropdown 시작 *************************/
.sub-dropmenu {display: none; border-bottom:1px solid var(--main-gray);}
.dropmenu {margin: 0 auto; max-width:1600px; display: flex; align-items:center;}
.dropmenu .dropmenu__home {display: inline-flex; width: 0.6rem; height: 0.6rem; justify-content:center; align-items:center; text-align: center; border-left:1px solid var(--main-gray); transition:.5s ease all;}
.dropmenu .dropmenu__home:active,
.dropmenu .dropmenu__home:focus-visible {background-color: var(--main-color);}
.dropmenu .dropmenu__homeicon {width: 0.2rem;}
.dropmenu .dropmenu__menuwrap {display: flex; width: calc(100% - 0.6rem);}
.dropmenu .dropmenu__menu {position: relative; width: 2.5rem;}
.dropmenu .dropmenu__menu--depth2 {margin-left: -1px;}
.dropmenu .dropmenu__btn {position: relative; width: 100%; height: 0.6rem; padding:0 0.16rem; display: flex; justify-content:space-between; align-items:center; font-size: var(--fz-16); font-weight: 500; border-left:1px solid var(--main-gray); border-right:1px solid var(--main-gray); transition:.5s ease all;}
.dropmenu .dropmenu__btn--active,
.dropmenu .dropmenu__btn:active,
.dropmenu .dropmenu__btn:focus-visible {color: var(--main-color);}
.dropmenu .dropmenu__btn .dropmenu__arrow {transition:.5s ease all;}
.dropmenu .dropmenu__btn--active .dropmenu__arrow {transform:rotate(180deg);}
.dropmenu .dropmenu__menulist {position: absolute; display: none; padding:0.04rem 0; width: 100%; top: 100%; left: 0; background-color: #fff; border:1px solid var(--main-gray);}
.dropmenu .dropmenu__menulink {display: block; margin:0.04rem 0; padding:0.04rem 0.16rem; font-size: var(--fz-15); transition:.5s ease all;}
.dropmenu .dropmenu__menulink:active,
.dropmenu .dropmenu__menulink:focus-visible {color: var(--main-color);}
@media(max-width:500px){
	.dropmenu .dropmenu__menu {width: 50%;}
}
@media(hover:hover){
	.dropmenu .dropmenu__home:hover {background-color: var(--main-color);}
	.dropmenu .dropmenu__btn:hover {color: var(--main-color);}
	.dropmenu .dropmenu__menulink:hover {color: var(--main-color);}
}

/************************* sub-dropdown 끝 *************************/
/************************* sub-tabmenu 시작 *************************/
.sub-tab {margin-bottom: 0.4rem;}
.sub-tabmenu {margin: 0 auto; max-width:1520px; display: flex; justify-content: center;}
.sub-tabmenu__list {width: 15.79%; margin-right: 2.63%;}
.sub-tabmenu__list:last-child {margin-right: 0;}
.sub-tabmenu__link {display: inline-flex; justify-content:center; align-items:center; width: 100%; height: 0.7rem; font-size: var(--fz-18); font-weight: 500; color: var(--main-black); border-bottom:2px solid transparent; transition:.5s ease all;}
.sub-tabmenu__link--active,
.sub-tabmenu__link:active,
.sub-tabmenu__link:focus-visible {color: var(--main-color); border-bottom:2px solid var(--main-color);}
.sub-tabmenu__link:visited,
.sub-tabmenu__link:link {color: var(--main-gray);}
.sub-tabmenu__link--active:visited {color: var(--main-color);}
@media(hover:hover){
	.sub-tabmenu__link:hover {color: var(--main-color); border-bottom:2px solid var(--main-color);}
}
@media (max-width:768px) {
	.sub-tabmenu__list {flex:1 auto; width: auto; margin-right: 0;}
	.sub-tabmenu__link {font-size: var(--fz-16);}
}
/************************* sub-tabmenu 끝 *************************/

/************************* sub-depth3 시작 *************************/
.sub-depth3 {margin: 0 auto; max-width:1600px; display: flex; flex-flow: row wrap;}
.sub-depth3 .sub-depth3__list {flex: 1 auto; height: 0.6rem; background: var(--main-gray); font-size: var(--fz-15); font-weight: 500;}
.sub-depth3 .sub-depth3__list:last-child {border:0;}
.sub-depth3 .sub-depth3__link {width: 100%; height: 0.6rem; display: flex; align-items: center;justify-content: center; transition:.5s ease all;}
.sub-depth3 .sub-depth3__link--active,
.sub-depth3 .sub-depth3__link:active,
.sub-depth3 .sub-depth3__link:focus-visible {background-color: var(--main-color); color: #fff;}
@media(hover:hover){
	.sub-depth3 .sub-depth3__link:hover {background-color: var(--main-color); color: #fff;}
}
/************************* sub-depth3 끝 *************************/


/************************* footer_inc 시작 *************************/
#footer {}

.footer {}
.footer__top {background-color: var(--bg-color);}
.footer__top .inner {display: flex; flex-flow:row wrap; justify-content:space-between; align-items:center; width: 100%; height: 0.8rem;}

.footer-contact {display: flex; align-items: center; flex-flow: row wrap;}
.footer-contact__item {margin-right: 0.3rem; font-size: var(--fz-16); font-weight: 500;}
.footer-contact__item:last-child {margin-right: 0;}
.footer-contact__link {font-size: var(--fz-18); font-weight: 700; color: var(--sub-black);}

.footer-call {display: flex; align-items: center; font-size: var(--fz-18); font-weight: 600;}
.footer-call .footer-call__link {display: flex; align-items: center; margin-left: 0.1rem; color: var(--main-color);}

.footer__bottom {padding: 0.4rem 0;}
@media(max-width:768px){
	.footer__top .inner {display: block; height: auto; padding: 0.24rem 4%;}
	.footer-call {margin-top: 0.08rem; font-size: var(--fz-16);}
	.footer-contact__link {font-size: var(--fz-16);}
	.footer__bottom .footer__area {width: 100%;}
	.footer__bottom .footer__area--right {margin-bottom: 0.2rem;}
}

.footer-logo {margin-bottom: 0.15rem;}
.footer-logo .footer-logo__link {display: inline-flex; align-items: center; font-weight: 500;}
.footer-logo .footer-logo__img {width: 0.56rem;}

.footer__area--left {display: flex; justify-content: space-between; align-items: flex-end;}

.footer-info .footer-info__list {margin-bottom: 0.14rem; display: flex; flex-flow:row wrap; line-height: 1; font-family: 'Pretendard', sans-serif;}
.footer-info .footer-info__list:last-child {margin-bottom: 0;}
.footer-info .footer-info__detail {margin-right: 0.2rem;}
.footer-info .footer-info__detail:last-of-type {margin-right: 0;}
.footer-info .footer-info__category {margin-right: 0.1rem; font-weight: 600; color: var(--main-gray)}
.footer-info .footer-info__text {font-weight: 600;}
.footer-info .footer-info__link {transition:.5s ease all;}
.footer-info .footer-info__link:active,
.footer-info .footer-info__link:focus-visible {color: var(--main-color);}
@media (max-width:768px) {
	.footer-logo {margin-bottom: 0.08rem;}
	.footer__bottom {padding: 0.3rem 0;}
	.footer__area--left {display: block;}
	.footer-info .footer-info__list {margin-bottom: 0.1rem;}
}
@media(max-width:500px){
	.footer-info .footer-info__list {margin-bottom: 0rem;}
	.footer-info .footer-info__detail {padding:0.05rem 0; width: 100%; margin-right: 0;}
}
@media(hover:hover){
	.footer-info .footer-info__link:hover {color: var(--main-color);}
}

.family-site {position: relative; display: inline-block;}
.family-site .family-site__button {padding:0 0.1rem; display: inline-flex; justify-content:space-between; align-items:center; width: 2rem; height: 0.4rem; font-size: var(--fz-14); font-weight: 500; transition:.5s ease all;}
.family-site .family-site__button--open,
.family-site .family-site__button:active,
.family-site .family-site__button:focus-visible {background-color: var(--main-color);}
.family-site .family-site__button .family-site_arrow {width: 0.08rem; transition:.5s ease all;}
.family-site .family-site__button--open .family-site_arrow {transform:rotate(-180deg);}
.family-site .family-site__navi {display: none; position: absolute; top: 100%; left: 0; padding:0.1rem; width: 100%; text-align: left; background-color: var(--main-black); border-top:none; z-index: 10; }
.family-site .family-site__link {display: block; margin:0.03rem 0; padding:0.02rem 0; }
@media(hover:hover){
	.family-site .family-site__button:hover {background-color: var(--main-color);}
}

.footer-navi .footer-navi__link {display: inline-block; margin-left: 0.2rem; font-size: var(--fz-16); font-weight: 500; transition:.5s ease all;}
.footer-navi .footer-navi__link:first-of-type {margin-left: 0;}
.footer-navi .footer-navi__link:active, 
.footer-navi .footer-navi__link:focus-visible {}
@media(hover:hover){
	.footer-navi a.footer-navi__link:hover {color: var(--main-color);}
}

.footer-admin {margin-top: 0.18rem; display: flex; flex-flow: row wrap;}
.footer-admin .footer-admin__copyright {color: var(--main-gray); font-family: 'Pretendard', sans-serif;}
.footer-admin .footer-admin__nav {margin-left: 0.2rem; display: flex;}
.footer-admin .footer-admin__nav .footer-admin__link {margin-left: 0.1rem; display: inline-block; color: var(--main-gray); transition:.5s ease all;}
.footer-admin .footer-admin__nav .footer-admin__link:first-of-type {margin-left: 0;}
.footer-admin .footer-admin__nav .footer-admin__link:active, 
.footer-admin .footer-admin__nav a.footer-admin__link:focus-visible {color: var(--main-color);}
@media(max-width:500px){
	.footer-admin .footer-admin__nav {margin:0.08rem 0 0 0; width: 100%;}
}
@media(hover:hover){
	.footer-admin .footer-admin__nav .footer-admin__link:hover {color: var(--main-color);}
}

/************************* footer_inc 끝 *************************/

/************************* ui.totop 시작 *************************/
#toTop {
	display:none;
	text-decoration:none;
	position:fixed;
	bottom:10px;
	right:10px;
	overflow:hidden;
	width:51px;
	height:51px;
	border:none;
	text-indent:100%;
	background:url("./img/ui.totop6.png") no-repeat left top;
}

#toTopHover {
	background:url("./img/ui.totop6.png") no-repeat left -51px;
	width:51px;
	height:51px;
	display:block;
	overflow:hidden;
	float:left;
	opacity: 0;
	-moz-opacity: 0;
	filter:alpha(opacity=0);
}

#toTop:active, #toTop:focus-visible {
	outline:none;
}
/************************* ui.totop 끝 *************************/



/* 서브 41 시작 */

/* 서브 41 끝 */


/* 서브 33 시작 */
.s33-tit {padding-bottom: 0.4rem;}
.s33-tit__cate {display: block; font-size: var(--fz-17); font-weight: 700; color:var(--main-color); padding-bottom: 0.05rem;}
.s33-tit__title {font-size: var(--fz-50); font-weight: 600; line-height: 1.3; letter-spacing: -2px;}
.s33-form {display: flex; flex-wrap: wrap;}
.s33-form__item {width:48.4616%; padding-bottom: 0.35rem;}
.s33-form__item:nth-child(1), .s33-form__item:nth-child(3) {margin-right: 3.077%;}
.s33-form__item--full {width:100%; padding-bottom: 0.4rem;}
.s33-form__title {font-size: var(--fz-20); font-weight: 600; padding-bottom: 0.15rem;}
.s33-form__item input[type="text"] {width:100%; height:0.6rem; padding:0.2rem; font-size: var(--fz-17); font-weight: 500; background: #fff; border:1px solid #ccc;}
.s33-form__item input[type="text"]::placeholder {color:#ccc;}
.s33-form__tel {display: flex; align-items: center;}
.s33-form__tel input[type="text"] {width:23.8096%}
.s33-form__tel input[type="text"]:last-of-type {width:36.508%;}
.s33-form__dash {display: block; width:2.381%; height:1px; background: #222; margin:0 2.8572%}
.s33-form__email {display: flex; align-items: center;}
.s33-form__email input[type="text"] {width:23.8096%}
.s33-form__email input[type="text"]:last-of-type {width:33.3334%; margin-right:2.381%}
.s33-form__email .whelk {font-size: var(--fz-17); font-weight: 600; margin:0 2.381%;}
.s33-form__email select {width:33.3334%; height:0.6rem; padding:0.2rem; font-size: var(--fz-17); font-weight: 500; background: #fff; border:1px solid #ccc;}
.s33-form__item textarea {width:100%; height:1.5rem; background: #fff; border:1px solid #ccc; resize:none; padding:0.2rem; font-size: var(--fz-17); font-weight: 500;}
.s33-form__item textarea::placeholder {color:#ccc;}
.s33-form__bottom {width:100%; display: flex; justify-content: space-between;}
.s33-form__left {display: flex; align-items: flex-start;}
.s33-from__label {margin-right:0.05rem; display: flex; align-items: center;}
.s33-from__label span {font-size: var(--fz-15); font-weight: 500;}
.s33-from__label input[type=checkbox] {vertical-align:middle; appearance:none; border:1px solid #ccc; width:15px; height:15px; border-radius:1px; position:relative; background: #fff url('./img/check_btn.png') no-repeat center / 9px 6px; margin-right:0.1rem;}
.s33-from__label input[type=checkbox]:checked {border:1px solid var(--main-color); background: #fff url('./img/check_btn-chk.png') no-repeat center / 9px 6px;}
.s33-from__privacy, .s33-from__privacy:link, .s33-from__privacy:visited {font-size: var(--fz-15); font-weight: 600; color:var(--main-color);}
.s33-form__right {width:1.8rem; height:0.6rem; display: flex; align-items: center; justify-content: center; color:var(--main-color); border:1px solid var(--main-color); font-size: var(--fz-17); font-weight: 600; text-align: center; transition:all 0.4s;}
.s33-form__right:hover {background: var(--main-color); color:#fff;}
/* 서브 33 끝 */