@charset 'utf-8';
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap');
@font-face {
 font-family: 'AppleSDGothicNeo';
 	src: url('../fonts/AppleSDGothicNeoL.eot?#iefix') format('embedded-opentype');
    src: /*url('../fonts/AppleSDGothicNeoL.otf?#iefix'),*/
			url('../fonts/AppleSDGothicNeoL.ttf') format('truetype'),
			local(※), url('../fonts/AppleSDGothicNeoL.woff') format('woff');
    font-weight: 300;
}
@font-face {
 font-family: 'AppleSDGothicNeo';
	src: url('../fonts/AppleSDGothicNeoR.eot?#iefix') format('embedded-opentype');
    src: /*url('../fonts/AppleSDGothicNeoR.otf?#iefix'),*/
			url('../fonts/AppleSDGothicNeoR.ttf') format('truetype'),
			local(※), url('../fonts/AppleSDGothicNeoR.woff') format('woff');
    font-weight: 400;
}
@font-face {
 font-family: 'AppleSDGothicNeo';
 	src: url('../fonts/AppleSDGothicNeoM.eot?#iefix');
    src: 	/*url('../fonts/AppleSDGothicNeoM.otf?#iefix') format('embedded-opentype'),*/
			url('../fonts/AppleSDGothicNeoM.ttf') format('truetype'),
			local(※), url('../fonts/AppleSDGothicNeoM.woff') format('woff');
    font-weight: 500;
}
@font-face {
 font-family: 'AppleSDGothicNeo';
    src: url('../fonts/AppleSDGothicNeoB.eot?#iefix') format('embedded-opentype');
    src: /*url('../fonts/AppleSDGothicNeoB.otf?#iefix'),*/
			url('../fonts/AppleSDGothicNeoB.ttf') format('truetype'),
			local(※), url('../fonts/AppleSDGothicNeoB.woff') format('woff');
    font-weight: 600;
}
@font-face {
 font-family: 'AppleSDGothicNeo';
 	src:url('../fonts/AppleSDGothicNeoEB.eot?#iefix') format('embedded-opentype');
    src: /*url('../fonts/AppleSDGothicNeoEB.otf?#iefix'),*/
		   url('../fonts/AppleSDGothicNeoEB.ttf') format('truetype'),
	       local(※), url('../fonts/AppleSDGothicNeoEB.woff') format('woff');
    font-weight: 700;
}
@font-face {
 font-family: 'AppleSDGothicNeo';
 	src:url('../fonts/AppleSDGothicNeoH.eot?#iefix') format('embedded-opentype');
    src: /*url('../fonts/AppleSDGothicNeoH.otf?#iefix'),*/
			url('../fonts/AppleSDGothicNeoH.ttf') format('truetype'),
			local(※), url('../fonts/AppleSDGothicNeoH.woff') format('woff');
    font-weight: 800;
}
/*gmarket*/
@font-face {
 font-family: 'GmarketSans';
    src: url('../fonts/GmarketSansLight.otf');
    src: url('../fonts/GmarketSansLight.otf?#iefix') format('embedded-opentype');
    src: url('../fonts/GmarketSansTTFLight.ttf') format('truetype');
	src: url('../fonts/GmarketSansTTFLight.eot?#iefix');
	src:local(※), url('../fonts/GmarketSansTTFLight.woff') format('woff');
    font-weight: 400;
}
@font-face {
 font-family: 'GmarketSans';
    src: url('../fonts/GmarketSansMedium.otf');
    src: url('../fonts/GmarketSansMedium.otf?#iefix') format('embedded-opentype');
    src: url('../fonts/GmarketSansTTFMedium.ttf') format('truetype');
	src: url('../fonts/GmarketSansTTFMedium.eot?#iefix');
	src: local(※), url('../fonts/GmarketSansTTFMedium.woff') format('woff');
    font-weight: 500;
}
@font-face {
 font-family: 'GmarketSans';
    src: url('../fonts/GmarketSansBold.otf');
    src: url('../fonts/GmarketSansBold.otf?#iefix') format('embedded-opentype');
    src:url('../fonts/GmarketSansTTFBold.ttf') format('truetype');
	src:url('../fonts/GmarketSansTTFBold.eot?#iefix');
	src: local(※), url('../fonts/GmarketSansTTFBold.woff') format('woff');
    font-weight: 600;
}

*{
	padding:0;
	margin:0;
	box-sizing: border-box;
}
h1,h2,h3,h4,h5,h6{
	font-weight:500;
}
ul,li,dl,dt,dd,ol{
	list-style:none;
}
a{
	text-decoration:none;
}	
*,body,a{
	font-family:'Roboto','AppleSDGothicNeo',sans-serif !important;
	font-size:14px;
	font-weight:400;
	letter-spacing: -0.025em;
    font-style: normal;
    line-height: 1.4;
	color:#242424;
}
.gma{
	font-family:'GmarketSans',sans-serif !important; 
	color:#302e33;
}
#loading {
    width: 100px;
    height: 100px;
    top: 50%;
    left: 50%;
    position: fixed;
    display: block;
    opacity: 0.7;
    background-color: #000;
    z-index: 99;
    text-align: center;
    margin-left: -50px;
    margin-top: -50px;
    border-radius: 10px;
    overflow: hidden;
}

#loadingmodal {
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    position: fixed;
    display: none;
    opacity: 1;
    z-index: 99;
    text-align: center;
}

#loading-image {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 100;
    margin-left: -32px;
    margin-top: -32px;
}

#loading-image {
    -webkit-animation: spin 1000ms infinite linear;
    -moz-animation: spin 1000ms infinite linear;
    -ms-animation: spin 1000ms infinite linear;
    animation: spin 1000ms infinite linear;
}



@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@-moz-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@-ms-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
    }
}
img{
	border:0;
	vertical-align:top;
}
table{
	border-collapse: collapse;
	width:100%;
}
/*이미지맵*/
img[usemap] {
  border: none;
  height: auto;
  max-width: 100%;
  width: auto;
}
@media (max-width: 991px) {
	img[usemap] {
		  border: none;
		  height: auto !important;
		  max-width: 100%;
		  width: 100% !important;
   }
}
.ellipsis{
	display:block;
	text-overflow:ellipsis; 
	overflow:hidden;
	white-space: nowrap;
}
.inner{
	max-width:1200px;
	margin:0 auto;
	padding:0 20px;
}
input,input[type="submit"]{
   appearance: none;
   border-radius: 0;
   -webkit-appearance: none;
   -webkit-border-radius: 0;
}
input[type="radio"],
input[type="checkbox"]{
	appearance: auto;
	-webkit-appearance: auto;
}
input:focus,
textarea:focus,
select:focus,
button:focus{ outline: none;}
button,
label{ cursor:pointer}
b{font-weight:600;}
#modal{
  display:none;
  position:fixed;
  width:100%; height:100%;
  top:0; left:0;
  background:rgba(0,0,0,0.3);
  z-index:7;
}
.modal-con{
  display:none;
  position:fixed;
  top:50%; 
  left:50%;
  transform: translate(-50%,-50%);
  z-index:8
}
.modal-con div.modal_bg{
  background:#fff;
  border:1px solid #e5e5e5;
  z-index:10;
  padding:30px;
  border-radius:15px;
  overflow-y:auto;
}
.modal-con .close{
	display:block;
	position:absolute;
	right:15px;
	top:15px;
}
.modal_y {
	overflow-y: auto;
}

