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

/************************************************************************************************************************

				WE PLAY CSS Ver 0.1
				- Author : KERRY

************************************************************************************************************************/



/*--------------------------------------------------------------
	VARIABLES
--------------------------------------------------------------*/
: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:						#6BACCB;
  --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,
.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;
  text-transform: uppercase;
  font-weight: 800;
  color: #fff;
  letter-spacing: 1px;
}

.main-banner .caption h2 em {
  font-style: normal;
  color: #f5a425;
  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;
	}
}


/*** PWA ***/
#appInstallback {
	display: none;
	position: absolute;
	z-index: 9998;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.8);
}

#appInstall {
	display: none;
	position: fixed;
	z-index: 9999;
	bottom: 0;
	width: 100%;
	height: 240px;
	padding: 10px 15px;
	box-sizing: border-box;
	color: #000;
}
	#appInstall div.appbox {
		height: 200px;
		background: #fff;
		border-radius: 20px;
		box-sizing: border-box;
		padding: 25px;
	}
	#appInstall div.appbox .appboxclose {
		float: right;
		font-size: 1.2em;
	}
	#appInstall div.appbox .appboxclose span {
		cursor: pointer;
	}
		
	#appInstall ul {
		margin: 0;
		padding: 0;
	}
	#appInstall ul li {
		margin: 0;
		padding: 0;
		display: inline-block;
		font-size: 0.9rem;
	}
	#appInstall ul li:nth-child(2) {
		padding: 10px 0 0 10px;
		vertical-align: top;
		line-height: 1.4em;
	}
	#appInstall ul li span {
		font-size: 1.5rem;
		font-weight: bold;
	}
	#appInstall img {
		width: 60px;
		border-radius: 15px;
	}
	#appInstall button {
		width: 100%;
		height: 50px;
		margin-top: 15px;
		background: #f2f2f2;
		border: 0;
		font-weight: bold;
		font-size: 1.3em;
		border-radius: 10px;
		cursor: pointer;
	}
	#appInstall p.mobileweb {
		text-align: center;
		margin-top: 10px;
	}
	
	#appInstall p.mobileweb span {
		color: #777;
		text-decoration: underline;
		cursor: pointer;	
		font-size: 0.9rem;
	}


/*** 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);
}



/*** ADMIN ***/
.admin-top {
	padding: 20px 0;
	text-align: center;
	background: #2589A0;
	border-top: solid 5px #1b6474;
}
.admin-top img {
	width: 100px;
}
.admin-top span:before {
	position: relative;
	content: "|";
	top: -8px;
	font-family: 'NotoSans100';
	color: #fff;
	font-size: 35px;
	width: 20px;
	margin: 0 10px;
}
.admin-top p {
	display: inline-block;
	position: relative;
	top: -5px;
	font-family: 'NotoSans700';
	font-size: 35px;
	color: #fff;
	padding: 0;
}


/*** ADMIN > QUOTE ***/

/* SECTION */
.section-header {
	height: 35px;
	background: #2589A0;
}
.section-header p {
	position: relative;
	display: inline-block;
	top: -2px;
	font-family: 'NotoSans700';
	font-size: 1.5rem;
	color: #fff;
	padding-left: 0.5em;
}
.section-header p:before {
	font-family: 'Font Awesome 5 Free';
	content: '\f46c';
	font-size: 1.4rem;
	color: #fff;
	font-weight: bold;
	margin-right: 8px;
}


