@font-face {
font-family: 'NanumSquare_T';
font-weight: 400;
src: url('/fonts/nanumsquare/NanumSquareR.eot');
src: local('â˜º'),
    url('/fonts/nanumsquare/NanumSquareR.eot?#iefix') format('embedded-opentype'),
    url('/fonts/nanumsquare/NanumSquareR.woff2') format('woff2'),
    url('/fonts/nanumsquare/NanumSquareR.woff') format('woff'),
    url('/fonts/nanumsquare/NanumSquareR.ttf') format('truetype');
}
@font-face {
font-family: 'NanumSquare_T';
font-weight: 700;
src: url('/fonts/nanumsquare/NanumSquareB.eot');
src: local('â˜º'),
    url('/fonts/nanumsquare/NanumSquareB.eot?#iefix') format('embedded-opentype'),
    url('/fonts/nanumsquare/NanumSquareB.woff2') format('woff2'),
    url('/fonts/nanumsquare/NanumSquareB.woff') format('woff'),
    url('/fonts/nanumsquare/NanumSquareB.ttf') format('truetype');
}
@font-face {
font-family: 'NanumSquare_T';
font-weight: 800;
src: url(/fonts/nanumsquare/NanumSquareEB.eot);
src: local('â˜º'),
    url('/fonts/nanumsquare/NanumSquareEB.eot?#iefix') format('embedded-opentype'),
    url('/fonts/nanumsquare/NanumSquareEB.woff2') format('woff2'),
	url('/fonts/nanumsquare/NanumSquareEB.woff') format('woff'),
    url('/fonts/nanumsquare/NanumSquareEB.ttf') format('truetype');
}
@font-face {
font-family: 'NanumSquare_T';
font-weight: 300;
src: url(./fonts/nanumsquare/NanumSquareL.eot);
src: local('â˜º'),
    url('/fonts/nanumsquare/NanumSquareL.eot?#iefix') format('embedded-opentype'),
    url('/fonts/nanumsquare/NanumSquareL.woff2') format('woff2'),
    url('/fonts/nanumsquare/NanumSquareL.woff') format('woff'),
    url('/fonts/nanumsquare/NanumSquareL.ttf') format('truetype');
}

@font-face {
    font-family: 'EsaManru';
    font-weight: 300;
    font-style: normal;
    src: url('/fonts/esamanru/EsaManruLight.eot');
    src: url('/fonts/esamanru/EsaManruLight.eot?#iefix') format('embedded-opentype'),
        url('/fonts/esamanru/EsaManruLight.woff2') format('woff2'),
        url('/fonts/esamanru/EsaManruLight.woff') format('woff'),
        url('/fonts/esamanru/EsaManruLight.ttf') format("truetype");
    font-display: swap;
}
@font-face {
    font-family: 'GmarketSans';
    font-weight: 300;
    font-style: normal;
    src: url('/fonts/gmarket/GmarketSansLight.otf');
    src: url('/fonts/gmarket/GmarketSansLight.otf'),
        url('/fonts/gmarket/GmarketSansLight.eot?#iefix') format('embedded-opentype'),
        url('/fonts/gmarket/GmarketSansLight.woff2') format('woff2'),
        url('/fonts/gmarket/GmarketSansLight.woff') format('woff'),
        url('/fonts/gmarket/GmarketSansLight.ttf') format("truetype");
    font-display: swap;
} 
@font-face {
    font-family: 'GmarketSans';
    font-weight: 500;
    font-style: normal;
    src: url('/fonts/gmarket/GmarketSansMedium.otf');
	src: url('/fonts/gmarket/GmarketSansMedium.otf'),
        url('/fonts/gmarket/GmarketSansMedium.eot?#iefix') format('embedded-opentype'),
        url('/fonts/gmarket/GmarketSansMedium.woff2') format('woff2'),
        url('/fonts/gmarket/GmarketSansMedium.woff') format('woff'),
		url('/fonts/gmarket/GmarketSansMedium.ttf') format("truetype");
    font-display: swap;
} 
@font-face {
    font-family: 'GmarketSans';
    font-weight: 700;
    font-style: normal;
    src: url('/fonts/gmarket/GmarketSansBold.otf');
    src: url('/fonts/gmarket/GmarketSansBold.otf'),
        url('/fonts/gmarket/GmarketSansBold.eot?#iefix') format('embedded-opentype'),
        url('/fonts/gmarket/GmarketSansBold.woff2') format('woff2'),
        url('/fonts/gmarket/GmarketSansBold.woff') format('woff'),
        url('/fonts/gmarket/GmarketSansBold.ttf') format("truetype");
    font-display: swap;
} 
body * {
    box-sizing: border-box !important;
    word-break: keep-all;
    font-size: 16px;
    letter-spacing: -0.03em;
    line-height: 1;
    font-family: "NanumSquare_T", Arial, sans-serif;
	color: #333;
}
*:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
a {
	color:#333333;

	-webkit-transition: 0s;
	-o-transition: 0s;
	transition: 0s;
	font-style: normal;
}
a:hover, a:active, a:focus {
    color: #333;
    outline: none;
    text-decoration: none !important;
}
img {
	margin: 0 auto;
    max-width: 100%;
}
sub, sup {
    position: relative;
    font-size: 100%;
    line-height: 0;
    vertical-align: baseline;
    color: inherit;
    font-weight: inherit;
	line-height:1;
}
sup {
    top: -.35em;
}
sub {
	 bottom: -.25em; 
}

:is(header,section.contents) br:is(.tablet, .m){
	display:none !important;
}
:is(header,section.contents) br:not(.pc,.tablet, .m){
	content: "";
	display:block !important;
	font-size: 0;
    margin-top: 5px;
}
:is(header,section.contents) br.pc{
	content: "";
	display:block !important;
	font-size: 0;
    margin-top: 5px;
}
@media screen and (max-width: 992px) {
	:is(header,section.contents) br:is(.pc, .m){
		display:none !important;
	}
	:is(header,section.contents) br:not(.pc,.tablet, .m),
	:is(header,section.contents) br.tablet{
		content: "";
		display:block !important;
		font-size: 0;
		margin-top: 4px;
	}
}
@media screen and (max-width: 768px) {
	:is(header,section.contents) br:is(.pc, .tablet){
		display:none !important;
	}
	
	header .sub br:not(.pc,.tablet, .m),
	header .sub br.m{
		content: "";
		display:block !important;
		font-size: 0;
		margin-top: 5px;
	}
	section.contents br:not(.pc,.tablet, .m),
	section.contents br.m{
		content: "";
		display:block !important;
		font-size: 0;
		margin-top: 3px;
	}
}
@media screen and (max-width: 786px) and (any-pointer:coarse) {
	:is(header,section.contents) :is(br,br.pc,br.tablet,br.m){
		display:none !important;
	}
	
	#page.chg-br header .sub span.br-m {
		content: "" !important;
		display:block !important;
		font-size: 0;
		padding-top: 5px;
		/*background:#0000ff4f !important;*/
	}
	#page.chg-br section.contents span.br-m { 
		content: "";
		display:block !important;
		font-size: 0;
		padding-top: 3px;
		/*background:#0000ff4f;*/
	}
}
/* 공통 사용 */
.p0 {
    padding:0 !important;
}
.pt0 {
    padding-top:0 !important;
}
.pt10 {
    padding-top:10px !important;
}
.pt15 {
    padding-top:15px !important;
}
.pt20 {
    padding-top:20px !important;
}
.pt30 {
    padding-top:30px !important;
}
.pt40 {
    padding-top:40px !important;
}
.pt45 {
    padding-top:45px !important;
}
.pt50 {
    padding-top:50px !important;
}


.pr0 {
    padding-right:0 !important;
}
.pr10 {
    padding-right:10px !important;
}
.pr15 {
    padding-right:15px !important;
}
.pr20 {
    padding-right:20px !important;
}
.pr30 {
    padding-right:30px !important;
}
.pr40 {
    padding-right:40px !important;
}

.pb0 {
    padding-bottom:0 !important;
}
.pb10 {
    padding-bottom:10px !important;
}
.pb15 {
    padding-bottom:15px !important;
}
.pb20 {
    padding-bottom:20px !important;
}
.pb30 {
    padding-bottom:30px !important;
}
.pb40 {
    padding-bottom:40px !important;
}
.pb60 {
    padding-bottom:60px !important;
}


.pl0 {
    padding-left:0 !important;
}
.pl10 {
    padding-left:10px !important;
}
.pl15 {
    padding-left:15px !important;
}
.pl20 {
    padding-left:20px !important;
}
.pl30 {
    padding-left:30px !important;
}
.pl40 {
    padding-left:40px !important;
}
    
.mt-80 {
    margin-top: -80px !important;
}
.mt-110 {
    margin-top: -110px !important;
}
.m0 {
    margin:0 !important;
}
.mt0 {
    margin-top:0 !important;
}
.mt6 {
    margin-top:6px !important;
}
.mt10 {
    margin-top:10px !important;
}
.mt15 {
    margin-top:15px !important;
}
.mt20 {
    margin-top:20px !important;
}
.mt30 {
    margin-top:30px !important;
}
.mt40 {
    margin-top:40px !important;
}
.mt50 {
    margin-top: 50px !important;
}
.mt60 {
    margin-top: 60px !important;
}
.mt80 {
    margin-top: 80px !important;
}
.mt100 {
    margin-top: 100px !important;
}

.mt6 {
    margin-top: 6px !important;
}
.mt13 {
    margin-top: 13px !important;
}
.mt14 {
    margin-top: 14px !important;
}
.mt16 {
    margin-top: 16px !important;
}
.mt30 {
    margin-top: 30px !important;
}
.mt35 {
    margin-top: 35px !important;
}

.mr0 {
    margin-right:0 !important;
}
.mr10 {
    margin-right:10px !important;
}
.mr20 {
    margin-right:20px !important;
}
.mr30 {
    margin-right:30px !important;
}
.mr40 {
    margin-right:40px !important;
}

.mb0 {
    margin-bottom:0 !important;
}
.mb10 {
    margin-bottom:10px !important;
}
.mb20 {
    margin-bottom:20px !important;
}
.mb30 {
    margin-bottom:30px !important;
}
.mb40 {
    margin-bottom:40px !important;
}
.mb50 {
    margin-bottom:50px !important;
}
.mb80 {
    margin-bottom:80px !important;
}