@media (max-width:767px){
	.modal-con{
		/* max-width:320px; */
		width:100% !important;
		padding:0 10px;
	}
	.modal-con div.modal_bg{
		padding:30px 25px;
	}
	 .modal-con .close{
	 	top:10px;
		right:20px;
	 }
	/* .modal-con .close img{
		width:24px;
	} */
}
@media (max-width:360px){
	.modal-con{
		max-width:320px;
	}
}
.mob_s{
	display:none;
}
/*main_common*/
.index_box,
.search_page{
	padding:15px 0;
}
.grid {
  max-width: 1170px;
  width:100%;
  margin:0 auto;
  padding:0 10px;
}

.grid_bg{
/* 	padding:15px 0px; */
	position:relative;
	margin:0 -5px;
}
.grid-item{
  position: absolute;
  max-width: 290px;
  width:25%;
}
.grid-item .item_bg{
	padding:5px;
}
.grid-item .grid_border{
	border:1px solid #e6e6e6;
	border-radius:15px;
	display:block;
	background:#fff;
	overflow:hidden;
	position:relative;
}
.grid-item .grid_border .share_bg{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.4);
	z-index:1; 
	display:none;
}
.grid-item .grid_border .share_bg .share_top{
	position:absolute;
	top:15px;
	right:15px;
	z-index:5;
}
.grid-item .grid_border .share_bg .share_bot{
	position:absolute;
	bottom:15px;
	left:0;
	padding:0 15px;
	width:100%;
	z-index:5;
}
.grid-item .grid_border .share_bg button,
.auto_share_bt button,
.auto_vright .auto_share_bt .auto_vshare .secret_tit > span{
	height:50px;
	border-radius:25px;
	font-weight:500;
	text-align:center;
}
.auto_share_bt button{
	height:45px;
}
.grid-item .grid_border .share_bg .share_top button,
.auto_vkeep button{
	background:#242424;
	border:1px solid #242424;
	color:#fff;
	width:85px;
	font-size:19px;
}
.grid-item .grid_border .share_bg .share_bot ul,
.auto_share_bt .auto_vshare{
	overflow:hidden;
	margin:0 -4px;
}
.auto_share_bt .auto_vshare{
	max-width:360px;
	width:100%;
}
.grid-item .grid_border .share_bg .share_bot ul li,
.auto_share_bt .auto_vshare li{
	padding:0 4px;
	float:left;
}
.grid-item .grid_border .share_bg .share_bot ul li{
	width:50%;
}
.auto_share_bt .auto_vshare li{
	width:33.33%;
}
.grid-item .grid_border .share_bg .share_bot button,
.auto_share_bt .auto_vshare button{
	display:block;
	width:100%;
	font-size:16px;
}
.grid-item .grid_border .share_bg .share_bot button img,
.auto_share_bt img{
	vertical-align: -5px;
	margin-right:5px;
}
.grid-item .grid_border .share_bg .share_bot ul li.kakao_s button,
.auto_share_bt ul li.kakao_s button{
	background:#fcec24;
	border:1px solid #fcec24;
}
.grid-item .grid_border .share_bg .share_bot ul li.etc_s button,
.auto_share_bt ul li.etc_s button{
	background:#fff;
	border:1px solid #fff;
}
.auto_share_bt ul li.etc_s button{
	border:1px solid #e2e2e2;
}
.grid-item img{
	max-width:100%;
}
.grid_head{
	padding:15px;
	border-bottom:1px solid #e6e6e6;
}
.grid_head div.ghead_top{
	float:left;
}
.grid_head div.ghead_top > div{
	display:table-cell;
	vertical-align:middle;
}
.grid_head .grid_himg{
	width:40px;
}
.grid_head .grid_himg > div{
    overflow: hidden;
    border-radius: 50%;
    width: 40px;
    height: 40px;
}
.grid_head .grid_htit > span{
	display:block;
	line-height:1;
} 
.grid_date{
	padding-top:10px;
	font-size:12px;
	color:#acaab1;
	font-weight:300;
}
.grid_head .grid_himg img{
	width:100%;
	height:100%;
	object-fit: cover;
}
.grid_head .grid_htit{
	font-size:16px;
	padding-left:10px;
	width:calc(100% - 40px);
}
.grid_content .grid_ctxt{
	padding:15px 10px;
	font-size:14px;
}
.grid_ctxt::after{content:"";display:block;clear:both}
/*main*/
.con{
	max-width:1170px;
	margin:0 auto;
	padding:0 10px;
}
.after:after{
	content:"";
	display:block;
	clear:both;
}
.main_wrap header{
	background:#fff;
	border-bottom:1px solid #e9e9eb;
	padding:25px 0 20px;
}
.real_head > *{
	float:left;
}
.real_head .head_right{
	width:218px;
	float:right;
	position:relative;
}
.real_head .head_right > div{
	display:table-cell;
	vertical-align:middle;
	cursor:pointer;
}
.real_head .head_right .head_keep a .keep_img_on{
	display:none;
}
.real_head .head_right .head_keep:hover .keep_img_on{
	display:block;
}
.real_head .head_right .head_keep:hover .keep_img_off{
	display:none;
}
.h_plus_box a .keep_img_on{
	display:none;
}
.h_plus_box a:hover .keep_img_on{
	display:block;
}
.h_plus_box a:hover .keep_img_off{
	display:none;
}
.plus_box a .keep_img_on{
	display:none;
}
.plus_box a:hover .keep_img_on{
	display:inline-block;
}
.plus_box a:hover .keep_img_off{
	display:none;
}
.head_middle{
	padding-right:25px;
	padding-left:60px;
	width:calc(100% - 464px);
	margin-top:-5px;
}
.search_box{
	width:100%;
	display:table;
	border:1px solid #eaeaef;
	border-radius:30px;
}
.search_box > div{
	display:table-cell;
	vertical-align:middle;
}
.search_box > div.search_ipt{
	width:calc(100% - 40px);
	padding:0 25px;
}
.search_box > div.search_ipt input{
	height:48px;
	width:100%;
	border:0;
	background:transparent;
	font-size:16px;
}
.search_box > div.search_ipt input::placeholder{
	color:#666;
	opacity:0.3;
}
.search_box > div.search_bt{
	width:40px;
}
.head_right .head_user{
	padding:0 10px 0 20px;
}
.head_right .head_user .head_user_box div,
.user_profile > div{
	/* display: table-cell; */
    vertical-align: middle;
	float:left;
}
.user_profile > div{
	vertical-align:top;
}
.head_right .head_user .head_user_box div.user_icon span,
.user_profile div.up_left span{
	display:block;
	width:44px;
	height:44px;
	border-radius:50%;
	overflow:hidden;
}
.head_right .head_user .head_user_box div.user_icon span img,
.user_profile div.up_left span img{
	width:100%;
	height:100%;
	display:block;
	margin:0 auto;
}
.head_right .head_user div.arrow_bt{
	padding-left:10px;
	line-height: 44px;
}
.head_right .head_user div.arrow_bt img{
	vertical-align:middle;
}
.user_menu{
	position:absolute;
	right:-60px;
	top:100%;
	width:300px;
	background:#fff;
	border:1px solid #e6e6e6;
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
	margin-top:10px;
	border-radius:20px;
	z-index:2;
	display:none;
}
.user_menu.on{
	display:block;
}
.head_right .head_user.on .user_menu{
	display:block;
}
.user_menu .user_profile{
	border-bottom:1px solid #e9e9eb;
	padding:20px 18px 12px;
}
.user_menu .user_profile .up_right{
	width:calc(100% - 44px);
	padding-left:12px;
}
.user_menu .user_profile::after {content:"";display:block;clear:both}
.user_menu .user_profile .up_right .up_nick,
.user_menu .user_profile .up_right .up_login{
	font-size:17px;
	font-weight:500;
}
.user_menu .user_profile .up_right .up_login b{
	font-size:17px;
}
.user_menu .user_profile .up_right .up_id{
	font-size:13px;
	color:#a4a4a4;
}
.user_menu .user_profile .up_right .up_bt{
	padding-top:5px;
}
.user_menu .user_profile .up_right .up_bt a{
	display:block;
	width:100%;
	text-align:center;
	font-size:13px;
	font-weight:500;
	border:1px solid #eaeaef;
	border-radius:5px;
	padding:5px 10px;
}
.user_menu .real_umenu{
	padding:25px 18px 30px;
}
.user_menu .real_umenu ul li{
	padding-bottom:10px;
	cursor:default;
}
.user_menu .real_umenu ul li:last-child{
	padding-bottom:0;
}
.user_menu .real_umenu ul li a{
	font-size:16px;
	font-weight:500;
	position:relative;
	display: inline-block;
}
.user_menu .real_umenu ul li a:after{
	content:"";
	display:block;
	width:100%;
	padding:0 5px;
	height:12px;
	background:transparent;
	position:absolute;
	left:-5px;
	bottom:0;
	z-index:-1;
	border-radius:5px;
}
.user_menu .real_umenu ul li a:hover:after,
.user_menu .real_umenu ul li.on a:after{
	background:#fff100;
}
/*menu*/
.nav{
	margin-top:30px;
}
.nav button {
	border:none;
	display:none;
}
.societygrouptab {
	box-sizing: border-box; 
	position: relative;
}
.societygrouptab .swiper-slide,
.search_tag ul li{ 
	padding: 0 4px; 
	width: auto; 
}
.societygrouptab .swiper-slide:first-child, 
.search_tag ul li:first-child{ 
	padding-left: 0; 
}
.societygrouptab .swiper-slide:last-child, 
.search_tag ul li:last-child { 
	padding-right: 0; 
}
.societygrouptab .swiper-slide a,
.search_tag ul li a{
	display: block; 
	padding: 0 20px;
	height:35px;
	line-height:35px;
	font-size:14px;
	font-weight:500;
	white-space: nowrap; 
	border:1px solid #e9e9eb;
	background:#fff;
	border-radius:25px;
}
/* .societygrouptab .swiper-slide:first-child a,
.search_tag ul li:first-child a ,  */
.search_tag ul li.on a {
	border:1px solid #fcec24;
	background:#fcec24;
}
/* .societygrouptab .swiper-slide:nth-child(2) a,
.search_tag ul li:nth-child(2) a{
	border:1px solid #e0e1db;
	background:#e0e1db;
} */
.societygrouptab .swiper-slide a:hover,
.societygrouptab .swiper-slide.on a{ 
	border:1px solid #fcec24;
	background:#fcec24;
}
.on .societygrouptab .swiper-slide a {}
.societygrouptab_next, .societygrouptab_prev {
	position: absolute; 
	top: 0; 
	width: 30px; 
	height: calc(100% - 1px);
	z-index: 100;
	font-size: 0;
}
.societygrouptab_next.swiper-button-disabled, .societygrouptab_prev.swiper-button-disabled {
	display: none;
}
.societygrouptab_next {
	right: 0;
	background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 100%); 
	background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, white 100%); 
}
.societygrouptab_prev { 
	left: 0; 
	background: -webkit-linear-gradient(left, white 0%, rgba(255, 255, 255, 0) 100%); 
	background: linear-gradient(90deg, white 0%, rgba(255, 255, 255, 0) 100%);
}
/*common_main*/
body{
	background:#f5f5f5;
}
/* .content_box{
	background:#f5f5f5;
} */
/*keep_box*/
.keep_head{
	padding:40px 0;
}
.keep_head ul li{
	text-align:center;
}
.keep_head ul li.keep_img span{
	display:inline-block;
	width:80px;
	height:80px;
	border-radius:50%;
	overflow:hidden;
}
.keep_head ul li.keep_img span img{
	display:block;
	width:100%;
	height:100%;
	margin:0 auto;
}
.keep_head ul li.keep_nick{
	font-size:22px;
	font-weight:600;
	padding:15px 0 10px;
}
.keep_head ul li.keep_id{
	font-size:15px;
	color:#a4a4a4;
	padding-bottom:40px;
}
.keep_head ul li.keep_amount span{
	display:inline-block;
	font-size:22px;
	font-weight:500;
	position:relative;
	z-index:1;
}
.keep_head ul li.keep_amount span:after{
	content: "";
    display: block;
    width: 100%;
    padding: 0 5px;
    height: 12px;
    background: #fff100;
    position: absolute;
    left: -5px;
    bottom: 0;
    z-index: -1;
    border-radius: 5px;
}
/*view_page*/
.auto_content_box{
	padding-top:30px;
}
.auto_content_view{
	border:1px solid #e6e6e6;
	background:#fff;
	border-radius:20px;
	padding:20px 55px 30px 20px;
	display:flex;
	
}
/* .auto_content_view > div{
	float:left;
} */
.auto_content_view .auto_vleft{
	width:340px;
	display:flex;
	flex-direction: column;
}
.auto_content_view .auto_vleft span{
	display:block;
	width:100%;
	height:auto;
	border-radius:10px;
	overflow: hidden;
	text-align: center;
}
.auto_content_view .auto_vleft span img{
	display:block;
	margin:0 auto;
	max-width:100%;
	max-height:100%;
	border-radius:10px;
	/* width: 100%;
	height: 100%;
	object-fit: cover;
	text-align: center; */
}
.auto_view_txt a {
	color: #26b7e6;
	word-break: break-all;
}
.auto_view_txt a:hover {
	text-decoration:underline
}