/* SEARCH */
.search_box input:-ms-input-placeholder {font-size:0.8rem; letter-spacing:-0.05em; color:#aaa; opacity: 1.0}
.search_box input::-ms-input-placeholder {font-size:0.8rem; letter-spacing:-0.05em; color:#aaa; opacity: 1.0}
.search_box input::-webkit-input-placeholder {font-size:0.8rem; letter-spacing:-0.05em; color:#aaa; opacity: 1.0}
.search_box input:-moz-placeholder {font-size:0.8rem; letter-spacing:-0.05em; color:#aaa; opacity:1.0}
.search_box input::-moz-placeholder {font-size:0.8rem; letter-spacing:-0.05em; color:#aaa; opacity:1.0}
.search_box input:-mos-input-placeholder {font-size:0.8rem; letter-spacing:-0.05em; color:#aaa; opacity:1.0}
.search_box input::placeholder {font-size:0.8rem; letter-spacing:-0.05em; color:#aaa; opacity:1.0}

.search_box {
	display: inline-block;
	float: right;
	margin-right: 10px;
}
.search_box form {
  position: relative;
  width: 250px;
  margin: 0 auto;
	text-align:right;
}
.search_box:after {content:""; clear:both; display:table}
.search_box form {
  float: right;
  margin-right:5px;
}
.search_box input {
  width: 130px;
  height: 30px;
  padding-left: 15px;
	padding-right: 30px;
  border-radius: 30px;
  border: 0;
  background: #FFFFFF;
  outline: none;
  position: relative;
  transition: .2s linear;
	color:#2589A0;
	font-weight:bold;
	box-shadow: 1px 1px 3px 1px rgba(0,0,0, 0.25);
}
.search_box input:focus {
  width: 190px;
}
.search_box .search_btn_area button {
  width: 25px;
  height: 25px;
  background: none;
  border: none;
  position: absolute;
	cursor: pointer;
}
.search_box .search_btn_area {
	position: absolute;
	width: 10px;
	height: 10px;
	margin-top: -28px;
	margin-left: 210px;
	margin-right: 0;
}
.search_box .search_btn_area .search_btn{
	color: #2589A0;
	font-size: 17px;
}


.no-result {
	display: table;
	width: 100%;
	height: 500px;
	color: #999;
	font-size: 0.9rem;
	text-align: center;
	padding-top: 200px;
}

.no-result p {
	width: 100px;
	background: #2589A0;
	color: #fff;
	margin: 40px auto;
	padding: 5px 10px;
	border-radius: 20px;
	cursor: pointer;
}

.no-result p:hover {
	background: #165461;
}


.btn-area {
	float: right;
	margin-right: 10px;
	margin-top: -25px;
	width: 80px;
	height: 20px;
	background: #2589A0;
	color: #fff;
	padding: 5px;
	border-radius: 5px;
	text-align: center;
	cursor: pointer;
}

.btn-area:hover {
	background: #165461;
}

.btn-area i {
	margin-right: 10px;
}


/* LIST */
ul.quote-header {
	display: table;
	list-style: none;
	background: #f1f1f1;
	border-top: solid 3px #2589A0;
	border-bottom: solid 1px #ccc;
	font-family:'NotoSans700';
	width: 100%;
	height: 40px;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}
ul.quote-header li {
	display: table-cell;
	box-sizing: border-box;
	height: 40px;
	margin: 0;
	padding: 0;
	text-align: center;
	vertical-align: middle;
	border-right: solid 1px #ccc;
}
ul.quote-header li:first-child {
	min-width: 50px;
	width: 10%;
}
ul.quote-header li:nth-child(2) {
	min-width: 80px;
	width: 23%;
}
ul.quote-header li:nth-child(3) {
	min-width: 80px;
	width: 22%;
}
ul.quote-header li:nth-child(4) {
	min-width: 80px;
	width: 24%;
}
ul.quote-header li:last-child {
	min-width: 80px;
	width: 20%;
	border-right: 0;
}
ul.quote-list {
	display: table;
	list-style: none;
	width: 100%;
	height: 35px;
	margin: 0 auto;
	padding: 0;
	border-bottom: solid 1px #e1e1e1;
	cursor: pointer;
}
ul.quote-list li {
	display: table-cell;
	box-sizing: border-box;
	height: 35px;
	margin: 0;
	padding: 0;
	text-align: center;
	vertical-align: middle;
	border-right: solid 1px #e1e1e1;
}
ul.quote-list li:first-child {
	min-width: 50px;
	width: 10%;
}
ul.quote-list li:nth-child(2) {
	min-width: 80px;
	width: 23%;
}
ul.quote-list li:nth-child(3) {
	min-width: 80px;
	width: 22%;
}
ul.quote-list li:nth-child(4) {
	min-width: 90px;
	width: 24%;
}
ul.quote-list li:last-child {
	min-width: 80px;
	width: 20%;
	border-right: 0;
	line-height: 14px;
}


/* PAGING */
#paging_link {width:530px; height:20px; text-align:center; margin:0 auto}
#paging_link .paging_str {float:left; width:16px; height:14px; border:#C9C9C9 solid 1px; padding:4px 2px 0 0; margin:0px 2px; font-family:µ¸¿ò; font-size:11px; line-height:11px; letter-spacing:-1px; cursor:pointer}
#paging_link .paging_str:hover {float:left; width:16px; height:14px; border:#2589A0 solid 1px; color:#2589A0; line-height:11px; letter-spacing:-1px; cursor:pointer}
#paging_link .paging_str_select {float:left; width:16px; height:14px; border:#2589A0 solid 1px; background-color:#2589A0; color:#FFFFFF; padding:4px 2px 0 0; margin:0 2px; font-weight:bold; font-family:µ¸¿ò; font-size:11px; line-height:11px; letter-spacing:-1px; cursor:pointer}

/* PAGING : BUTTON */
.btn_prev2 {
	display:inline-block;
	background:url('/img/page_navi/btn_prev02.gif') no-repeat;
	width:20px;
	height:20px;
	margin-right:3px;
}

.btn_prev1 {
	display:inline-block;
	background:url('/img/page_navi/btn_prev01.gif') no-repeat;
	width:20px;
	height:20px;
	margin-right:7px;
}

.btn_next2 {
	display:inline-block;
	background:url('/img/page_navi/btn_next02.gif') no-repeat;
	width:20px;
	height:20px;
	margin-left:3px;
}

.btn_next1 {
	display:inline-block;
	background:url('/img/page_navi/btn_next01.gif') no-repeat;
	width:20px;
	height:20px;
	margin-left:7px;
}



/* QUOTE MODAL */
#mask {
	display: none;
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	background: #000;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	zoom: 1;
	opacity: 0.7;
	z-index: 9998;
}
* html #mask {
	position: absolute;
}
.modal-box {
	display: none;
	width: 350px;
	height: 480px;
	position: fixed;
	top: 50%;
	left: 50%;
	background: #fff;
	border-radius: 10px;
	border: 1px solid #000;
	z-index: 99999;
	box-shadow: 2px 2px 5px 2px rgba(0,0,0, 0.2);
}
* html .modal-box {
	position: absolute;
}

.modal-box .modal-header {
	font-family:'NotoSans700';
	font-size: 1.4rem;
	padding: 10px;
	background: linear-gradient(to bottom, #ccc, #efefef);
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom: solid 1px #c7c7c7;
}
.modal-contents {
	padding: 0 10px;
	height: 395px;
	box-sizing: border-box;
}
.btn_close {
	width: 40px;
	height: 40px;
	position: absolute;
	top: 0px;
	right: 0px;
	background: #000;
	border-top-right-radius: 8px;
	border-bottom-left-radius: 10px;
	border: 0;
	color: #fff;
	cursor: pointer;
}
.btn_close:hover {
	background: #d50000;
}
.modal-box ul {
	list-style: none;
	display: block;
}
.modal-box ul li {
	display: block;
	width: 100%;
	font-size: 1rem;
	border-bottom: dashed 1px #ccc;
	height: 32px;
	padding-top: 7px;
}


.modal-box ul li:first-child p:before {
	font-family: 'Font Awesome 5 Free';
	content: '\f1ad';
	margin-right: 5px;
}
.modal-box ul li:nth-child(2) p:before {
	font-family: 'Font Awesome 5 Free';
	content: '\f007';
	margin-right: 5px;
}
.modal-box ul li:nth-child(3) p:before {
	font-family: 'Font Awesome 5 Free';
	content: '\f095';
	margin-right: 5px;
	font-weight: bold;
}
.modal-box ul li:nth-child(4) p:before {
	font-family: 'Font Awesome 5 Free';
	content: '\f073';
	margin-right: 5px;
}
.modal-box ul li:last-child p:before {
	font-family: 'Font Awesome 5 Free';
	content: '\f328';
	margin-right: 5px;
	font-weight: bold;
}


.modal-box ul p {
	display: inline-block;
	font-family:'NotoSans500';
	background: #444;
	border-radius: 12px;
	margin-right: 10px;
	color: #fff;
	padding: 2px 12px 3px 14px;
	width: 72px;
	letter-spacing: 0.075em;
}
.modal-box ul li:nth-child(5) p {
	letter-spacing: 0;
}
.modal-box ul li:last-child {
	border-bottom: 0;
}
.modal-box ul li span {
	background: #70b90d;
	color: #fff;
	font-family:'NotoSans500';
	font-size: 12px;
	margin-left: 10px;
	padding: 2px 8px;
	border-radius: 15px;
	cursor:pointer;
}
.modal-box ul li span:hover {
	background: #497909;
}
.modal-box ul li span i {
	color: #fff;
	font-size: 13px;
}
.modal-box #quote-txt {
	margin-top: 10px;
	width: 100%;
	height: 190px;
	overflow-y: auto;
	border: solid 1px #efefef;
	border-radius: 10px;
	box-sizing: border-box;
	padding: 10px;
}
.modal-box #quote-txt::-webkit-scrollbar {
	width: 6px;
}
.modal-box #quote-txt::-webkit-scrollbar-track {
	background-color: transparent;
}
.modal-box #quote-txt::-webkit-scrollbar-thumb {
	border-radius: 3px;
	background-color: #444;
}
.modal-box #quote-txt::-webkit-scrollbar-button {
	width: 0;
	height: 0;
}
.modal-box ul div {
	display: inline-block;
}
.modal-box .modal-footer {
	text-align: center;
	padding-top: 5px;
}
.modal-box .modal-footer button.btn-del {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 60px;
	font-size: 1rem;
	border: 0;
	border-radius: 3px;
	text-align: center;
	padding: 0.3rem 0.25rem;
	cursor: pointer;
	transition: 0.3s;
	background: #bf0000;
	color: #fff;
	margin-right: 10px;
}
.modal-box .modal-footer button.btn-del:hover {
	background: #730000;
}
.modal-box .modal-footer button.btn-del:before {
	font-family: 'Font Awesome 5 Free';
	content: '\f2ed';
	font-size: 1rem;
	color: #fff;
	font-weight: bold;
	margin-right: 5px;
}
.modal-box .modal-footer button.btn-close {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 60px;
	font-size: 1rem;
	border: 0;
	border-radius: 3px;
	text-align: center;
	padding: 0.3rem 0.25rem;
	cursor: pointer;
	transition: 0.3s;
	background: #c3c3c3;
	color: #fff;
}
.modal-box .modal-footer button.btn-close:hover {
	background: #535353;
}

/* BUTTON */
/* BUTTON #1 */
.btn_style0 {border:solid 1px #777; -webkit-border-radius:5px; border-radius:5px; -moz-border-radius:5px; padding:5px 7px; cursor:pointer; cursor:hand; color:#777; background:#FFF; font-weight:500}
.btn_style0:hover {border:solid 1px #777; -webkit-border-radius:5px; border-radius:5px; -moz-border-radius:5px; padding:5px 7px; cursor:pointer; cursor:hand; color:#FFF; background:#777; font-weight:500}
.btn_style0 i {font-size:14px; margin:-2px 5px 0 0; }
.btn_style0 i:after {content:"l"; margin:0 2px 0 5px; font-family:'NotoSans100'}

/* BUTTON #2 */
.btn_style1 {border:solid 1px #D94040; -webkit-border-radius:5px; border-radius:5px; -moz-border-radius:5px; padding:5px 7px; cursor:pointer; cursor:hand; color:#D94040; background:#FFF; font-weight:500}
.btn_style1:hover {border:solid 1px #D94040; -webkit-border-radius:5px; border-radius:5px; -moz-border-radius:5px; padding:5px 7px; cursor:pointer; cursor:hand; color:#FFF; background:#D94040; font-weight:500}
.btn_style1 i {font-size:14px; margin:-2px 5px 0 0;}
.btn_style1 i:after {content:"l"; margin:0 2px 0 5px; font-family:'NotoSans100';}


.btn-logout {
	position: absolute;
	display: inline-block;
	top: 0;
	right: 0;
	width: 90px;
	height: 30px;
	margin-right: 5px;
	background: #fff;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	font-weight: bold;
	text-align: center;
	font-family:'NotoSans500';
	padding-top: 2px;
	box-sizing: border-box;
	border-top: solid 5px #1B6474;
	cursor: pointer;
}

.btn-logout:hover {
	background: #000;
	color: #fff;
}	


/*** LOGIN  ***/
#login {
		display:;
		margin: 0 auto;
		margin-top: -20px;
}

#login #login_top {
		width: 400px;
		min-width: 400px;
		max-width: 600px;
		min-height: 140px;
		margin: 0 auto;
}

#login #login_top #login_icon {
		position:relative;
		width:55%;			/*180x172 , 190x181 200x191 */
		/*height:191px;*/
		max-width:280px;
		float:left;
		z-index:100;
		margin:-10px 0 -18px 0;
}

#login #login_top #login_title {
		position: relative;
		width: 210px;
		height: 100px;
		float: left;
		z-index: 200;
		margin: 40px 0 0 -30px;
		box-sizing: border-box;
		
}

#login #login_top #login_title div:first-child {
		position: relative;
		font-family: 'NotoSans700';
		color: #FFF;
		line-height: 2.5rem;
		padding: 25px 0 0 30px;
		font-size: 2.2rem;
		letter-spacing: -0.05em;
}