.mb4 {
    margin-bottom: 4px !important;
}
.mb15 {
	margin-bottom: 15px !important;
}

.ml0 {
    margin-left:0 !important;
}
.ml10 {
    margin-left:10px !important;
}
.ml15 {
    margin-left:15px !important;
}
.ml20 {
    margin-left:20px !important;
}
.ml30 {
    margin-left:30px !important;
}
.ml40 {
    margin-left:40px !important;
}

.w100p {
    width: 100% !important;
}
.h90 {
    height: 90px !important;
}
.h85 {
    height: 85px !important;
}
@media screen and (max-width: 768px) {
    .pt10 {
        padding-top:5px !important;
    }
    .pt20 {
        padding-top:10px !important;
	}
    .pt30 {
        padding-top:15px !important;
    }
    .pt40 {
        padding-top:20px !important;
    }
	.pt45 {
		padding-top:22px !important;
	}
	.pt50 {
		padding-top:25px !important;
	}

    .pr10 {
        padding-right:5px !important;
    }
    .pr20 {
        padding-right:10px !important;
    }
    .pr30 {
        padding-right:15px !important;
    }
    .pr40 {
        padding-right:20px !important;
    }

    .pb10 {
        padding-bottom:5px !important;
    }
    .pb20 {
        padding-bottom:10px !important;
    }
    .pb30 {
        padding-bottom:15px !important;
    }
    .pb40 {
        padding-bottom:20px !important;
    }

    .pl10 {
        padding-left:5px !important;
    }
    .pl20 {
        padding-left:10px !important;
    }
    .pl30 {
        padding-left:15px !important;
    }
    .pl40 {
        padding-left:20px !important;
    }

    .mt-110 {
        margin-top: -44px !important;
    }
    .mt100 {
        margin-top: 30px !important;
    }
    .mt35 {
        margin-top: 18px !important;
    }
	.mt15 {
		margin-top: 8px !important;
	}

	.mt6 {
		margin-top:3px !important;
	}
    .mt10 {
        margin-top:5px !important;
    }
    .mt20 {
        margin-top:10px !important;
    }
    .mt30 {
        margin-top:15px !important;
    }
    .mt40 {
        margin-top:20px !important;
    }
    .mt50 {
		margin-top: 25px !important;
    }
    .mt60 {
        margin-top: 30px !important;
    }
    .mt80 {
        margin-top: 40px !important;
    }

    .mt13 {
        margin-top: 13px !important;
    }
    .mt16 {
        margin-top: 16px !important;
    }
    
    .mr10 {
        margin-right:5px !important;
    }
    .mr20 {
        margin-right:10px !important;
    }
    .mr30 {
        margin-right:15px !important;
    }
    .mr40 {
        margin-right:20px !important;
    }

    .mb10 {
        margin-bottom:5px !important;
    }
    .mb15 {
        margin-bottom:7px !important;
    }
    .mb20 {
        margin-bottom:10px !important;
    }
    .mb30 {
        margin-bottom:15px !important;
    }
    .mb40 {
        margin-bottom:20px !important;
    }
    .mb50 {
        margin-bottom:25px !important;
    }
	.mb15 {
		margin-bottom: 8px !important;
	}
	
    
    .ml10 {
        margin-left:5px !important;
    }
    .ml20 {
        margin-left:10px !important;
    }
    .ml30 {
        margin-left:15px !important;
    }
    .ml40 {
        margin-left:20px !important;
    }

}
.bg-gray {
    background-color: #f9f9f9 !important;
}
.bg-white {
    background-color: #FFF !important;
}

.bd-gray {
	border:1px solid #ddd;
}
.bd-gray-shadow {
	border:1px solid #ddd;
	border-radius:15px;
	box-shadow: 5px 5px 5px #eee;
}
.bd-darkgray {
	border:1px solid #333;
}
.bd-pink {
	border: 3px solid #e40580 !important;
}
.bd-round {
	border-radius:15px;
}
span.bgul-pink {
    font-weight: 900;
    font-size: inherit;
    background: linear-gradient(0deg, #fbdaeb 70%, transparent 70%);
	padding-bottom:3px;
}
.text-left {
    text-align: left;
}
.text-center {
    text-align: center;
}
.text-right {
    text-align: right;
}

.ft-pink {
	color: #e40580 !important;
}
.ft-white {
	color: #FFF !important;
}

.ftw-300 {
    font-weight: 300 !important;
}
.ftw-400 {
    font-weight: 400 !important;
}
.ftw-500 {
    font-weight: 500 !important;
}
.ftw-600 {
    font-weight: 600 !important;
}
.ftw-700 {
    font-weight: 700 !important;
}
.ftw-800 {
    font-weight: 800 !important;
}
.ftw-900 {
    font-weight: 900 !important;
}
.ftls-05 {
	letter-spacing: -0.05em !important;
}
.ftls-07 {
	letter-spacing: -0.07em !important;
}
.ftls-10 {
	letter-spacing: -0.1em !important;
}
.ftls-13 {
	letter-spacing: -0.13em !important;
}

.ft-13 {
	font-size: 13px !important;
}
.ft-16 {
	font-size: 16px !important;
}
.ft-25 {
	font-size: 25px !important;
}

.m-show {
	display:none !important;
}
.pc-show {
	display:block;
	font-size:inherit;
	font-weight:inherit;
	letter-spacing:inherit;
}
span.pc-show {
	display:inline-block;
}
.display-grid {
    display: grid;
}
.display-grid.gap30{
	row-gap:30px;
	column-gap:30px;
}

.display-flex {
    display: flex;
    justify-content: center;
    align-items: center;    
    flex-wrap: nowrap;
}
.display-flex.flex-direction-column{
    flex-direction: column;
}
.display-flex.flex-direction-column-reverse{
    flex-direction: column-reverse;
}
.display-flex.flex-direction-row{
    flex-direction: row !important;
}
.display-flex.flex-direction-row-reverse{
    flex-direction: row-reverse !important;
}
.display-flex.flex-justify-center {
	justify-content: center;
}
.display-flex.flex-justify-start{
	justify-content: flex-start;
}
.display-flex.flex-justify-end {
	justify-content: flex-end;
}
.display-flex.flex-justify-between {
	justify-content: space-between;
}
.display-flex.flex-align-center {
    align-items: center;    
}
.display-flex.flex-align-start {
    align-items: flex-start;    
}
.display-flex.flex-align-end {
    align-items: flex-end;    
}
.display-flex.flex-align-stretch {
    align-items: stretch;
}
.display-flex.flex-wrap {
    flex-wrap: wrap;
}
.display-flex>div {
	flex:1;
}
@media screen and (max-width: 768px) {
	.ft-13 {
		font-size: 10px !important;
	}
	.ft-16 {
		font-size: 12px !important;
	}
	.ft-25 {
		font-size: 14px !important;
	}
	.m-show {
		display:block !important;
		font-size:inherit;
		font-weight:inherit;
		letter-spacing:inherit;
	}
	span.m-show {
		display:inline-block !important;
	}
	.display-flex.m-show {
		display:flex !important;
	}
	.display-grid.m-show {
		display:grid !important;
	}
	.pc-show {
		display:none !important;
	}
	.display-grid.gap30{
		row-gap:15px;
		column-gap:5px;
	}
}

/*--------------------------------------------*/

.container:after {
    clear: both;
}
.container:before, .container:after {
    content: " ";
    display: table;
}

#page {
	position: relative;
	overflow-x: hidden;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}

#page section.contents {
	clear:both;
}
#page section.contents:before {
    content: " ";
	display: block;
	clear:both;
    padding-top: 105px;
}
section.contents:nth-of-type(1):before,
section.contents.bg-gray+section.contents:before {
    padding-top: 80px !important;
}
section.contents.bg-gray:before {
    padding-top: 0 !important;
    margin-top: 80px;
}
section#fh5co-bottom.contents:before {
	padding-top: 105px !important;
}
section.contents .container {
    padding: 0 15px;
}
section.contents.bg-gray .container {
    padding: 55px 15px;
}
@media screen and (max-width: 768px) {
	#page section.contents {
		clear:both;
	}
	#page section.contents:before {
		content: " ";
		display: block;
		clear:both;
		padding-top: 45px;
	}
	section.contents:nth-of-type(1):before,
	section.contents.bg-gray+section.contents:before {
		padding-top: 30px !important;
	}
	section.contents.bg-gray:before {
		padding-top: 0 !important;
		margin-top: 30px;
	}
	section#fh5co-bottom.contents:before {
		padding-top: 45px !important;
	}
	section.contents .container {
		padding: 0 5px;
	}
	section.contents.bg-gray .container {
		padding: 25px 5px;
	}
	section.contents .container .row{
		margin:0;
	}
}

strong {
	font-weight:900;
}
table.table {
	width:100%;
	margin:0;
}
table.table th{
	font-size:24px;
	line-height:1 !important;
	min-height:48px;
	vertical-align:middle !important;
	text-align:center;
	font-weight:900;
	border: 2px solid #ddd !important;
	background-color: #fdf0f7;
	padding:10px 8px !important;
}

table.table td{
	font-size:16px;
	line-height:1 !important;
	min-height:35px;
	vertical-align:middle !important;
	text-align:center;
	font-weight:600;
	border: 2px solid #ddd !important;
}
table.table :is(td, th).bd-pink {
	border: 3px solid #e40580 !important;
}
table.table td strong{
	font-size:20px;
}
table.table :is(td, th).bd-top-gray{
	border-top: 1px solid #ddd !important;
}
table.table :is(td, th).bd-right-gray{
	border-right: 1px solid #ddd !important;
}
table.table :is(td, th).bd-bt-gray{
	border-bottom: 1px solid #ddd !important;
}
table.table :is(td, th).bd-left-gray{
	border-left: 1px solid #ddd !important;
}
.scroll-box .bg-black.click-img {
	display:none;
}
@media screen and (max-width: 768px) {
	table.table th{
		font-size:14px;
		line-height:1 !important;
		min-height:30px;
	}

	table.table td{
		font-size:12px;
		line-height:1 !important;
		min-height:28px;
	}
	table.table td strong{
		font-size:13px;
	}
	.scroll-box .bg-black.click-img {
		display:block;
		position: absolute;
		background-color: rgba(0, 0, 0, 0.7);
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
	}
	.scroll-box .bg-black.click-img .img-title {
		color: #fff;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, calc(-50% - 22px));
	}
	.scroll-box .bg-black.click-img img {
		position: absolute;
		width: 20%;
		top: 60%;
		left: 50%;
		transform: translate(-50%, -50%);
	}

	.scroll-box {
		overflow: auto;
		position: relative;
	}

	.scroll-box .table {
		width: 140%;
		max-width: unset;
	}
}
#page .contents .add {
	font-size:16px;
    font-weight: 600;
    color: #555;
}
#page .contents .add.text-right {
	margin-bottom:8px;
}
#page .contents .add.text-left {
	margin-top:8px;
}
@media screen and (max-width: 768px) {
	#page .contents .add {
		font-size:10px;
	}
	#page .contents .add.text-right {
		margin-bottom:2.5px;
	}
	#page .contents .add.text-left {
		margin-top:2.5px;
	}
}

