/* include 공통 CSS */

/************************* 공통 시작*************************/
.sub_title_navi			{display:block; }


.inner {max-width: 1740px;width: 100%; margin: 0 auto;}
.inner-1280 {max-width: 1280px;width: 100%; margin: 0 auto;}
.inner-1448 {max-width: 1448px;width: 100%; margin: 0 auto;}
.inner-1740l {max-width:none; padding-left: calc((100% - 1740px) / 2);}

@media(max-width:1320px){
	.inner-1280 {padding: 0 4%;}
}
@media(max-width:1488px){
	.inner-1448 {padding: 0 4%;}
}
@media(max-width:1780px){
	.inner, .inner-1740l {padding: 0 4%;}
}


/* left menu 있을때... */
/*
.sub_left								{width:15%; max-width:200px; float:left;}
.sub_right						{width:82%; padding-right:1%; float:right; position:relative;}
*/

.sub_left								{display:none; }
.sub_right						{width:100%; position:relative; padding-bottom: 11.25em;}
@media(max-width:1300px){

}

@media(max-width:1100px){
.sub_left	{display:none;}
.sub_title_navi			{display:none; }
.sub_tab	{display:block;}
}
@media(max-width:768px){
.sub_title_navi			{display:block;}
.sub_right {padding-bottom: 6em;}
}

