/* Root */
:root {
	--vh: 100%;
	--baseFont: 'Pretendard', 'Malgun Gothic', 'verdana', sans-serif;
	--Pretendard: 'Pretendard', 'Malgun Gothic', 'verdana', sans-serif;
	--Montserrat: "Montserrat", serif;
	--Cormorant: "Cormorant", serif;
	--mainColor: #3C5FE9;
	--CRed: #EF1313;
	--CGrey100: #F9F9F9;
	--CGrey200: #E9E9E9;
	--CGrey300: #D8D8DA;
	--CGrey400: #C9C9CC;
	--CGrey500: #A9A9AF;
	--CGrey600: #73737D;
	--CGrey700: #63636E;
	--CDarkGrey100: #4B4B53;
	--CDarkGrey200: #38383D;
	--CDarkGrey300: #242427;
	--CDarkGrey600: #252525;
	--CBlack: #0f0f0f;
	--CGreen100: #DEEBE9;
	--CGreen200: #C2DAD7;
	--CGreen300: #4BE1CC;
	--CGreen400: #0CA38E;
	--CGreen500: #016658;
	--CGreen600: #09453D;
	--CGreen700: #0E2D29;
	--CBlue300: #6291E4;
	--CBlue400: #3A81FF;
	--CBlue500: #5B6CFF;
	--CBlueGrey100: #E6EDF6;
	--CBlueGrey200: #BAC8DD;
	--CBlueGrey300: #ECF0FF;
	--CBlueGrey400: #90A3BF;
	--CNavy400: #002798;
	--CNavy500: #03045C;
	--CNavy900: #1A202C;
	--CMain: #47459D;
}

html {
    overflow-x: hidden;
    width: 100%;
    height: 100%;
}

body {
	font-family: var(--baseFont);
	font-size: 16px;
	box-sizing: border-box;
    overflow-x: hidden;
    width: 100%;
    height: 100%;
    position: relative;
    margin: 0;
    padding: 0;
}

/* AOS 애니메이션을 위한 스타일 */
[data-aos] {
    pointer-events: auto !important;
}

@media screen and (min-width: 1201px) {
    html, body {
        overflow: hidden;
        height: 100%;
    }
    
    #fp-nav {
        position: fixed;
        z-index: 100;
    }
}

@media screen and (max-width: 1200px) {
    html, body {
        overflow-x: hidden;
        overflow-y: auto;
        height: auto;
    }
}

.w1920 {
	max-width: 1920px;
	width: 100%;
	margin: 0 auto;
}

.w1720 {
	max-width: 1720px;
	width: 100%;
	margin: 0 auto;
}

.w1600 {
	max-width: 1600px;
	width: 100%;
	margin: 0 auto;
}

.w1555 {
	max-width: 1555px;
	width: 100%;
	margin: 0 auto;
}

.w1400 {
	max-width: 1400px;
	width: 100%;
	margin: 0 auto;
}

.w1500 {
	max-width: 1500px;
	width: 100%;
	margin: 0 auto;
}

.w1280 {
	max-width: 1280px;
	width: 100%;
	margin: 0 auto;
}

.w1000 {
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
}

@media screen and (max-width: 1900px) {
	.w1920 {
		padding: 0 20px;
	}
}

@media screen and (max-width: 1760px) {
	.w1720 {
		padding: 0 20px;
	}
}

@media screen and (max-width: 1640px) {
	.w1600 {
		padding: 0 20px;
	}
}

@media screen and (max-width: 1540px) {
	.w1500 {
		padding: 0 20px;
	}
}

@media screen and (max-width: 1440px) {
	.w1400 {
		padding: 0 20px;
	}
}

@media screen and (max-width: 1240px) {
	.w1280 {
		padding: 0 20px;
	}
}

.d-none {
	display: none !important
}

.align-center { text-align: center;}
.container {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto
}

.fs24 {font-size: 24px;}
.fs18 {font-size: 18px;}

.line_blank { width: 100%; height: 1px; border: 1px solid var(--CGrey300); margin: 50px 0; }

@media (min-width:576px) {
	.container {max-width: 540px}
}

@media (min-width:768px) {
	.container {max-width: 720px}
}

@media (min-width:992px) {
	.container {max-width: 960px}
}

@media (min-width:1200px) {
	.container {max-width: 1140px}
}

/* privacy */
#privacy {
	padding-top: 200px;
	padding-bottom: 0;
}

#privacy a:hover {
	color: var(--mainColor);
	text-decoration: underline;
}

#privacy .policy-list li a {
	font-size: 1.7rem;
	font-weight: 600;
	color: #111;
	line-height: 1.7;
}

#privacy .policy-list li a:hover {
	color: var(--mainColor);
	text-decoration: underline;
}

#privacy section {
	padding: 70px 0;
}

#privacy section:first-of-type {
	padding-top: 0;
}

#privacy section:last-of-type {
	padding-bottom: 130px;
}

#privacy h4 {
	font-size: 2rem;
	font-weight: 700;
	color: #111;
	margin-bottom: 15px;
}

#privacy dl * {
	font-size: 1.7rem;
	font-weight: 400;
	color: #333;
	line-height: 1.75;
}

#privacy dl dt {
	font-weight: 700;
}

#privacy dl dd:not(:last-of-type) {
	margin-bottom: 20px;
}

#privacy h6 {
	font-weight: 700;
	margin-bottom: 5px;
}

#privacy dl dd ul li {
	padding-left: 10px;
	text-indent: -10px;
}

#privacy table {
	border-top: 2px solid #111;
}

#privacy table th,
#privacy table td {
	padding: 5px 15px;
	border: 1px solid #C1C1C1;
}

#privacy table th {
	font-weight: 700;
}

#privacy .flex-box {
	display: flex;
	justify-content: space-between;
}

#privacy .flex-box .half {
	width: calc((100% - 50px) / 2);
}


.privacy>p {
	font-size: 1.7rem;
	margin: 30px 0;
}

@media screen and (max-width: 1540px) {
	#privacy br {
		display: none;
	}
}

@media screen and (max-width: 1200px) {
	#privacy {
		padding-top: 130px;
	}

	#privacy section:last-of-type {
		padding-bottom: 100px;
	}
}

@media screen and (max-width: 1000px) {
	#privacy .flex-box {
		flex-direction: column;
	}

	#privacy .flex-box .half {
		width: 100%;
	}

	#privacy .flex-box .half:not(:last-of-type) {
		margin-bottom: 20px;
	}
}

@media screen and (max-width: 850px) {
	#privacy section {
		padding: 50px 0;
	}
}

body.lock {
	overflow: hidden;
}
.blind {
    position: absolute;
    width: 1px;
    height: 1px;
    clip: rect(0 0 0 0);
    overflow: hidden;
}
/*Header*/

.fixHeader { width: 100%; height: 70px; position: fixed; top: 0; display: flex; justify-content: space-between; align-items: center;}
/* header - color */
#header.color {background: var(--CBlack);}
#header.color .logo img{ opacity: 0; }
#header.color .logo::after{ opacity: 1; }
#header.color .depth01 > li > a{ color: #111; }
#header.back .main_header_area {box-shadow: none;}

/* header - back */
/* #header.back{ background: transparent; } */

#header:hover {background: var(--CBlack);}

.nav-container {
	width: 100%;
	padding-right: 0px;
	padding-left: 0px;
	margin-right: auto;
	margin-left: auto;
}
.header_area {
	position: relative;
	width: 100%;
	margin: auto;
	top: 0;
	right: 0;
	left: 0;
	z-index: 999999;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05)
}