.auto_content_view .auto_vright{
	width:calc(100% - 340px);
	padding-left:50px;
}
.auto_vright .auto_share_bt .auto_vshare{
	float:left;
}
.auto_vright .auto_share_bt .auto_vkeep{
	float:right;
}
.auto_view_content .auto_view_add{
	padding:25px 0;
}
.auto_view_content .auto_view_add a{
	font-size:16px;
	color:#26b7e6;
	letter-spacing:-0.015em;
	text-decoration:underline;
	text-underline-position:under;
}
.auto_view_content .auto_view_tit{
	font-size:28px;
	font-weight:600;
	word-break: keep-all;
}
.auto_view_content .auto_view_txt{
	font-size:16px;
	color:#303441;
	padding:15px 0 30px;
}
.auto_content_view  .auto_vrtop{
	border-bottom:1px solid  #ededef;
	margin-bottom:30px;
}
.auto_vrbot {
	padding-top: 25px;
}
.auto_vrbot .auto_vbtop .auto_view_profile{
	float:left;
}
.auto_vbtop .auto_view_profile .auto_vp_bg{
	display:table;
	width:100%;
}
.auto_vbtop .auto_view_profile .auto_vp_bg > div{
	display:table-cell;
	vertical-align:middle;
}
.auto_vbtop .auto_view_profile .auto_vp_bg > div:first-child{
	width:45px;
}
.auto_vbtop .auto_view_profile .auto_vp_bg > div:first-child span{
	display:block;
	width:100%;
	height:45px;
	border-radius:50%;
	overflow:hidden;
}
.auto_vbtop .auto_view_profile .auto_vp_bg > div:first-child span img{
	width:100%;
	height:100%;
	display:block;
	margin:0 auto;
}
.auto_vbtop .auto_view_profile .auto_vp_bg > div:last-child{
	width:calc(100% - 45px);
	padding-left:12px;
}
.auto_view_profile .auto_vp_nick{
	font-size:17px;
	font-weight:500;
}
.auto_view_profile .auto_vp_keep{
	font-size:13px;
	color:#a4a4a4;
/* 	font-weight:500;	 */
}
.auto_vrbot .auto_vbtop .auto_view_date{
	float:right;
	color:#a4a4a4;
/* 	font-weight:500; */
}