#login #login_top #login_title div:nth-child(2) {
		position: relative;
		font-family: 'NotoSans400';
		color: #1394FD;
		font-size: 2.2rem;
		line-height: 2.4rem;
		padding: 0 0 0 30px;
		letter-spacing: -0.05em;
}

#login #login_contents {
		width: 93%;
		min-width: 350px;
		max-width: 370px;
		height: 350px;
		min-height: 330px;
		margin: 0 auto;
		background: #EEE;
		border-radius: 15px;
		-webkit-border-radius: 15px;
		-moz-border-radius: 15px;
		padding:0;
}

#login .login_alert {
		clear:both;
		text-align:center;
		font-family:'NotoSans500';
		font-size:1.1rem;
		color:#777;
		padding:0.4em 0;
		letter-spacing:-1px;
		font-weight:bold;
}

#login .login_alert hr {
		height:2px;
		border:0;
		margin-top:10px;
		box-shadow:0 2px 2px -2px #BBB inset;
		-webkit-box-shadow:0 2px 2px -2px #BBB inset;
		-moz-box-shadow:0 2px 2px -2px #BBB inset;
}

#login .login_uid {
		height:35px;
		padding:0.3em 0;
		text-align:center;
}

#login .login_pwd {
		height:35px;
		text-align:center;
}