.header_area .utilBox{
	
}
.header_area .utilBox ul {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	padding: 6px 0 6px 20px;
}
.header_area .utilBox li { margin-right: 46px;}
.header_area .utilBox li a { font-size: 14px; color: #ffffff; letter-spacing: 0.03em;}

.header_area .utilBox .utilBtn { display: flex; align-items: center; line-height: 1; border-radius: 50px; font-family: var(--baseFont); padding: 6px 14px 5px 14px; font-size: 12px; background: var(--mainColor); border: 0; color: #ffffff; }
.header_area .utilBox .utilBtn span {font-size: 18px; line-height: 1; padding-right: 6px;}

.header_area .utilBtn { display: flex; align-items: center; margin-right: 40px; line-height: 1; height: 33px; border-radius: 50px; font-family: var(--baseFont); padding: 6px 14px 5px 14px; font-size: 12px; background: var(--mainColor); border: 0; color: #ffffff; }
.header_area .utilBtn span {font-size: 18px; line-height: 1; padding-right: 6px;}

.headerWrap {position: fixed; top: 0;}
/* ===== Select Box ===== */
.sel {
	display: inline-block;
	width: 68px;
	background-color: transparent;
	position: relative;
	cursor: pointer;
	font-size: 12px;
  }
  
  .sel::before {
	position: absolute;
	content: '\e313';
	font-family: 'Material Symbols Outlined';
	color: #FFF;
	right: 0px;
	top: calc(50% - 0.6em);
	font-size: 11px;
  }
  
  .sel.active::before {
	transform: rotateX(-180deg);
  }
  
  .sel__placeholder {
	display: block;
	color: #ffffff;
	padding: 0.2em 0.5em;
	text-align: left;
	pointer-events: none;
	user-select: none;
	visibility: visible;
	line-height: 1;
  }
  
  .sel.active .sel__placeholder {
	visibility: hidden;
  }
  
  .sel__placeholder::before {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 0.2em 0.5em;
	content: attr(data-placeholder);
	visibility: hidden;
  }
  
  .sel.active .sel__placeholder::before {
	visibility: visible;
  }
  
  .sel__box {
	position: absolute;
	top: calc(100% + 4px);
	display: none;
	list-style-type: none;
	text-align: left;
	font-size: 12px;
	background-color: #FFF;
	width: calc(100% + 1px);
	box-sizing: border-box;
	border-radius: 4px;
	z-index: 99999;
  }
  
  .sel.active .sel__box {
	display: block;
	animation: fadeInUp 500ms;
  }
  
  .sel__box__options {
	display: list-item;
	font-size: 12px;
	color: #838e95;
	padding: 0.5em;
	user-select: none;
  }
  
  .sel__box__options::after {
	content: '\e313';
	font-family: 'Material Symbols Outlined';
	font-size: 0.5em;
	margin-left: 5px;
	display: none;
  }
  
  .sel__box__options.selected::after {
	display: inline;
  }
  
  .sel__box__options:hover {
	background-color: #ebedef;
  }

  
  .sel--black-panther {
	z-index: 3;
  }
  
  /* ----- Select Box Superman ----- */
  .sel--superman {
  /*   display: none; */
	z-index: 2;
  }
  
  /* ===== Keyframes ===== */
  @keyframes fadeInUp {
	from {
	  opacity: 0;
	  transform: translate3d(0, 20px, 0);
	}
  
	to {
	  opacity: 1;
	  transform: none;
	}
  }
  
  @keyframes fadeOut {
	from {
	  opacity: 1;
	}
  
	to {
	  opacity: 0;
	}
  }

.navigation {
	width: 100%;
	height: 70px;
	display: flex;
	position: relative;
	font-family: inherit;
	align-items: center;
	justify-content: space-between;
	/*border-bottom: 1px solid rgb(26, 25, 25);*/
}

.navigation:hover {
	border-bottom: 1px solid var(--mainColor);
}

.navigation * {
	box-sizing: border-box;
	-webkit-tap-highlight-color: transparent
}

.navigation-portrait {
	height: 68px
}

.navigation-fixed {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 19998
}

.navigation-hidden {
	width: 0 !important;
	height: 0 !important;
	margin: 0 !important;
	padding: 0 !important
}

.totalMenuBtn { width: 30px; height: 20px; margin-right: 40px; cursor: pointer;}
.align-to-right {
	float: right
}

.nav-header {
	float: left
}

.navigation-hidden .nav-header {
	display: none
}

.nav-brand {
	padding: 0 40px;
	color: #fff;
	font-size: 24px;
	text-decoration: none;
}
.nav-brand img{
	vertical-align: middle;
}

.nav-brand:hover,
.nav-brand:focus {
	color: #fff
}

.navigation-portrait .nav-brand {
	font-size: 18px;
	line-height: 48px
}

.nav-logo>img {
	height: 48px;
	margin: 11px auto;
	padding: 0 15px;
	float: left
}

.nav-logo:focus>img {
	outline: initial
}

.navigation-portrait .nav-logo>img {
	height: 36px;
	margin: 6px auto 6px 15px;
	padding: 0
}

.nav-toggle {
	width: 30px;
	height: 30px;
	padding: 6px 2px 0;
	position: absolute;
	top: 50%;
	margin-top: -14px;
	right: 20px;
	display: none;
	cursor: pointer
}

.nav-toggle:before {
	content: "";
	position: absolute;
	width: 24px;
	height: 2px;
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 0 .5em 0 0 #fff, 0 1em 0 0 #fff
}

.navigation-portrait .nav-toggle {
	display: block
}

.navigation-portrait .nav-menus-wrapper {
	width: 100%;
	height: 100%;
	top: 0;
	left: -1300px;
	position: fixed;
	background-color: #0f0f0f;
	z-index: 20000;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	transition-duration: .2s;
	transition-timing-function: ease
}

.navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-right {
	left: auto;
	right: -400px
}

.navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-open {
	left: 0
}

.navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-right.nav-menus-wrapper-open {
	left: auto;
	right: 0
}

.nav-menus-wrapper-close-button {
	width: 30px;
	height: 30px;
	margin: 10px 7px;
	display: none;
	float: right;
	color: var(--CGrey100);
	font-size: 20px;
	cursor: pointer
}

.navigation-portrait .nav-menus-wrapper-close-button {
	display: block
}

.nav-menu {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
	font-size: 0
}

.navigation-portrait .nav-menu {
	width: 100%
}

.navigation-landscape .nav-menu.nav-menu-centered {
	float: none;
	text-align: center
}

.navigation-landscape .nav-menu.nav-menu-centered>li {
	float: none
}

.nav-menu>li {
	display: flex;
	align-items: center;
	text-align: left
}

.navigation-portrait .nav-menu>li.focus {
	background: var(--CDarkGrey600);
}

.navigation-portrait .nav-menu>li {
	width: 100%;
	position: relative;
	border-top: solid 1px rgba(255, 255, 255, .3)
}

.navigation-portrait .nav-menu>li:last-child {
	border-bottom: solid 1px #f0f0f0
}

.nav-menu+.nav-menu>li:first-child {
	border-top: none
}


.nav-menu>li>a {
	height: 70px;
	padding: 28px 10px 0 10px;
	display: inline-block;
	text-decoration: none;
	font-size: 14px;
	color: #fff;
	transition: all 0.1s;
	letter-spacing: 0.02em;
	margin:0 20px 0 0;
	cursor:pointer;
}

.navigation-portrait .nav-menu>li>a {
	width: 100%;
	height: auto;
	padding: 12px 15px 12px 26px
}

.nav-menu>li:hover>a,
.nav-menu>li.active>a,
.nav-menu>li.focus>a {
	color: #fff;
	/*border-bottom: 3px solid var(--mainColor);*/
}

.nav-menu>li>a>i,
.nav-menu>li>a>[class*=ion-] {
	width: 18px;
	height: 16px;
	line-height: 16px;
	transform: scale(1.4)
}

.nav-menu>li>a>[class*=ion-] {
	width: 16px;
	display: inline-block;
	transform: scale(1.8)
}

.navigation-portrait .nav-menu.nav-menu-social {
	width: 100%;
	text-align: center
}

.nav-menu.nav-menu-social>li {
	text-align: center;
	float: none;
	border: none !important
}

.navigation-portrait .nav-menu.nav-menu-social>li {
	width: auto
}

.nav-menu.nav-menu-social>li>a>[class*=ion-] {
	font-size: 12px
}

.nav-menu.nav-menu-social>li>a>.fa {
	font-size: 14px
}

.navigation-portrait .nav-menu.nav-menu-social>li>a {
	padding: 15px
}

.submenu-indicator {
	margin-left: 8px;
	margin-top: 4px;
	float: right;
	transition: all .2s
}

.navigation-portrait .submenu-indicator {
	width: 54px;
	height: 44px;
	margin-top: 0;
	position: absolute;
	top: 0;
	right: 0;
	text-align: center;
	z-index: 20000
}

.submenu-indicator-chevron {
	height: 6px;
	width: 6px;
	display: block;
	border-style: solid;
	border-width: 0 1px 1px 0;
	border-color: transparent #fff #fff transparent;
	transform: rotate(45deg);
	transition: border .2s
}

.navigation-portrait .submenu-indicator-chevron {
	border-color: transparent #999 #999 transparent;
	position: absolute;
	top: 18px;
	left: 24px
}

.navigation-portrait:hover .submenu-indicator-chevron {
	border-color: transparent #999 #999 transparent
}

.navigation-portrait .submenu-indicator.submenu-indicator-up {
	transform: rotate(-180deg)
}

.nav-dropdown>li .submenu-indicator-chevron {
	border-color: transparent #999 #999 transparent
}

.nav-overlay-panel {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: fixed;
	display: none;
	z-index: 19999
}

.no-scroll {
	width: 100%;
	height: 100%;
	overflow: hidden
}

.nav-search {
	height: 70px;
	float: right;
	z-index: 19998
}

.navigation-portrait .nav-search {
	height: 48px;
	padding: 0 10px;
	margin-right: 32px
}

.navigation-hidden .nav-search {
	display: none
}

.nav-search-button {
	width: 70px;
	height: 70px;
	line-height: 70px;
	text-align: center;
	cursor: pointer;
	background-color: rgba(0, 0, 0, 0.1)
}

.navigation-portrait .nav-search-button {
	width: 50px;
	height: 48px;
	line-height: 46px;
	font-size: 22px
}

.nav-search-icon {
	width: 14px;
	height: 14px;
	margin: 2px 8px 8px 4px;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	color: #fff;
	text-align: left;
	text-indent: -9999px;
	border: 2px solid;
	border-radius: 50%;
	transform: rotate(-45deg)
}

.nav-search-icon:after,
.nav-search-icon:before {
	content: '';
	pointer-events: none
}

.nav-search-icon:before {
	width: 2px;
	height: 11px;
	top: 11px;
	position: absolute;
	left: 50%;
	border-radius: 0 0 1px 1px;
	box-shadow: inset 0 0 0 32px;
	transform: translateX(-50%)
}

.nav-search-button:hover .nav-search-icon {
	color: #fff
}

.nav-search>form {
	width: 100%;
	height: 100%;
	padding: 0;
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	background-color: #3243db;
	z-index: 99
}

.nav-search-inner {
	width: 70%;
	height: 70px;
	margin: auto;
	display: table
}

.navigation-portrait .nav-search-inner {
	height: 48px
}

.nav-search-inner input[type="text"],
.nav-search-inner input[type="search"] {
	height: 70px;
	width: 100%;
	margin: 0;
	padding: 0 12px;
	font-size: 22px;
	text-align: center;
	color: #fff;
	outline: none;
	line-height: 70px;
	border: none;
	background-color: transparent;
	transition: all .3s
}

.navigation-portrait .nav-search-inner input[type="text"],
.navigation-portrait .nav-search-inner input[type=search] {
	height: 48px;
	font-size: 18px;
	line-height: 48px
}

.nav-search input[type="search"]::placeholder {
	color: #fff;
	opacity: 1
}

.nav-search input[type="search"]:-ms-input-placeholder {
	color: #fff
}

.nav-search input[type="search"]::-ms-input-placeholder {
	color: #fff
}

.nav-search-close-button {
	width: 28px;
	height: 28px;
	display: block;
	position: absolute;
	right: 20px;
	top: 20px;
	line-height: normal;
	outline: none;
	color: rgba(255, 255, 255, .5);
	font-size: 20px;
	cursor: pointer;
	text-align: center
}

.navigation-portrait .nav-search-close-button {
	top: 10px;
	right: 14px
}

.nav-button {
	margin: 18px 15px 0;
	padding: 8px 14px;
	display: inline-block;
	color: #fff;
	font-size: 14px;
	text-align: center;
	text-decoration: none;
	border-radius: 4px
}

.nav-button:hover,
.nav-button:focus {
	color: #fff;
	text-decoration: none
}

.navigation-portrait .nav-button {
	width: calc(100% - 52px);
	margin: 17px 26px
}

.nav-text {
	margin: 25px 15px;
	display: inline-block;
	color: #343a40;
	font-size: 14px
}

.navigation-portrait .nav-text {
	width: calc(100% - 52px);
	margin: 12px 26px 0
}

.navigation-portrait .nav-text+ul {
	margin-top: 15px
}

.nav-dropdown {
	min-width: 180px;
	margin: 0;
	padding: 0;
	display: none;
	position: absolute;
	list-style: none;
	z-index: 98;
	white-space: nowrap
}

.navigation-portrait .nav-dropdown {
	width: 100%;
	position: static;
	left: 0
}

.nav-dropdown .nav-dropdown {
	left: 100%
}

.nav-menu>li>.nav-dropdown {
	border-top: solid 1px #f0f0f0
}

.nav-dropdown>li {
	width: 100%;
	float: left;
	clear: both;
	position: relative;
	text-align: left
}

.nav-dropdown>li>a {
	width: 100%;
	padding: 16px 20px;
	display: inline-block;
	text-decoration: none;
	float: left;
	font-size: 13px;
	color: #343a40;
	background-color: #fdfdfd
}

.nav-dropdown>li:hover>a,
.nav-dropdown>li.focus>a {
	color: #27ae60
}

.nav-dropdown.nav-dropdown-left {
	right: 0
}

.nav-dropdown>li>.nav-dropdown-left {
	left: auto;
	right: 100%
}

.navigation-landscape .nav-dropdown.nav-dropdown-left>li>a {
	text-align: right
}

.navigation-portrait .nav-dropdown>li>a {
	padding: 12px 20px 12px 30px
}

.navigation-portrait .nav-dropdown>li>ul>li>a {
	padding-left: 50px
}

.navigation-portrait .nav-dropdown>li>ul>li>ul>li>a {
	padding-left: 70px
}

.navigation-portrait .nav-dropdown>li>ul>li>ul>li>ul>li>a {
	padding-left: 90px
}

.navigation-portrait .nav-dropdown>li>ul>li>ul>li>ul>li>ul>li>a {
	padding-left: 110px
}

.nav-dropdown .submenu-indicator {
	right: 15px;
	top: 10px;
	position: absolute
}

.navigation-portrait .nav-dropdown .submenu-indicator {
	right: 0;
	top: 0
}

.nav-dropdown .submenu-indicator .submenu-indicator-chevron {
	transform: rotate(-45deg)
}

.navigation-portrait .nav-dropdown .submenu-indicator .submenu-indicator-chevron {
	transform: rotate(45deg)
}

.nav-dropdown>li:hover>a .submenu-indicator-chevron,
.nav-dropdown>.focus>a .submenu-indicator-chevron {
	border-color: transparent #27ae60 #27ae60 transparent
}

.navigation-landscape .nav-dropdown.nav-dropdown-left .submenu-indicator {
	left: 10px
}

.navigation-landscape .nav-dropdown.nav-dropdown-left .submenu-indicator .submenu-indicator-chevron {
	transform: rotate(135deg)
}

.nav-dropdown-horizontal {
	width: 100%;
	left: 0;
	background-color: #fdfdfd;
	border-top: solid 1px #f0f0f0
}

.nav-dropdown-horizontal .nav-dropdown-horizontal {
	width: 100%;
	top: 100%;
	left: 0
}

.navigation-portrait .nav-dropdown-horizontal .nav-dropdown-horizontal {
	border-top: none
}

.nav-dropdown-horizontal>li {
	width: auto;
	clear: none;
	position: static
}

.navigation-portrait .nav-dropdown-horizontal>li {
	width: 100%
}

.nav-dropdown-horizontal>li>a {
	position: relative
}

.nav-dropdown-horizontal .submenu-indicator {
	height: 18px;
	top: 11px;
	transform: rotate(90deg)
}

.navigation-portrait .nav-dropdown-horizontal .submenu-indicator {
	height: 42px;
	top: 0;
	transform: rotate(0deg)
}

.navigation-portrait .nav-dropdown-horizontal .submenu-indicator.submenu-indicator-up {
	transform: rotate(-180deg)
}

.megamenu-panel {
	width: 100%;
	padding: 20px 15px 30px 0px;
	display: none;
	position: absolute;
	font-size: 14px;
	z-index: 999999;
	text-align: left;
	color: inherit;
	border-top: solid 1px rgba(255, 255, 255, .1);
	background-color: var(--CBlack);
	box-shadow: 0 15px 20px -5px rgba(0, 0, 0, .2);
}

.navigation-portrait .megamenu-panel {
	padding: 25px;
	position: static;
	display: block;
	background: var(--CDarkGrey600);
	box-shadow: none;
}

.megamenu-panel [class*=container] {
	width: 100%
}

.megamenu-panel [class*="container"] [class*="col-"] {
	padding: 0
}

.megamenu-panel-half {
	width: 50%
}

.megamenu-panel-quarter {
	width: 25%
}

.navigation-portrait .megamenu-panel-half,
.navigation-portrait .megamenu-panel-quarter {
	width: 100%
}

.megamenu-panel-row {
	width: 100%
}

.megamenu-panel-row:before,
.megamenu-panel-row:after {
	display: table;
	content: "";
	line-height: 0
}

.megamenu-panel-row:after {
	clear: both
}

.megamenu-panel-row [class*=col-] {
	display: block;
	min-height: 20px;
	float: left;
	margin-left: 3%
}

.megamenu-panel-row [class*=col-]:first-child {
	margin-left: 0
}

.navigation-portrait .megamenu-panel-row [class*=col-] {
	float: none;
	display: block;
	width: 100% !important;
	margin-left: 0;
	margin-top: 15px
}

.navigation-portrait .megamenu-panel-row:first-child [class*=col-]:first-child {
	margin-top: 0
}

.megamenu-panel-row .col-1 {
	width: 5.583333333333%
}

.megamenu-panel-row .col-2 {
	width: 14.166666666666%
}

.megamenu-panel-row .col-3 {
	width: 22.75%
}

.megamenu-panel-row .col-4 {
	width: 31.333333333333%
}

.megamenu-panel-row .col-5 {
	width: 39.916666666667%
}

.megamenu-panel-row .col-6 {
	width: 48.5%
}

.megamenu-panel-row .col-7 {
	width: 57.083333333333%
}

.megamenu-panel-row .col-8 {
	width: 65.666666666667%
}

.megamenu-panel-row .col-9 {
	width: 74.25%
}

.megamenu-panel-row .col-10 {
	width: 82.833333333334%
}

.megamenu-panel-row .col-11 {
	width: 91.416666666667%
}

.megamenu-panel-row .col-12 {
	width: 100%
}

.megamenu-tabs {
	width: 100%;
	float: left;
	display: block
}

.megamenu-tabs-nav {
	width: 20%;
	margin: 0;
	padding: 0;
	float: left;
	list-style: none
}

.navigation-portrait .megamenu-tabs-nav {
	width: 100%
}

.megamenu-tabs-nav>li>a {
	width: 100%;
	padding: 10px 16px;
	float: left;
	font-size: 13px;
	text-decoration: none;
	color: #343a40;
	border: solid 1px #eff0f2;
	outline: 0;
	background-color: #0f0f0f;
}

.megamenu-tabs-nav>li.active a,
.megamenu-tabs-nav>li:hover a {
	background-color: #f5f5f5
}

.megamenu-tabs-pane {
	width: 80%;
	min-height: 30px;
	padding: 20px;
	float: right;
	display: none;
	font-size: 13px;
	color: #343a40;
	border: solid 1px #eff0f2;
	background-color: #fff
}

.megamenu-tabs-pane.active {
	display: block
}

.navigation-portrait .megamenu-tabs-pane {
	width: 100%
}

.megamenu-lists {
	width: 100%;
	display: flex;
	max-width: 1038px;
	margin: 0 auto;
	padding-left: 56px;
	justify-content: space-between;
}
.megamenu-lists-left {
	width: 100%;
	max-width: 1200px;
	margin: 20px auto;
	padding-left: 40px;
}

.megamenu-list {
	width: 100%;
	margin: 0 20px 15px;
	padding: 0;
	display: inline-block;
	float: left;
	list-style: none
}

.megamenu-list:last-child {
	border: none
}

.navigation-landscape .megamenu-list {
	margin: -15px 0;
	padding: 20px 0;
	
}

.navigation-landscape .megamenu-list:last-child {
	border: none
}

.megamenu-list>li>a {
	width: 100%;
	padding: 10px 15px;
	display: inline-block;
	color: #ffffff;
	text-decoration: none;
	font-size: 14px
}

.megamenu-list>li>a:hover {
	color: var(--CBlue300);
}

.megamenu-list>li.megamenu-list-title>a {
	font-size: 16px;
	font-weight: 600;
	color: #BAC8DD;
	width: 80%;
	border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.megamenu-list>li.megamenu-list-title>a:hover {
	color: var(--CBlue400);
}

.navigation-landscape .list-col-2 {
	width: 50%
}

.navigation-landscape .list-col-3 {
	width: 33%
}

.navigation-landscape .list-col-4 {
	width: 25%
}

.navigation-landscape .list-col-5 {
	width: 20%
}
.navigation-landscape .list-col-6 {
	width: 14%
}

.nav-dropdown>li>a {
	color: #343a40;
	padding: 10px 20px;
	border-bottom: 1px solid #f6f6f6
}

.nav-dropdown>li>a:hover,
.nav-dropdown>li>a:focus {
	color: #27ae60
}

.main_header_area {
	width: 100%;
	position: fixed;
	left: 0;
	z-index: 9999;
	/*box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1)*/
}

.transparent-menu {
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 99
}

.navigation-portrait .nav-menu>li>a {
	color: #222;
	width: 100%;
	height: auto;
	padding: 10px 10px 10px 30px
}

/* Media Query Mega Menu */
@media only screen and (min-width:320px) and (max-width:1200px) {

	.nav-brand {
		padding: 0 20px;
	}
	.nav-dropdown>li>a,
	.megamenu-list>li>a {
		width: 65%
	}
	.megamenu-lists {
		width: 100%;
		display: block;
		max-width: 767px;
		margin: 0 auto;
		padding-left: 0px;
	}
	.megamenu-lists-left {
		width: 100%;
		max-width: 767px;
		margin: 0px auto;
		padding-left: 0px;
	}
	.totalMenuBtn { display: none;}
	.navigation-portrait .nav-menu>li>a {
		color: #fff;
		width: 100%;
		height: auto;
		padding: 20px 10px 20px 30px;
		letter-spacing: 0.02em;
	}
	.nav-menu>li>a {
		height: 88px;
		padding: 34px 10px;
		display: inline-block;
		text-decoration: none;
		font-size: 18px;
		margin:0 0px;
	}
	.megamenu-list {
		margin: 0 0px 25px;
		padding: 0;
		display: block;
		letter-spacing: 0.02em;
	}
	.megamenu-list>li.megamenu-list-title>a {
		font-size: 1.3em;
		width: 99%;
		border-bottom: 1px solid rgba(255, 255, 255, .1);
	}
	.megamenu-list>li>a {
		padding: 10px 15px;
		font-size: 1.25em;
	}
	.header_area .utilBox li { margin-right: 23px;}
	.nav-menu>li {display: block;}
	.header_area .utilBtn {margin: 20px 0 20px 40px;}
}

.header_area .totalMenu { position: relative; right: 40px; top: -30px; width: 160px; z-index: 999999; }
.header_area .right-menu{ position: absolute; top: 0; right: 0; z-index: 100; }
.header_area .right-menu button{ width: 30px; height: 20px; border: none; padding: 0; background: none; }
.header_area .right-menu button span{ display: inline-block; width: 30px; height: 2px; background: #fff; position: relative; top: 0; transition: all 0.s; will-change: transform; }
.header_area .right-menu button span::before, .header_area .right-menu button span::after{ content: ""; height: 2px; position: absolute; right: 0; background: #fff; transition: all 0.s; will-change: transform; }
.header_area .right-menu button span::before{ width: 25px; top: -8px; }
.header_area .right-menu button span::after{ width: 20px; top: 8px; }

.header_area .right-menu ul{ text-align: center; background: #1B1B1B; padding: 25px 0; will-change: opacity; }
.header_area .right-menu ul li{ padding: 15px 4px; position: relative; }
.header_area .right-menu ul li .icon{ display: inline-block; position: relative; top: 0; transition: all 0.5s; }
.header_area .right-menu ul li .icon img{ opacity: 0.3; transition: all 0.5s; }
.header_area .right-menu ul li .icon::after{ position: absolute; top: 0; left: 0; opacity: 1; transition: all 0.5s; }
.header_area .right-menu ul li span{ display: inline-block; font-size: .875rem; word-break: keep-all; font-weight: 500; color: #fff; position: absolute; bottom: -10px; left: 50%; transform: translateX(-50%); opacity: 0; transition: all 0.5s; }
.header_area .right-menu ul li a{ position: absolute; top: 0; right: 0; bottom: 0; left: 0; z-index: 10; }

.header_area .right-menu ul li:hover .icon{ top: -10px; }
.header_area .right-menu ul li:hover .icon img{ opacity: 1; }
.header_area .right-menu ul li:hover .icon::after{ opacity: opacity; }
.header_area .right-menu ul li:hover span{ bottom: 0px; opacity: 1; color: var(--mainColor);}

/* right-menu (click) */
body.lock .header_area .right-menu button {position: absolute; right: 40px; top: 40px; width: 160px;}
body.lock .header_area .right-menu button span{ top: -4px; transform: rotate(45deg); }
body.lock .header_area .right-menu button span::before{ width: 50%; right: 25%; transform: rotate(90deg); }
body.lock .header_area .right-menu button span::after{ width: 50%; right: 25%; transform: rotate(-90deg); }


/* footer */
#footer {
	background: var(--CNavy900);
	padding: 50px 0 35px;
	position: relative;
}

#footer .line {
	display: flex;
	justify-content: space-between;
}

#footer .line02 {
	align-items: flex-start;
	padding-top: 0px;
	border-top: 0px solid rgba(255, 255, 255, 0.1);
}

#footer .line02 .dl>div {
	display: flex;
	flex-wrap: wrap;
}

#footer .line02 dl {
	display: flex;
	font-size: 1rem;
	color: #fff;
	position: relative;
}

#footer .line02 dt,
#footer .line02 dd {
	line-height: 1.9444;
}

#footer .line02 dl dt {
	font-weight: 500;
	margin-right: 15px;
}

#footer .line02 dl dd {
	font-weight: 300;
	opacity: 0.8;
}
#footer .line02 dl br{ display: none;}