.btn {
  font-family: Arial, sans-serif !important;
  margin-right: 4px;
  margin-bottom: 4px;
  font-size: 16px;
  font-weight: 400;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  padding: 8px 20px;
}

/*------------------------------------------------------------------*/

/********************fh5co-nav*****************/
nav.fh5co-nav * {
	line-height: 1.7;
}
nav.fh5co-nav *,  header#fh5co-header * {
	font-family: "GmarketSans", "NanumSquare_T", Arial, sans-serif !important;
	letter-spacing: normal;
}

.fh5co-nav {
  position: fixed;
  top: 0;
  margin: 0;
  padding: 10px 0 10px 0;
  width: 100%;
  z-index: 1001;
  background: transparent;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
@media screen and (max-width: 768px) {
	.fh5co-nav {
		padding: 10px 0;
	}
	.fh5co-nav .container>div {
		flex-direction: column;	
	}
}
.fh5co-nav .logo-box {
	flex:0 0 auto;
	justify-content: flex-start;
}
.fh5co-nav #fh5co-logo {
  font-size: 24px;
  padding: 0;
  margin: 0;
  text-transform: uppercase;
  font-weight: 800;
}
.fh5co-nav #fh5co-logo img{
	width:200px;
}
.fh5co-nav #fh5co-mobile-tel {
	display:none;
}
@media screen and (max-width: 768px) {
	.fh5co-nav .logo-box {
		width:calc(100% - 24px);
		align-items: flex-start;
		margin-bottom: 5px;
		flex:1 1 100%;
		justify-content: space-between;
	}	
	.fh5co-nav #fh5co-logo {
		width:50%;
		height:35px;
		margin-bottom: 0;
		padding:0;
		flex: 1 1 45%;
	}
	.fh5co-nav #fh5co-logo * {
		height:100%;
	}
	.fh5co-nav #fh5co-logo img {
		width:auto;
		margin: 3px 0 0; /*추가 css*/
	}
	.fh5co-nav .menu-1 {
		width:calc(100% - 10px);
	}
	.fh5co-nav #fh5co-mobile-tel{
		display:flex;
		align-items: end;
		flex: 1 1 55%;
		justify-content: end;
	}
	.fh5co-nav #fh5co-mobile-tel a{
	  padding:0;
	  color:#e40580;
	  display:flex;
	  align-items: self-start;
	}
	.fh5co-nav #fh5co-mobile-tel a img {
		width:30px;
		margin-bottom:unset;
	}
	.fh5co-nav #fh5co-mobile-tel a span{
	  font-size:1.7em;
	  line-height:1.2em;
	  font-weight:900;
	  letter-spacing: -0.07em !important;	/*important 추가*/
	  color: #e40580;
	}
}
.fh5co-nav #fh5co-logo a > span {
  color: #333;
}
.fh5co-nav li a {
  padding: 5px 10px;
  white-space:nowrap;
  display:inline-block;
}
.fh5co-nav>.container{
	position: unset;
	padding: 0 15px;	/*추가 css*/
}
.fh5co-nav .menu-1 {
  position: unset;
}
@media screen and (max-width: 768px) {
	.fh5co-nav>.container{
		padding: 0 15px !important;
	}
  .fh5co-nav .menu-1 {
	padding:0;
    display: block;
  }
  .fh5co-nav .fh5co-tel {
	display:none;
  }
}
.fh5co-nav .menu-1 > ul {
  padding: 0;
  margin: 0;
  display:flex;
}
.fh5co-nav .menu-1 > ul > li {
  flex:1 1 auto;
  padding: 0 15px;
  margin: 0;
  list-style: none;
  display: inline;
}
.fh5co-nav ul li a {
  display:inline-block;
  width:100%;
  padding:25px 0 35px 0;
  -webkit-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
  font-weight:500;
}
.fh5co-nav ul li a>span{
  font-size: 18px;
}
.fh5co-nav ul li a:hover, .fh5co-nav ul li a:focus, .fh5co-nav ul li a:active {
	color: #333;
}
.fh5co-nav ul li a.active span{
	border-bottom:3px solid #e40580;
}
.fh5co-nav ul li.active a:hover {
  color: red;
}
.fh5co-nav .fh5co-tel{
	flex:0 0 auto;
	padding:0;
}
.fh5co-nav .fh5co-tel a{
  padding:0 0 3px 0 !important;
  display:flex;
  align-items: end;
}
.fh5co-nav .fh5co-tel a img{
	width:35px;
	/*margin-bottom:4px;*/
	margin: 0 0 4px;	/*수정 css*/
}
.fh5co-nav .fh5co-tel a span{
  font-size:2em;
  line-height:1.2em;
  font-weight:900;
  letter-spacing: -0.07em; 
  color:#e40580 !important;
}
.fh5co-nav ul li.has-dropdown .dropdown{
	width: 100%;
	height:60px;
	border-bottom: 1px solid #ffffff26;
	text-align:center;
	z-index: 1002;
	visibility: hidden;
	opacity: 0;
	position: absolute;
	top: 96px;
	left: 0;
	text-align: left;
	padding: 0;
	border-radius: 0;
	transition: 0s;
	padding-top:5px;
	padding-bottom:5px;
}
#page .fh5co-nav ul li.has-dropdown .dropdown{
	background:#0b0c2769;
}
.fh5co-nav ul li.has-dropdown .dropdown .swiper ul{
	padding:0;
	display:flex;
	width:auto;
	
	text-align:center;
	align-items: center;
}
.fh5co-nav ul li.has-dropdown .dropdown .swiper ul{
	margin-left:50%;
}
.fh5co-nav ul li.has-dropdown .dropdown .swiper li {
  display: inline-block; 
  background: unset;
  width:unset;
  padding:0;
  flex:0 0;
}
.fh5co-nav ul li.has-dropdown:nth-of-type(1) .dropdown .swiper li:nth-of-type(1) {
	margin-left:-380px;
}
.fh5co-nav ul li.has-dropdown:nth-of-type(2) .dropdown .swiper li:nth-of-type(1) {
	margin-left:-350px;
}
.fh5co-nav ul li.has-dropdown:nth-of-type(3) .dropdown .swiper li:nth-of-type(1) {
	margin-left:-180px;
}
.fh5co-nav ul li.has-dropdown:nth-of-type(4) .dropdown .swiper li:nth-of-type(1) {
	margin-left:-100px;
}
.fh5co-nav ul li.has-dropdown:nth-of-type(5) .dropdown .swiper li:nth-of-type(1) {
	margin-left:-50px;
}
.fh5co-nav ul li.has-dropdown:nth-of-type(6) .dropdown .swiper li:nth-of-type(1) {
	margin-left:200px;
}
@media screen and (max-width: 992px) {
	.fh5co-nav ul li.has-dropdown:nth-of-type(1) .dropdown .swiper li:nth-of-type(1) {
		margin-left:-300px;
	}
	.fh5co-nav ul li.has-dropdown:nth-of-type(2) .dropdown .swiper li:nth-of-type(1) {
		margin-left:-360px;
	}
	.fh5co-nav ul li.has-dropdown:nth-of-type(3) .dropdown .swiper li:nth-of-type(1) {
		margin-left:-80px;
	}
	.fh5co-nav ul li.has-dropdown:nth-of-type(4) .dropdown .swiper li:nth-of-type(1) {
		margin-left:-50px;
	}
	.fh5co-nav ul li.has-dropdown:nth-of-type(5) .dropdown .swiper li:nth-of-type(1) {
		margin-left:-120px;
	}
	.fh5co-nav ul li.has-dropdown:nth-of-type(6) .dropdown .swiper li:nth-of-type(1) {
		margin-left:120px;
	}
}
.fh5co-nav ul li.has-dropdown .dropdown .swiper li a {
  padding: 0 15px;
  display: block;
  color: #FFF;
  text-transform: none;
  font-size: 16px;
  height:45px;
  line-height:3.5em;
  font-weight:500;
}
.fh5co-nav ul li.has-dropdown .dropdown .swiper li a.active{
	color:#e40580 !important;
}
.fh5co-nav ul li.has-dropdown .dropdown .swiper li a:hover {
  color: #FFF;
}
.fh5co-nav ul li.has-dropdown:hover a, .fh5co-nav ul li.has-dropdown:focus a {
  color: #333;
	text-decoration: none;	/*수정 css*/
}
.fh5co-nav ul li.btn-cta a {
  color: #333;
}
.fh5co-nav ul li.btn-cta a span {
  background: #f35f55;
  color: #fff;
  padding: 4px 20px;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
.fh5co-nav ul li.btn-cta a:hover span {
  background: #f14034 !important;
  -webkit-box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75);
}
.fh5co-nav ul li.active > a {
  color: #333;
  position: relative;
}
@media screen and (max-width: 992px) {
	.fh5co-nav ul li.has-dropdown .dropdown .swiper li a {
		padding:0 8px;
	}
}
@media screen and (max-width: 768px) {
	.fh5co-nav .row {
		border-bottom: 1px solid #ffffff26;
	}
	.fh5co-nav .menu-1 > ul > li {
		text-align: center;
		padding: 0 3px;
		line-height: 1.7;	/*추가 css*/
	}
	.fh5co-nav ul li.has-dropdown> a span{
		font-size:14px;
		padding: 0;
		-webkit-transition: 0s;
		-o-transition: 0s;
		transition: 0s;
		color:#FFF !important;
		display:inline-block;
	}
	/* TODO 페이지별 리뉴얼 종료시 지우기*/
	#page:is(.fax,.webfax,.did,.internet_home,.internet_store,.internet_wireless,.fixed_ip,.facility,.service_robot,.sterilize_robot)  .fh5co-nav ul li.has-dropdown> a span{
		color:#333 !important;
	}
	.fh5co-nav ul li a {
		padding:0;
	}
	.fh5co-nav ul li a:hover, .fh5co-nav ul li a:focus, .fh5co-nav ul li a:active {
		color: #FFF !important;
		border-bottom: 2px solid #ffffffd9;
	}
	.fh5co-nav ul li.has-dropdown> a:hover {
		border-bottom: unset; 
	}
	.fh5co-nav ul li.has-dropdown> a.active span{
		line-height:1.5em;
		border-bottom: 2px solid #e40580;
	}

	.fh5co-nav ul li.has-dropdown .dropdown{
		width: 100%;
		height:30px;
		border-bottom: unset;
		text-align:center;
		z-index: 1002;
		visibility: hidden;
		opacity: 0;
		position: absolute;
		top: 78px;
		left: 0;
		text-align: left;
		padding: 0;
		border-radius: 0;
		-webkit-transition: 0s;
		-o-transition: 0s;
		transition: 0s;
	}
	.fh5co-nav ul li.has-dropdown :is(#nav-1,#nav-2).dropdown:after {
		content:'';
		position: absolute;
		top: 50%;
		right: 1px;
		background-image:url('/images/front/arrow2.png');
		background-size: contain;
		transform: translate(0,-50%);
		width:20px;
		height:20px;
		border:0px solid #FFF;
		border-radius:10px;
		z-index:3;
		background-color:transparent;
		animation: arrow_bg 4s linear infinite none;
	}
	@keyframes arrow_bg {
		20% {
			background-color:#ff19987a;
		}
		34% {
			background-color:transparent;
		}
		40% {
			background-color:#ff19987a;
		}
		50% {
			background-color:transparent;
		}
	}

	.fh5co-nav ul li.has-dropdown .dropdown .swiper li {
		padding: 0 5px;
	}
	.fh5co-nav ul li.has-dropdown .dropdown .swiper li a {
		padding: 0;
		display: block;
		color:#FFF;
		line-height: 1.2;
		text-transform: none;
		font-size: 12px;
		height:30px;
		line-height:30px;
		font-weight:500;
		transition: 0s;
	}
	.fh5co-nav ul li.has-dropdown .dropdown li a.active,
	.fh5co-nav ul li.has-dropdown .dropdown li a:hover {
		border-bottom:unset;
	}
	.fh5co-nav ul li.has-dropdown .dropdown li a.active{
		font-weight:600;
	}
	.fh5co-nav ul li.has-dropdown .dropdown .swiper{
		width:100%;
		margin:0 auto 0 0;
	}
	.fh5co-nav ul li.has-dropdown .dropdown .swiper.h{
		width:calc(100% - 24px);
	}
	.fh5co-nav ul li.has-dropdown .dropdown .swiper ul{
		margin-left:0;
	}
	.fh5co-nav ul li.has-dropdown:nth-of-type(1) .dropdown .swiper li:nth-of-type(1) {
		margin-left:0;
	}
	.fh5co-nav ul li.has-dropdown:nth-of-type(2) .dropdown .swiper li:nth-of-type(1) {
		margin-left:0;
	}
	.fh5co-nav ul li.has-dropdown:nth-of-type(3) .dropdown .swiper li:first-of-type {
		margin-left:15%;
	}
	.fh5co-nav ul li.has-dropdown:nth-of-type(3) .dropdown .swiper li:last-of-type {
		margin-right:auto;
	}
	.fh5co-nav ul li.has-dropdown:nth-of-type(4) .dropdown .swiper li:nth-of-type(1) {
		margin-left:auto;
		margin-right:0;
	}
	.fh5co-nav ul li.has-dropdown:nth-of-type(4) .dropdown .swiper li:last-of-type {
		margin-right:10%;
	}
	.fh5co-nav ul li.has-dropdown:nth-of-type(5) .dropdown .swiper li:nth-of-type(1) {
		margin-left:auto;
		margin-right:0;
	}
	.fh5co-nav ul li.has-dropdown:nth-of-type(6) .dropdown .swiper li:nth-of-type(1) {
		margin-left:auto;
		margin-right:0;
	}
}
.scrolled .fh5co-nav {
  top:0;
  background: #fff;
  padding: 0;
  -webkit-box-shadow: 0px 5px 7px -7px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 5px 7px -7px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 5px 7px -7px rgba(0, 0, 0, 0.3);
}
.scrolled .fh5co-nav #fh5co-logo {
	padding:0;
}
.scrolled .fh5co-nav #fh5co-logo img{
	margin-top:10px;
	width:180px;
}
.scrolled .fh5co-nav .fh5co-tel{
	padding:0;
}
.scrolled .fh5co-nav a {
  color: #333333 !important;
}
.scrolled .fh5co-nav .fh5co-tel a{
  padding:10px 0 3px 0 !important;
}
.scrolled .fh5co-nav ul li a {
	padding: 24px 0 19px 0;
}
.scrolled .fh5co-nav ul li a.active, .scrolled .fh5co-nav ul li a:hover, .scrolled .fh5co-nav ul li a:focus, .scrolled .fh5co-nav ul li a:active {
  color: #000 !important;
}
.scrolled .fh5co-nav ul li.has-dropdown .dropdown li a{
  color: #FFF !important;
}
.scrolled .fh5co-nav ul li.active a {
  color: #333;
}
.scrolled .fh5co-nav ul li.has-dropdown:hover > a, .scrolled .fh5co-nav ul li.has-dropdown:focus > a {
  color: #333;
}
.scrolled .fh5co-nav ul li.has-dropdown .dropdown{
	background:#42435563;
	border:unset;
	top:74px;
}
.scrolled #page .fh5co-nav ul li.has-dropdown .dropdown{
	background:#8585939e;
}
@media screen and (max-width: 768px) {
	.scrolled .fh5co-nav {
		max-height:83px;
		padding-top:10px;
	}
	.scrolled .fh5co-nav #fh5co-logo img{
		margin-top:unset;
		width:auto;
	}
	.scrolled .fh5co-nav ul li.has-dropdown> a span{
		color: #333 !important;
	}
	.scrolled.fh5co-nav ul li.has-dropdown> a.active {
		border-bottom: 2px solid #ffffffd9;
	}
	.scrolled .fh5co-nav ul li.has-dropdown .dropdown {
		top:78px;
	}
	.scrolled .fh5co-nav ul li.has-dropdown .dropdown li a {
		color:#FFF !important;
	}
	.scrolled .fh5co-nav ul li.has-dropdown .dropdown li a.active {
		/*border-bottom:2px solid #474747e0;*/
		font-weight:900;
	}
	.scrolled .fh5co-nav ul li a {
		padding: 0;
	}
	.scrolled .fh5co-nav ul li a:hover, .scrolled .fh5co-nav ul li a:focus, .scrolled .fh5co-nav ul li a:active {
		color: #333 !important;
	}
	.scrolled .fh5co-nav ul li.has-dropdown > a.active {
		color: #c4303b !important;
	}

}
/********************fh5co-header*****************/
#fh5co-header {
	width: 100%;
	height: 600px;
	margin-top:96px;
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
	position: relative;
	float: left;
}
#fh5co-header > .container {
	padding: 0 15px !important;
}
#fh5co-header .display-tc {
	height: 250px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	padding-top: 2px; 
	padding-left: 35px;
}
#fh5co-header .display-tc div.sub{
	font-size: 24px;
	color: white;
	font-weight: 500;
	margin-bottom: 20px;
	margin-top: 0; 
}
#fh5co-header .display-tc h1 {
	font-size: 52px;
	color: white;
	font-weight: 500;
	margin-bottom:0;
	margin-top: 0;
	border-bottom: none;
}
#fh5co-header .display-tc h1 span {
	font-size: 36px;
}

