@charset "utf-8";

/* font - pretendard */
@import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard.css');
/*
  font-family: pretendard;
  thin
    font-weight: 100;
  regular
    font-weight: 400;
  bold
    font-weight: 700;
  black
    font-weight: 800;
*/

/* font - 강원교육튼튼 */
@font-face {
    font-family: 'GangwonEduPowerExtraBoldA';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2201-2@1.0/GangwonEduPowerExtraBoldA.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
/*
  font-family: 'GangwonEduPowerExtraBoldA';
*/

/* XEICON CDN */
@import url('http://cdn.jsdelivr.net/npm/xeicon@2.3.3/xeicon.min.css');

/* reset */
* {
    margin: 0;
    padding: 0;
}
html, body, div, span, iframe, table, figure, p, a, b, u, i,
h1, h2, h3, h4, h5, h6,
ol, ul, li, dl, dt, dd,
header, footer, main, nav, aside, article, section,
audio, video, form, img, input, input::placeholder, select, button, textarea, label{
    margin: 0;
    padding: 0;
    line-height: 1.5;
    border: 0;
    outline: none;
    box-sizing: border-box;
    color: #343448;
    background-color: transparent;
    font: inherit;
    font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
    font-size: 100%;
    font-weight: 400;
    font-style: normal;
    vertical-align: baseline;
    word-break: keep-all;
}
html {
    font-size: 16px;
}

a {
    text-decoration: none;
}
ol, ul, li, dl, dt, dd{
    list-style: none;
}
button {
    cursor: pointer;
}

html {
    overflow-y: scroll;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
html.is-Hidden {
    overflow: hidden;
}
.hiddenText {
    overflow: hidden;
    display: block;
    position: absolute;
    border: 0;
    width: 1px;
    height: 1px;
}
.onlyPhone {
	display: none;
}
.onlyTablet {
	display: none;
}

/*=========================================================
	Header
=========================================================*/

header {
    position:fixed;
	top:0;
	left:0;
	right:0;
	padding:30px 0;
	background-color:transparent;
	transition-property: transform, background-color;
    transition-duration: 0.3s;
    will-change: transform;
	z-index:1000;
}

header .headerContainer{
	max-width: 1920px;
    margin: 0 auto;
    position: relative;
    padding: 0 80px;
}

header .headerContainer:after{
	content: "";
	display: table;
	clear: both;
}

header .headerInfo {
    position: relative;
}

header.is-Down {
    transform: translateY(0%);
    background-color: #fff;
}

header.is-Up {
    transform: translateY(-100%);
}

/*=========================================================
	Logo
=========================================================*/

/* .logo{
	float:left;
} */

.logoLink{
	display:block;
	width:96px;
	height:54px;
	background-image:url(/images/logo/ndux-blue.svg);
	/* background-size:60px 54px; */
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left center;
}

/*=========================================================
	MenuButton
=========================================================*/

.menuButton{
	position:absolute;
	top:50%;
	right:0;
	transform:translateY(-50%);
	width:40px;
	height:40px;
}

.menuButtonOpen{
	width:40px;
	height:11px;
	background-image:url(/images/icon/ico_nav_open.svg);
	background-size:40px 11px;
	position:absolute;
	top:50%;
	right:0;
	transform:translateY(-50%);
	transition-property: opacity, visibility, transform;
    transition-duration: 0.3s;
	transition-delay:0.2s;
}

.menuButtonOpen:after{
	content:"Menu";
	color:#000;
	position:absolute;
	top:50%;
	left:-50px;
	transform:translateY(-50%);
	font-size:16px;
	line-height:1.4em;
	font-weight:bold;
}

.menuButtonClose{
	width:36px;
	height:36px;
	background-image:url(/images/icon/ico_nav_close.svg);
	background-size:36px 36px;
	position:absolute;
	top:50%;
	right:0;
	transform:translateY(-50%) scale(0);
	opacity:0;
	visibility:hidden;
	transition-property: opacity, visibility, transform;
    transition-duration: 0.3s;
	transition-delay:0s;
}

.is-NavOpen .menuButtonOpen{
	opacity:0;
	visibility:hidden;
	transform:translateY(-50%) scale(0);
	transition-delay:0s;
}

.is-NavOpen .menuButtonClose{
	opacity:1;
	visibility:visible;
	transform:translateY(-50%) scale(1);
	transition-delay:0.2s;
}

/*=========================================================
/*	Navigation Menu
=========================================================*/

.navMenu{
	position:fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	z-index:900;
	background-color:#fff;
	opacity:0;
	visibility:hidden;
}

.is-NavOpen .navMenu{
	opacity:1;
	visibility:visible;
}

.navMenuScroll{
	position:absolute;
	top:0;
	left:0;
	right:0;
	height:100%;
	overflow:hidden;
	overflow-y:auto;
	padding-top:200px;
}

.navMenuContainer {
	max-width: 1920px;
    margin: 0 auto;
    position: relative;
    padding: 0 80px;
}

.navMenuContainer:after{
	content: "";
	display: table;
	clear: both;
}

.navMenuTitle{
	font-size:30px;
	line-height:1.2em;
	color:#000000;
	font-weight:bold;
	margin-bottom:35px;
}

.navMenuInner ul.menuList > li{
	margin-top:45px;
	font-size:0;
	line-height:0;
	position:relative;
}

.navMenuInner ul.menuList > li:first-child{
	margin-top:0;
}

.navMenuInner ul.menuList > li > a{
	display:inline-block;
	font-size:55px;
	line-height:1.1em;
	color:#000000;
	font-weight:bold;
	max-width:50%;
}

.navMenuInner ul.menuList > li[class*="current"] > a{
	color:#DB2F1C;
}

/*=========================================================
  Layout
=========================================================*/

/*  MainBanner */
.main {
	overflow:hidden;
    min-height:100%;
}

.mainBanner{
	height:100vh;
	position:relative;
	overflow:hidden;
	min-height:600px;
    margin-bottom: 150px !important;
}

.mainBannerContent {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    text-align: center;
}

.mainText{
	font-size:0;
	line-height:0;
    margin-left: 10px;
    margin-right: 10px;
}

.mainText.subText{
    margin-bottom:75px;
}

.mainTextInner{
    display:inline-block;
	position:relative;
}

.mainTextInner span {
	display:block;
	font-size:95px;
	line-height:1em;
	color:#000;
	font-weight:bold;
	white-space:nowrap;
}

.mainTextInner.subTextInner span {
    font-size: 75px;
    color: #fff;
    -webkit-text-stroke: 1px #000;
    white-space: break-spaces;
    word-break: keep-all;
}

.mainTextInner.subTextInner span {
    animation: SubTextLetterSpacing 1s forwards alternate;
    animation-delay: 2s;
    opacity: 0;
}

.mainTextInner .basicText {
    animation: BasicText 0.1s forwards alternate;
    animation-delay: 1.9s;
    opacity: 0;
}

.mainTextInner .aniText {
    position: absolute;
    height: 51%;
    width: 0;
    overflow: hidden;
}

.mainTextInner .aniText.left {
    animation: AniTextLeft 2s forwards alternate;
    top: 0;
    left: 0;
    width: 0;
}

.mainTextInner .aniText.right {
    animation: AniTextRight 2s forwards alternate;
    bottom: 0;
    right: 0;
    width: 0;
    text-align: right;
}

.mainTextInner .aniText span {
    color: #0079af;
    position: absolute;
}

.mainTextInner .aniText.left span {
    left: 0;
    top: 0;
}

.mainTextInner .aniText.right span {
    right: 0;
    bottom: 0;
}

.mainBannerLogoImg{
    max-width: 100%;
    height: auto;
	animation: mainBannerLogoImgAni 1.4s forwards alternate;
	animation-delay:2.9s;
	opacity:0;
}

.mainBannerLogo{
	width:690px;
	margin:4vw auto;
	position:relative;
}

@keyframes AniTextLeft {
	0%   {
		width:0%;
	}
	
	80% {
		width:100%;
	}
	
	99%{
		opacity:1;
	}
	
	100% {
		width:100%;
		opacity:0;
	}
}

@keyframes AniTextRight {
	0%   {
		width:0%;
	}
	
	80% {
		width:100%;
	}
	
	99%{
		opacity:1;
	}
	
	100% {
		width:100%;
		opacity:0;
	}
}

@keyframes BasicText {
	0%   {
		opacity:0;
	}
	
	100% {
		opacity:1;
	}
}

@keyframes SubTextLetterSpacing {
	0%   {
		opacity:0;
        /* letter-spacing: 30; */
        /* transform: scale(10); */
	}
	
	100% {
		opacity:1;
        /* letter-spacing: 0; */
        /* transform: scale(1); */
	}
}

@keyframes mainBannerLogoImgAni {
	0%   {
		opacity:0;
	}

	100% {
		opacity:1;
	}
}

.mainBannerScroll{
	position:absolute;
	bottom:20px;
	left:50%;
	transform:translateX(-50%);
	font-size:16px;
	line-height:1.2em;
	color:#000;
	font-weight:500;
	animation: scroll_text 5s infinite;
}

@keyframes scroll_text{
	0%{
		bottom: 45px;
	}
	50%{
		bottom: 20px;
	}
	100%{
		bottom: 45px;
	}
}

.mainBannerScroll:before {
    content: '';
    width: 1px;
    height: 30px;
    background: #000;
    display: block;
    margin: 0 auto 10px auto;
	animation: scroll_line 5s infinite;
}

@keyframes scroll_line{
	0%{
		height: 5px;
	}
	50%{
		height: 30px;
	}
	100%{
		height: 5px;
	}
}

/*  MainSection */
.mainSection {
    position: relative;
    background-color: #fff;
}

.sectionContent {
    position: relative;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 40px;
	padding-top: 140px;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

.sectionContent h2 {
    font-weight: 1000;
    font-size: 54px;
    line-height: 1;
    color: #353b42;
}

.sectionContent::before {
	content: '';
    display: block;
    margin-top: -114px;
    padding-top: 114px;
}

.sectionContent h3 {
    margin-top: 22px;
    font-weight: 800;
    font-size: 26px;
    color: #353b42;
}

.sectionContent p {
    margin-top: 18px;
    font-size: 22px;
    line-height: 36px;
    color: #595e65;
}

.sectionContent p:first-of-type {
    margin-top: 44px;
}

/* SEVICE */
.sectionContent .serviceList {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 32px;
}

.sectionContent .serviceItem:first-child, 
.sectionContent .serviceItem:nth-child(2) {
    margin-top: 0;
}

.sectionContent .serviceItemContainer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    text-align: left;
}

.sectionContent .serviceItem {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    gap: 34px;
    width: calc(50% - 34px);
    min-height: 182px;
    margin-top: 28px;
    text-align: center;
}

.sectionContent .serviceImg {
    display: block;
    position: relative;
}

.sectionContent .serviceImg::before {
    width: 160px;
    height: 160px;
	display: block;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    content: "";
}

.sectionContent .serviceImg.everize::before {
    background-image: url(/images/logo/everize_logo.png);
}

.sectionContent .serviceImg.shopfit::before {
    background-image: url(/images/logo/shopfit_logo.png);
}

.sectionContent .serviceTitle {
    font-weight: 800;
    font-size: 21px;
    color: #353b42;
}

.sectionContent .serviceText {
    margin-top: 12px;
    min-height: 90px;
    font-size: 17px;
    line-height: 30px;
    color: #595e65;
}

.sectionContent .icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 7px;
    margin-top: 10px;
}

.sectionContent .icon a::before {
    content: "";
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
	display: block;
    width: 45px;
    height: 44px;
}
.sectionContent .icon a.android::before {
    background-image: url(/images/icon/ico_android.png);
}
.sectionContent .icon a.ios::before {
    background-image: url(/images/icon/ico_ios.png);
}
.sectionContent .icon a.web::before {
    background-image: url(/images/icon/ico_web.png);
}

.swiper-button-next, .swiper-button-prev {
	display: none;
}

/* HISTORY */
.historyContainer {
	position: relative;
    margin-top: 88px;
}

.historyDateList {
	position: relative;
	left: 120px;
    font-size: 1.03em;
    font-weight: 100;
    line-height: 1.4em;
    text-align: left;
    list-style: none;
    border-radius: 2px;
}

.historyDate {
	position: relative;
    height: 75px;
    border-left: 2px solid rgb(230, 230, 230);
}

.historyItem {
	position: absolute;
    display: block;
    top: -18px;
    line-height: 25px;
    padding: 5px 16px;
    word-break: keep-all;
}

.historyItem.active {
    color: #0079af;
    font-weight: 600;
}

.historyDate .dateText {
	display: block;
    position: absolute;
    top: -18px;
    left: -120px;
    width: 100px;
    font-size: 16px;
    font-style: normal;
    font-weight: bold;
    line-height: 25px;
    border: 1px solid;
    border-radius: 20px;
    padding: 5px 16px;
    text-align: center;
}

.historyDate .dateText.active {
    color: #0079af;
}

.historyDate .dateText::after {
	display: block;
    position: absolute;
    width: 9px;
    height: 9px;
    content: "";
    background-color: rgb(51, 61, 75);
    border-radius: 50%;
    right: -20px;
    top: 50%;
    transform: translate(50%, -50%);
}

.historyDate .dateText.active::after {
	background-color: #0079af;
}

.historyDate .dateText::before {
	content: '';
    position: absolute;
    display: block;
    right: -15.5px;
    top: 50%;
    width: 15.5px;
    height: 2px;
    background: #000;
    transform: translateY(-50%);
}

.historyDate .dateText.active::before {
	background: #0079af;;
}

/* TEAM */
.teamGrid {
	display: flex;
	flex-flow: row;
	flex-wrap: wrap;
	gap: 20px;
}

.teamItem {
	flex-basis: calc(25% - 20px);
    max-width: calc(25% - 20px);
    -webkit-box-flex: 0;
    flex-grow: 0;
}

.teamCard {
	display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    border: 1px solid rgb(230, 230, 230);
    border-radius: 32px;
    overflow: hidden;
    gap: 16px;
}


.team {
    font-size: 14px;
}
.team.name {
	font-size: 18px;
    font-weight: bold;
}
.team.pic {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	border-radius: 50%;
    width: 50%;
    height: 50%;
}
.team.pic.junho {
	background-image: url(/images/members/junho.jpeg);
}
.team.pic.karam {
	background-image: url(/images/members/karam.jpeg);
}
.team.pic.sungmin {
	background-image: url(/images/members/sungmin.jpeg);
}
.team.pic.jihwan {
	background-image: url(/images/members/jihwan.jpeg);
}

.square {
    width: 100%;
    position: relative;
}

.square::after {
    display: block;
    content: "";
    padding-bottom: 100%;
}

.squareInner {
	position: absolute;
	width: 100%;
  	height: 100%;
}

/* CONTACT */
.sectionContent .addr {
    display: block;
}
#map {
    margin-top: 30px;
}