#footer .line02 dl dd span{
	padding-left: 10px; color: var(--CBlueGrey200);
}

#footer .line02 dl.familysite dd {
	opacity: 1;
}

#footer .line02 dl dd a {
	font-weight: 300;
	color: #fff;
}

#footer .line02 dl dd a:visited {
	color: #fff;
}

#footer .line02 dl dd a:hover {
	text-decoration: underline;
}

#footer .line02 .dl>div dl:not(:last-of-type) {
	margin-right: 30px;
}

#footer .line02 .link>ul {
	display: flex;
	align-items: center;
	margin-right: -10px;
}

#footer .line02 .link>ul li a {
	display: inline-block;
	padding: 10px;
}

#footer .line02 .family {
	margin-top: 10px;
	position: relative;
}

#footer .line02 .family * {
	font-size: 1rem;
	font-weight: 400;
}
#footer .line02 .footer-link {
	display: flex;
	margin-top: 20px;
}
#footer .line02 .footer-link dd {
	margin-right: 30px;
}
#footer .line02 .footer-link dd a {
	color: rgba(255, 255, 255, 0.5);
}

#footer .line02 .family p {
	color: #fff;
	padding: 10px 15px;
	padding-right: 85px;
	border: 1px solid rgba(255, 255, 255, 0.3);
	border-radius: 10px;
	position: relative;
	cursor: pointer;
}