.content_title			{margin:15px 0; padding:15px 0; border-bottom:1px solid #dfdfdf;}
.content_title h1		{font-size:18px; font-weight:700; color:#000;}
.content_title p		{font-size:12px;}

.content_desc				{min-height:500px;}
/************************* 공통 끝 *************************/

/************************* header_inc 시작*************************/
.header {position: fixed; left:0; top:0; z-index: 100;width:100%;  height: 5.625em; background: #fff; font-size: var(--fz); --menu-height : 0; transition: 0.15s ease-in-out all; border-bottom:1px solid #d9d9d9;}
.header .inner {height:inherit;}
.header-wrap {display: flex; align-items: center; justify-content: space-between; height:inherit;}


.header-wrap__left {display: flex; align-items: center; height:inherit;}
.header-wrap__logo {margin-right: 1.875em;} 
.header-wrap__logo a {display: block;}
.header-wrap__logo img {display: block; width:13.8125em;}
.header-menu {display: flex;}


.header-wrap__right {display: flex;}

.header-member {display: flex; align-items: center;}
.header-member__item {position: relative; margin-right:1em;}
.header-member__item:last-child {margin-right: 0;}
.header-member__link {font-size: 1.125em; display: flex; align-items: center; gap:0.2223em}
.header-member__icon01 {width:1.5556em;}
.header-member__icon02 {width:1.4445em;}
.header-member__icon03 {width:1.3334em;}
.header-member__icon04 {width:1.5556em;}
.header-member__arrow {width:0.6667em;}

@media (max-width:768px){
	.header-member__item--mo {display: none;}
}

.header-lang__navi{position:absolute; top: 100%; left: 50%; transform:translateX(-50%); min-width:100%; height: 0; overflow: hidden;}
.header-lang__list {margin: 1em; background-color: rgba(0,0,0,0.5); border-radius: 0.5em; box-shadow:var(--shadow-1); transition: .15s ease-in-out all;}
.header-lang__link{padding:0.5em 1.5em; display: block; white-space: nowrap; transition: 0.15s ease-in-out all; color:#fff;}

.header-ham {display: none; margin-left: 1.25em;}
.header-ham *{
-webkit-transition: all 300ms ease-out;
-moz-transition: all 300ms ease-out;
-o-transition: all 300ms ease-out;
transition: all 300ms ease-out;}
.header-ham .navbar-toggle {position: relative; background-color:transparent; background-image:none; border-radius:3px; border:0;display:inline-block;}
.header-ham .navbar-toggle:focus {outline: 0;}
.header-ham .navbar-toggle .icon-bar {background:#181818; display:block; width:1.375em; height:2px; border-radius:5px;}
.header-ham .navbar-toggle .icon-bar + .icon-bar {margin-top:6px; height:2px; width:1.375em; }
.header-ham .navbar-toggle .icon-bar + .icon-bar + .icon-bar{margin-top:6px; width:1.375em; height:2px; }

.header-ham:hover .navbar-toggle .icon-bar								{transform:translateX(5px);}
.header-ham:hover .navbar-toggle .icon-bar + .icon-bar		{transform:translateX(10px);}
.header-ham:hover .navbar-toggle .icon-bar + .icon-bar + .icon-bar		{transform:translateX(3px);}
.header-ham > a {display:inline-block;}

@media (max-width:768px){
	.header-ham {display: flex;}
}

/************************* header_inc 끝*************************/


/************************* title_navi 시작 *************************/
.navi_all {width:100%; margin:0 auto; background:#fff; height:50px; border-bottom:1px solid #ddd; } 
.navi_in	{max-width:1200px; margin:0 auto; padding:0;}
.navi_in:after		{clear:both; content:''; display:block; width:100%;}

.home_btn_all						{float:left; padding:0; width:50px; }
.home_btn_all .home_btn {border-right:1px solid #efefef; border-left:1px solid #efefef;}
.home_btn_all .home_btn a	{display:block; height:49px; line-height:50px; text-align:center; }
.home_btn_all .home_btn a:hover		{background:#f8f8f8;}
.home_btn_all .home_btn a img	{vertical-align:middle;}

.navi_left					{float:left;}
.navi_left:after		{clear:both; content:''; display:block; width:100%;}
.navi_left div			{float:left;}

.navi_all{border-bottom:1px solid #ddd;}
.navi_in{width:100%; max-width:1300px; margin:0 auto; display: flex;}
.navi_in .home_btn_all a{display: flex; align-items: center; justify-content: center; padding:15px;}
.navi_in .down_btn{position:relative; border-left:1px solid #ddd;}
.navi_in .down_btn2{border-right:1px solid #ddd;}
.navi_in .down_btn .down_btn_title{display: flex; align-items: center; padding:17px 30px; cursor: pointer; width:240px;}
.navi_in .down_btn .down_btn_title h3{font-size:15px; line-height:1; transition:all .2s;}
.navi_in .down_btn:hover .down_btn_title h3{color:#ea002b;}
.navi_in .down_btn .down_btn_title img{position:absolute; right:30px; top:0; bottom:0; margin:auto; transition:all .3s;}

ul.extend{position:absolute; background:#fff; width:calc(100% + 2px); top:50px; border:1px solid #ddd; z-index: 5; left:-1px; padding:10px 0; display: none;}
ul.extend li{}
ul.extend li a{ font-size:15px; display: block; margin:0 30px; padding:13px 0; transition:all .3s;}
ul.extend li a:hover{color:#ea002b;}
@media(max-width:1050px){
	.navi_in .down_btn .down_btn_title {width:200px; padding: 20px;}
}
@media(max-width:768px){
	ul.extend {top:55px;}
	ul.extend li a {font-size: 14px; margin: 0px 20px; padding: 10px 0;}
}
@media(max-width:600px){
	.navi_in .home_btn_all{display: none;}
	.navi_in .down_btn{width:50%;}
	.navi_in .down_btn .down_btn_title {width:100%; padding: 15px;}
	.navi_in .down_btn .down_btn_title h3 {font-size: 13px;}
	.navi_in .home_btn_all a {padding:8px;}
	.navi_in .down_btn .down_btn_title img {right:15px;}
	ul.extend {top:43px;}
	ul.extend li a {font-size: 13px; margin: 0px 17px; padding: 8px 0;}
}

/************************* title_navi 끝 *************************/




/************************* footer_inc 시작 *************************/

.footer {padding: 6.25em 0 5.625em; background: #222; color: #fff; font-size: var(--fz);}
.footer-wrap {display: flex; align-items: center; justify-content: space-between;}
.footer-left {display: flex; padding-right: 2%;}
.footer-left__logo {font-size: 1em; width:14em; padding-bottom: ;}
.footer-info {padding-left: 4.375em;}
.footer-info__title {font-size: 1em; font-weight: 700; padding-bottom: 1.875em;}
.footer-info__item {margin-bottom: 0.75em; display: flex;}
.footer-info__item:last-child {margin-bottom: 0;}
.footer-info__info {padding-right: 0.625em; margin-right: 0.625em; position: relative;}
.footer-info__info:last-child {padding-right: 0; margin-right: 0;}
.footer-info__info::after {content:''; display: block; width:1px; height:0.625em; background: #fff; position: absolute; right:0; top:50%; transform:translateY(-50%);}
.footer-info__info:last-child::after {display: none;}
.footer-info__cate {display: inline-block; padding-right: 0.4em; font-weight: 400;}
.footer-info__desc {font-weight: 300;}

.footer-right {display: flex; align-items: center;}
.footer-copyright {padding-right: 2.1875em; line-height: 1.5;}
.footer-instagram {width:2.75em}

@media (max-width:768px){
	.footer {padding:4em 0 3.5em}
	.footer-wrap {flex-direction: column; align-items: flex-start}
	.footer-left {flex-direction: column; padding-right: 0; padding-bottom: 2%;}
	.footer-info {padding-left: 0; padding-top: 2em;}
	.footer-copyright br {display: none;}
}


/************************* footer_inc 끝 *************************/



/************************* left_lnb_inc 시작 *************************/
.left_lnb		{  }
/************************* left_lnb_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 {
	outline:none;
}
/************************* ui.totop 끝 *************************/

/* 서브 16 시작 */
.s16-tit {padding-bottom: 0.4rem;}
.s16-tit__cate {display: block; font-size: var(--fz-17); font-weight: 700; color:var(--main-color); padding-bottom: 0.05rem;}
.s16-tit__title {font-size: var(--fz-50); font-weight: 600; line-height: 1.3; letter-spacing: -2px;}
.s16-form {display: flex; flex-wrap: wrap;}
.s16-form__item {width:48.4616%; padding-bottom: 0.35rem;}
.s16-form__item:nth-child(1), .s16-form__item:nth-child(3) {margin-right: 3.077%;}
.s16-form__item--full {width:100%; padding-bottom: 0.4rem;}
.s16-form__title {font-size: var(--fz-20); font-weight: 600; padding-bottom: 0.15rem;}
.s16-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;}
.s16-form__item input[type="text"]::placeholder {color:#ccc;}
.s16-form__tel {display: flex; align-items: center;}
.s16-form__tel input[type="text"] {width:23.8096%}
.s16-form__tel input[type="text"]:last-of-type {width:36.508%;}
.s16-form__dash {display: block; width:2.381%; height:1px; background: #222; margin:0 2.8572%}
.s16-form__email {display: flex; align-items: center;}
.s16-form__email input[type="text"] {width:23.8096%}
.s16-form__email input[type="text"]:last-of-type {width:33.3334%; margin-right:2.381%}
.s16-form__email .whelk {font-size: var(--fz-17); font-weight: 600; margin:0 2.381%;}
.s16-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;}
.s16-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;}
.s16-form__item textarea::placeholder {color:#ccc;}
.s16-form__bottom {width:100%; display: flex; justify-content: space-between;}
.s16-form__left {display: flex; align-items: flex-start;}
.s16-from__label {margin-right:0.05rem; display: flex; align-items: center;}
.s16-from__label span {font-size: var(--fz-15); font-weight: 500;}
.s16-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;}
.s16-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;}
.s16-from__privacy, .s16-from__privacy:link, .s16-from__privacy:visited {font-size: var(--fz-15); font-weight: 600; color:var(--main-color);}
.s16-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;}
.s16-form__right:hover {background: var(--main-color); color:#fff;}
/* 서브 16 끝 */