@media screen and (max-width: 768px){
	#fh5co-header.fh5co-cover {
        height: 240px !important;
		margin-top:52px;
	}
	#page:is(.firewall_n2) #fh5co-header.fh5co-cover {
		background-position: bottom 0px right -18%, top right 70%;
        background-size: 67%, cover;
	}
	#fh5co-header .display-tc {
		padding-top: 62px;
		padding-left: 10px;
		height: auto;
	}
	#fh5co-header .display-tc div.sub {
		font-size: 11px;
		margin-bottom: 12px;
	}
	#fh5co-header .display-tc h1 {
		font-size: 24px;
		font-weight:500;
	}
	#fh5co-header .display-tc h1 span {font-size: 14px;font-weight:500;}
}
.fh5co-cover .overlay {
  z-index: 0;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}
.fh5co-cover > .fh5co-container {
  position: relative;
  z-index: 10;
}
.fh5co-cover .display-tc {
  z-index: 9;
  height: 300px;
  display: table;
  width: 100%;
}

/********************fh5co-footer*****************/
#fh5co-footer H2{
	color: #a4afb7;
	font-size: 35px;
	font-weight: 700;
	line-height: 1;
	margin-bottom: 0;
	letter-spacing: 0;
}
#fh5co-footer H2 div{
	color: #a4afb7;
	font-size: 12px;
	font-weight: 500;	
}
#fh5co-footer {
	background-color: #f8f8f8;
	padding:3em 0 2em 0;
}
#fh5co-footer * {
    font-family: 'GmarketSans', "NanumSquare_T", Arial, sans-serif !important;
}
#fh5co-footer .container {
	padding: 0 15px;
}
#fh5co-footer .row{
	display:flex;
	align-items: center;
    justify-content: space-around;
}
#fh5co-footer .fh5co-footer-links {
	padding: 0;
	margin: 0;
	clear: both;
}
#fh5co-footer .fh5co-footer-links li {
	padding: 0;
	margin: 0;
	list-style: none;
	font-size: 13px;
	line-height: 1.5em;
	display:inline-block;
	float:left;
	letter-spacing: normal;
}
#fh5co-footer .fh5co-footer-links li+li{
	margin-left:8px;
}
#fh5co-footer .fh5co-footer-links li+li:before{
	content:'|';
	margin-right:8px;
}
@media screen and (max-width: 768px) {
	#fh5co-footer > .container {
		padding: 0 15px !important;
	}
	#fh5co-footer .fh5co-widget {
		text-align: left;
	}
	#fh5co-footer .row{
		flex-direction: column;
	}
	#fh5co-footer H2 img{
		width:150px;
		margin: 0; /*추가 css*/
	}
	#fh5co-footer .fh5co-footer-links li {
		font-size:12px;
		display:block;
		clear:both;
	}
	#fh5co-footer .fh5co-footer-links li+li:before{
		content:unset;
	}
	#fh5co-footer .fh5co-footer-links li+li{
		margin-left:0;
	}
}
#fh5co-footer .fh5co-widget h3 {
  margin-bottom: 15px;
  font-weight: bold;
  font-size: 15px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