#footer .line02 .family p::after {
	content: url("/assets/images/common/family_site_arrow.png");
	position: absolute;
	top: 46%;
	right: 15px;
	transform: translateY(-50%);
	transition: all 0.5s;
}

#footer .line02 .family ul {
	width: 100%;
	background: #fff;
	border-radius: 10px;
	padding: 8px 0;
	position: absolute;
	bottom: 100%;
	display: none;
}

#footer .line02 .family ul li a {
	width: 100%;
	display: inline-block;
	color: #333;
	padding: 5px 15px;
}

#footer .line02 .family.on p::after {
	top: 55%;
	transform: translateY(-50%) rotate(-180deg);
}

#footer .line01 {
	display: flex;
	justify-content: space-between;
	align-items: normal;
	padding-bottom: 30px;
}
#footer .line01 .footQuick {  letter-spacing: 0.02em;}
#footer .line01 .footQuick h5{ color: #fff; font-size: 18px; font-weight: 600; margin-bottom: 20px;}
#footer .line01 .footQuick li{ color: #fff; margin-bottom: 10px;}
#footer .line01 .footQuick li a{ color: var(--CGrey400); font-size: 14px; font-weight: 300; letter-spacing: 0.02em;}
#footer .line01 .footQuick li a:hover{ color: var(--CBlue300); }
#footer .line01 .footQuick a h5:hover{ color: var(--CBlue300); }

#footer .line02 .copyright {
	font-size: 1rem;
	font-weight: 200;
	color: #fff;
	opacity: 0.4;
	margin-top: 20px; letter-spacing: 0.02em;
}

#footer .line02 ul {
	display: flex;
	margin-right: -12px;
}

#footer .line02 ul li a {
	display: inline-block;
	font-size: 1rem;
	font-weight: 300;
	color: #fff;
	padding: 0 12px;
}

#footer .line02 ul li:last-of-type a {
	opacity: 0.8;
}

@media screen and (max-width: 1200px) {
	#footer {
		padding-bottom: 85px;
	}

	#footer .line01 dl {
		display: block;
	}

	#footer .line01 dl {
		font-size: 1rem;
	}

	#footer .line01 .family * {
		font-size: 1rem;
	}

	#footer .line01 .family.on p::after {
		top: 48%;
	}
}

@media screen and (max-width: 1100px) {
	#footer {
		padding: 30px 0;
	}

	#footer .line02 {
		flex-direction: column;
		padding-bottom: 20px;
	}

	#footer .line02 .link {
		margin-top: 20px;
	}

	#footer .line02 .link>ul {
		margin-right: 0;
		margin-left: -10px;
	}

	#footer .line02 .link {
		width: 100%;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	#footer .line02 .family {
		margin-top: 0;
	}
	
}
@media screen and (max-width: 960px) {
	#footer .line01 {flex-wrap: wrap; justify-content: center;}
	#footer .line01 h5 {border-bottom: 1px solid var(--CDarkGrey200);}
	#footer .line01 .footQuick{ width: 30%; margin-bottom: 20px;}
}

@media screen and (max-width: 700px) {
	#footer .line02 {flex-direction: column;}

	#footer .line02 ul {
		margin-right: 0;
		margin-left: -12px;
		margin-bottom: 15px;
	}

	#footer .line02 .family {margin-top: 10px;}
	#footer .line01 .footQuick{ width: 50%;}
	#footer .line02 dl {display: block;}
	#footer .line02 .flex dl {display: flex;}
	#footer .line02 .footer-link dl dd{display: inline-block;}
}

@media screen and (max-width: 500px) {
	#footer .line02 .link {
		flex-direction: column;
		align-items: flex-start;
	}
	#footer .line02 dl br{ display: block;}
}


/* menu */
#menu {
	width: 100%;
	height: var(--vh);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 900;
	display: none;
}

#menu .menu-box {
	display: flex;
	height: 100%;
}

#menu .menu-box>div {
	height: 100%;
}

#menu .menu-box .scroll-box {
	display: flex;
	width: calc(100% - 100px);
}

#menu .menu-box .scroll-box>div {
	padding-top: 175px;
}

#menu .menu-box .info-box {
	width: 600px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	background: #fff;
	transform: scaleX(0);
	transform-origin: right center;
	transition: all 0.5s;
	transition-delay: 0.5s;
	overflow: hidden;
}

#menu .menu-box .info-box>div {
	padding: 0 100px;
	opacity: 0;
	transition: all 0.5s;
	transition-delay: 1s;
}

#menu .menu-box .info-box>div.info {
	padding-bottom: 60px;
}

#menu .menu-box .info-box .text h3 {
	font-size: 3rem;
	font-weight: 700;
	color: #111;
	letter-spacing: -0.01em;
	line-height: 1.3333;
}

#menu .menu-box .info-box ul {
	display: flex;
	align-items: center;
	margin-bottom: 13px;
	margin-left: -9px;
}

#menu .menu-box .info-box ul li a {
	display: inline-block;
	padding: 9px;
	filter: invert(80%);
}

#menu .menu-box .info-box dl {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 15px;
	font-size: 1rem;
	font-weight: 500;
	color: #333;
}

#menu .menu-box .info-box dl dt {
	width: 100px;
	line-height: 1.4;
}

#menu .menu-box .info-box dl dd {
	width: calc(100% - 100px);
	font-weight: 300;
	opacity: 0.8;
	line-height: 1.4;
}

#menu .menu-box .nav-box {
	width: calc(100% - 600px);
	background: #F3F3F3;
	transform: scaleX(0);
	transform-origin: right center;
	transition: all 0.5s;
	transition-delay: 0.5s;
	overflow: hidden;
	padding-top: 105px;
}

#menu .menu-box .nav-box>div {
	padding: 0 65px;
	padding-top: 10px;
}

#menu .menu-box .nav-box .mobile {
	display: none;
}