/*=========================================================
	Footer
=========================================================*/

.footer {
    position: relative;
    padding: 55px 40px 100px 40px;
    margin-top: 198px;
}

.footerContainer {
	position: relative;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0;
}

.footerContainer:after {
    content: "";
    display: table;
    clear: both;
}

.footerNav {
	float: right;
	width: calc(50% + 77px);
}

.footerNavMenuContent {
	padding-top: 10px;
}

.footerNav .navMenuInner ul.menuList > li{
	margin-top: 22px;
    font-size: 0;
    line-height: 0;
}

.footerNav .navMenuInner ul.menuList > li:first-child{
	margin-top:0;
}

.footerNav .navMenuInner ul.menuList > li > a{
	display: inline-block;
    padding-left: 77px;
    position: relative;
    font-size: 30px;
    line-height: 1.2em;
    color: #000;
    font-weight: bold;
}

.footerInfo {
    float: left;
    width: calc(50% - 77px);
}

.footerInfoLogo {
	margin-bottom: 48px;
    height: 48px;
    background-image: url(../../images/logo/ndux-blue.svg);
    background-size: contain;
    background-repeat: no-repeat;
}

.footerInfoListItem{
	font-size:16px;
	line-height:1.4em;
	color:#000000;
	font-weight:400;
	margin-top:2px;
}