#fh5co-footer .copyright .block {
  margin-top:10px;
  display: block;
  font-size: 12px;
  color: #a4afb7;
}
#fh5co-footer .cooperation {
	position:relative;
}
#fh5co-footer .cooperation div{
	width:100%;
	background:#c73b46;
	color:#FFF;
	padding:5px 10px 3px 10px;
}
#fh5co-footer .cooperation div i{
	float:right;

}
#fh5co-footer .cooperation ul{
	display:none;
	position:absolute;
	left:0;
	bottom:-100%;
	width:100%;
	border:1px solid #c73b46;
	background:#FFF;
	list-style:none;
	padding-left:20px;
	z-index:10;
}
#fh5co-footer .cooperation:hover ul{
	display:block;
	background:#FFF;
}
#fh5co-footer .cooperation ul li a{
	padding:5px 0;
	font-size:14px;
	font-weight:500;
	width:100%;
	display:inline-block;
}
#fh5co-footer .link {
	text-align:right;
	position:fixed;
	bottom:80px;
	right:20px;
	z-index:10;
	width:50px;
	height:50px;
}
#fh5co-footer .link a{
	display: inline-block;
	width:100%;
	height:100%;
}
@media screen and (max-width: 768px) {
	#fh5co-footer .cooperation{
		margin-top:10px;
	}
	#fh5co-footer .link {
		position:fixed;
		bottom:10vh;
		right:20px;
	}
}


body #popup {
    position:absolute;
    top: 120px;
    left:50px;
    z-index :90;
}
body #popup .container{
    display:flex;
    flex-direction: row;
    flex-wrap: wrap;
}
body #popup .container .popup-item{
}
body #popup .container .popup-item img{
    max-width:100%;
}

body #popup .container .footer{
    height: 30px;
    line-height: 30px;
    background: #000;
    display:flex;
    justify-content: space-between;
    padding-left: 10px;
    color:#7e7e7e;
    font-weight:800;
    font-size:12px;
    overflow:hidden;
}
body #popup .container .footer span{
    font-size:14px;
    color:#cdcdcd;
}
body #popup .container .footer .btn-cookie{
    cursor:pointer;
}
body #popup .container .footer .btn-close{
    width:30px;
    height:30px;
    font-size:18px;
    line-height:30px;
    text-align:center;
    background: #393939;
    color:#cdcdcd;
    cursor:pointer;
}
@media screen and (max-width: 786px) {
    body #popup {
        top:130px;
        left:0;
    }
    body #popup .popup-item{
        max-width:80% !important;
        height:unset !important;
    }
    body #popup .popup-item img{
        max-width:100% !important;
        height:unset !important;
    }
    body #popup .popup-item .footer{
        max-width:100% !important;
    }
}

/**********************right-toggle*************************/
#right-toggle-overlay {
	width:100vw;
	height:100vh;
	background:#333;
	opacity: 0.6;
    z-index: 9980;
    display: inline-block;
    position: fixed;
    top: 0;
    left: 0;
}
#right-toggle-overlay.hide {
	display:none;
}
#btn-toggle {
	position:fixed;
	right:5px;
	bottom: 675px;
	border:0px solid blue; 
	text-align:center;
	width:100px;
	height:100px;
	cursor:pointer;
    border-radius: 100px;
    box-shadow: unset; 
	padding:0 !important;
}
#btn-toggle div {
	width:100px;height:100px;display:block;z-index:7777;position:absolute;top:0;left:0;
}
#btn-toggle .toggle-out{
	display:block;z-index:7777;
}
#btn-toggle .toggle-on{
	display:none;z-index:8889;
}
#btn-toggle div img {
	border-radius:130px;box-shadow:0px 11px 14px -4px rgba(0, 0, 0, 0.1);
}
#right-toggle-box {
	position:fixed;
	left:100%;
	top:0;
	z-index:9990;
	border:0px solid red;
	height:100vh;
	min-width:800px;
	width:200px;
	transform: translateX(0%);	
	display:inline-block;
	padding:0 !important;
}
#right-toggle-box .btn-close.right {
	display:none;
	width:50px;
	height:46px;
	border:1px solid #4d4d4d;
	border-right:0;
	background:#737373;
	color:#ffffffeb;
	text-align:center;
	font-size:26px;
	line-height:46px;
	font-weight:900;
	position:absolute;
	left:0;
	top:0;
	z-index:9990;
	transform: translate(-100%, 0);	
	cursor:pointer;
}
#right-toggle-box .btn-m-toggle {
	display:none;
}
#right-toggle-box div.contents{
	display:block;
	border:0px solid blue;
	width:100%;
	height:100vh;
	overflow-y:hidden;
	padding:0 !important;
}
#right-toggle-box div.contents .btn-close{
	border:3px solid blue;
	height:30px;
	width:80px;
	position:absolute;
	top:10px;
	right:10px;
	display:none;
}
#right-toggle-box div.contents #img-ict{
	width:100%;
}
/* btn-toggle width=100px -> max-width 늘림*/
@media screen and (max-width: 786px) {
	#btn-toggle {
		bottom:200px;
		right:5px;
		width:62px;
		height:62px;
	}
}
@media screen and (max-width: 786px) and (any-pointer:coarse) {
	#btn-toggle {
		display:none;
	}
	#right-toggle-box {
		position:fixed;
		left:0;
		top:unset;
		bottom:40px;
		height:auto;
		width:100vw;
		min-width:100%;
		transform: translateY(100%);	
		display:inline-block;
		border:0px solid red;
	}
	#right-toggle-box .btn-close.right {
		display:none;
	}
	#right-toggle-box .btn-m-toggle {
		display:block;
		position:absolute;
		left:50%;
		top:0;
		z-index:9990;
		transform: translate(-50%, -100%);
		transition: all 0.2s ease-in-out;
		overflow:hidden;
	}

	#right-toggle-box.down .btn-m-toggle:before {
		content: "";
		background-color: rgba(255,255,255,0.4);
		height: 200%;
		width: 2em;
		display: block;
		position: absolute;
		top: -1em;
		left: -4.5em;
		transform: skewY(-45deg) translateX(0);
		animation-name: sheen;
		animation-duration:3s;
		animation-delay: 1s;
		animation-iteration-count:infinite;
		animation-direction:normal;
		animation-fill-mode: backwards;					
	}
	#right-toggle-box.down .btn-m-toggle:after {
		content: "";
		background-color: rgba(255,255,255,0.4);
		height: 200%;
		width: 0.6em;
		display: block;
		position: absolute;
		top: -1em;
		left: -5.5em;
		transform: skewY(-45deg) translateX(0);
		animation-name: sheen;
		animation-duration:3s;
		animation-delay: 1s;
		animation-iteration-count:infinite;
		animation-direction:normal;
		animation-fill-mode: backwards;					
	}
	@keyframes sheen {
	  0% {
		transform: skewY(-45deg) translateX(0);
	  }
	  60% {
		transform: skewX(-45deg) translateX(100vw);
		transition: all 0.5s ease-in-out;
	  }
	  100% {
		transform: skewX(-45deg) translateX(100vw);
		transition: all 0.5s ease-in-out;
	  }
	}
	#right-toggle-box div.contents{
		display:inline-block;
		border:0px solid blue;
		width:100%;
		height:auto;
		overflow-y:hidden;
	}
}

/**********************button**********************/
.gototop {
  position: fixed;
  bottom: 20px;
  right: 25px;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.gototop.active {
  opacity: 1;
  visibility: visible;
}
.gototop a {
  width: 50px;
  height: 50px;
  display: table;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  text-align: center;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
.gototop a i {
  height: 50px;
  display: table-cell;
  vertical-align: middle;
}
.gototop a:hover, .gototop a:active, .gototop a:focus {
  text-decoration: none;
  outline: none;
}
@media screen and (max-width: 768px) {
	.gototop {
		position: fixed;
		bottom: 60px;
        right: 27px;
        width: 35px;
        height: 35px;				
	}
}

#kakao {
	display:flex;
	align-items: center;
    justify-content: center;
	position: fixed;
	right:20px;
	bottom:75px;
	width:62px;
	height:62px;
	border-radius:35px;
	background-color: #fee500;
	box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.08);
	z-index:9900;
}
#kakao a{
	display:inline-block;
	width:100%;
	margin-top:3px;
	display:flex;
	align-items: center;
    justify-content: center;
}
#kakao a img{
	width:55%;
	display:inline-block;
}

#call {
	display:flex;
	align-items: center;
    justify-content: center;
	position: fixed;
	right:20px;
	bottom:140px;
	width:65px;
	height:65px;
	z-index:9900;
}
#call a{
	display:inline-block;
	width:100%;
	margin:0;
	display:flex;
	align-items: center;
    justify-content: center;
}
#call a img{
	width:90%;
	display:inline-block;
}
@media screen and (max-width: 768px) {
	#kakao {
		right:12px;
		bottom:100px;
		width:50px;
		height:50px;
		padding:0 !important;
	}
	#call {
		right:10px;
		bottom:150px;
		width:54px;
		height:54px;
		padding:0 !important;
	}
}

/**********************fh5co-loader**********************/
.fh5co-loader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url(../images/loader.gif) center no-repeat #fff;
}