#menu .menu-box .nav-box .depth01>ul {
	display: flex;
	overflow: hidden;
}
#menu .menu-box .nav-box .depth01>li {
	/*display: flex;*/
	overflow: hidden;
}

#menu .menu-box .nav-box .depth01>li:not(:last-of-type) {
	margin-bottom: 60px;
}

#menu .menu-box .nav-box .depth01>li>a {
	display: inline-block;
	width: 190px;
	height: fit-content;
	font-size: 1.4rem;
	font-weight: 700;
	color: #111;
	opacity: 0;
	position: relative;
	transform: translateY(110%);
	transition: color 0.5s, transform 0.5s 1s, opacity 0.5s 1s;
}

#menu .menu-box .nav-box .depth01>li>a::after {
	content: url("/img/common/menu_arrow2.png");
	position: absolute;
	top: 31%;
	right: 15px;
	transform: translateY(-50%);
	opacity: 0;
	transition: all 0.5s;
}

#menu .menu-box .nav-box .depth02 {
	width: calc(100% - 190px);
	display: flex;
	flex-wrap: wrap;
	margin-bottom: -10px;
	margin-top: 2px;
}

#menu .menu-box .nav-box .depth02>li {
	margin-bottom: 10px;
	overflow: hidden;
}

#menu .menu-box .nav-box .depth02>li>a {
	display: inline-block;
	font-size: 1.2rem;
	font-weight: 500;
	color: #555;
	padding: 5px 15px;
	position: relative;
	transform: translateY(120%);
	transition: color 0.5s, transform 0.5s 1s;
	overflow: hidden;
}

#menu .menu-box .nav-box .depth02>li>a::after {
	content: "";
	width: calc(100% - 30px);
	height: 2px;
	background: var(--mainColor);
	position: absolute;
	bottom: 0;
	left: calc(50% + 1px);
	transform: translateX(-50%) scaleX(0);
	opacity: 0;
	transition: all 0.5s;
}

#menu .menu-box .nav-box .depth02>li.ch a {
	top: -3px;
}

#menu .menu-box .nav-box .depth02>li>a span {
	font-family: var(--Poppins);
	font-weight: 200;
	line-height: 1;
	transition: color 0.5s, transform 0.5s 1s;
}

#menu .menu-box .nav-box .depth01>li:hover>a {
	color: var(--mainColor);
}

#menu .menu-box .nav-box .depth01>li:hover>a::after {
	right: 0;
	opacity: 1;
}

#menu .menu-box .nav-box .depth02>li:hover a {
	font-weight: 700;
	color: #111;
}

#menu .menu-box .nav-box .depth02>li:hover a::after {
	transform: translateX(-50%) scale(1);
}

#menu .menu-box .nav-box .depth02>li:hover>a span {
	font-weight: 600;
}

#menu .menu-box .side-box {
	width: 100px;
	background: #1B1B1B;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: center;
	padding-bottom: 30px;
	transform: scaleY(0);
	transform-origin: top center;
	transition: all 0.5s;
	transition-delay: 1s;
}

#menu .menu-box .side-box .delay {
	width: fit-content;
	transform: rotate(90deg);
	margin-bottom: 30px;
	margin-right: -5px;
	opacity: 0;
	transition: all 0.5s;
}

#menu .menu-box .side-box a {
	display: inline-block;
	font-size: 1.6rem;
	font-weight: 500;
	color: var(--mainColor);
	padding: 20px;
	white-space: nowrap;
	position: relative;
}

#menu .menu-box .side-box a:hover {
	text-decoration: underline;
}

#menu.on .menu-box .info-box {
	transform: scaleX(1);
	will-change: transform;
}

#menu.on .menu-box .info-box>div {
	opacity: 1;
}

#menu.on .menu-box .nav-box {
	transform: scaleX(1);
}

#menu.on .menu-box .depth01>li>a {
	transform: translateY(0);
	opacity: 1;
}

#menu.on .menu-box .depth02>li>a {
	transform: translateY(0);
}

#menu.on .menu-box .nav-box .depth02>li>a::after {
	opacity: 1;
}

#menu.on .menu-box .side-box {
	transform: scaleY(1);
	transition-delay: unset;
}

#menu.on .menu-box .side-box .delay {
	opacity: 1;
	transition-delay: 1s;
}

@media screen and (max-width: 1600px) {
	#menu .menu-box .scroll-box>div {
		padding-top: 100px;
	}

	#menu .menu-box .nav-box .depth01>li:not(:last-of-type) {
		margin-bottom: 30px;
	}

	#menu .menu-box .side-box {
		padding-top: 140px;
	}
	.nav-menu>li>a {
		font-size: 18px;
		margin:0 30px;
	}
}

@media screen and (max-width: 1500px) {
	#menu .menu-box .scroll-box>div {
		padding-top: 120px;
	}

	#menu .menu-box .info-box {
		width: 500px;
	}

	#menu .menu-box .info-box>div {
		padding: 0 50px;
	}

	#menu .menu-box .nav-box {
		width: calc(100% - 500px);
	}

	#menu .menu-box .nav-box>div {
		padding: 0 50px;
	}

	#menu .menu-box .nav-box .depth01>li>a {
		width: 150px;
		font-size: 1.3rem;
	}

	#menu .menu-box .nav-box .depth01>li:not(:last-of-type) {
		margin-bottom: 50px;
	}

	#menu .menu-box .nav-box .depth02 {
		width: calc(100% - 150px);
		margin-top: 0;
	}

	#menu .menu-box .nav-box .depth02>li>a {
		font-size: 1rem;
	}


	#menu .menu-box .side-box {
		padding-top: 120px;
	}
}

@media screen and (max-width: 1400px) {
	.nav-menu>li>a {
		font-size: 18px;
		margin:0 20px;
	}
}

@media screen and (max-width: 1300px) {
	.nav-menu>li>a {
		font-size: 18px;
		margin:0 10px;
	}
}

@media screen and (max-width: 1200px) {
	#menu .menu-box .scroll-box {
		width: calc(100% - 80px);
	}

	#menu .menu-box .scroll-box>div {
		padding-top: 120px;
	}

	#menu .menu-box .info-box {
		width: 40%;
	}

	#menu .menu-box .info-box>div {
		padding: 0 20px;
	}

	#menu .menu-box .info-box .text h3 {
		font-size: 4.5rem;
	}

	#menu .menu-box .nav-box {
		width: 60%;
	}

	#menu .menu-box .nav-box>div {
		padding: 0 35px;
	}

	#menu .menu-box .nav-box .depth01>li:not(:last-of-type) {
		margin-bottom: 50px;
	}

	#menu .menu-box .nav-box .depth01>li>a {
		width: 130px;
		font-size: 2.5em;
	}

	#menu .menu-box .nav-box .depth02 {
		width: calc(100% - 130px);
	}

	#menu .menu-box .nav-box .depth02>li>a {
		font-size: 1.6rem;
	}

	#menu .menu-box .side-box {
		width: 80px;
		padding-top: 140px;
	}

	#menu.on {
		background: #fff;
		transition: background 0.5s;
		transition-delay: 1s;
	}
}

@media screen and (min-width: 1201px) {
	.header_area .right-menu button{ display: none;}
}
@media screen and (max-width: 1201px) {
	.header_area .right-menu nav.menu-opener{ display: none;}
}
@media screen and (max-width: 1000px) {
	#menu {
		/* overflow-y: scroll; */
		overflow: hidden;
	}

	#menu::-webkit-scrollbar {
		display: none;
	}

	#menu .menu-box {
		height: auto;
	}

	#menu .menu-box .scroll-box {
		display: flex;
		flex-direction: column-reverse;
	}

	#menu .menu-box .scroll-box>div.info-box {
		padding-top: 0;
	}

	#menu .menu-box .info-box {
		width: 100%;
		height: auto;
		padding-top: 0;
	}

	#menu .menu-box .info-box>div.info {
		padding: 20px;
		padding-bottom: 20px;
	}

	#menu .menu-box .info-box .text h3 {
		display: none;
	}

	#menu .menu-box .nav-box {
		width: 100%;
		padding-bottom: 70px;
	}

	#menu .menu-box .nav-box>div {
		padding: 0 20px;
	}

	#menu .menu-box .nav-box .depth01 {
		min-height: calc(var(--vh) - 341px);
		display: flex;
		flex-direction: column;
		justify-content: center;
	}

	#menu .menu-box .side-box {
		height: var(--vh);
		position: fixed;
		top: 0;
		right: 0;
	}
}

@media screen and (max-width: 600px) {
	#menu .menu-box .nav-box .pc {
		display: none;
	}

	#menu .menu-box .nav-box .mobile {
		display: block;
	}

	#menu .menu-box .info-box {
		display: none;
	}

	#menu .menu-box .nav-box .depth01 {
		justify-content: flex-start;
		min-height: calc(var(--vh) - 120px);
	}

	#menu .menu-box .nav-box .depth01>li {
		flex-direction: column;
		position: relative;
	}

	#menu .menu-box .nav-box .depth01>li::after {
		content: "";
		width: 100%;
		height: 61px;
		position: absolute;
		left: 0;
		top: 0;
		z-index: 20;
		cursor: pointer;
	}

	#menu .menu-box .nav-box .depth01>li:not(:last-of-type) {
		margin-bottom: 0;
	}

	#menu .menu-box .nav-box .depth01>li>a {
		width: 100%;
		font-size: 1.5rem;
		padding: 15px 20px;
		border-bottom: 1px solid #CCC;
	}

	#menu .menu-box .nav-box .depth01>li:hover>a {
		color: #111;
	}

	#menu .menu-box .nav-box .depth01>li>a::after {
		content: url("/assets/images/common/mobile_depth.png");
		opacity: 1;
		right: 20px;
		transition: all 0.5s;
	}

	#menu .menu-box .nav-box .depth01>li:hover>a::after {
		opacity: 1;
		right: 20px !important;
	}

	#menu .menu-box .nav-box .depth01>li.on>a::after {
		top: 37%;
		transform: rotate(-180deg);
	}

	#menu .menu-box .nav-box .depth02 {
		width: 100%;
		display: flex;
		flex-direction: column;
		background: #fff;
		padding: 10px 0;
		margin-bottom: 0;
		display: none;
		border-bottom: 1px solid #CCC;
	}

	#menu .menu-box .nav-box .depth02>li {
		margin-bottom: 0;
	}

	#menu .menu-box .nav-box .depth02>li>a {
		width: 100%;
		font-size: 1.125rem;
		padding: 5px 20px;
	}

	#menu.on .menu-box .nav-box .depth02>li>a::after {
		display: none;
	}

	#menu .menu-box .nav-box .depth01>li:last-of-type .depth02 {
		border-bottom: none;
	}
	.header_area .utilBox ul {
		justify-content:space-between;
		padding: 6px 20px;
	}
	.header_area .utilBox li { margin-right: 0px;}
}