.auto_vleft {
	position:relative
}
.auto_view_date {
	color: #a4a4a4;
	position:absolute;
	bottom: 0;
	left: 0;
}

.auto_content_view .auto_vbbot {
	padding:30px 0 0;
	margin-bottom: 30px;
}
.auto_vbbot .auto_tag{

}
.auto_vbbot .auto_tag li{
	display:inline-block;
	margin-right:8px;
	margin-bottom:8px;
}
.auto_vbbot .auto_tag li a{
	display:inline-block;
	border:1px solid #e9e9eb;
	padding:8px 15px;
	font-size:16px;
	color:rgba(48,52,65,0.6);
	border-radius:20px;
}
.auto_vbbot .auto_tag li a:before{
	content:"#";
	display:inline-block;
	color:inherit;
	font-size:inherit;
}
h2.auto_content_tit{
	text-align:center;
	font-size:22px;
	padding:45px 0 35px;
}
/*기타공유*/
/* .share_modal .share_mbox{
	margin:0 -10px;
} */
.share_modal .share_mbox ul li{
	float:left;
	width:20%;
/* 	padding:0 10px; */
}
.share_modal .share_mbox ul li a{
	text-align:center;
	display:block;
}
.share_modal .share_mbox ul li a span{
	display:block;
	text-align:center;
	font-size:13px;
	padding:10px 0 15px;
}
.share_modal .share_mlink > *{
	float:left;
	height:30px;
	font-size:13px;
}
.share_modal .share_mlink input{
	width:calc(100% - 70px);
	border:1px solid #e2e2e2;
	border-right:0;
	background:#f8f8f8;
	color:#2c2c2c;
	padding:0 10px;
	overflow:hidden; 
	text-overflow:ellipsis; 
	white-space:nowrap;
	border-top-left-radius:5px;
	border-bottom-left-radius:5px;
}
.share_modal .share_mlink button{
	width:70px;
	border:1px solid #eada0f;
	background:#fcec24;
	border-top-right-radius:5px;
	border-bottom-right-radius:5px;
}
/*회원가입*/
.real_head_user{
	max-width:480px;
}
header .head_tit{
	float:right;
	font-size:20px;
	font-weight:600;
	padding-top:5px;
}
/*join_box*/
.join_box .modal_bg,
.content_box .join_box{
	background:#fff;
	border:1px solid #e6e6e6;
	border-radius:20px;
	padding:40px 50px;
}
.content_box .join_box{
	margin:30px 0;
}
.join_box h2{
	font-size:26px;
	font-weight:600;
	padding-bottom:35px;
}
.join_box .frm_box{
	padding-bottom:20px;
}
.join_box .frm_box2{
	padding-bottom:0;
}
.join_box .frm_box label{
	display:block;
	font-weight:600;
	padding-bottom:10px;
	font-size:15px;
	cursor: default;
}
.join_box .hp_box{
	margin-bottom:10px;
}
.join_box .bt_box{
	padding:5px 5px 5px 0;
}
.join_box .bt_box1{
	width:120px;
}
.join_box .bt_box ul li a{
	display:block;
	width:100%;
	text-align:center;
	font-size:16px;
	border-radius:20px;
	line-height:31px;
	background:#fcec24;
	border:1px solid #eada0f;
}
.join_box .input_box .fake_box{
	border: 1px solid #ebebef;
	overflow:hidden;
	padding-left:20px;
    border-radius: 25px;
	height:45px;
}
.join_box .input_box .fake_box > *{
	float:left;
}
.join_box .input_box .fake_box input{
	border:0;
	padding:0;
}
.join_box .input_box .fake_box.fake_box1 input{
	width:calc(100% - 180px);
}
.join_box .input_box .fake_box.fake_box2 input{
	width:calc(100% - 110px);
}
.join_box .input_box .fake_box span{
	display:block;
	width:45px;
	line-height:45px;
	font-size:16px;
	color:#dfc30a;
}
.join_box .bt_box2{
	width:65px;
}
.join_box .join_bot{
	padding-top:40px;
}
.join_box .join_bt_box{
	padding-top:40px;
}
.join_box .modi_bt_box a ,
.join_box .join_bt_box a ,
#btn_login1 {
	display:block;
	width:100%;
	font-size:18px;
	border-radius:25px;
	background:#fcec24;
	padding:13.5px 0;
	text-align:center;
	font-weight:600;
}
.input_box input{
	width:100%;
	height:45px;
	border:1px solid #eaeaef;
	border-radius:25px;
	padding:0 20px;
	font-size:16px;
}
.input_box input::placeholder{
	font-size:16px;
	color:rgba(140,140,141,0.4);
}
.ipt_s input[type="checkbox"]{
    display:none;
}
.ipt_s input[type="checkbox"] + span{
	display:inline-block;
    width:26px;
    height:26px;
    margin:-1px 5px 0 0;
    vertical-align:middle;
    background:url(../images/check_off.png) left center no-repeat;
    cursor:pointer;
	background-size:contain;
}
.ipt_s input[type="checkbox"]:checked + span{
    background:url(../images/check_on.png) left center no-repeat;
	background-size:contain;
}
.ipt_s select{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width:60px;
	border:0;
	height:45px;
	background:#fff url(../images/sel_arrow.png)no-repeat right 20px center;
	font-size:16px;
	/*font-weight:300;*/
}
.ipt_s  label,
.ipt_s  label span{
	font-size:16px;
	font-weight:600;
}
.txt_c{
	color:#dec30f !important;
}
.indi_check a{
	float:right;
	font-size:16px;
	color:#a4a4a4;
}
.indi_check a img{
	display:inline-block;
	margin-left:10px;
	vertical-align: 1px;
}
.join_cbox{
	height:calc(100vh - 200px);
	position:relative;
}
.join_cbox .join_box2{
	max-width:380px;
	position:absolute;
	width:100%;
	left:50%;
	top:50%;
	transform:translate(-50%,-50%);
	text-align:center;
}
.join_box2 .join_ctop li:last-child{
	padding:35px 0 190px;
}
.join_box2 .join_ctop li:last-child,
.join_box2 .join_ctop li:last-child span{
	font-size:26px;
	font-weight:600;	
}
.join_box2 .join_cbot{
	margin:0 -4px;
}
.join_box2 .join_cbot ul li{
	float:left;
	width:50%;
	padding:0 4px;
}
.join_box2 .join_cbot ul li a{
	display:block;
	font-size:18px;
	font-weight:600;
	border-radius:25px;
	padding:11px 0;
}
.join_box2 .join_cbot ul li:first-child a{
	background:#fff;
	border:1px solid #eaeaef;
}
.join_box2 .join_cbot ul li:last-child a{
	background:#fcec24;
	border:1px solid #fcec24;
}
/*login*/
.login.join_box{
	margin:0;
}
.login.join_box .frm_box{
	padding-bottom:10px;
}
.login.join_box h2{
	text-align:center;
	padding-bottom:30px;
}
.login.join_box .join_bt_box{
	padding-top:15px;
}
.login .login_bot{
	text-align:center;
}
.login .login_bot .join_go_bt{
	display:block;
	border-bottom:1px solid #ededef;
	padding:30px 0;
	margin-bottom:20px;
}
.login .login_bot .join_go_bt span{
	display:inline-block;
}
.login .login_bot .join_go_bt span:first-child{
	font-size:15px;
	color:#a4a4a4;
	padding-right:5px;
}
.login .login_bot .join_go_bt span:last-child{
	font-size:16px;
	font-weight:600;
}