#login .login_uid input:-ms-input-placeholder, #login .login_pwd input:-ms-input-placeholder {font-size:1rem; letter-spacing:0; color:#AAA; opacity: 1.0}
#login .login_uid input::-ms-input-placeholder, #login .login_pwd input::-ms-input-placeholder {font-size:1rem; letter-spacing:0; color:#AAA; opacity: 1.0}
#login .login_uid input::-webkit-input-placeholder, #login .login_pwd input::-webkit-input-placeholder {font-size:1rem; letter-spacing:0; color:#AAA; opacity: 1.0}
#login .login_uid input:-moz-placeholder, #login .login_pwd input:-moz-placeholder {font-size:1rem; letter-spacing:0; color:#AAA; opacity:1.0}
#login .login_uid input::-moz-placeholder, #login .login_pwd input::-moz-placeholder {font-size:1rem; letter-spacing:0; color:#AAA; opacity:1.0}
#login .login_uid input:-mos-input-placeholder, #login .login_pwd input:-mos-input-placeholder {font-size:1rem; letter-spacing:0; color:#AAA; opacity:1.0}
#login .login_uid input::placeholder, #login .login_pwd input::placeholder {font-size:1rem; letter-spacing:0; color:#AAA; opacity:1.0;}



#login .login_uid input, #login .login_pwd input {
		width:55%;
		height:33px;
		border-radius:12px;
		-webkit-border-radius:12px;
		-moz-border-radius:12px;
		padding: 0 0 0 30px;
		border:solid 1px #999;
		font-family:verdana,tahoma,Helvetica,AppleGothic,Sans-serif;
		font-size: 1.4em;
		color:#0B7BCE;
		background:#FFF;
		letter-spacing:1px;
}