/**********************fh5co-side-nav**********************/
#fh5co-side-nav {
	display:inline-block;
	position:fixed;
	bottom:215px;
	right:8px;
	/* transform: translate(0,-100%);*/
	border:1px solid #CCCCCC73;
	z-index:9900;
	background:#FFF;
}
#fh5co-side-nav div{
	display:inline-flex;
	flex-direction: column;
	align-items: flex-start;
    justify-content: center;
	color:#333;
	background:#FFF;
}
#fh5co-side-nav div a{
	display:inline-flex;
	justify-content: center;
    align-items: center;
	width:100%;
	min-width:90px;
	min-height:50px;
	font-weight: 900;
    font-size: 13px;
	text-align: center;
    line-height: 1.2em;
	letter-spacing: -0.06em;
	font-family: "NanumSquare_T", Arial, sans-serif;
	padding:3px 3px 0 3px;
}
#fh5co-side-nav div a+a{
	background: linear-gradient(180deg, #CCCCCC73 1px, #FFF 1px );
}
#fh5co-side-nav div :is(a.active) {
	background: linear-gradient(90deg, #e40580 3px, #e405800f 3px);
}
#fh5co-side-nav div :is(a:hover) {
	background: #e405800f;
}
@media screen and (max-width: 768px) {
	#fh5co-side-nav {
		display:flex;
		position:fixed;
		bottom:0;
		left:0;
		padding:0 !important;
		border-top:1px solid #CCCCCC73;
		z-index:9999;
		width:100%;
		height:40px;
	}
	#fh5co-side-nav div{
		flex:1;
		display:flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		color:#333;
		background:#FFF;
	}
	#fh5co-side-nav div a{
		flex:1;
		display:flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		font-weight: 900;
		font-size: 10px;
		line-height: 1.2em;
		letter-spacing: -0.06em;
		font-family: "NanumSquare_T", Arial, sans-serif;
		padding:3px 0 4px 0;
		text-align:center;
		min-width:unset;
		min-height:30px;
		height:100%;
	}
	#fh5co-side-nav div a+a{
		background: unset; 
	}
	#fh5co-side-nav div :is(a.active) {
		background: linear-gradient(0deg, #e40580 3px, #e405800f 3px) !important;
	}
	#fh5co-side-nav div :is(a:hover) {
		background: #FFF;
	}
}


/* block title------------------------------------------------------------------*/

.contents .title-box {
	margin-bottom:55px;
}
.contents .title-box.banner {
	background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: top center;
}
.contents .title-box .md-title {
    font-size: 28px;
    font-weight: 900;
}
.contents .title-box.banner .md-title {
    font-size: 32px;
    font-weight: 500;
	color:#FFF;
}
.contents .title-box .lg-title {
    font-size: 48px;
    font-weight: 900;
	margin-top:12px;
	margin-bottom:0;
}
.contents .title-box.banner .lg-title {
	color:#FFF;
}
.contents .title-box .lg-title * {
    font-size: inherit;
    font-weight: inherit;
}

@media screen and (max-width: 768px) {
	section.contents .row.title-box {
		margin-bottom:22px;
	}
	section.contents .row.title-box .md-title {
		font-size: 15px;
	}
	section.contents .row.title-box .lg-title {
		font-size: 24px;
		margin-top:4px;
	}
}

/* flex md sm xs ------------------------------------------------------------------*/
.display-flex>.col-box {
	flex:1;
    flex-direction: column;
	margin:10px 0 13px 0;
}
.display-flex>.col-box+.col-box {
    margin-left:2%;
}

.display-flex>.col-box.md-1 {
    flex: 0 0 100%;
	margin-left:0 !important;
}
.display-flex>.col-box.md-1:nth-of-type(1) {
	margin-top:0 !important;
}
.display-flex>.col-box.md-1:nth-last-child(1) {
	margin-bottom:0 !important;
}

.display-flex>.col-box.md-2 {
    flex: 0 0 49%;
}
.display-flex>.col-box.md-2:nth-of-type(2n-1) {
    margin-left:0 !important;
}
.display-flex>.col-box.md-2:nth-of-type(1),
.display-flex>.col-box.md-2:nth-of-type(2) {
	margin-top:0 !important;
}
.display-flex>.col-box.md-2:nth-last-child(1),
.display-flex>.col-box.md-2:nth-last-child(2) {
	margin-bottom:0 !important;
}


.display-flex>.col-box.md-3{
    flex: 0 0 32%;
}
.display-flex>.col-box.md-3:nth-of-type(3n-2) {
    margin-left:0 !important;
}
.display-flex>.col-box.md-3:nth-of-type(1),
.display-flex>.col-box.md-3:nth-of-type(2),
.display-flex>.col-box.md-3:nth-of-type(3) {
	margin-top:0 !important;
}
.display-flex>.col-box.md-3:nth-last-child(1),
.display-flex>.col-box.md-3:nth-last-child(2),
.display-flex>.col-box.md-3:nth-last-child(3) {
	margin-bottom:0 !important;
}

.display-flex>.col-box.md-4 {
    flex: 0 0 23.5%;
}
.display-flex>.col-box.md-4:nth-of-type(4n-3) {
    margin-left:0 !important;
}
.display-flex>.col-box.md-4:nth-of-type(1),
.display-flex>.col-box.md-4:nth-of-type(2),
.display-flex>.col-box.md-4:nth-of-type(3),
.display-flex>.col-box.md-4:nth-of-type(4) {
	margin-top:0 !important;
}
.display-flex>.col-box.md-4:nth-last-child(1),
.display-flex>.col-box.md-4:nth-last-child(2),
.display-flex>.col-box.md-4:nth-last-child(3),
.display-flex>.col-box.md-4:nth-last-child(4) {
	margin-bottom:0 !important;
}

.display-flex>.col-box.md-5 {
    flex: 0 0 18.4%;
}
.display-flex>.col-box.md-5:nth-of-type(5n-4) {
    margin-left:0 !important;
}
.display-flex>.col-box.md-5:nth-of-type(1),
.display-flex>.col-box.md-5:nth-of-type(2),
.display-flex>.col-box.md-5:nth-of-type(3),
.display-flex>.col-box.md-5:nth-of-type(4),
.display-flex>.col-box.md-5:nth-of-type(5) {
	margin-top:0 !important;
}
.display-flex>.col-box.md-5:nth-last-child(1),
.display-flex>.col-box.md-5:nth-last-child(2),
.display-flex>.col-box.md-5:nth-last-child(3),
.display-flex>.col-box.md-5:nth-last-child(4),
.display-flex>.col-box.md-5:nth-last-child(5) {
	margin-bottom:0 !important;
}
@media screen and (max-width: 992px) {
	.display-flex>.col-box {
		margin-top:7px !important;
		margin-bottom:8px !important;
	}
	.display-flex>.col-box.sm-1 {
		flex: 0 0 100%;
		margin-left:0 !important;
		margin-top:7px !important;
		margin-bottom:8px !important;
	}
	.display-flex>.col-box.sm-1:nth-of-type(1) {
		margin-top:0 !important;
	}
	.display-flex>.col-box.sm-1:nth-last-child(1) {
		margin-bottom:0 !important;
	}
	.display-flex>.col-box.sm-1:not(:nth-of-type(1)):not(:nth-last-child(1)) {
		margin-top:7px !important;
		margin-bottom:8px !important;
	}

	.display-flex>.col-box.sm-2 {
		flex: 0 0 49%;
		margin-top:7px !important;
		margin-bottom:8px !important;
	}
	.display-flex>.col-box.sm-2:nth-of-type(2n-1) {
		margin-left:0 !important;
	}
	.display-flex>.col-box.sm-2:nth-of-type(1),
	.display-flex>.col-box.sm-2:nth-of-type(2) {
		margin-top:0 !important;
	}
	.display-flex>.col-box.sm-2:nth-last-child(1),
	.display-flex>.col-box.sm-2:nth-last-child(2) {
		margin-bottom:0 !important;
	}
	.display-flex>.col-box.sm-2:not(:nth-of-type(1)):not(:nth-of-type(2)):not(:nth-last-child(1)):not(:nth-last-child(2)) {
		margin-top:7px !important;
		margin-bottom:8px !important;
	}

	.display-flex>.col-box.sm-3 {
		flex: 0 0 32%;
		margin-top:7px !important;
		margin-bottom:8px !important;
	}
	.display-flex>.col-box.sm-3:nth-of-type(3n-2) {
		margin-left:0 !important;
	}
	.display-flex>.col-box.sm-3:nth-of-type(1),
	.display-flex>.col-box.sm-3:nth-of-type(2),
	.display-flex>.col-box.sm-3:nth-of-type(3) {
		margin-top:0 !important;
	}
	.display-flex>.col-box.sm-3:nth-last-child(1),
	.display-flex>.col-box.sm-3:nth-last-child(2),
	.display-flex>.col-box.sm-3:nth-last-child(3) {
		margin-bottom:0 !important;
	}
	.display-flex>.col-box.sm-3:not(:nth-of-type(1)):not(:nth-of-type(2)):not(:nth-of-type(3)):not(:nth-last-child(1)):not(:nth-last-child(2)):not(:nth-last-child(3)) {
		margin-top:7px !important;
		margin-bottom:8px !important;
	}

	.display-flex>.col-box.sm-4 {
		flex: 0 0 23.5%;
		margin-top:7px !important;
		margin-bottom:8px !important;
	}
	.display-flex>.col-box.sm-4:nth-of-type(4n-3) {
		margin-left:0 !important;
	}
	.display-flex>.col-box.sm-4:nth-of-type(1),
	.display-flex>.col-box.sm-4:nth-of-type(2),
	.display-flex>.col-box.sm-4:nth-of-type(3),
	.display-flex>.col-box.sm-4:nth-of-type(4) {
		margin-top:0 !important;
	}
	.display-flex>.col-box.sm-4:nth-last-child(1),
	.display-flex>.col-box.sm-4:nth-last-child(2),
	.display-flex>.col-box.sm-4:nth-last-child(3),
	.display-flex>.col-box.sm-4:nth-last-child(4) {
		margin-bottom:0 !important;
	}
	.display-flex>.col-box.sm-4:not(:nth-of-type(1)):not(:nth-of-type(2)):not(:nth-of-type(3)):not(:nth-of-type(4)):not(:nth-last-child(1)):not(:nth-last-child(2)):not(:nth-last-child(3)):not(:nth-last-child(4)) {
		margin-top:7px !important;
		margin-bottom:8px !important;
	}

	.display-flex>.col-box.sm-5 {
		flex: 0 0 18.4%;
		margin-top:7px !important;
		margin-bottom:8px !important;
	}
	.display-flex>.col-box.sm-5:nth-of-type(5n-4) {
		margin-left:0 !important;
	}
	.display-flex>.col-box.sm-5:nth-of-type(1),
	.display-flex>.col-box.sm-5:nth-of-type(2),
	.display-flex>.col-box.sm-5:nth-of-type(3),
	.display-flex>.col-box.sm-5:nth-of-type(4),
	.display-flex>.col-box.sm-5:nth-of-type(5) {
		margin-top:0 !important;
	}
	.display-flex>.col-box.sm-5:nth-last-child(1),
	.display-flex>.col-box.sm-5:nth-last-child(2),
	.display-flex>.col-box.sm-5:nth-last-child(3),
	.display-flex>.col-box.sm-5:nth-last-child(4),
	.display-flex>.col-box.sm-5:nth-last-child(5) {
		margin-bottom:0 !important;
	}
	.display-flex>.col-box.sm-5:not(:nth-of-type(1)):not(:nth-of-type(2)):not(:nth-of-type(3)):not(:nth-of-type(4)):not(:nth-of-type(5)):not(:nth-last-child(1)):not(:nth-last-child(2)):not(:nth-last-child(3)):not(:nth-last-child(4)):not(:nth-last-child(5)) {
		margin-top:7px !important;
		margin-bottom:8px !important;
	}
}

