@font-face {font-family: 'Noto Sans KR';font-style: normal;
font-weight: 100;src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.woff2) 
format('woff2'),url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.woff) 
format('woff'),url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.otf) format('opentype');}

@font-face {font-family: 'Noto Sans KR';font-style: normal;font-weight: 300;
src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.woff2) 
format('woff2'),url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.woff) 
format('woff'),url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.otf) format('opentype');}

@font-face {font-family: 'Noto Sans KR';font-style: normal;font-weight: 400;
src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.woff2) 
format('woff2'),url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.woff) 
format('woff'),url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.otf) format('opentype');}

@font-face {font-family: 'Noto Sans KR';font-style: normal;font-weight: 500;
src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.woff2) format('woff2'),
url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.woff) format('woff'),
url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.otf) format('opentype');}

@font-face {font-family: 'Noto Sans KR';font-style: normal;font-weight: 700;
src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.woff2) 
format('woff2'),url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.woff) 
format('woff'),url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.otf) format('opentype');}

@font-face {font-family: 'Noto Sans KR';font-style: normal;font-weight: 900;
src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.woff2) 
format('woff2'),url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.woff)
format('woff'),url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.otf) format('opentype');}

body {
  letter-spacing: -0.75px;
  height: 100vh;
  font-family: 'Noto Sans KR', sans-serif;
}
ul,
p,
h1,
h2,
h3,
dl,
div{
  margin: 0;
  padding: 0;
}
ul{ list-style: none;}
i[class*="fas"] span {
  font-size: 0;
}
/*i{ font-family: "Font Awesome 6 Pro"}*/
.container {
  position: relative;
}
a{ color: #333; text-decoration: none;}
.main{ position: relative;}


/*	layout */
.header{
	position: relative;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	z-index: 1;
}
.header h1{
	position: absolute;
	top: 55px;
	left: 80px;
	display: inline-block;
	width: 228px;
	height: 53px;
}
.header h1 a{
	width: 100%;
	height: 100%;
	background-image: url(/pub/site/jejuin/images/main/logo.svg);
	background-repeat: no-repeat;
	background-size: cover;
	display: block;
}
.header .header-btn{
	position: absolute;
	right: 30px;
	top: 30px;
	max-width: 300px;
	width: 100%;
	height: 100px;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: space-between;
	z-index: 1;
	background-color: #073260;
	border-color: #073260;
	border-radius: 50px;
	padding: 30px;
}
.header .header-btn > div{
	width: 33.3%;
	max-width: 100px;
	height: 100%;
}
.header .header-btn > div a{
	width: 100%;
	height: 100%;
	display: block;
	text-align: center;
	text-decoration: none;
}
.header .header-btn > div a i{
	color:#fff;
	font-size: 40px;
}
.header .header-btn p { 
	width: 33.3%;
	height: 120px;
	text-align: center;
}
.header .header-btn p.search-btn{ background: #fff;}
.header .header-btn p.top-util{ background: #ffcd6e;}
.header .header-btn p.all-menu-btn{ background: #07325f;}
.header .header-btn p a{ 
	height:100%;
	width: 100%;
	display: inline-block;
	padding-top: 70px;
	color: #07325f;
	font-weight: bold;
}
.header .header-btn p.all-menu-btn a{ color: #face77; display: none;}

.top-search-wrap {
	display: none;
	position: absolute;
	top: 150px;
	left: 50%;
	transform: translateX(-50%);
	max-width:900px;
	height: 180px;
	background-color: #fff;
	padding: 50px 60px;
	border-radius: 40px;
	border: 4px solid #14325D;
	z-index: 99;
}
.top-search-wrap form {
	width: 640px;
	height: 180px;
	border-radius: 20px;
}
.top-search-wrap form input[type="text"] {
	float: left;
	width: calc( 100% - 130px );
	height: 80px;
	padding-left: 25px;
	color: #fff;
	font-size: 26px;
	border: none;
	background: #073260;
	text-align: center;
	border-radius: 10px;
}
.top-search-wrap form input::placeholder {color: #fff;}
.top-search-wrap form button {
	float: left;
	margin-left: 10px;
	width: 120px;
	height: 80px;
	border: 2px solid #073260;
	border-radius: 10px;
	background-color: #1B2265;
	background-color: #FFCD6E;
	font-size: 26px;
	color: #073260;
	font-family: 'GmarketSansBold';
}
.top-search-wrap .search-close-wrap{
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: -90px;
}
.top-search-wrap .search-close {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background-color:#EDA84C ;
	color: #fff;
	padding: 7px 20px;
	font-size: 30px;
	display: block;
}
.m-menu{
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	text-align: center;
	z-index: 101;
}
.m-menu .container{ position: initial;}
.gnb {
	transition: 0.2s;
}
.gnb .gnb-menus {
	display: inline-block;
	text-align: center;
	position: relative;
    top: 60px;
}
.gnb .gnb-menus h3 a{
	color: #fff;
	font-size: 32px;
	font-weight: bold;
	text-decoration: none;
	margin: 0 13px;
	transition: 0.2s;
    position: relative;
	letter-spacing: -1.7px;
	font-family: 'GmarketSansBold';
}
.gnb .gnb-menus h3 a:hover,.gnb .gnb-menus h3 a.active{
	border-bottom: 8px solid #fff;
}
.gnb .gnb-submenu{ 
    display: none !important;
    position: absolute;
    top: 0px;
    left:50%;
    padding-top: 60px;
    width: 90%;
    transform: translateX(-50%);
    z-index: 10;
}
.gnb .gnb-submenu.show{ display: block;}
.gnb .gnb-submenu ul{
    width: 100%;
    background-color: #fff;
    padding: 20px 10px;
    border-radius: 10px;
    
} 
.gnb .gnb-submenu ul li{
    margin-bottom: 10px;
    padding: 5px 0;
}
.gnb .gnb-submenu ul li:hover{
    background-color: #FFCD6E;
}
.gnb .gnb-submenu ul li a{
    font-size: 22px;
    color: #073260;
    font-weight: bold;
    text-decoration: none;
    position: relative;
    width: 100%;
    z-index: 1;
}
.gnb .all-menu-title{ display: none;}
.gnb .alltxt-sub{display: none;}
.gnb .alltxt-main{display: none;}
.gnb .back-bg{ display: none;}

.all-menu {
	position: absolute;
	top: 200px;
	right: 0;
	left: 0;
	background-image: url(../images/common/menu_bg.png);
	background-repeat: no-repeat;
    background-size: contain;
    background-position: center top;
	z-index: 101;
	overflow-y: auto;
	max-width: 1140px;
	width: 100%;
	margin: 0 auto;
	height: 740px;
	padding: 50px 30px;
}
.all-menu .all-menu-title{ 
	font-size: 50px;
	font-weight: bold;
	color: #073260;
	letter-spacing:-2.4px ;
	line-height: 40px;
	font-family: 'GmarketSansBold';
	text-align: left;
}
.all-menu .all-menu-title span{
	color: #F77F34	;
	font-size: 30px;
	letter-spacing:1.2px ;
	font-weight: bold;
}/* 
.all-menu .menu_wrap { 
	position: relative;
	width: 1140px;
	margin: 0 auto;
	padding-top: 180px;
} */
.all-menu .gnb-menus {
	float: left;
	width: 16%;
	padding-top: 12px;
}

.all-menu .gnb-menus h3 {
	float: left;
	width: 100%;
	text-align: center;
	padding-bottom: 10px;
}
.all-menu .gnb-menus h3 a {
	font-size: 28px;
	font-weight: bold;
	color: #003563;	
	letter-spacing: -1.28px;
	font-family: 'GmarketSansBold';
}
.all-menu .gnb-menus .gnb-submenu {
	float: left;
	width: 100%;
	display: block !important;
}
.all-menu .gnb-menus .gnb-submenu ul>li {
	display:block;
	text-align: center;
}
.all-menu .gnb-menus .gnb-submenu ul>li>a { 
	font-size: 18px;
	color: #333;
	font-weight: bold;
	letter-spacing: -0.96px;

}
 .back-bg{
	display: none;
	z-index: 10;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.7);
}
.allmenu-close{ 
	display: none ;
	position: absolute;
	top: 30px;
	right: 30px;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	background: #F77F34;
	padding: 20px 20px; 
	z-index: 101;
}
.allmenu-close a{
	width: 100%;
	height: 100%;
} 
.allmenu-close a i{
	font-size: 60px;
	color: #fff;
}
.all-menu .alltxt-sub{
	display: block;
	color: #fff;
	font-size: 30px;
	font-family: 'GmarketSansBold';
	letter-spacing: -1.2px;
	margin-top: 390px;
}
.all-menu .alltxt-main{
	display: block;
	color: #fff;
	font-size: 44px;
	background-color: #073260;
	width: 100%;
	max-width: 750px;
	font-family: 'GmarketSansBold';
	margin : 0 auto;
}

.footer-banner{
	width: 100%;
	height: 90px;
	line-height: 90px;
	border-top: 5px solid #16325a;
	background-color: #fff;
}
.footer-banner .container{ 
   padding-left: 0;
   padding-right: 0;
}
.footer-banner .swiper-container {
	width: 100%;
}
.footer-banner .swiper-slide {
	text-align:center;
	display:flex;
	align-items:center;
	justify-content: center; 
}
.footer-banner .swiper-slide a{
	font-size: 20px;
	letter-spacing: -0.88px;
	color:#14325D;
	font-weight: 900;
	margin-left: -70px;
 }
.footer-banner .swiper-button{
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-end;
	align-items: center;
	align-content: center;
	position: absolute;
	top: 90px;
	right: 0;
}
.footer-banner .swiper-button-next,
.footer-banner .swiper-button-prev{
	background-image: none;
	background-color: #073260;
	width: 27px;
	height: 27px;
	border-radius: 10px;
	line-height: 27px;
	color: #fff;
	padding-left: 9px;
	position: relative;
	left: auto;
	right: auto;
	top: -37px;
	bottom: auto;
}
.footer-banner .swiper-button-prev{ margin-right: 10px;}
.footer-banner .swiper-button i span{ display: none;}

.footer{
	width: 100%;
	padding: 40px 0;
	border-top: 1px solid #243040;
	background-color: #fff;
}

.footer .sns-wrap{
	width: 100%;
	height: 90px;
	padding: 15px 50px;
	background-image: url(/pub/site/jejuin/images/common/m_slogan_bg.png);
	background-size: contain;
	margin-bottom: 34px;
	border-radius: 20px;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
}
.footer .sns-wrap a{
	background-repeat: no-repeat;
	background-size: 40px;
	width: 40px;
	height: 40px;
	display: block;
}
.footer .sns-wrap a.fb-sns{background-image: url(/pub/site/jejuin/images/common/sns_facebook.svg);}
.footer .sns-wrap a.insta-sns{background-image: url(/pub/site/jejuin/images/common/sns_insta.png);}
.footer .sns-wrap p{
	color: #fff;
	font-weight: bold;
	text-align: center;
	font-size: 40px;
	font-family: 'GmarketSansBold';
}
.footer .sns-wrap p span.txt{
	color: #ffcd67;
}
.footer .f-bottom{
	width: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
}
.footer .f-bottom .logo{
	width: 23%;
	height: 95px;
	margin-right: 6.5%;
}
.footer .f-bottom .logo a{ 
	width: 100%;
	height: 100%;
	background-image: url(/pub/site/jejuin/images/common/footer_logo.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position-x: 0;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	align-items: flex-start;
	text-decoration: none;
	color: #333;
}
.footer .f-bottom .logo a span{ padding-top: 100px; font-family: 'GmarketSansMedium'; }
.footer .f-bottom .logo a img{width: 100%;}
.footer .f-bottom .right-box{ width: 70.5%;}
.footer .f-bottom .right-box ul li{
	display: inline-block;
	margin-bottom: 30px;
}
.footer .f-bottom .right-box ul li a{
	color: #333;
	font-weight: bold;
}
.footer .f-bottom .right-box p{ color: #333;}
.quick-wrap{
	position: fixed;
	top: 200px;
	right: 40px;
	height: 500px;
	font-family: 'GmarketSansBold';
	z-index: 10;
}
.quick-wrap > div{ 
	padding-top : 15px; 
	width: 140px;
	height: 140px;
	text-align: center;
}
.quick-wrap > div a{ 
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
    justify-content: center;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	color: #07325f;
}
.quick-wrap > div a i{
	display: flex;
	flex-direction: column;
	font-size: 30px;
	margin-bottom: 10px;
}
.quick-wrap > div:last-child{ padding-top: 10px; }
.quick-wrap > div:last-child a i{
	margin-bottom: 0;
	font-size: 24px;
}
.quick-wrap > div span{ 
	display: block;
	font-size: 18px;}
.quick-wrap .writeBox{ 
	background:#fff;
	border-radius: 30px 30px 0 0 ;
	box-shadow: 10px 10px 0px #00000029
}
.quick-wrap .linkBox{ background:#81E5E1;box-shadow: 10px 10px 0px #00000029}
.quick-wrap .joinquickBox{ background: #FFCD6E; box-shadow: 10px 10px 0px #00000029; border-top: none;}
.quick-wrap .backtotop{ 
	background:#07325f;
	height: 70px;
	border-radius: 0 0 30px 30px; 
	box-shadow: 10px 10px 0px #00000029;
}
.quick-wrap .backtotop a{ color: #fff;}


.back {
	display: none;
	z-index: 10;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.7);
}

@media (min-width: 992px){

}

.pc-only {display: block;}
.m-only{ display: none;}

@media (min-width: 1531px) and (max-width: 1715px) {
    .gnb .gnb-menus h3 a{ margin: 0 4px}
}
@media (min-width: 1406px) and (max-width: 1530px) {
    .gnb .gnb-menus h3 a{ margin: 0 14px; font-size: 32px;}
	.header .header-btn{ max-width: 240px;}
}
@media (min-width: 1199px) and (max-width: 1405px) {
    .gnb {padding-left: 9%;}
    .gnb .gnb-menus h3 a{ margin: 0 3px; font-size: 30px;}
	.header .header-btn{ max-width: 240px;}
}
/* @media (min-width: 1346px) and (max-width: 1500px) {
    .gnb {
		padding-left: 10%;
	}
	.gnb .gnb-menus h3 a {
		margin: 0 20px;
	}
} */
	
@media (min-width: 1199px) and (max-width: 1345px) {
   
    .gnb-submenu ul li a{font-size: 18px;}

    .all-menu .menu_wrap{padding-top: 100px;}
    

}

@media (min-width: 992px) and (max-width: 1199px) {
	.gnb {
		display: none;
	}
    .all-menu .menu_wrap{ max-width: 960px; padding-top: 100px;}
    .all-menu .gnb-menus h3 a{ letter-spacing: -3.78px}
}


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

@media (max-width: 991px) {
	/*layout*/
	.pc-only {display: none;}
	.m-only{ display: block;}


    /*	layout */
	.header{
		height: 60px;
		position: absolute;
	}
	.header h1{
		top: 30px;
		left: 20px;
		/* width: 74px;
		height: 50px; */
		    width: 154px;
    height: 33px;
	}
	.header h1 a{
		width: 100%;
		height: 100%;
		background-image: url/pub/site/jejuin/images/main/logo.svg);
		background-repeat: no-repeat;
		background-size: cover;
		display: block;
	}
	.header .header-btn{
		max-width: 120px;
		width: 100%;
		height: 40px;
		padding: 0;
	}
    .header .header-btn > div{max-width: 40px;}
    .header .header-btn > div a{font-size: 14px;}
    .header .header-btn > div a i{
        font-size: 20px;
        padding-top: 13px;
        padding-bottom: 5px;
    }
	.header .header-btn p { height: 60px;}
	.header .header-btn p a{ padding-top: 38px;}
	.top-search-wrap {
		max-width:350px;
        height: 130px;
		padding: 30px 10px;
    }
    .top-search-wrap form {
		width: 310px;
		height: 60px;
    }
    .top-search-wrap form input[type="text"] {
		height: 60px;
		width: calc( 100% - 95px );
		padding-left: 0px;
		font-size: 16px;
    }
    .top-search-wrap form button {
		width: 85px;
		height: 60px;
		font-size: 16px;
    }
	.top-search-wrap .search-close-wrap {
		bottom:-60px;
	}
	.top-search-wrap .search-close {
		width: 40px;
		height: 40px;
		padding: 5px 12px;
		font-size: 20px;
	}
   
	
	.m-menu .container{ position: initial;}
	.gnb {display: none;}
    .all-menu {
		background-image: url(../images/common/m_menu_bg.png);
        background-size: cover;
        background-position: center top;
		position: absolute;
		top: 60px;
		width: 100%;
		min-width: 320px;
		padding: 70px 20px; 
	}
    .all-menu .container{ padding-left: 0px; padding-right: 0px;}
	.all-menu .all-menu-title{ 
		font-size: 24px;
		letter-spacing:-1.2px ;
		line-height: 24px;
		margin-bottom: 0px;
	}
	.all-menu .all-menu-title span{
		font-size: 16px;
		letter-spacing:-0.64px ;
	}
    .all-menu .menu_wrap { 
		width: 100%;
        max-width: 720px;
        padding-top: 60px;
        padding-left: 30px;
        padding-right: 30px;
	}
    .all-menu .gnb-menus {
		float: left;
		width: 49.5%;
        margin-bottom: 10px;
		padding-left: 0px;
		padding-bottom: 0px;
		padding-top: 0;
		display: flex;
		flex-direction: column;
		flex-wrap: wrap;
		align-items: center;
		align-content: space-around;
	}
	
	.all-menu .gnb-menus h3 {
		text-align: center;
		padding-bottom: 4px;
		line-height: 22px;
	}
	.all-menu .gnb-menus h3 a {font-size: 22px;}
	.all-menu .gnb-menus .gnb-submenu {display:inline-block;}
	.all-menu .gnb-menus .gnb-submenu ul>li {
		display:inline-block;
		text-align: center;
		width: 100%;
	}
	.all-menu .gnb-menus .gnb-submenu ul>li>a { font-size: 14px;}
	.all-menu .gnb-menus2{ margin-bottom: 60px;}
	.all-menu .back-bg{
		 display: block !important;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		width: 100%;
		height: 100%;
		background-color: rgba(0,0,0,0.5);
		z-index: 99;
	}
	.allmenu-close{ 
		top: 20px;
		right: 20px;
		width: 40px;
		height: 40px;
		padding: 6px 7px; 
	}
	.allmenu-close a i{font-size: 30px;}
	.all-menu .alltxt-sub{
		font-size: 14px;
		letter-spacing: 0.8px;
		margin-top: 0;
	}
	.all-menu .alltxt-main{
		 font-size: 18px;
        min-width: 320px;
        text-align: center;
        display: inline-block;
        padding: 10px;
        margin-top: 40px;
	}
	.footer-banner{
		width: 100%;
		height: 90px;
		line-height: 90px;
		border-top: 5px solid #16325a;
        background-color: #fff;
	}
    .footer-banner .container{ 
       padding-left: 10px;
       padding-right: 10px;
    }
    .footer-banner .swiper-container {
		padding-left: 30px;
		padding-right: 30px;
    }
    .footer-banner .swiper-slide {
        text-align:center;
        display:flex;
        align-items:center;
        justify-content: center; 
        
    }
	.footer-banner .swiper-slide a{
		font-size: 16px;
		font-weight: 700;
	 }
    .footer-banner .swiper-button{
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
    	justify-content: space-between;
        align-items: center;
        align-content: center;
        position: absolute;
        top: 90px;
        right: 0;
		left: 0;
    }
    .footer-banner .swiper-button-next,
    .footer-banner .swiper-button-prev{
        background-image: none;
        background-color: #073260;
        width: 27px;
        height: 27px;
        border-radius: 10px;
        line-height: 27px;
        color: #fff;
        padding-left: 9px;
        position: relative;
        left: auto;
        right: auto;
        top: -37px;
        bottom: auto;
    }
    .footer-banner .swiper-button-prev{ margin-right: 10px;}
    .footer-banner .swiper-button i span{ display: none;}

	.footer{
		width: 100%;
		padding: 0;
		border-top: 1px solid #243040;
        background-color: #fff;
	}
	.footer .sns-wrap{
		height: 200px;
		padding: 90px 40px 50px 40px;
		margin-bottom: 34px;
		border-radius: 0px;
		display: inline-block;
		position: inherit;
	}
    .footer .sns-wrap a{
		position: inherit;
        display: inline-block;
		position: absolute;
		top: 30px;
		transform: translateX(-50%);
    }
	.footer .sns-wrap span.m-only{ font-size: 40px;}
    .footer .sns-wrap a.fb-sns{left: 42%;}
    .footer .sns-wrap a.insta-sns{left: 54%;}
	.footer .sns-wrap p{
		font-size: 24px;
		line-height: 24px;
		margin-top: 10px;
	}
	.footer .f-bottom{
		flex-direction: column;
		flex-wrap: nowrap;
		justify-content: center;
		align-items: stretch;
		padding-left: 20px;
		padding-right: 20px;
	}
	.footer .f-bottom .logo{
		width: 100%;
		height: 95px;
		margin-right: 0;
		width: 250px; 
	}
	.footer .f-bottom .logo a{ 
        display: block;
		position: relative;
    }
    .footer .f-bottom .logo a span{ 
		padding-top: 0px;
		position: absolute;
		left: 170px;
		top: 40px;
		font-size: 18px;
		word-break: keep-all;
	}
	.footer .f-bottom .right-box{ width: 100%;}
    .footer .f-bottom .right-box ul li a{
		font-size: 20px;
    }
    .quick-wrap{
		height:auto;
		right: 0px;
		z-index: 20;
	}
	.quick-wrap > div{ 
		width: 77px;
		height: 95px;
		padding-top: 10px;
	}
	.quick-wrap > div a{ 
		font-size: 12px;
        line-height: 15px;
	}
    .quick-wrap > div a i{
        font-size: 14px;
        margin-bottom: 5px;
    }
	.quick-wrap > div.joinBox a i{font-size: 17px;}
    .quick-wrap > div:last-child{ display: none; }
	.quick-wrap > div span{ 
		display: block;
		font-size: 12px;
		word-break: keep-all; }
	.quick-wrap .writeBox{ 
		background:#fff;
		border-radius: 20px 0 0 0 ;
	}
	.quick-wrap .linkBox{ background:#81E5E1;
	border-radius: 0 0 0 20px;}
    .quick-wrap .linkBox span{ font-size: 11px;}
	.quick-wrap .backtotop{ 
		background:#07325f;
		height: 100px;
		border-radius: 0 0 0 30px; 
		box-shadow: 10px 10px 0px #00000029;
	}
	.quick-wrap .backtotop a{ color: #fff;}
	.m-quick-wrap{
		position: fixed;
		top: 150px;
		right: 0;
		width: 72px;
		height: 60px;
		z-index: 1;
	}
	.m-quick-wrap a{
		width: 100%;
		height: 100%;
		background-color:#81E5E1 ;
		display: flex;
		border-radius: 30px 0 0 30px;
		flex-direction: column;
		align-content: center;
		justify-content: center;
		align-items: center;
		font-size: 12px;
		color:#073260	;
		font-family: 'GmarketSansBold';
	}
	.back {
		display: none;
		z-index: 10;
		position: fixed;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		background-color: rgba(0, 0, 0, 0.7);
	}
	
}