.login .login_bot .join_go_bt img{
	display: inline-block;
    margin-left: 10px;
    vertical-align: 1px;
}

.login_bot span{
	display:block;
	text-align:center;
	padding-bottom:10px;
	font-size:15px;
	font-weight: 500;
}

.login_bot .sns_login a{
	display: inline-block;
}
.login_bot .sns_login a + a {
	margin-left:20px
}


/*회원정보 수정*/
.join_box .bt_box ul li.modi_auth{
	text-align:right;
}
.join_box .bt_box ul li.modi_auth a{
	display:inline-block;
	width:60px;
}
.join_box.modi_box .join_bt_box{
	padding-top:30px;
}
.join_box.modi_box h2{
	padding-bottom:30px;
}
.join_box.modi_box input:read-only{
	font-size:20px;
	color:#eec203;
	font-weight:500;
}
.modi_box .user_pic{
	margin:0 auto 20px;
	width:135px;
	position:relative;
}
.modi_box .user_pic span{
	display:block;
}
.modi_box .user_pic .modi_img{
	width:135px;
	height:135px;
	border-radius:50%;
	overflow:hidden;
}
.modi_box .user_pic .modi_img img{
	width:100%;
	height:100%;
}
.modi_box .user_pic .modi_bt{
	position:absolute;
	bottom:0;
	right:0;
}
/*cs center*/
.cs_center h2{
	text-align:center;
	font-size:22px;
	font-weight:500;
	padding:50px 0 35px;
}
.cs_center .cs_box{
	background: #fff;
    border: 1px solid #e6e6e6;
    border-radius: 25px;
    padding: 30px 50px;
}
/*footer*/
footer.user_foot{
	padding-bottom:100px;
	text-align:center;
	font-weight:500;
}
.cs_foot{
	margin-top:105px;
	background:#fff;
}
.cs_foot .cfoot_top{
	border-top:1px solid #f1f1f2;
	border-bottom:1px solid #f1f1f2;
}
.cs_foot .cfoot_top ul li{
	display:inline-block;
	padding-right:35px;
}
.cs_foot .cfoot_top ul li:last-child{
	padding-right:0;
}
.cs_foot .cfoot_top ul li a{
	display:inline-block;
	font-size:16px;
	font-weight:600;
	padding:14px 0;
}
.cs_foot .cfoot_bot{
	padding:30px 10px 35px;
}
.cs_foot .cfoot_bot > div{
	float:left;
}
.cs_foot .cfoot_bot .cfoot_left{
	width:246px;
	padding-top:15px;
}
.cs_foot .cfoot_bot .cfoot_right{
	width:calc(100% - 246px);
	padding-left:60px;
}
.cs_foot .campany_info ul li{
	display:inline-block;
	color:rgba(36,36,36,0.5);
	font-weight:500;
}
.cs_foot .campany_info ul li:after{
	content:"|";
	display:inline-block;
	color:inherit;
	font-size:0.8em;
	vertical-align:2px;
	padding:0 10px;
}
.cs_foot .campany_info ul li:last-child:after{
	display:none;
}
.cs_foot .copyright{
	padding-top:30px;
	color:rgba(36,36,36,0.6);
	font-weight:600;
}
.mob_search_box{
	display:none;
}
/*비공개 추가*/
.grid_head .secret_tit,
.auto_view_add .secret_tit{
	float:right;
	width:65px;
	height:24px;
	line-height:24px;
	font-size:13px;
	background:#ababb0;
	border-radius: 25px;
	text-align:center;
}
.grid_head .secret_tit{
	float:none;
	margin-top:5px;
}
.grid_head .secret_tit span,
.auto_view_add .secret_tit span{
	color:#fff;
    vertical-align: -1px;
}
.auto_view_add .secret_tit{
	background:#616161;
}
.grid_head .secret_tit img,
.auto_view_add .secret_tit img{
	margin-right:4px;
	vertical-align:-3px;
}
.auto_vright .auto_share_bt .auto_vshare .secret_tit button,
.auto_vleft .secret_tit button{
	background:#616161;
	color:#fff;
	border:1px solid #616161;
	height:45px;
}
.auto_vleft .secret_tit button{
	padding:0 20px;
}
.open_tit{
	background:#fff !important;
	border:1px solid #eaeaef !important;
	color:#242424 !important;
}