.footerInfoListItem:first-child{
	margin-top:0;
}

.footerInfoListLink{
	color:#000000;
}

.footerMenu{
	margin-top:26px;
}

.FooterMenuList{
	font-size:0;
	line-height:0;
	margin:0 -14px;
}

.footerMenuItem{
	display:inline-block;
	position:relative;
	padding:0 14px;
	font-weight:500;
}

.footerMenuItem:after{
	content:"";
	width:1px;
	height:12px;
	background-color:#000;
	position:absolute;
	top:50%;
	right:0;
	transform:translateY(-50%);
}

.footerMenuItem:last-child:after{
	display:none;
}

.footerMenuLink{
	font-size:18px;
	line-height:1.4em;
	color:#000000;
}

.footerCopy{
	margin-top:48px;
	font-size:16px;
	line-height:1.4em;
	color:#000;
}

.footerMenuLink.targetLink{
    position: relative;
    padding-right: 24px;
}

.text-bold .footerMenuLink.targetLink {
    font-weight: bold;
}

.footerMenuLink.targetLink:after{
	content: '';
    width: 14px;
    height: 15px;
    background-image: url(/images/icon/ico_new_window.svg);
    background-size: 14px 15px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

/* responsive */
@media screen and (max-width:1920px) and (min-width:1025px) {
    header {
        padding: 1.5625vw 0;
    }

    header .headerContainer{
		max-width: 100vw;
		padding: 0 4.1666vw;
	}

    /*	Logo */
    .logoLink {
        width: 5.125vw;
        height: 2.8125vw;
        /* background-size: 3.125vw 2.8125vw; */
    }

	.sectionContent::before {
		content: '';
		display: block;
		margin-top: -5.9375vw;
		padding-top: 5.9375vw;
	}

    /*	MenuButton */
	.menuButton{
		width:2.0833vw;
		height:2.0833vw;
	}

	.menuButtonOpen{
		width:2.0833vw;
		height:0.57291vw;
		background-size:2.0833vw 0.57291vw;
	}

	.menuButtonClose{
		width:1.875vw;
		height:1.875vw;
		background-size:1.875vw 1.875vw;
	}

    /*	SiteHeaderMenu */
	.navMenuScroll{
		padding-top:10.41666vw;
	}

    .navMenuContainer {
		max-width: 100vw;
		padding: 0 4.1666vw;
	}

	.navMenuTitle{
		font-size:1.5625vw;
		margin-bottom:1.822916vw;
	}

    .navMenuInner ul.menuList > li {
		margin-top:2.34375vw;
	}

	.navMenuInner ul.menuList > li > a{
		font-size:2.86458vw;
	}
    
    /*	Layout */
    .mainBanner{
        margin-bottom:7.8125vw !important;
    }

    .mainText.subText{
		margin-bottom:3.90625vw;
	}

	.mainTextInner span{
		font-size:4.947916vw;
	}

    .mainTextInner.subTextInner span{
		font-size:3.947916vw;
	}

    .mainBannerLogo{
		width:40vw;
	}

    .mainBannerScroll{
		bottom:1.0416vw;
		font-size:0.83333vw;
	}

	/* footer */
	.footer{
		padding: 2.8645vw 40px 5.20833vw 40px;
		margin-top: 10.3125vw;
	}

	.footerNav {
		width: calc(50% + 4.010416vw);
	}

	.footerNavMenuContent {
		padding-top: 0.52083vw;
	}

	.footerNav .navMenuInner ul.menuList > li{
		margin-top: 1.145833vw;
	}
	
	.footerNav .navMenuInner ul.menuList > li > a{
		padding-left: 4.01041vw;
    	font-size: 1.5625vw;
	}

	.footerInfo {
		width: calc(50% - 4.010416vw);
	}

	.footerInfoLogo {
		margin-bottom: 2.5vw;
        height: 2.5vw;
	}

	.footerInfoListItem{
		font-size:0.9375vw;
		margin-top:0.10416vw;
	}

	.footerMenu{
		margin-top:1.35416vw;
	}

	.footerMenuList{
		margin:0 -0.72916vw;
	}

	.footerMenuItem{
		padding:0 0.72916vw;
	}

	.footerMenuItem:after{
		height:0.625vw;
	}

	.footerMenuLink{
		font-size:0.9375vw;
	}

	.footerCopy{
		margin-top:2.5vw;
		font-size:0.83333vw;
	}
	
	.footerMenuLink.targetLink{
		padding-right: 1.25vw;
	}

	.footerMenuLink.targetLink:after{
		width: 0.729166vw;
		height: 0.78125vw;
		background-size: 0.729166vw 0.78125vw;
	}
}

@media screen and (max-width:1270px) and (min-width:1025px){
	.mainBannerScroll{
		font-size:10px;
	}
}

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


@media screen and (max-width:1024px) and (min-width:768px) {
	.onlyTablet {
		display: unset;
	}

    header {
        padding: 3.27916vw 0;
    }

    header .headerContainer{
		max-width:100%;
		padding:0 5.20833vw;
	}

    /*	Logo */
    .logoLink {
        width: 9.125vw;
        height: 4.8125vw;
        /* background-size: 5.125vw 4.8125vw; */
    }

    /*	MenuButton */
	.menuButton{
		width:4.0833vw;
		height:4.0833vw;
	}
	
	.menuButtonOpen:after{
		font-size:2.08333vw;
		left: -6.625vw;
	}

	.menuButtonOpen{
		width:4.0833vw;
		height:1.14291vw;
		background-size:4.0833vw 1.14291vw;
	}

	.menuButtonClose{
		width:2.745vw;
		height:2.745vw;
		background-size:2.745vw 2.745vw;
	}

    /*	SiteHeaderMenu */
	.navMenuScroll{
		padding-top:18.5vw;
	}

    .navMenuContainer {
		max-width:100%;
		padding:0 5.20833vw;
	}

	.navMenuTitle{
		font-size:3.5625vw;
		margin-bottom:3.822916vw;
	}

    .navMenuInner ul.menuList > li {
		margin-top:4.34375vw;
	}

	.navMenuInner ul.menuList > li > a{
		font-size:4.86458vw;
	}

    /*	Layout */
    .mainBanner{
        margin-bottom:14.725vw !important;
    }

    .mainText.subText{
		margin-bottom:8.40625vw;
	}

	.mainTextInner span{
		font-size:9.447916vw;
	}

	.mainTextInner.subTextInner span{
		font-size:8.447916vw;
	}

    .MainBannerLogo{
		width:57vw;
		margin: 8.4vw auto;
	}

    .mainBannerScroll{
		bottom:2.2416vw;
		font-size:1.683333vw;
	}

	/* Main Section */
	.sectionContent {
		padding: 0 3.90625vw;
		padding-top: 13.671875vw;
	}

	.sectionContent.ndux,
	.sectionContent.history {
		display: flex;
	}

	.sectionContent h2 {
		font-size: 5.2734375vw;
	}

	.sectionContent::before {
		content: '';
		display: block;
		margin-top: -11.37082vw;
		padding-top: 11.37082vw;
	}

	.sectionContent.ndux h2,
	.sectionContent.history h2 {
		margin-right: 4.2vw;
	}
	
	.sectionContent h3 {
		margin-top: 2.1484375vw;
		font-size: 2.5390625vw;
	}

	.sectionContent.ndux h3,
	.sectionContent.history h3 {
		margin-top: 0;
	}
	
	.sectionContent p {
		margin-top: 1.7578125vw;
		font-size: 2.1484375vw;
		line-height: 3.515625vw;
	}
	
	.sectionContent p:first-of-type {
		margin-top: 4.296875vw;
	}

	.sectionContent.history p:first-of-type {
		margin-top: 0;
	}

	.serviceListContainer {
		position: relative;
		padding: 0 3.90625vw;
	}

	.sectionContent .serviceList {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		gap: 0;
	}

	.sectionContent .serviceItem {
		-ms-flex-negative: 0;
		flex-shrink: 0;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		gap: 18px;
		width: 33.3333%;
		margin-top: 0;
	}

	.sectionContent .serviceItemContainer {
		min-height: 15.5vw;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		text-align: center;
	}

	.sectionContent .serviceTitle {
		font-size: 2.0vw;
	}

	.sectionContent .serviceText {
		margin-top: 0.78125vw;
		font-size: 1.6vw;
		line-height: 1.4;
		min-height: 7.2vw;
		word-break: keep-all;
	}

	.sectionContent .serviceImg::before {
		width: 14.45vw;
		height: 14.45vw;
	}

	.sectionContent .icon {
		position: relative;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin-top: 1.0vw;
	}

	.swiper-button-prev {
		left: 0;
	}

	.swiper-button-next {
		right: 0;
	}

	.swiper-button-next, .swiper-button-prev {
		display: block;
		position: absolute;
		top: 56px;
		width: auto;
		height: auto;
		padding: 10px;
	}

	.swiper-button-prev::after,
	.swiper-button-next::after {
		content: '';
		width: 12px;
		height: 18px;
		display: block;
		background-size: contain;
		background-repeat: no-repeat;
		background-position: center;
	}

	.swiper-button-prev::after {
		background-image: url(/images/icon/ico_prev.png);
	}

	.swiper-button-next::after {
		background-image: url(/images/icon/ico_next.png);
	}

	/*  HISTORY */
	.historyContainer {
		padding-top: 20px;
    	margin-top: 4.296875vw;
	}

	/* TEAM */
	.teamItem {
		flex-basis: calc(50% - 20px);
		max-width: calc(50% - 20px);
		-webkit-box-flex: 0;
		flex-grow: 0;
	}

	/* footer */
	.footer{
		padding: 3.8645vw 40px 6.20833vw 40px;
		margin-top: 17.3125vw;
	}
	.footerNav {
		width: calc(44% + 4.010416vw);
	}

	.footerNavMenuContent {
		padding-top: 0.52083vw;
	}

	.footerNav .navMenuInner ul.menuList > li{
		margin-top: 1.645833vw;
	}
	
	.footerNav .navMenuInner ul.menuList > li > a{
		padding-left: 4.01041vw;
    	font-size: 2.5625vw;
	}

	.footerInfo {
		width: calc(56% - 4.010416vw);
	}

	.footerInfoLogo {
		margin-bottom: 3.5vw;
        height: 3.5vw;
	}
	
	.footerInfoListItem{
		font-size:1.5375vw;
		margin-top:0.30416vw;
	}

	.footerMenu{
		margin-top:1.85416vw;
	}

	.footerMenuList{
		margin:0 -0.92916vw;
	}

	.footerMenuItem{
		padding:0 0.92916vw;
	}

	.footerMenuItem:after{
		height:1.0625vw;
	}

	.footerMenuLink{
		font-size:1.59375vw;
	}

	.footerCopy{
		margin-top:2.5vw;
		font-size:1.33333vw;
	}
	
	.footerMenuLink.targetLink{
		padding-right: 2.34375vw;
	}

	.footerMenuLink.targetLink:after{
		width: 1.3671875vw;
		height: 1.46484375vw;
		background-size: 1.3671875vw 1.46484375vw;
	}
}

@media screen and (max-width: 767px) and (min-width:1px) {
	.onlyPhone {
		display:unset;
	}

    header {
        padding: 5.27916vw 0;
    }

    header .headerContainer{
		max-width:100%;
		padding:0 6.25vw;
	}

    /*	Logo */
    .logoLink {
        width: 17.125vw;
        height: 9.6125vw;
        /* background-size: 10.125vw 9.6125vw; */
    }

    /*	MenuButton */
	.menuButton{
		width:8.0833vw;
		height:8.0833vw;
	}
	
	.menuButtonOpen:after{
		font-size:4.375vw;
		left: -13.625vw;
	}

	.menuButtonOpen{
		width:8.0833vw;
		height:2.24291vw;
		background-size:8.0833vw 2.24291vw;
	}

	.menuButtonClose{
		width:5.445vw;
		height:5.445vw;
		background-size:5.445vw 5.445vw;
	}

    /*	SiteHeaderMenu */
	.navMenuScroll{
		padding-top:27.5vw;
	}

    .navMenuContainer {
		max-width:100%;
		padding:0 6.25vw;
	}

	.navMenuTitle{
		font-size:4.5625vw;
		margin-bottom:4.822916vw;
	}

    .navMenuInner ul.menuList > li {
		margin-top:5.634375vw;
	}

	.navMenuInner ul.menuList > li > a{
		font-size:6.186458vw;
	}

    /*	Layout */
    .mainBanner{
        margin-bottom:14vw !important;
    }

    .mainText.subText{
		margin-bottom:10.40625vw;
	}

	.mainTextInner span{
		font-size:10.447916vw;
	}

    .mainTextInner.subTextInner span{
		font-size:9.447916vw;
	}

    .MainBannerLogo{
		width:73vw;
		margin: 10vw auto;
	}

    .mainBannerScroll{
		bottom:3.0416vw;
		font-size:3.283333vw;
	}
	
	/* Main Section */
	.sectionContent {
		padding: 0 3.90625vw;
		padding-top: 13.671875vw;
	}

	.sectionContent h2 {
		font-size: 7.040417209908735vw;
	}

	.sectionContent::before {
		content: '';
		display: block;
		margin-top: -20.17082vw;
		padding-top: 20.17082vw;
	}
	
	.sectionContent h3 {
		margin-top: 2.8683181225554106vw;
		font-size: 4.5vw;
	}
	
	.sectionContent p {
		margin-top: 2.346805736636245vw;
		font-size: 3.8vw;
    	line-height: 1.6;
	}
	
	.sectionContent p:first-of-type {
		margin-top: 5.736636245110821vw;
	}

	.serviceListContainer {
		position: relative;
		padding: 0 3.90625vw;
	}

	.sectionContent .serviceList {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		gap: 0;
	}

	.sectionContent .serviceItem {
		-ms-flex-negative: 0;
		flex-shrink: 0;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		gap: 18px;
		width: 33.3333%;
		margin-top: 0;
	}

	.sectionContent .serviceItemContainer {
		min-height: 15.5vw;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		text-align: center;
	}

	.sectionContent .serviceTitle {
		font-size: 4.5vw;
	}

	.sectionContent .serviceText {
		margin-top: 2vw;
		font-size: 3.8vw;
		line-height: 1.4;
		min-height: 7.2vw;
		word-break: keep-all;
	}

	.sectionContent .serviceImg::before {
		width: 30vw;
		height: 30vw;
	}

	.sectionContent .icon {
		position: relative;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin-top: 4.5vw;
	}

	.swiper-button-prev {
		left: 0;
	}

	.swiper-button-next {
		right: 0;
	}

	.swiper-button-next, .swiper-button-prev {
		display: block;
		position: absolute;
		top: 56px;
		width: auto;
		height: auto;
		padding: 10px;
	}

	.swiper-button-prev::after,
	.swiper-button-next::after {
		content: '';
		width: 12px;
		height: 18px;
		display: block;
		background-size: contain;
		background-repeat: no-repeat;
		background-position: center;
	}

	.swiper-button-prev::after {
		background-image: url(/images/icon/ico_prev.png);
	}

	.swiper-button-next::after {
		background-image: url(/images/icon/ico_next.png);
	}

	/* HISTORY */
	.historyContainer {
		margin-top: 11.473272490221643vw;
	}

	.historyDateList {
		left: 26.55vw;
		max-width: calc(100% - 26vw);
	}

	.historyDate {
		height: 16vw;
	}

	.historyDate .dateText {
		font-size: 3.8vw;
		width: 22.5vw;
		line-height: 5.296875vw;
		padding: 1vw 2vw;
		left: -27vw;
		border-radius: 3.8vw;
		top: -4vw;
	}

	.historyDate .dateText::before {
		right: -4vw;
		width: 4vw;
	}

	.historyDate .dateText::after {
		right: -4.5vw;
	}

	.historyItem {
		font-size: 3.4vw;
		line-height: 5.296875vw;
		padding: 1.27vw 2vw;
		top: -4vw;
	}

	/* TEAM */
	.teamGrid {
		gap: 8vw;
	}

	.teamItem {
		flex-basis: 100%;
		max-width: 100%;
		-webkit-box-flex: 0;
		flex-grow: 0;
	}

	.teamCard {
		gap: 4.5vw
	}

	.team {
		font-size: 3.8vw;
	}
	.team.name {
		font-size: 4.5vw;
		font-weight: bold;
	}

	/* footer */
	.footer{
		margin-top: 17vw;
		padding: 8vw 3.90625vw 17vw 3.90625vw;
	}

	.footerNav {
		width: 100%;
		float: none;
		margin-bottom: 4vw;
	}

	.footerNavMenuContent {
		padding-top: 11vw;
		margin: 0 -1.5vw;
	}

	.footerNav .navMenuInner ul.menuList > li{
		margin-top: 0;
		display: inline-block;
		padding: 0 1.5vw;
	}
	
	.footerNav .navMenuInner ul.menuList > li > a{
		padding-left: 0;
    	font-size: 4.5625vw;
	}

	.footerInfo {
		width: 100%;
		float: none;
	}

	.footerInfoLogo {
        width: 22.125vw;
		height: 12.6125vw;
		position: absolute;
		top: -4vw;
	}
	
	.footerInfoListItem{
		font-size:3.45375vw;
		margin-top:0.50416vw;
	}

	.footerMenu{
		margin-top:4.85416vw;
	}

	.footerMenuList{
		margin:0 -2.92916vw;
	}

	.footerMenuItem{
		padding:0 2.92916vw;
	}

	.footerMenuItem:after{
		height:2.7625vw;
	}

	.footerMenuLink{
		font-size:3.69375vw;
	}

	.footerCopy{
		margin-top:5.5vw;
		font-size:3.233333vw;
	}
	
	.footerMenuLink.targetLink{
		padding-right: 5.33vw;
	}

	.footerMenuLink.targetLink:after{
		width: 3.333vw;
		height: 3.85vw;
		background-size: 3.333vw 3.85vw;
	}
}