@charset "utf-8";
@import url(/css/font-awesome.min.6.5.2.css);
@import url(/css/NotoSansKR.css);

/************************************************************************************************************************
				WePlay CSS Ver 0.5
				- Author : KERRY
************************************************************************************************************************/

/*--------------------------------------------------------------
	VARIABLES

pink : #f0679c
blue : #0052a4

--------------------------------------------------------------*/
:root {
  --accent-color:						#717171;
  --white-color:						#fff;
  --black-color:						#000;
  --gray-color:							#F3F3F3;
  --gray-color-300:					#D8D8D8;
  --gray-color-500:					#AEAEAE;
  --gray-color-800:					#3A3A3A;
  --light-gray-color:				#D7DDDF;
  --primary-color:					#4DA0CE;
  --bs-primary-rgb:					114,174,200;
  --light-color:						#F8F9FA;
  --dark-color:							#212529;
  --light-blue-color:				#EDF1F3;
  --navbar-color-color:			#131814;
  --swiper-theme-color:			#4A4A4A;
  --swiper-pagination-color:#4A4A4A;
}

/* on mobile devices below 600px  */
@media screen and (max-width: 600px) {
    :root {
        --header-height : 100px;
        --header-height-min   : 80px;
    }
}

/* Fonts */
:root {
    --body-font           : 'TmoneyRoundWind';
    --heading-font       : 'TmoneyRoundWindB';
		
		--nsr-font : 'NanumSquareRound';
		--ptd-font : 'Pretendard Variable';
		--jng-font : 'JalnanGothic';
		

		--aws6-font : 'Font Awesome 6 Pro';
}


/*--------------------------------------------------------------
	GENERAL TYPOGRAPHY
--------------------------------------------------------------*/
/* General Styles */
*, *::before, *::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  box-sizing: border-box;
}
body {
	font-family: var(--body-font) !important;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.6;
  margin: 0;
}
p {
  font-size: 1.2em;
  color: var(--gray-color-500);
}
ul.inner-list li {
   font-size: 1.2em;
}
a {
  color: var(--dark-color);
  text-decoration: none;
  transition: 0.3s color ease-out;
}
a.light {
  color: var(--light-color);
}
a:hover {
  text-decoration: none;
  color: var(--primary-color);
}

body::-webkit-scrollbar {
	width: 6px;
}
body::-webkit-scrollbar-track {
	background-color: transparent;
}
body::-webkit-scrollbar-thumb {
	border-radius: 3px;
	background-color: #444;
}
body::-webkit-scrollbar-button {
	width: 0;
	height: 0;
}


/***  Common ***/
* {margin:0; padding:0}
html, body{margin:0 auto;font-family:'NotoSans300';font-size:14px; width:100%; height:100%;}