/* .pc_tag {
	display: block;
}

.m_tag {
	display: none;
} */

.auto_comment {
	padding: 30px 0;
}

.auto_comment>p {
	font-size:17px;
	font-weight: 500;
	padding-bottom: 20px;
}
.comment_top {
	width: 100%;
}
.comment_top:after {content:"";display:block;clear:both}
.comment_top>div {
	float:left;
}
.comment_profile {
	width: 45px;
	height: 45px;
	border-radius:100%;
	overflow: hidden;
	border:1px solid rgba(140,140,141,0.4);
}

.comment_profile img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.comment_input{
	/* height: 45px; */
	width: calc(100% - 115px);
	padding:0 10px;
}

.comment_input textarea {
	display: block;
	width: 100%;
	height: 45px;
	padding: 10px 15px;
	border:1px solid rgba(140,140,141,0.4);
	border-radius:22.5px
}
.comment_input textarea::placeholder {
	color: rgba(140,140,141,0.4)
}

.comment_submit a{
	display: block;
	height: 45px;
	width: 70px;
	font-size:16px;
	font-weight: 600;
	line-height: 45px;
	background:#fee00c;
	text-align: center;
	border-radius:22.5px
}

.auto_comment_ul li {
	padding-top: 10px;
}
.auto_comment_ul li:after {content:"";display:block;clear:both}
.auto_comment_ul>li>div {
	float:left;
} 
.cmcm_txt {
	padding-top: 10px;
}
.comment_input textarea[readonly='readonly'] {
	/* height: auto; */
	border:0;
	border-radius:0;
	width: auto;
	display: inline-block;
}
/* 
.comment_tt:after {content:"";display:block;clear:both}
.comment_tt>* {
	float:left;
} */



 textarea {
	resize:none
} 

  textarea::-webkit-scrollbar {
    width: 10px;
  }
  textarea::-webkit-scrollbar-thumb {
    background-color: transparent;
    border-radius: 10px;
    background-clip: padding-box;
    border: 2px solid transparent;
  }
  /* textarea::-webkit-scrollbar-track {
    background-color: grey;
    border-radius: 10px;
    box-shadow: inset 0px 0px 5px white;
  } */
.comment_sub ul:after {content:"";display:block;clear:both}
.comment_sub>ul>li {
	float: left;
	padding-right: 10px;
	color: #a4a4a4;
	font-size:13px
}
.comment_sub ul li a {
	color: #a4a4a4;
	font-size:13px
}
.comment_sub ul li img {
	vertical-align: middle;
}

.comment_more {
	position:relative
}
.comment_more ul {
	position:absolute;
	left:25px;
	top:0;
	background:#fff;
	border:1px solid #e6e6e6;
	border-radius:10px;
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
	width: 80px;
	padding: 10px 0;
	display: none;
	z-index: 10;
}

.comment_more ul.on {
	display: block;
}

.comment_more ul li {
	padding-top:0;
}
.comment_more ul li a {
	display: block;
	padding: 5px;
	color: #6c6e75;
	text-align: center;
	font-weight: 400;
}
.comment_more ul li:hover a {
	color: #000;
}

.auto_comment_ul {
	padding-left: 50px;
}
.commnet_heart a {
	background:url("../images/heart_icon.png") no-repeat;
	width: 14px;
	height: 12px;
	display: inline-block;
}
.comment_sub ul li a {
	vertical-align: middle;
}

.commnet_heart a.on {
	background:url("../images/heart_icon_on.png") no-repeat;
}

.cmcm_input , .cmcm_txt {
	padding-left: 50px;
	padding-top: 5px;	
}

.comment_sub ul li {
	padding-top: 0;
}

.cmcm_box {
	display: inline-block;
	vertical-align: middle;
}

.comment_tt b {
	padding-top: 10px;
	display: block;
}
.comment_tt textarea[readonly = "readonly"] {
	display: block !important;
	width: 100% !important;
	padding: 5px 0;
}
.comment_tt {
	padding-left: 10px;
}
.cmcm_box span {
	padding-right: 5px;
	color: #3ca5cb;
}

/* .auto_comment textarea:focus {
	border:1px solid #242424;
	transition:0.3s
} */

.auto_comment textarea {
	display: block;
	width: 100%;
}

.cmcm_box {
	display: block;
}

.comment_input {
	position:relative
}
.comment_input span.counter {
	position:absolute;
	bottom: 5px;
	right: 25px;
	color: rgba(140,140,141,0.4);
	background:#fff
}

.comment_tt form:after {content:"";display:block;clear:both}
.comment_tt.on form>* {
	float: left;
}
.comment_tt.on form{
	margin:5px 0 10px;
}
.comment_tt.on textarea{
	width: calc(100% - 80px) !important ;
}
.comment_tt.on .comment_submit {
	width: 70px;
	margin-left: 10px;
	display: block
}

.comment_tt .comment_submit {
	display: none;
}

.auto_comment_ul .cm_txt .comment_input , .auto_comment_ul .cmcm_txt .comment_input {
	width: calc(100% - 45px);
	padding-right:0;
}
/* .cmcm_txt , .cmcm_input {
	display: none;
} */

.cmcm_input.on {
	display: block;
}

#div01 {
	padding-bottom: 60px;
}

.grid_ctxt_txt {
	overflow: hidden;
    /* text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 12;
    -webkit-box-orient: vertical; */
    white-space: normal;
    max-height: 14.4em;
	line-height: 1.2em;
}
.cmcm_box01 {
	padding: 10px 0;	
}

.cmcm_box02 {
	display: none;
	position:relative
}

.cmcm_box02 span.counter {
    right: 80px;
    float: none;
    bottom: -25px;
}