#login .login_uid input:focus, #login .login_pwd input:focus {
		outline:none;
		border:solid 1px #54a3f7;
}

#login #auto_login {
		text-align:center;
}

#login #login_btn {
		text-align:center;
}

#login #login_notice {
		font-family:'NotoSans400';
		line-height:20px;
		padding:15px 0 0 30px;
		color:#555;
		text-align:left;
		font-size: 1.2em;
}



/* Auto Login */
#login #auto_login {
		font-family:'NotoSans500';
		color:#444;
		font-size:0.8rem;
		height:20px;
		padding:10px 0 10px 0;
}

#login #auto_login #auto_login_str {
		display:inline-block;
		width:70px;
		height:20px;
		position:relative;
		top:-3px;
}

#login input[type="checkbox"] {
		display: none;
}
#login input[type="checkbox"] + label {
		display: inline-block;
		width: 40px;
		height: 14px;
		position: relative;
		-webkit-transition: 0.3s;
		transition: 0.3s;
		margin: 0px 2px;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
}

#login input[type="checkbox"] + label:after {
		content: '';
		display: block;
		position: absolute;
		left: 0px;
		top: -3px;
		width: 20px;
		height: 20px;
		-webkit-transition: 0.3s;
		transition: 0.3s;
		cursor: pointer;
}