/* top */
#top {
	width: 70px;
	height: 70px;
	position: absolute;
	top: -30px;
	right: 15px;
	z-index: 100;
	transform: translateY(-100%);
	background: none;
	border: 1px solid rgba(255, 255, 255, 0.4);
	border-radius: 3px;
}

#top img {
	position: relative;
	transform: translateY(0);
}

#top:hover img {
	animation: bounce 1s infinite;
}

@keyframes bounce {
	0% {
		transform: translateY(0);
	}

	50% {
		transform: translateY(-13px);
	}

	100% {
		transform: translateY(0);
	}
}

@media screen and (max-width: 1200px) {
	#top {
		width: 60px;
		height: 60px;
		top: -20px;
	}
}

.form-table {
	border-top: 1px solid #222;
}

.form-table tr {
	border-bottom: 1px solid #E1E1E1;
}

.form-table th {
	background: #F6F6F6;
	font-size: 1.125rem;
	font-weight: 500;
	color: #222;
	padding: 20px;
}

.form-table th span {
	color: var(--CRed);
}

.form-table td {
	padding: 10px 20px;
	font-size: 1.125rem;
}

.form-table td * {
	font-family: var(--baseFont);
	font-size: 1.125rem;
	font-weight: 300;
	color: #222;
}

.form-table td span.small-text {
	display: inline-block;
	width: 100%;
	font-size: 1rem;
	font-weight: 300;
	color: #666;
	margin-top: 10px;
}

input:focus,
select:focus,
textarea:focus {
	outline: none;
}

.form-table select,
.form-table input[type="text"],
.form-table input[type="tel"],
.form-table td p,
.form-table td .min-height {
	width: 100%;
	min-height: 65px;
}

.form-table select,
.form-table input[type="text"],
.form-table input[type="tel"],
.form-table textarea {
	border: 1px solid #CCC;
	padding: 0 20px;
	border: 1px solid var(--CGrey200);
	transition: border-color .15s ease-in-out;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	border-radius: 0;
}

.form-table select {
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	padding-right: 50px;
	background: url("/assets/images/common/select_arrow.png") no-repeat center right 20px;
}

.form-table input[type="text"]:not(.placeholder)::placeholder {
	color: #222;
}

.form-table textarea {
	resize: none;
	width: 100%;
	height: 180px;
	padding: 20px;
}

.form-table td p {
	display: flex;
	align-items: center;
}

.form-table td .min-height {
	display: flex;
	align-items: center;
}

.form-table td .black {
	width: 210px;
	height: 60px;
	background: #333;
	border: none;
	font-weight: 300;
	color: #fff;
}

.form-table .hyphen td span {
	display: inline-block;
	width: 20px;
	height: 1px;
	background: #CCC;
	margin: 0 10px;
}

#step .hyphen .flex input {
	width: calc((100% - 44px) / 2);
}

.vertical .form-table tr th,
.vertical .form-table tr td {
	border-right: 1px solid #CCC;
}

.vertical .form-table tr th:last-of-type,
.vertical .form-table tr td:last-of-type {
	border-right: none;
}

.vertical .form-table th {
	height: 70px;
}

.wide .form-table th {
	width: 440px;
	padding: 20px 25px;
	text-align: left;
	vertical-align: top;
	position: relative;
}

.wide .form-table th div {
	display: flex;
}

.wide .form-table th div span {
	display: inline-block;
	color: #222;
	margin-right: 5px;
}

.wide .form-table td {
	padding: 20px;
}

.wide .form-table td .radio {
	flex-direction: column;
	align-items: flex-start;
	gap: 23px;
}

form .center {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 90px;
}

form .center .button:not(:last-of-type) {
	margin-right: 20px;
}

.form-table .flex {
	display: flex;
	align-items: center;
}

.form-table td.email span {
	display: inline-block;
	padding: 0 20px;
}

.max740 {
	max-width: 740px;
}

.max416 {
	max-width: 416px;
}

.max300 {
	max-width: 300px;
}

.max250 {
	max-width: 250px;
}

.max200 {
	max-width: 200px;
}

/* input[type="radio"] */
ul.radio {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px 20px;
}

ul.radio li input {
	display: none;
}

ul.radio li input+label {
	display: inline-block;
	font-size: 1.125rem;
	font-weight: 300;
	color: #222;
	padding-left: 30px;
	position: relative;
	cursor: pointer;
}

ul.radio li input+label::before {
	content: "";
	width: 15px;
	height: 15px;
	border: 2px solid #222;
	border-radius: 50%;
	position: absolute;
	top: 1px;
	left: 0;
}

ul.radio li input:checked+label::after {
	content: "";
	width: 9px;
	height: 9px;
	background: #222;
	border-radius: 50%;
	position: absolute;
	top: 6px;
	left: 5px;
}

/* input[type="checkbox"] */
ul.checkbox {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px 50px;
}

ul.checkbox li input {
	display: none;
}

ul.checkbox li input+label {
	display: inline-block;
	padding-left: 30px;
	font-size: 1.125rem;
	font-weight: 500;
	color: #222;
	position: relative;
	cursor: pointer;
}

ul.checkbox li input+label::before {
	content: "";
	width: 15px;
	height: 15px;
	border: 2px solid #222;
	border-radius: 5px;
	position: absolute;
	top: 2px;
	left: 0;
}

ul.checkbox li input:checked+label::after {
	content: url("../images/common/checked.png");
	position: absolute;
	top: 0px;
	left: 4px;
}

.button-list {
	display: flex;
	justify-content: flex-end;
	margin-top: 20px;
}

.button-list button {
	display: flex;
	justify-content:center;
	align-items: center;
	height: 45px;
	background: var(--CGrey100);
	border: 1px solid var(--CGrey300);
	font-family: var(--baseFont);
	font-size: 1rem;
	font-weight: 500;
	color: var(--CDarkGrey100);
	border-radius: 4px;
	padding: 0 25px 0 25px;
}
.button-list button span.material-symbols-outlined { padding-right: 10px; font-size: 16px; color: var(--CBlue300);}

.button-list button:not(:last-of-type) {
	margin-right: 13px;
}

/* button */
.button {
	width: 190px;
	height: 70px;
	display: flex;
	justify-content: center;
	align-items: center;
	border: none;
	background: var(--mainColor);
	border-radius: 6px;
	font-family: var(--baseFont);
	font-size: 1.125rem;
	font-weight: 600;
	color: #fff;
}

.button:link,
.button:visited {
	color: #fff;
}

.button-default {
	width: 190px;
	height: 45px;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid var(--CGrey300);
	background: var(--CGrey100);
	border-radius: 4px;
	font-family: var(--baseFont);
	font-size: 1rem;
	font-weight: 500;
	color: var(--CDarkGrey100);
}

.button-grey {
	width: 190px;
	height: 45px;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid var(--CGrey300);
	background: var(--CGrey300);
	border-radius: 4px;
	font-family: var(--baseFont);
	font-size: 1rem;
	font-weight: 500;
	color: var(--CDarkGrey100);
}

.button-default:link,
.button-default:visited {
	color: #fff;
}

.button.gray {
	background: #F6F6F6;
	color: #222;
}

.button.gray:link,
.button.gray:visited {
	color: #222;
}

.button.light {
	background: #1E9F33;
}
button.primary { background: var(--mainColor); color: #fff;}

@media screen and (max-width: 1200px) {

	.form-table select,
	.form-table input[type="text"],
	.form-table input[type="tel"],
	.form-table td p,
	.form-table td .min-height {
		min-height: 60px;
	}

	#step .hyphen .flex input {
		width: calc(100% / 2);
	}

	#step .hyphen td span {
		width: 10px;
		margin: 0 5px;
	}

	form .center {
		margin-top: 60px;
	}

	.form-table td .black {
		width: 160px;
	}

	/* input[type="radio"] */
	ul.radio li input+label {
		font-size: 1.7rem;
	}

	ul.radio li input+label::before {
		top: 1px;
	}

	ul.radio li input:checked+label::after {
		top: 6px;
	}

	/* input[type="checkbox"] */
	ul.checkbox li input+label {
		font-size: 1.7rem;
	}

	ul.checkbox li input+label::before {
		top: 0;
	}

	ul.checkbox li input:checked+label::after {
		top: 0;
	}

	.button-list button {
		width: 100px;
		height: 50px;
		padding: 0 20px 0 15px;
		font-size: 1.7rem;
	}

	.button-list button::before {
		top: 1px;
		transform: scale(0.9);
	}
}