@media screen and (max-width: 768px) {
	.display-flex>.col-box {
		margin-top:4px !important;
		margin-bottom:4px !important;
	}
	.display-flex>.col-box.xs-1 {
		flex: 0 0 100%;
		margin-left:0 !important;
	}
	.display-flex>.col-box.xs-1:nth-of-type(1) {
		margin-top:0 !important;
	}
	.display-flex>.col-box.xs-1:nth-last-child(1) {
		margin-bottom:0 !important;
	}
	.display-flex>.col-box.xs-1:not(:nth-of-type(1)):not(:nth-last-child(1)) {
		margin-top:4px !important;
		margin-bottom:4px !important;
	}

	.display-flex>.col-box.xs-2 {
		flex: 0 0 49%;
	}
	.display-flex>.col-box.xs-2:nth-of-type(2n-1) {
		margin-left:0 !important;
	}
	.display-flex>.col-box.xs-2:nth-of-type(1),
	.display-flex>.col-box.xs-2:nth-of-type(2) {
		margin-top:0 !important;
	}
	.display-flex>.col-box.xs-2:nth-last-child(1),
	.display-flex>.col-box.xs-2:nth-last-child(2) {
		margin-bottom:0 !important;
	}
	.display-flex>.col-box.xs-2:not(:nth-of-type(1)):not(:nth-of-type(2)):not(:nth-last-child(1)):not(:nth-last-child(2)) {
		margin-top:4px !important;
		margin-bottom:4px !important;
	}

	.display-flex>.col-box.xs-3 {
		flex: 0 0 32%;
		margin-top:4px !important;
		margin-bottom:4px !important;
	}
	.display-flex>.col-box.xs-3:nth-of-type(3n-2) {
		margin-left:0 !important;
	}
	.display-flex>.col-box.xs-3:nth-of-type(1),
	.display-flex>.col-box.xs-3:nth-of-type(2),
	.display-flex>.col-box.xs-3:nth-of-type(3) {
		margin-top:0 !important;
	}
	.display-flex>.col-box.xs-3:nth-last-child(1),
	.display-flex>.col-box.xs-3:nth-last-child(2),
	.display-flex>.col-box.xs-3:nth-last-child(3) {
		margin-bottom:0 !important;
	}
	.display-flex>.col-box.xs-3:not(:nth-of-type(1)):not(:nth-of-type(2)):not(:nth-of-type(3)):not(:nth-last-child(1)):not(:nth-last-child(2)):not(:nth-last-child(3)) {
		margin-top:4px !important;
		margin-bottom:4px !important;
	}

	.display-flex>.col-box.xs-4 {
		flex: 0 0 23.5%;
		margin-top:4px !important;
		margin-bottom:4px !important;
	}
	.display-flex>.col-box.xs-4:nth-of-type(4n-3) {
		margin-left:0 !important;
	}
	.display-flex>.col-box.xs-4:nth-of-type(1),
	.display-flex>.col-box.xs-4:nth-of-type(2),
	.display-flex>.col-box.xs-4:nth-of-type(3),
	.display-flex>.col-box.xs-4:nth-of-type(4) {
		margin-top:0 !important;
	}
	.display-flex>.col-box.xs-4:nth-last-child(1),
	.display-flex>.col-box.xs-4:nth-last-child(2),
	.display-flex>.col-box.xs-4:nth-last-child(3),
	.display-flex>.col-box.xs-4:nth-last-child(4) {
		margin-bottom:0 !important;
	}
	.display-flex>.col-box.xs-4:not(:nth-of-type(1)):not(:nth-of-type(2)):not(:nth-of-type(3)):not(:nth-of-type(4)):not(:nth-last-child(1)):not(:nth-last-child(2)):not(:nth-last-child(3)):not(:nth-last-child(4)) {
		margin-top:4px !important;
		margin-bottom:4px !important;
	}

	.display-flex>.col-box.xs-5 {
		flex: 0 0 18.4%;
		margin-top:4px !important;
		margin-bottom:4px !important;
	}
	.display-flex>.col-box.xs-5:nth-of-type(5n-4) {
		margin-left:0 !important;
	}
	.display-flex>.col-box.xs-5:nth-of-type(1),
	.display-flex>.col-box.xs-5:nth-of-type(2),
	.display-flex>.col-box.xs-5:nth-of-type(3),
	.display-flex>.col-box.xs-5:nth-of-type(4),
	.display-flex>.col-box.xs-5:nth-of-type(5) {
		margin-top:0 !important;
	}
	.display-flex>.col-box.xs-5:nth-last-child(1),
	.display-flex>.col-box.xs-5:nth-last-child(2),
	.display-flex>.col-box.xs-5:nth-last-child(3),
	.display-flex>.col-box.xs-5:nth-last-child(4),
	.display-flex>.col-box.xs-5:nth-last-child(5) {
		margin-bottom:0 !important;
	}
	.display-flex>.col-box.xs-5:not(:nth-of-type(1)):not(:nth-of-type(2)):not(:nth-of-type(3)):not(:nth-of-type(4)):not(:nth-of-type(5)):not(:nth-last-child(1)):not(:nth-last-child(2)):not(:nth-last-child(3)):not(:nth-last-child(4)):not(:nth-last-child(5)) {
		margin-top:4px !important;
		margin-bottom:4px !important;
	}
}

/* gide md sm xs ------------------------------------------------------------------*/
.display-grid {
	gap:23px;
}
.display-grid.grid-col-md-1 {
	grid-template-columns: repeat(1, 1fr);
}
.display-grid.grid-row-md-1 {
	grid-template-rows: repeat(1, 1fr);
}
.display-grid.grid-col-md-2 {
	grid-template-columns: repeat(2, 1fr);
}
.display-grid.grid-row-md-2 {
	grid-template-rows: repeat(2, 1fr);
}
.display-grid.grid-col-md-3 {
	grid-template-columns: repeat(3, 1fr);
}
.display-grid.grid-row-md-3 {
	grid-template-rows: repeat(3, 1fr);
}
.display-grid.grid-col-md-4 {
	grid-template-columns: repeat(4, 1fr);
}
.display-grid.grid-row-md-4 {
	grid-template-rows: repeat(4, 1fr);
}
.display-grid.grid-col-md-5 {
	grid-template-columns: repeat(5, 1fr);
}
.display-grid.grid-row-md-6 {
	grid-template-rows: repeat(6, 1fr);
}

.display-grid.grid-row-auto {
	grid-auto-rows: auto;
}

@media screen and (max-width: 992px) {
	.display-grid {
		gap:15px;
	}
	.display-grid.grid-col-sm-1 {
		grid-template-columns: repeat(1, 1fr);
	}
	.display-grid.grid-row-sm-1 {
		grid-template-rows: repeat(1, 1fr);
	}
	.display-grid.grid-col-sm-2 {
		grid-template-columns: repeat(2, 1fr);
	}
	.display-grid.grid-row-sm-2 {
		grid-template-rows: repeat(2, 1fr);
	}
	.display-grid.grid-col-sm-3 {
		grid-template-columns: repeat(3, 1fr);
	}
	.display-grid.grid-row-sm-3 {
		grid-template-rows: repeat(3, 1fr);
	}
	.display-grid.grid-col-sm-4 {
		grid-template-columns: repeat(4, 1fr);
	}
	.display-grid.grid-row-sm-4 {
		grid-template-rows: repeat(4, 1fr);
	}
	.display-grid.grid-col-sm-5 {
		grid-template-columns: repeat(5, 1fr);
	}
	.display-grid.grid-row-sm-6 {
		grid-template-rows: repeat(6, 1fr);
	}
}

@media screen and (max-width: 768px) {
	.display-grid {
		gap:8px;
	}
	.display-grid.grid-col-xs-1 {
		grid-template-columns: repeat(1, 1fr);
	}
	.display-grid.grid-row-xs-1 {
		grid-template-rows: repeat(1, 1fr);
	}
	.display-grid.grid-col-xs-2 {
		grid-template-columns: repeat(2, 1fr);
	}
	.display-grid.grid-row-xs-2 {
		grid-template-rows: repeat(2, 1fr);
	}
	.display-grid.grid-col-xs-3 {
		grid-template-columns: repeat(3, 1fr);
	}
	.display-grid.grid-row-xs-3 {
		grid-template-rows: repeat(3, 1fr);
	}
	.display-grid.grid-col-xs-4 {
		grid-template-columns: repeat(4, 1fr);
	}
	.display-grid.grid-row-xs-4 {
		grid-template-rows: repeat(4, 1fr);
	}
	.display-grid.grid-col-xs-5 {
		grid-template-columns: repeat(5, 1fr);
	}
	.display-grid.grid-row-xs-6 {
		grid-template-rows: repeat(6, 1fr);
	}
}