#login #onoff:checked + label.blue {
		background: #A6D9F7;
}

#login #onoff:checked + label.blue:after{
		background: #0C88CB;
}

#login #onoff:checked + label:after {
		left: calc(100% - 20px);
}

#login #onoff + label {
		background: #ddd;
		border-radius: 20px;
		-webkit-border-radius:20px;
		-moz-border-radius:20px;
		box-shadow: 1px 1px 3px #aaa;
		-webkit-box-shadow: 1px 1px 3px #aaa;
		-moz-box-shadow: 1px 1px 3px #aaa;
}

#login #onoff + label:after {
		background: #fff;
		border-radius: 50%;
		-webkit-border-radius:50%;
		-moz-border-radius:50%;
		box-shadow: 1px 1px 3px #aaa;
		-webkit-box-shadow: 1px 1px 3px #aaa;
		-moz-box-shadow: 1px 1px 3px #aaa;
}


/* Login Button */
#login #login_btn .login_Button {
		box-shadow:inset 0px 1px 0px 0px #54a3f7;
		-moz-box-shadow:inset 0px 1px 0px 0px #54a3f7;
		-webkit-box-shadow:inset 0px 1px 0px 0px #54a3f7;
		background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #007dc1), color-stop(1, #0061a7));
		background:-moz-linear-gradient(top, #007dc1 5%, #0061a7 100%);
		background:-webkit-linear-gradient(top, #007dc1 5%, #0061a7 100%);
		background:-o-linear-gradient(top, #007dc1 5%, #0061a7 100%);
		background:-ms-linear-gradient(top, #007dc1 5%, #0061a7 100%);
		background:linear-gradient(to bottom, #007dc1 5%, #0061a7 100%);
		filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#007dc1', endColorstr='#0061a7',GradientType=0);
		background-color:#007dc1;
		border-radius:30px;
		-moz-border-radius:30px;
		-webkit-border-radius:30px;
		border:1px solid #124d77;
		display:inline-block;
		cursor:pointer;
		color:#ffffff;
		font-family:'NotoSans500';
		font-weight:bold;
		font-size:1.3em;
		padding:12px 50px;
		text-decoration:none;
		text-shadow:0px 1px 0px #154682;
		margin:10px 0;
}

#login #login_btn .login_Button:hover {
		background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #0061a7), color-stop(1, #007dc1));
		background:-moz-linear-gradient(top, #0061a7 5%, #007dc1 100%);
		background:-webkit-linear-gradient(top, #0061a7 5%, #007dc1 100%);
		background:-o-linear-gradient(top, #0061a7 5%, #007dc1 100%);
		background:-ms-linear-gradient(top, #0061a7 5%, #007dc1 100%);
		background:linear-gradient(to bottom, #0061a7 5%, #007dc1 100%);
		filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0061a7', endColorstr='#007dc1',GradientType=0);
		background-color:#0061a7;
		font-size:1.3em;
		padding:12px 50px;
		text-decoration:none;
		margin:10px 0;
}



.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: #bed01e !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: #88be16 !important;
	width: 170px;
	text-align: left;
	padding-left: 20px;
}


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