@media screen and (max-width: 1000px) {
	.form-table colgroup col {
		display: none;
	}

	.form-table table {
		background: #F6F6F6;
	}

	.form-table tr {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		border-bottom: none;
	}

	.form-table th {
		width: 150px;
	}

	.form-table td {
		width: calc(100% - 150px);
		background: #fff;
		position: relative;
	}

	.form-table td::after {
		content: "";
		width: calc(100% + 150px);
		height: 1px;
		background: #E1E1E1;
		position: absolute;
		bottom: 0;
		right: 0;
	}

	.vertical .form-table th {
		display: none;
	}

	.vertical .form-table tr th,
	.vertical .form-table tr td {
		border-right: none;
	}

	.vertical .form-table tr td {
		width: 100%;
		padding-left: 170px;
		position: relative;
	}

	.vertical .form-table tr td::before {
		content: attr(data-th);
		width: 150px;
		height: 100%;
		background: #F6F6F6;
		font-size: 1.7rem;
		font-weight: 500;
		color: #222;
		position: absolute;
		top: 0;
		left: 0;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.wide .form-table th {
		width: 100%;
	}

	.wide .form-table td {
		width: 100%;
	}
	.button-list button span.material-symbols-outlined { padding-right: 10px; font-size: 1.25rem; }

}

@media screen and (max-width: 850px) {
	.form-table th {
		font-size: 1.25rem;
	}

	.form-table td * {
		font-size: 1.25rem;
	}

	.form-table select,
	.form-table input[type="text"],
	.form-table input[type="tel"],
	.form-table td p,
	.form-table td .min-height {
		min-height: 50px;
	}

	form .center {
		margin-top: 40px;
	}

	.form-table td .black {
		width: 140px;
		height: 50px;
	}

	.vertical .form-table tr td::before {
		font-size: 1.25rem;
	}

	/* input[type="radio"] */
	ul.radio li input+label {
		font-size: 1.25rem;
	}

	ul.radio li input+label::before {
		top: 0px;
	}

	ul.radio li input:checked+label::after {
		top: 5px;
	}

	/* input[type="checkbox"] */
	ul.checkbox li input+label {
		font-size: 1.25rem;
	}

	.button-list button {
		width: 90px;
		height: 45px;
		padding: 0 15px 0 10px;
		font-size: 1.25rem;
	}

	.button-list button::before {
		top: 0px;
		transform: scale(0.8);
	}
}

@media screen and (max-width: 650px) {

	.form-table select,
	.form-table input[type="text"],
	.form-table input[type="tel"],
	.form-table td p,
	.form-table td .min-height {
		min-height: 45px;
	}

	.form-table select,
	.form-table input[type="text"],
	.form-table input[type="tel"],
	.form-table textarea {
		padding: 0 10px;
	}

	.form-table select {
		padding: 0 10px;
		padding-right: 40px;
		background-position: center right 5px;
	}

	.form-table td .black {
		width: 130px;
		height: 45px;
	}

	.form-table tr {
		display: flex;
		flex-direction: column;
	}

	.form-table th {
		width: 100%;
		height: auto;
		padding: 10px 20px;
		text-align: left;
		border-bottom: 1px solid #E1E1E1;
	}

	.form-table td {
		width: 100%;
		overflow: hidden;
	}

	.vertical .form-table tr td {
		padding-left: 20px;
		padding-top: 0;
	}

	.vertical .form-table tr td.flex {
		flex-wrap: wrap;
		justify-content: center;
		padding: 0;
		padding-bottom: 10px;
	}

	.vertical .form-table tr td::before {
		position: relative;
		width: 100%;
		left: -20px;
		padding: 10px 20px;
		justify-content: flex-start;
		margin-bottom: 10px;
		border-bottom: 1px solid #E1E1E1;
	}

	.vertical .form-table tr td.flex::before {
		left: 0;
	}

	.wide .form-table th {
		padding: 10px 20px;
	}

	.wide .form-table td {
		padding: 10px 20px;
	}
}

@media screen and (max-width: 500px) {
	.max416 {
		max-width: 100%;
	}

	.max300 {
		max-width: 100%;
	}
}

.form-table.basic th {
	width: 250px;
}

@media screen and (max-width: 1200px) {
	.form-table.basic th {
		width: 180px;
	}
}

@media screen and (max-width: 850px) {
	.form-table.basic th {
		width: 150px;
	}
}

@media screen and (max-width: 650px) {
	.form-table.basic th {
		display: block;
		width: 100%;
	}
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9999999;
    display: none;
    overflow: hidden;
    outline: 0;
  }

  .modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
  }
  
  .modal-backdrop.fade {
    opacity: 0;
  }
  
  .modal-backdrop.show {
    opacity: 0.5;
  }
  
  
  .modal.fade .modal-dialog {
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    -webkit-transform: translate(0, -25%);
            transform: translate(0, -25%);
  }
  
  .modal.show .modal-dialog {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  
  .modal-open .modal {
    overflow-x: hidden;
    overflow-y: hidden;
  }
  
  .modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
    pointer-events: none;
  }
  .modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    outline: 0;
	padding: 30px;
	max-height: 860px;
  }
.modal .modal-header {
display: -ms-flexbox;
display: flex;
-ms-flex-align: start;
	align-items: flex-start;
-ms-flex-pack: justify;
	justify-content: space-between;
padding: 0px;
}
.modal .modal-header h5 { font-size: 18px; color: var(--CBlack); font-weight: 600;}
.modal .modal-header h4 { font-size: 24px; color: var(--CBlack); font-weight: 600;}
.modal .close {cursor: pointer; background: transparent; border: 0;}
.modal .close span{display: none;}
.modal .close:after {display: inline-block;content:'\00D7';font-size: 30px;}
.modal-body {
position: relative;
-ms-flex: 1 1 auto;
	flex: 1 1 auto;
height: 100%;
overflow-y: auto;
overflow-x: hidden;
}
.modal-body::-webkit-scrollbar { width: 6px;}
.modal-body::-webkit-scrollbar-thumb {
background: var(--CGrey500); /* 스크롤바 색상 */
border-radius: 10px; /* 스크롤바 둥근 테두리 */
}
.modal-body::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, .1);  /*스크롤바 뒷 배경 색상*/
}