input:-ms-input-placeholder {font-size:1.4rem; letter-spacing:0; color:#AAA; opacity: 1.0}					/* Internet Explorer 10-11 */
input::-ms-input-placeholder {font-size:1.4rem; letter-spacing:0; color:#AAA; opacity: 1.0}					/* Microsoft Edge */
input::-webkit-input-placeholder {font-size:1.4rem; letter-spacing:0; color:#AAA; opacity: 1.0}		/* Webkit, Blink, Edge */
input:-moz-placeholder {font-size:1.4rem; letter-spacing:0; color:#AAA; opacity:1.0}									/* Mozilla Firefox */
input::-moz-placeholder {font-size:1.4rem; letter-spacing:0; color:#AAA; opacity:1.0}								/* Mozilla Firefox */
input:-mos-input-placeholder {font-size:1.4rem; letter-spacing:0; color:#AAA; opacity:1.0}					/* Firefox */
input::placeholder {font-size:1.4rem; letter-spacing:0; color:#AAA; opacity:1.0; /* Firefox */ }			/* Chrome, Firefox, Opera, Safari 10.1+ */

textarea:-ms-input-placeholder {font-size:1.4rem; letter-spacing:0; color:#AAA; opacity: 1.0}					/* Internet Explorer 10-11 */
textarea::-ms-input-placeholder {font-size:1.4rem; letter-spacing:0; color:#AAA; opacity: 1.0}					/* Microsoft Edge */
textarea::-webkit-input-placeholder {font-size:1.4rem; letter-spacing:0; color:#AAA; opacity: 1.0}		/* Webkit, Blink, Edge */
textarea:-moz-placeholder {font-size:1.4rem; letter-spacing:0; color:#AAA; opacity:1.0}									/* Mozilla Firefox */
textarea::-moz-placeholder {font-size:1.4rem; letter-spacing:0; color:#AAA; opacity:1.0}								/* Mozilla Firefox */
textarea:-mos-input-placeholder {font-size:1.4rem; letter-spacing:0; color:#AAA; opacity:1.0}					/* Firefox */
textarea::placeholder {font-size:1.4rem; letter-spacing:0; color:#AAA; opacity:1.0; /* Firefox */ }			/* Chrome, Firefox, Opera, Safari 10.1+ */

/********** Template CSS **********/
:root {
    --primary: #FF3E41;
    --secondary: #51CFED;
    --light: #F8F2F0;
    --dark: #060315;
}

.fw-medium {
    font-weight: 600 !important;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}


/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Button ***/
.btn {
    font-weight: 600;
    transition: .5s;
}

.btn.btn-primary {
	background: #F0679C;
	border-color: #F0679C;
}

.btn.btn-primary:hover {
	background: #CF145A;
	border-color: #CF145A;
}

.btn.btn-primary,
.btn.btn-secondary {
    color: #FFFFFF;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}



/*** Navbar ***/
.navbar {
	position: absolute;
	z-index: 99999;
	height: 100px;
	top: 10px !important;
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

.navbar ul {
	list-style: none;
	display: block;
	background-color: transparent;
	padding: 0 !important;
}

.navbar ul li {
	list-style: none;
	display: block;
	vertical-align: middle;
}

.navbar ul li img {
	height: 60px;
	margin-top: 10px;
}
.navbar ul li:nth-child(2) {
	color: #fff;
	padding: 0;
	font-family: "NotoSans500";
	font-size: 0.65em;
	padding-left: 44px;
}


.navbar {
	width: 100%;
}

.navbar .floating-box {
	display: block;
	float: right;
	position: absolute;
	right: 10px !important;
	margin-top: 200px;
}



.navbar ul.floating_link li {
	display: inline-block;
	width: 50px;
	height: 50px;
	margin:0;
	padding:0;
	margin-top: 20px;
}


.navbar ul.floating_link li:first-child div {
	background-repeat: no-repeat;
	width: 50px;
	height: 50px;
	background: #66b913;
	border-radius: 100%;
	cursor: pointer;
	animation-delay: 0.1s;
}
.navbar ul.floating_link li:first-child div span:before {
	position:relative;
	top: 4px;
	left : 8px;
	font-family:"Font Awesome 5 Free";
	content : "\f095";
	font-weight: bold;
	font-size : 22px;
	color: #fff;
}

.navbar ul.floating_link li:nth-child(2) div {
	background-image: url('/img/icon_kakao_ch.svg');
	background-repeat: no-repeat;
	width: 50px;
	height: 50px;
	cursor: pointer;
	animation-delay: 0.2s;
}

.navbar ul.floating_link li {
	display: block;
}


@media (max-width: 499px) {

	.navbar ul.floating_link li:first-child {
		margin-bottom: 5px;
	}
}



.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: var(--primary);
}

@media (max-width: 991.98px) {
    .navbar-light .navbar-nav .nav-link  {
        margin-right: 0;
        padding: 10px 0;
    }

    .navbar-light .navbar-nav {
        border-top: 1px solid #EEEEEE;
    }
}

.navbar-light .navbar-brand,
.navbar-light a.btn {
    height: 75px;
}

.navbar-light .navbar-nav .nav-link {
    color: var(--dark);
    font-weight: 500;
}

.navbar-light.sticky-top {
    top: -100px;
    transition: .5s;
}

@media (min-width: 992px) {
    /*
		.navbar-light .navbar-nav .nav-link::before {
        position: absolute;
        content: "";
        width: 0;
        height: 5px;
        top: -6px;
        left: 50%;
        background: #FF0000;
        transition: .5s;
    }*/

    .navbar-light .navbar-nav .nav-link:hover::before,
    .navbar-light .navbar-nav .nav-link.active::before {
        width: 100%;
        left: 0;
    }

    .navbar-light .navbar-nav .nav-link.nav-contact::before {
        display: none;
    }
}


/*** Header ***/
@media (max-width: 768px) {
    .header-carousel .owl-carousel-item {
        position: relative;
        min-height: 500px;
    }
    
    .header-carousel .owl-carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .header-carousel .owl-carousel-item h5,
    .header-carousel .owl-carousel-item p {
        font-size: 14px !important;
        font-weight: 400 !important;
    }

    .header-carousel .owl-carousel-item h1 {
        font-size: 30px;
        font-weight: 600;
    }
}

.header-carousel .owl-nav {
    position: absolute;
    top: 50%;
    right: 8%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
}

.header-carousel .owl-nav .owl-prev,
.header-carousel .owl-nav .owl-next {
    margin: 7px 0;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: transparent;
    border: 1px solid #FFFFFF;
    border-radius: 45px;
    font-size: 22px;
    transition: .5s;
}

.header-carousel .owl-nav .owl-prev:hover,
.header-carousel .owl-nav .owl-next:hover {
    background: var(--primary);
    border-color: var(--primary);
}

.page-header {
    background: linear-gradient(rgba(6, 3, 21, .5), rgba(6, 3, 21, .5)), url(../img/carousel-1.jpg) center center no-repeat;
    background-size: cover;
}

.breadcrumb-item + .breadcrumb-item::before {
    color: var(--light);
}





/*** Transport ***/
.transport-item{
    box-shadow: 0 0 45px rgba(0, 0, 0, .07);
}

.transport-item img {
    transition: .5s;
}

.transport-item:hover img {
    transform: scale(1.1);
}

.transport-item a.btn-slide {
    position: relative;
    display: inline-block;
    overflow: hidden;
    font-size: 0;
}

.transport-item a.btn-slide i,
.transport-item a.btn-slide span {
    position: relative;
    height: 40px;
    padding: 0 15px;
    display: inline-flex;
    align-items: center;
    font-size: 16px;
    color: #FFFFFF;
    background: var(--primary);
    border-radius: 0 35px 35px 0;
    transition: .5s;
    z-index: 2;
}

.team-item div.btn-slide span a i {
    padding: 0 10px;
}

.team-item div.btn-slide span a:hover i {
    background: var(--secondary);
}

.transport-item a.btn-slide span {
    padding-left: 0;
    left: -100%;
    z-index: 1;
}

.transport-item:hover a.btn-slide i {
    border-radius: 0;
}

.transport-item:hover a.btn-slide span {
    left: 0;
}

.transport-item a.btn-slide:hover i,
.transport-item a.btn-slide:hover span {
    background: var(--secondary);
}



/* Main Banner */
.main-banner {
  position: relative;
  max-height: 100%;
  overflow: hidden;
  margin-bottom: -7px;
}

#bg-video {
    min-width: 100%;
    min-height: 100vh;
    max-width: 100%;
    max-height: 100vh;
    object-fit: cover;
    z-index: -1;
}

#bg-video::-webkit-media-controls {
    display: none !important;
}

.video-overlay {
    position: absolute;
    background-color: rgba(45, 70, 117,0.25);
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
}

.main-banner .caption {
  text-align: center;
  position: absolute;
  width: 80%;
  left: 50%;
  top: 55%;
  transform: translate(-50%,-50%);
}

.main-banner .caption h5 {
  margin-top: 0px;
  font-size: 25px;
  font-weight: 300;
  color: #fff;
  letter-spacing: 1px;
}

.main-banner .caption h3 {
  margin-top: 0px;
  font-size: 30px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 1px;
}

.main-banner .caption h2 {
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 64px;
  font-weight: 800;
  color: #fff;
  letter-spacing: 1px;
}

.main-banner .caption h2 em {
  font-style: normal;
  color: #f0679c;
  font-weight: 900;
}

.main-banner .caption a {
	font-size: 1.5em;
}

.main-banner .delivery_art {
	position: absolute !important;
	top: 120px;
	right: 10px;
	width: 150px;
	height: 60px;
	padding: 10px;
	border: solid 5px #fca521;
	color: #fca521;
	font-size: 1.5em;
	font-weight: 900;
	text-align: center;
	letter-spacing: -0.05em;
	animation-delay: 0.1s;
}

.main-banner .delivery_special {
	position: absolute !important;
	top: 190px;
	right: 10px;
	width: 150px;
	height: 60px;
	padding: 10px;
	border: solid 5px #1ec1ff;
	color: #1ec1ff;
	font-size: 1.5em;
	font-weight: 900;
	text-align: center;
	letter-spacing: -0.03em;
	animation-delay: 0.2s;
}

@media screen and (max-width: 499px) {
	.main-banner .caption a {
		font-size: 1.2em;
		padding: 10px;
	}
}




@media screen and (max-width: 1180px) {
  .main-banner .caption h6 {
    font-weight: 500;
  }

  .main-banner .caption h2 {
    font-size: 58px;
  }

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

  .main-banner .caption h5 {
    font-weight: 300;
		font-size: 15px;
  }
	
	.main-banner .caption h3 {
    font-weight: 700;
		font-size: 20px;
  }

  .main-banner .caption h2 {
    font-size: 36px;
  }
}

@media (max-width: 499px) {
	.main-banner .caption h3 {
    font-weight: 700;
		font-size: 18px;
  }

}

.main-subtitle {
	font-family:'NotoSans700';
	font-size:28px;
	letter-spacing:-0.05em;
}

.main-subtitle2 {
	font-family:'NotoSans400';
	font-size:15px;
}

.main-subtitle3 h5 {
	display: inline-block;
	font-family:'NotoSans500';
	font-size:18px;
	color: #999;
	margin-left: 15px;
}

.main-subtitle3pl9 {
	padding-left: 9px;
}

.main-subtitle3 ul {
	list-style: none;
	display: table;
}

.main-subtitle3 ul li {
	display: table-cell;
	vertical-align: middle;
}


@media (max-width: 499px) {
	.about .main-subtitle {
		font-size: 28px;
  }

}

/*** Art Transport ***/
.transport h4 {
	font-family:'NotoSans500';
	font-size:22px;
}

.transport p {
	font-family:'NotoSans400';
	font-size:14px;
	line-height: 170%;
}


/*** Work ***/
.transport h5 {
	font-family: 'NotoSans400';
	font-size: 18px;
	text-align: center;
}

/*** Quote ***/
.quote h6 {
	font-family: 'NotoSans400';
	font-size: 18px;
}

.quote .sub-txt {
	font-family: 'NotoSans400';
	font-size: 15px;
}

.quote .tel_no {
	font-family: 'NotoSans700';
	font-size: 18px;
}

.quote input {
	height: 55px;
	font-size: 1.4rem;
}

.quote textarea {
	height: 200px;
	font-size: 1.4rem;
}


@media screen and (max-width: 499px) {
	.transport p {
		font-size: 16px;
	}
}



/*** Footer ***/
.footer {
    background: linear-gradient(rgba(6, 3, 21, .5), rgba(6, 3, 21, .5)), url(../img/map.png) center center no-repeat;
    background-size: cover;
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .copyright {
    padding: 25px 0;
    font-size: 15px;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
    color: var(--light);
}


.floating_item {
    position: fixed;
    right: 50px;
    top: 100px;
    z-index: 9999;
    text-align: right;
}


.floating_item .link_item {
    display: inline-block;
    overflow: hidden;
    position: relative;
    width: 60px;
    height: 60px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    background-color: #fff;
    text-align: center;
    -webkit-box-shadow: 3px 4px 10px 2px rgba(0, 0, 0, .2);
    box-shadow: 3px 4px 10px 2px rgba(0, 0, 0, .2);
    -webkit-transition: .2s ease-out;
    transition: .2s ease-out;
    -webkit-transform-origin: 0 100%;
    -ms-transform-origin: 0 100%;
    transform-origin: 0 100%;
		margin-bottom: 15px;
}

.theme_background {
    background-color: var(--primary-color) !important;
}


.floating_item .link_item .icon {
    display: inline-block;
    height: 60px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    font-size: 26px;
    line-height: 60px;
    color: #fff;

}

.floating_item .link_item .text {
    display: none;
    margin-left: 10px;
    font-size: 20px;
    vertical-align: top;
    line-height: 60px;
    color: #fff;
    white-space: nowrap;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}




.navbar-nav .nav-item a.nav-link {
    font-family: var(--body-font);
		color: var(--white-color);
		font-size: 20px;
		padding: 5px 20px;
		float: left;
}
.navbar-nav .nav-item a.nav-link.active, 
.navbar-nav .nav-item a.nav-link:focus, 
.navbar-nav .nav-item a.nav-link:hover {
    color: var(--white-color);
}

.navbar-nav .nav-item .menu_on {
	background: var(--primary-color);
	border-radius : 20px;
	color: #fff;
}


.offcanvas-body {
	padding: 5px 0  0  0 !important;
}

.offcanvas-body .navbar-nav {
	padding: 0 !important;
}

.offcanvas-body .nav-item {
	 padding: 5px 0 5px 20px;
}


.offcanvas-body ul {
	display: inline-block !important;
}
 
.offcanvas-body ul li {
	display: inline-block !important;
}



.floating_item .link_item:hover {
	background: #2465AC !important;
	width: 170px;
	text-align: left;
	padding-left: 20px;
}


.floating_item .link_item:hover .text {
	display: inline-block;
	opacity: 100;
}


/*--------------------------------------------------------------
	LAYOUT
--------------------------------------------------------------*/
.layout_room {
	width: 1300px !important;
	margin: 0 auto;
	text-align: center;
}

.layout_external {
	width: 1300px;
	margin: 0 auto;
}

.layout_contactus {
	width: 1300px;
	margin: 0 auto;
}

.layout_usage {
	width:1300px;
	margin: 0 auto;
}

.layout_contactus #map {
	width: 100%;
	height: 800px;
}


/*--------------------------------------------------------------
	RESPONSE (BOOTSTRAP STYLE RESET )
--------------------------------------------------------------*/
@media (max-width: 575px) {
 #top {zoom: 1}
 
 .layout_room, .layout_external, .layout_contactus, .layout_usage {
		width: 100%;
		zoom: 0.4;
 }
 
 .layout_contactus #map {
		width: 100%;
		height: 300px;
	}
	
	.floating_item {
		right: 10px;
	}
	.back-to-top {
		right: 10px;
	}
	.m-ls {
		letter-spacing: -0.05em;
	}
	
	.offcanvas-body{
		display: none;
	}
}

@media (min-width: 576px) {
 
}

@media (min-width: 768px) {
 
}

@media (min-width: 992px) {
 
}