.comment_sub {
	padding-left: 10px;
}

#auth_num, #auth_num2 {
	display: none;
}
.chk_find {
	font-weight: 600;
	opacity: 1 !important;
}
.findtab {
    border: 1px solid #ebebef;
    background-color: #fff;
    text-align: center;
    border-radius: 10px;
    margin-top: 30px;
    height: 60px;
}
.idtab, .pwtab {
	float: left;
    width: 50%;
    line-height: 60px;
    font-size: 20px;
	opacity: 0.5;
	cursor: pointer;
}
.idtab {
    border-right: 1px solid #ebebef;
}
.findtab::after {content:"";display:block;clear:both}
.find_ok_btn {
	width:55px;
	margin-left:auto;
}
.find_txt > p {
	display: block;
    font-weight: 600;
    padding-bottom: 10px;
    font-size: 15px;
    cursor: default;
}
.find_txt > input {
	border: 1px solid #ebebef;
    overflow: hidden;
    padding-left: 20px;
    border-radius: 25px;
    height: 45px;
	width:100%;
}
.find_txt > input::placeholder {
	opacity: 0.5;
	font-size:16px;
}
.find_txt {
    margin-bottom: 15px;
}
.find_tt {
	font-size: 20px;
    font-weight: 600;
    margin-bottom: 25px;
}
.find_btn {
	background: #fcec24;
    border: 1px solid #eada0f;
    border-radius: 25px;
    padding: 10px 0;
	margin-top: 25px;
	text-align: center;
	display: block;
    width: 100%;
    font-size: 18px;
    font-weight: 600;
}
.findbox {
	display:none;
}
.findbox:first-child {
	display: block;
}
.find_box_tt {
    text-align: center;
	margin-top: 20px;
}
.find_box_tt:after {content:"";display:block;clear:both}
.id_find_tt , .pw_find_tt {
	float: left;
    width: 50%;
}
.id_find_tt {
	border-right: 1px solid #ddd;
}
.find_box_tt div a {
	display: block;
    width: 100%;
    font-size: 16px;
    font-weight: 600;
}
.left {float:left;}
.right {float:right;}
.clearfix::after {content:"";display:block;clear:both}
.comment_num {
	padding-top: 10px;
    font-size: 12px;
    color: #acaab1;
}
.plus_box {
    cursor: pointer;
    background: #fff;
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    box-shadow: 0 1px 20px #ccc;
    box-shadow: 0px 0px 6px -2px rgba(81, 81, 81, 0.5);
    border-radius: 50%;
    margin: auto;
    position: fixed;
    bottom: 15px;
    right: 40px;
}
.plus_box::after {
    display: inline-block;
    content: '';
    font-size: 25px;
    color: #000;
    width: 45px;
    text-align: center;
    height: 45px;
    line-height: 45px;
    vertical-align: top;
    margin-top: 0;
    font-weight: bold;
}
.plus_box:hover {
	background: #fcec24;
}
/* .h_plus_box {
	border: 1px solid #ddd;
    border-radius: 50%;
    display: inline-block;
    float: left;
    margin-right: 25px;
    background: #f3f3f3;
}
.h_plus_box a {
    font-size: 30px;
    display: block;
    width: 100%;
    padding: 0 11px;
}
.h_plus_box a i {
    font-size: 19px;
    vertical-align: 3px;
}
.h_plus_box a img {
    vertical-align: initial;
}
.h_plus_box:hover {
	background: #fcec24;
	border:1px solid #fcec24;
} */
.h_plus_box {
    box-shadow: 0px 0px 5px -1px rgba(81, 81, 81, 0.5);
    border-radius: 50%;
    display: inline-block !important;
    float: left;
    margin-right: 20px;
}
.h_plus_box a {
	display: block;
    width: 100%;
    padding: 8px;
}
.h_plus_box:hover {
	background: #fcec24;
}
.plus_box i {
    font-size: 22px;
    vertical-align: -3px;
}
.plus_box a {
    display: block;
    width: 100%;
    padding: 15px 0;
}
/* .h_plus_box {
    padding-right: 30px;
} */

.head_keep {
	box-shadow: 0px 0px 5px -1px rgba(81, 81, 81, 0.5);
    border-radius: 50%;
}
.head_keep a {
	display: block;
    width: 100%;
	padding: 0 8px;
}
.head_keep:hover {
	background: #fcec24;
}
.visit_num_box {
	position: fixed;
    right: 15px;
    bottom: 225px;
    border-radius: 10px;
    border: 1px solid #ccc;
    overflow: hidden;
    text-align: center;
    background: #fff;
}
.visit_num_box_top {
    background: #242424;
    color: #fff;
    padding: 10px 20px;
    font-size: 16px;
}
.visit_num_box_con {
    padding: 10px;
}
.visit_num_box_con2 {
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
}
.visit_num_box_con > div {
    color: #212121;
}
.visit_num_box_con > div:nth-child(2) {
	font-size: 15px;
    font-weight: 500;
    margin-top: 5px;
}
.visit_num_box_con > div:last-child {
    font-size: 18px;
    font-weight: 600;
}

.banner_border .item_bg a {
	/* border: 1px solid #e6e6e6; */
    border-radius: 15px;
    display: block;
    background: #fff;
    overflow: hidden;
    position: relative;
	/* box-shadow: 0px 0px 10px rgba(255, 0, 92, 0.5); */
	box-shadow: 3px 5px 5px rgba(252, 236, 36, 0.5);
}


.auto_content_view_ot {
	display:block;
    padding: 30px;
}
.ot_write_form_wrap::after {content:"";display:block;clear:both}
.ot_write_form_left {
    float: left;
    width: 300px;
}
#previewContainer {
	position: absolute;
    width: 100%;
}
#previewContainer img {
	width:100%;
	max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}