.col-box .col-title {
	margin:0 0 19px 0; /* .col-box .col-title .lg-title:before  의해서 bottom 1px 빈공간때문에 19px만 하여 총 20px처리*/
}
.col-box .col-title .lg-title {
	/*border-left: 4px solid #e40580;*/
	font-size:28px;
	font-weight:900; 
	margin:0 0 8px 0;
	padding-left:10px;
	position:relative;
}
.col-box .col-title .lg-title:before {
	content: "";
	position:absolute;
	top:0;
	left:0;
	display: inline-block;
	background:#e40580;
	width:4px;
	height:calc(100% - 1px);
}
.col-box .col-title .lg-title.text-center {
	border-left: unset; 
	padding-left:unset;

}
.col-box .col-title .lg-title.text-center:before {
	content:unset;
}
.col-box .col-title .txt{
	font-weight:600; 
	padding-left:14px;
}
@media screen and (max-width: 768px) {
	.col-box .col-title {
		margin:0 0 8px 0;
	}
	.col-box .col-title .lg-title {
		border-left: 2px solid #e40580;
		padding-left:5px;
		font-size:15px;
		font-weight:900; 
		margin:0 0 4px 0;
	}
	.col-box .col-title .lg-title:before {
		content:unset;
	}
	.col-box .col-title .txt{
		font-weight:600; 
		padding-left:7px;
		font-size: 12px;
	}

}


/* img-box------------------------------------------------------------------*/
.img-box {
	padding: 0;
}
.img-box .txt-box {
	padding-top:20px;
}
.img-box .txt-box .img-title {
	font-size:24px;
	font-weight:900;
	padding-bottom:15px;
}
.img-box .txt-box .img-txt {
	font-size:16px;
	font-weight: 600;
}
@media screen and (max-width: 768px) {
	.img-box .txt-box {
		padding:10px 0 0 0;
	}
	.img-box .txt-box .img-title {
		font-size:14px;
		padding-bottom:8px;
	}
	.img-box .txt-box .img-txt {
		font-size:12px;
	}
}

/* img-box ver1------------------------------------------------------------------*/

.row .col-box.img-box.ver1 {
    border: 1px solid #eee;
    border-radius: 10px;
    box-shadow: 5px 5px 5px #f9f9f9;
	margin-top:100px !important;
}

.row .col-box.img-box.ver1 .img {
	margin:-100px auto 0 auto !important;
	display: inline-block;
    border: 1px solid #eee;
    border-radius: 50%;
}
.img-box.ver1 .txt-box {
	padding:20px 0;
}
.img-box.ver1 .txt-box:before {
	content: ' ';
	display: inline-block;
	position: relative;
	margin:10px auto 20px auto;
	padding:15px;
	background-image: url('/images/front/product/firewall_n2/Quotation mark_top.png');
	background-repeat: no-repeat;
	background-position: center center;
	background-size:contain;
}
.img-box.ver1 .txt-box:after {
	content: ' ';
	display: inline-block;
	position: relative;
	margin:20px auto 10px auto;
	padding:15px;
	background-image: url('/images/front/product/firewall_n2/Quotation mark_bottom.png');
	background-repeat: no-repeat;
	background-position: center center;
	background-size:contain;
}
.img-box.ver1 .txt-box .img-title{
	padding-bottom:0;
}
.img-box.ver1 .txt-box .img-title br{
	padding-bottom:0;
    margin: 0.55em;
}

@media screen and (max-width: 768px) {
	.row .col-box.img-box.ver1 {
		margin-top:45px !important;
	}
	.row .col-box.img-box.ver1 .img {
		margin:-45px auto 0 auto !important;
		width:80%;
	}
	.img-box.ver1 .txt-box {
		padding:10px 0;
	}
	.img-box.ver1 .txt-box:before {
		margin:5px auto 10px auto;
		padding:5%;
	}
	.img-box.ver1 .txt-box:after {
		margin:10px auto 5px auto;
		padding:5%;
	}
	.img-box.ver1 .txt-box .img-title{
		font-size:12px;
		font-weight: 600;
	}
	.img-box.ver1 .txt-box .img-title.line-2{
		margin:0.7em 0;
	}
	.img-box.ver1 .txt-box .img-title br{
		padding-bottom:0;
		margin: 0.3em;
	}
}

/* img-box ver2------------------------------------------------------------------*/

.img-box.ver2 .img {
	display: inline-flex;
	background:#FFF;
	border-radius: 15px;
	padding: 20px;
}
@media screen and (max-width: 768px) {
	.img-box.ver2 .img {
		padding: 5px;
	}
	.img-box.ver2 .img{
		width: 60%;
	}
	.img-box.ver2 .txt-box {
		padding:10px 0 0 0;
	}
}
/* img-box ver2-1------------------------------------------------------------------*/

.img-box.ver2-1 {
	background:#FFF;
	display:flex;
	flex-direction:row;
	border-radius:15px;
}
.img-box.ver2-1 .img {
	flex:1;
	display: inline-flex;
	padding: 15px;
}
.img-box.ver2-1 .txt-box {
	flex:2;
	display:flex;
    justify-content: center;
	align-items: flex-start;
    flex-direction: column;
    flex-wrap: wrap;
	padding:0;
}
@media screen and (max-width: 768px) {
	.img-box.ver2-1 .img {
		padding: 5px;
	}
	.img-box.ver2-1 .img{
		width: 60%;
	}
	.img-box.ver2-1 .txt-box {
		padding:10px 0 0 0;
	}
}

/* img-box ver3------------------------------------------------------------------*/
.display-flex .img-box.ver3 {
    display: flex;
    justify-content: flex-start;
    align-items: center;    
    flex-wrap: wrap;
    border: 1px solid #CCC;
    border-radius: 10px;
    box-shadow: 3px 3px 3px #CCC;
}

.display-grid .img-box.ver3 {
    border: 1px solid #CCC;
    border-radius: 10px;
    box-shadow: 3px 3px 3px #CCC;
}
.display-grid .img-box.ver3 .img-title{
    display: flex;
    justify-content: flex-start;
    align-items: center;    
    flex-wrap: wrap;
}
.display-flex .img-box.ver3 .img {
	flex:0 0 18%;
	padding:8px 5px;
}
.img-box.ver3 .txt-box {
	padding:0;
}

@media screen and (max-width: 768px) {
	.display-grid .img-box.ver3 {
		padding:10px;
		align-items: flex-start;    
	}
	.display-grid .img-box.ver3 .txt-box {
		flex:1 1 100%;
	}
	.display-grid .img-box.var3 .img-title {
		padding-bottom:10px;
	}
	.display-grid .img-box.ver3 .txt-box .img-title .img {
		flex:1 1 25%;
		padding:0;
	}
	.display-grid .img-box.ver3 .txt-box .img-title .img+div {
		flex:3 1 75%;
		padding:0 0 0 7px;
	}
}

/* img-box ver4------------------------------------------------------------------*/
.display-flex .img-box.ver4 {
    display: flex;
    justify-content: center;
    align-items: center;    
    flex-wrap: nowrap;
    flex-direction: row;
	margin:0;
}
.display-flex .img-box.ver4.reverse {
    flex-direction: row-reverse;

}
.display-flex .img-box.ver4 > div {
	flex: 1;
}
.display-flex .img-box.ver4 > .txt-box {
	margin-left:40px;
	padding:0;
}
.display-flex .img-box.ver4.reverse > .txt-box {
	margin-left:0;
	margin-right:40px;
}
.display-flex .img-box.ver4 > .txt-box .img-title {
	font-weight:600;
	font-size:25px;
	padding:0;
	margin-left:15px;
	letter-spacing: -0.05em;
}
.img-box.ver4 .txt-box:before {
	content: ' ';
	display: inline-flex;
	position: relative;
	margin:0 0 15px 0;
	padding: 13px 16px;
	background-image: url('/images/front/product/order_n2/quotation mark_top.png');
	background-repeat: no-repeat;
	background-position: center center;
	background-size:contain;
}
.img-box.ver4 .txt-box:after {
	content: ' ';
	display: inline-flex;
	position: relative;
	margin:15px 0 0 0;
	padding: 13px 16px;
	background-image: url('/images/front/product/order_n2/quotation mark_bottom.png');
	background-repeat: no-repeat;
	background-position: center center;
	background-size:contain;
	float:right;
}
@media screen and (max-width: 768px) {
	.display-flex .img-box.ver4>.img{
		flex:0 0 35%;
		border-radius: 5px;
	}
	.display-flex .img-box.ver4>.txt-box{
		flex:0 0 65%;
		padding-left:10px;
		margin:0;
	}
	.display-flex .img-box.ver4.reverse>.txt-box{
		margin:0;
		padding-left:0;
		padding-right:10px;
	}
	.display-flex .img-box.ver4 > .txt-box .img-title {
		font-size:12px;
		margin:0;
		padding-left:10px;
	}
	.display-flex .img-box.ver4 > .txt-box .img-title .bgul-pink {
		font-size:13px;
	}
	.img-box.ver4 .txt-box:before {
		content: ' ';
		display:inline-block;
		margin:0 0 3px 0;
		padding: 5.2px 6.5px;
	}
	.img-box.ver4 .txt-box:after {
		content: ' ';
		display:inline-block;
		margin:3px 0 0 0;
		padding: 5.2px 6.5px;
	}
}
/* fh5co-bottom------------------------------------------------------------------*/
#fh5co-bottom .row {
	margin-right: -28% !important;
}

#fh5co-ransome1 .img-box .img{
	width:30%;
	margin:0 auto;
}

/* 개별페이지------------------------------------------------------------------*/

/* order_n2 */
#page.order_n2 header#fh5co-header{
	height:685px;
}

#page.order_n2 #fh5co-package .display-grid {
	row-gap: 32px;
    column-gap: 22px;
}
#page.order_n2 #fh5co-recommend .display-grid {
	row-gap: 28px;
    column-gap: 46px;
}
@media screen and (max-width: 768px) {
	#page.order_n2 header#fh5co-header{
		height:685px;
	}

	#page.order_n2 #fh5co-package .display-grid {
		row-gap: 10px;
		column-gap: 10px;
	}
	#page.order_n2 #fh5co-recommend .display-grid {
		row-gap: 15px;
		column-gap: 10px;
	}

	#page.order_n2 #fh5co-benefit .display-grid {
		row-gap: 10px;
		column-gap: 15px;
	} 

}