.modal-body h4 { font-size: 24px; margin: 20px 0; color: var(--CBlack); font-weight: 600;}
.modal button.register { position: fixed; left: 0; bottom: 0; width: 100%; display: block; background: var(--CNavy400); font-size: 18px; color: #fff; padding: 16px 0; border-radius: 0 0 10px 10px; border: 0;}

.modal-footer {
	position: fixed;
	bottom: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: end;
        justify-content: flex-end;
    padding: 15px;
	width: 95%;
  }
  
  .modal-footer > :not(:first-child) {
    margin-left: .25rem;
  }
  
  .modal-footer > :not(:last-child) {
    margin-right: .25rem;
  }
.modal .modal-footer button.default { background: var(--CGrey600); font-size: 16px; color: #fff; padding: 10px 20px; border-radius: 50px; border: 0;}

  
  .modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
  }
  
  @media (min-width: 576px) {
    .modal-dialog {
      max-width: 90%;
      margin: 30px auto;
    }
    .modal-sm {
      max-width: 600px;
      margin: 30px auto;
    }
  }
  
  @media (min-width: 992px) {
    .modal-lg {
      max-width: 800px;
    }
  }
  @media screen and (max-width: 768px) {
	.modal-sm {
		max-width: 90%;
		margin: 30px auto;
	}
  }

.writeForm { width: 100%;}
select,
input[type="text"],
input[type="tel"],
input[type="password"] {
	width: 100%;
	min-height: 40px;
}

select,
input[type="text"],
input[type="tel"],
input[type="password"], 
textarea {
	padding: 0 16px;
	border: 1px solid var(--CGrey500);
	transition: border-color .15s ease-in-out;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	border-radius: 4px;
	font-size: 16px;
	color: var(--CDarkGrey300);
}

input[type="text"]:disabled,
input[type="tel"]:disabled,
input[type="password"]:disabled, 
textarea:disabled { background: var(--CGrey200);}

select {
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	padding-right: 50px;
	background: #fff url("/assets/images/common/select_arrow.png") no-repeat center right 20px;
}
select:disabled { background: url(/images/common/select_arrow.png) no-repeat 95% 50% var(--CGrey200);}
.inline_form select:disabled { background: url(/images/common/select_arrow.png) no-repeat 95% 50% var(--CGrey200);}

.writeForm input[type="text"]::placeholder,
.writeForm input[type="tel"]::placeholder,
.writeForm input[type="password"]::placeholder,
.writeForm textarea::placeholder {
	color: var(--CGrey500); font-weight: 300;
}

.writeForm textarea {
	resize: none;
	width: 100%;
	height: 180px;
	padding: 20px;
}
.inline_form { width: 100%; margin: 10px auto 30px auto;}
.inline_form ul {margin-bottom: 20px;}
.inline_form li {display: inline-block; margin-right: 10px; vertical-align: top;  }
.inline_form li:last-child {margin-right: 0;}
.inline_form .formLabel { display: block; font-size: 14px; color: var(--CGrey600); }
.inline_form .required { color: #FF5898; font-size: 14px; padding:0 5px;}
.inline_form li.formLabelInline { position: relative; width: 9%; padding-left: 20px; font-size: 18px; color: #C9C9C9; line-height: 50px; }
.inline_form li.formLabelInline2 { position: relative; width: 12%; padding-left: 20px; font-size: 18px; color: #C9C9C9; line-height: 50px; }
.inline_form li span.desc {position: absolute; top:25px; font-size: 14px; }
.inline_form li.formInput { width: calc(20% - 10px);} 
.inline_form li.formInputFull { width: calc(100% - 5px);} 
.inline_form li.formInputFull select{ background:url("/assets/images/common/select_arrow.png") no-repeat 97.5% 50% #ffffff;} 
.inline_form li.formInputInline { width: 38%;}
.inline_form .zipcode_input {width: 49%;}
.inline_form select { background:url("/assets/images/common/select_arrow.png") no-repeat 95% 50% #ffffff; margin-right: 10px;}
.inline_form .inline_input { margin-right: 10px;}
.inline_form .selSmall {width: 90px; height: 40px; font-size: 14px; padding: 5px; background:url(/images/board/select_arrow3.png) no-repeat 90% 50% #ffffff; margin:0 5px;}
.inline_form .inputSmall { height: 40px; font-size: 14px; margin-right: 0; }

.agreeBox {position: relative;padding-top: 0px;width: 100%;}
.agreeBox h6 {margin-bottom: 10px; color: var(--CBlack);}
.agreeBox .textScroll {overflow-y: auto;height: 120px;padding: 20px;border: 1px solid var(--CGrey400);background: #ffffff;color: var(--CGrey600);font-weight: 400;border-radius: 6px;}
.agreeBox .checkbox { display: flex; align-items: center; justify-content: flex-end; padding: 20px 10px 20px 10px; margin-bottom: 10px;}
.agreeBox .checkbox input[type="checkbox"] {-webkit-appearance: checkbox;padding: 0;width: 15px;height: 15px;margin-top: 4px;border-radius: 3px;background: #ffffff; border: 1px solid var(--CGrey300);}
.agreeBox label {font-weight: 400;padding: 0;line-height: 120%;font-size: 16px;margin-left:6px;cursor: pointer;}
.agreeBox .textScroll::-webkit-scrollbar { width: 6px;}
.agreeBox .textScroll::-webkit-scrollbar-thumb {
background: var(--CGrey500); /* 스크롤바 색상 */
border-radius: 10px; /* 스크롤바 둥근 테두리 */
}
.agreeBox .textScroll::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, .1);  /*스크롤바 뒷 배경 색상*/
}

.menu-opener, .menu-opener:hover, .menu-opener.active, .menu-opener-inner, .menu-opener-inner::before, .menu-opener-inner::after, .menu, .menu.active {
	-webkit-transition: 250ms all;
	transition: 250ms all;
  }
  
  .menu-opener {
	cursor: pointer;
	height: 50px;
	position: absolute;
	top: 0;
	right: 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	width: 60px;
	z-index: 99999999;
  }
  .menu-opener:hover, .menu-opener.active {
	background: transparent;
  }
  
  .menu-opener-inner {
	background: #fff;
	height: .2rem;
	margin-left: .75rem;
	margin-top: 1.75rem;
	width: 2.5rem;
  }
  .menu-opener-inner::before, .menu-opener-inner::after {
	background: white;
	content: '';
	display: block;
	height: .2rem;
	width: 2.5rem;
  }
  .menu-opener-inner::before {
	-webkit-transform: translateY(-0.75rem);
	-ms-transform: translateY(-0.75rem);
	transform: translateY(-0.75rem);
  }
  .menu-opener-inner::after {
	-webkit-transform: translateY(0.5rem);
	-ms-transform: translateY(0.5rem);
	transform: translateY(0.5rem);
  }
  .menu-opener-inner.active {
	background: transparent;
  }
  .menu-opener-inner.active::before {
	-webkit-transform: translateY(-0.25rem) rotate(-45deg);
	-ms-transform: translateY(0-.25rem) rotate(-45deg);
	transform: translateY(-0.25rem) rotate(-45deg);
  }
  .menu-opener-inner.active::after {
	-webkit-transform: translateY(-0.5rem) translateX(0rem) rotate(45deg);
	-ms-transform: translateY(-0.5rem) translateX(0rem) rotate(45deg);
	transform: translateY(-0.5rem) translateX(0rem) rotate(45deg);
  }
  
  .menu {
	background: var(--CDarkGrey300);
	color: transparent;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	width: 0rem;
	display: none;
	z-index: 999999;

  }
  .menu.active {
	position: absolute;
	top: -118px;
	right: 0%;
	display: block;
	width: 100%;
	height: calc(100vh + 118px);
	z-index: 99;
	overflow-y:auto ;
  }
  .menu.active::-webkit-scrollbar { width: 6px;}
  .menu.active::-webkit-scrollbar-thumb {background: var(--CGrey500); /* 스크롤바 색상 */border-radius: 10px; /* 스크롤바 둥근 테두리 */}
  .menu.active .menu-link {
	color: var(--CBlack);
  }
  
  .menu-inner {
	display: flex;
	flex-direction: column;
	height: 100%;
	list-style-type: none;
	margin: 118px 100px 118px 30px;
	padding: 0;
  }
  .menu-inner .menu-link {
	display: flex;
	margin-bottom: 30px;
	text-align: left;
	text-decoration: none;
  }
  .menu-inner .menu-link .depth1Area { display: flex; align-items: center; justify-content: center; width: 10%; height: 100%; border-radius: 10px; margin-right: 30px; background: var(--CBlue300); vertical-align: middle;}
  .menu-inner .menu-link .depth2Area {display: flex; align-items: normal; flex-wrap: wrap; justify-content: flex-start; width: 90%;}
  .menu-inner .menu-link .depth2Area ul {display: block; }

  .menu.active .menu-inner .menu-link h3.depth01_title{ margin-bottom: 0px; font-size: 20px; font-weight: 600; color: var(--CBlack);}
  .menu.active .menu-inner .menu-link h4{ font-size: 18px; font-weight: 500; color: var(--CBlue300); text-align: center; border-bottom: 1px solid rgba(98, 145, 228, .4); padding: 6px 15px;}
  .menu.active .menu-inner .menu-link .depth2 { margin: 0 60px 0px 0 }
  .menu.active .menu-inner .menu-link .depth2 ul li{ margin: 5px 0; font-weight: 300; text-align: center;}
  .menu.active .menu-inner .menu-link .depth2 ul li a { font-size: 14px; color:#fff;}
  
  @media screen and (max-width: 768px) {
	.menu {
	  height: auto;
	}
	.menu-inner {
	  display: block;
	}
	.menu-link {
	  padding: 10px 0;
	  font-size: 1.2em;
	}
	.menu.active {
	  width: -webkit-calc(100% - 0.5rem);
	  width: calc(100% - 0.5rem);
	}
  }

  .thumbnail-list{ display: flex; flex-wrap: wrap; justify-content: space-between; }
.thumbnail-list li{ width: calc((100% - 150px) / 3); height: 460px; margin-right: 60px; margin-bottom: 60px; border: 1px solid #DEDEDE; border-radius: 20px; position: relative; -webkit-box-shadow: 0 19px 38px rgba(170,176,188,0.25), 0 15px 12px rgba(170,176,188,0.25);
    -moz-box-shadow: 0 19px 38px rgba(170,176,188,0.25), 0 15px 12px rgba(170,176,188,0.25); 
    -ms-box-shadow: 0 19px 38px rgba(170,176,188,0.25), 0 15px 12px rgba(170,176,188,0.25);
    -o-box-shadow: 0 19px 38px rgba(170,176,188,0.25), 0 15px 12px rgba(170,176,188,0.25);
    box-shadow: 0 19px 38px rgba(170,176,188,0.25), 0 15px 12px rgba(170,176,188,0.25); cursor: pointer;}
.thumbnail-list li:nth-of-type(3n){ margin-right: 0; }
.thumbnail-list li figure{ width: 100%; position: relative; overflow: hidden; margin-bottom: -5px; border-radius: 10px 10px 0 0; }
.thumbnail-list li figure img{ width: 100%; height: 189px; }
.thumbnail-list li .txtArea {padding: 20px 30px;}
.thumbnail-list li h5{ font-size: 20px; font-weight: 700; color: #111; margin: 10px 0px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; } 
.thumbnail-list li a{ position: absolute; top: 0; right: 0; bottom: 0; left: 0; z-index: 10; }
.thumbnail-list li .txtArea .infoArea dl { margin-bottom: 3px; display: flex; align-items: center; justify-content: flex-start; color: var(--CBlack);}
.thumbnail-list li .txtArea .infoArea dt span{color: var(--CBlue300); margin-right: 10px;}
.thumbnail-list li button { padding:8px 16px; background: var(--CNavy400); font-size: 14px; color: #fff; border: 0; border-radius: 4px;}
.thumbnail-list li .btnWrap { text-align: center; margin-top: 20px;}

@media screen and (max-width: 1500px){
}

@media screen and (max-width: 1350px){
	.thumbnail-list li{ width: calc((100% - 100px) / 3); height: 460px; margin-right: 30px; margin-bottom: 60px;}
	.thumbnail-list li:nth-of-type(4n){ margin-right: 30px; }
	.thumbnail-list li:nth-of-type(3n){ margin-right: 0; }
}

@media screen and (max-width: 1100px){
	.thumbnail-list li{ width: calc((100% - 60px) / 2); margin-right: 30px;}
	.thumbnail-list li:nth-of-type(3n){ margin-right: 33px; }
	.thumbnail-list li:nth-of-type(2n){ margin-right: 0; }
	.modal-open .modal {
		overflow-x: hidden;
		overflow-y: auto;
	  }
	.modal-content {
		padding: 30px;
		max-height: 100%;
		height: 100%;
	  }
	  .inline_form li {display: block; margin-right: 0px; margin-bottom: 20px;}
	.inline_form li.formInput {width: 100%;}
	.inline_form select { height: 50px; font-size: 1rem;}
	
}

@media screen and (max-width: 700px){
	.thumbnail-list{ margin-bottom: -25px; }
	.thumbnail-list li{ width: calc((100% - 20px) / 2); margin-right: 20px; margin-bottom: 25px; height: 100%; min-height: 480px; }
	.thumbnail-list li:nth-of-type(4n){ margin-right: 20px; }
	.thumbnail-list li:nth-of-type(3n){ margin-right: 20px; }
	.thumbnail-list li:nth-of-type(2n){ margin-right: 0; }
	.thumbnail-list li figure img {
		width: 100%;
		height: 169px;
	}
	.inline_form select { height: 40px; }
}

@media screen and (max-width: 620px){
	.thumbnail-list li{ width: 100%; margin-right: 0; }
	.thumbnail-list li:nth-of-type(4n){ margin-right: 0; }
	.thumbnail-list li:nth-of-type(3n){ margin-right: 0; }
	.thumbnail-list li figure img {height: 209px;}
	.thumbnail-list li h5{ font-size: 1.6rem;  }
	.thumbnail-list li dl {font-size: 1.25rem;} 
	.thumbnail-list li button {  font-size: 1.2rem; }
	.modal-content {padding: 20px;}
	

}

#Seminar .badgeArea span{ padding: 3px 10px; font-size: 12px; font-weight: 200; letter-spacing: 0.02em; color: #ffffff; border-radius: 50px;;}
#Seminar .badgeArea span.i-Implant{ background: var(--CBlue400);}
#Seminar .badgeArea span.i-GuidedSurgery{ background: #E462B0;}
#Seminar .badgeArea span.i-ESolution{ background: #6B62E4;}
#Seminar .badgeArea span.i-Orthodontics{ background: #25bec4;}
#Seminar .badgeArea span.i-Cad{ background: #fd9f32;}
#Seminar .badgeArea span.i-Other{ background: #328a17;}


/*iframe*/
iframe.IF_wrap {width: 100%; height:100%; min-height:80vh; border:0; overflow:auto;}
iframe.IF_wrap::-webkit-scrollbar { width: 10px; } 
iframe.IF_wrap::-webkit-scrollbar-thumb { background-color: #D9D9D9; border-radius: 10px; background-clip: padding-box; border: 2px solid transparent; } 
iframe.IF_wrap::-webkit-scrollbar-track { background-color: #fff; border-radius: 10px; box-shadow: inset 0px 0px 5px white; } 

/*Privacy*/
.privacyWrap { padding:30px; }
.privacyWrap .t_txt{ margin-bottom:30px;}
.privacyWrap .gr{ margin-bottom:30px;}
.privacyWrap .gr:last-child{ margin-bottom:0;}
.privacyWrap .gr .title{ font-size:18px; color:var(--CBlack); font-weight:600; margin-bottom:10px;}
.privacyWrap .gr .txt{ font-size:16px; font-weight:400; line-height:1.5;}
.privacyWrap .gr .stitle{ font-size:16px; font-weight:400; margin-bottom:10px;}
.privacyWrap .gr .stxt{ font-size:16px; font-weight:400; line-height:1.5;}
.privacyWrap .gr table{ width:100%; border-collapse: collapse; border-spacing: 0; border: 1px solid #DEDEDE; border-radius: 10px; margin-bottom: 30px;}
.privacyWrap .gr table th, .privacyWrap .gr table td{ border: 1px solid #DEDEDE; padding: 10px; text-align: left;}
.privacyWrap .gr table th{ background: var(--CGrey500); color: #fff; text-align: center;}
.privacyWrap .gr table td{ background: #fff;}
.privacyWrap .gr table td:last-child{ text-align: center;}

@media screen and (max-width: 620px){
	.privacyWrap { padding:10px 5px; }
}