.ot_write_form_left_top {
	border: 1px solid #E9E9EB;
    background: #F5F5F5;
	border-radius: 10px;
	height: 385px;
    display: flex;
    align-items: center;
	justify-content: center;
    position: relative;
}
.ot_write_form_left_btm {
    text-align: left;
    margin-top: 20px;
}
.ot_write_form_left_btm span input {
    border: 0;
    line-height: 44px;
    margin-left: 7px;
}
.ot_write_form_left label {
    display: block;
    width: 100%;
	z-index:2;
}
.ot_write_form_right {
    float: left;
    width: calc(100% - 300px);
    padding-left: 50px;
}
.ot_write_form_box::after {content:"";display:block;clear:both}
.ot_write_form_box_tt {
    float: left;
    width: 60px;
    text-align: left;
    font-size: 16px;
    color: #000;
    font-weight: 500;
}
.ot_write_form_box_con {
	float: left;
    width: calc(100% - 60px);
}
.ot_write_form_box_con input {
    width: 100%;
    border: 1px solid #E9E9EB;
    border-radius: 100px;
    padding: 8px 15px;
    font-size: 15px;
}
.ot_write_form_box {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}
.ot_write_form_box_con_txt {
    width: 100%;
    border: 1px solid #E9E9EB;
    border-radius: 10px;
    padding: 15px;
	font-size:15px;
    height: 185px;
}
.ot_write_form_box_con_txt::placeholder {
	color: #DADADA;
}
.ot_write_tag_tip {
    color: #969696;
    text-align: left;
    margin-top: 7px;
    word-break: keep-all;
}
.tagify {
    --tag-bg: transparent !important;
    --tag-hover: none !important;
    border:none !important;
}
.tagify__input::before {
    left: 50%;
	top: 50% !important;
    transform: translate(-50%, -50%) !important;
}
.tagify__input {
	border: 1px solid #E9E9EB;
	border-radius: 100px;
    padding: 7px !important;
}
.tagify__tag>div {
	border-radius: 100px !important;
    padding: 7px 27px 5px 15px !important;
}
.tagify__tag>div::before {
	border: 1px solid #E9E9EB
}
.tagify__tag__removeBtn::after {
    font-size: 23px;
}
.tagify__tag__removeBtn {
    width: 20px !important;
    height: 19px !important;
}
.tagify__tag-text {
	font-size:16px;
	color:#303441;
}
.ot_write_tag_wrap {
    margin-top: 10px;
}
.c_file_in {
    background: #D7D7D7;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: inline-block;
}
.c_file_in i {
    color: #fff;
    font-size: 28px;
    line-height: 40px;
}
.c_file_in + div {
    color: #9C9C9C;
    font-size: 16px;
    margin-top: 15px;
    font-weight: 500;
}
.ot_write_form_btn_wrap {
    display: flex;
    justify-content: end;
    gap: 15px;
}
.ot_write_form_btn_wrap div input {
	border: 0;
    border-radius: 100px;
    padding: 13px 30px;
    font-size: 16px;
	cursor: pointer;
}
.ot_write_form_btn01 input {
    background: #242424;
    color: #fff;
}
.ot_write_form_btn02 input {
	background: #FEE00C;
    color: #242424;
    font-weight: 600;
}
.ot_write_form_box02 {
    align-items: normal;
}
.ot_write_form_box02 .ot_write_form_box_tt {
    line-height: 185px;
}
.content_banner_wrap {
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 10px;
}
.content_banner_wrap a {
	display: block;
    width: 100%;
}
.content_banner_wrap a img {
	width:100%;
}
.cs_nav_wrap {
	position: fixed;
    bottom: 80px;
    right: 40px;
	z-index:2;
}
.content_banner_wrap a span {
	display:none;
}
.cs_nav_wrap a {
	display: block;
    width: 100%;
}
.cs_nav_wrap a:not(last-child) {
    margin-bottom: 7px;
}
.ot_update > a {
    border: 1px solid #D9D9D9;
    border-radius: 100px;
    color: #000;
    font-weight: 500;
    padding: 7px 15px;
}
.ot_update > a:nth-child(2) {
	background: #F5F5F5;
}
.visit_mob {
	display:none;
	position: relative;
    background: #fff;
    box-shadow: 0px 0px 8px 0px #00000040;
    border-radius: 50%;
}
.visit_mob a {
    padding: 6px 6px 5px 7px;
}
.visit_mob_con {
    background: #fff;
    position: absolute;
    right: 65px;
    top: 20px;
    box-shadow: 0px 0px 8px 0px #0000002E;
    padding: 10px;
    border-radius: 5px;
    width: 105px;
    text-align: center;
}
.visit_mob_con > i {
	position: absolute;
    top: -12px;
    right: -10px;
    background: #fff;
    border: 1px solid #E9E9E9;
    border-radius: 50%;
    font-weight: 700;
    font-size: 13px;
    padding: 5px;
    color: #8D8D8D;
}
.visit_mob_con > div:first-child {
    border-bottom: 1px solid #E9E9EB;
    padding-bottom: 7px;
    margin-bottom: 7px;
}
.visit_mob_con > div > div {
    color: #212121;
    font-weight: 500;
}
.visit_mob_con > div > div:last-child {
    font-size: 15px;
    font-weight: 700;
}
.auto_vp_img_box > img {
    object-fit: cover;
}

.pop_bg {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 991;
}
.event_pop_wrap {
    display: block;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 480px;
    width: 100%;
    z-index: 999;
    overflow: hidden;
    padding: 10px;
}
.event_pop_con {
    position: relative;
    background: #202020;
    border-radius: 40px 40px 16px 16px;
}
/* .event_pop_con img {
	width: 100%;
} */
.pop_content_btm_wrap {
    padding: 8px 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.pop_content_btm_wrap label span:first-child {
    border: 0.86px solid #D0D0D0;
    background: #fff;
    color: #fff;
    width: 15px;
    height: 15px;
    line-height: 15px;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    margin-right: 3px;
}
.pop_content_btm_wrap label span:last-child {
    color: #fff;
    vertical-align: 2px;
}
.close_btn_box a {
    color: #fff;
}
.close_btn_box a i {
	font-weight: 700;
    margin-left: 3px;
	color: #fff;
}
.pop_content_btm_wrap input:checked + label span:first-child {
    color: #666;
}
.pop_contents {
	background: url(../images/pop_img_bg.png) no-repeat;
	background-size: cover;
    padding: 80px 10px 50px;
    text-align: center;
    background-position: center;
    border-radius: 20px 20px 0 0;
}
.pop_contents_txt01 {
	font-size: 30px;
    letter-spacing: -1.5px;
    font-weight: 500;
    margin-bottom: 30px;
}
.pop_contents_txt01 span {
	color: #0D5497;
    font-size: 30px;
    font-weight: 700;
}
.pop_contents_txt02 {
    margin-bottom: 20px;
}
.pop_contents_txt02 div:first-child, .pop_contents_txt02 div:first-child span {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 5px;
}
.pop_contents_txt02 div:last-child {
    position: absolute;
    width: 100%;
	animation: motion 0.5s linear 0s infinite alternate;
	left: 50%;
    transform: translateX(-50%);
}
.pop_contents_txt02 div:last-child, .pop_contents_txt02 div:last-child span {
    font-size: 15px;
    font-weight: 600;
}
.pop_contents_txt02 div span {
	color: #FE604A;
}
@keyframes motion {
	0% {margin-top: 0px;}
	100% {margin-top: 7px;}
}
.pop_contents_btn {
    padding-top: 40px;
}

.banner-container {
	max-width: 1170px;
    margin: 0 auto;
    padding: 0 10px;
}
.banner-container div img {
	width: 100%;
}
.main_wrap.main_pd {}