
body,html{
	font-family: 'Pretendard', sans-serif;
	font-size: 14px;
	color: #000;
	background-color: #fff;
	overflow-x: hidden;
	transition: none;
	padding: 0;
	margin: 0 auto;
	width: 750px;
	position: relative;
}
p img{
	width: 100%;
}/*
.container {
	width: 100%;
}*/
.main-container {
	width: 750px;
	overflow-x: hidden;
}
html {
	background-color: #eee;
}
ul {
	margin: 0;
	padding: 0;
}

li {
	margin: 0;
	padding: 0;
	list-style: none;
}
#store_map{
    border-radius: 10px;
    max-width: 100%;
    margin-top:20px;
    background-color: #ccc;
    height: 400px;
}
a.addr_btn:hover{
    color: #fff;
}
.addr_btn{
    max-width: 100%;
    display: block;
    position: relative;
    background: linear-gradient(to right, #5f33ee, #4799b4);
    color: #fff;
    margin-top: 20px;
    vertical-align: middle;
    padding: 15px 6px;
    border-radius: 8px;
    text-align: center;
    border:1px solid #4799b4;
    box-shadow: 0 4px 16px 0 rgba(0,0,0,.25);
    opacity: 0.6;
}
.addr_btn_mypage{
  max-width: 100%;
  display: block;
  position: relative;
  background: #4472c4;
  color: #fff;
  padding: 10px 50px;
  font-size: 16px;
  vertical-align: middle;
  border-radius: 8px;
  text-align: center;
  box-shadow: 0 4px 16px 0 rgba(0,0,0,.25);
}
.addr_btn_mypage:hover{
  color: #fff;
}
.addr_btn:after{
  display: inline-block;
  position: absolute;
  top: 80px;
  left: 24px;
  border-left: 7.5px solid rgba(0,0,0,0);
  border-right: 7.5px solid rgba(0,0,0,0);
  border-top: 10.5px solid #5f33ee;
  transform: translateY(-100%);
  content: "";
}
.addr_btn_text{
    border:1px solid #fff;
    border-radius: 8px;
    padding:5px;
    font-size: 24px;
}
.head_search{
    position: absolute;
    border: 2px solid #145288 !important;
    width: 95% !important;
    height: 60px !important;
    padding: 0px 10px !important;
    font-size: 22px !important;
}
.icon_search{
    font-size: 28px;
    top: 16px;
    color: #145288;
    cursor: pointer;
    right: 10px;
    float: right;
}

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
       -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eee;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
a {
	color: #232323;
	transition: 0.5s ease;
	text-decoration: none;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: .2;
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: .5;
}
button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
}
.contact_colum{
  margin-bottom: 15px;
}
.modal-open {
  overflow: hidden;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform .3s ease-out;
       -o-transition:      -o-transform .3s ease-out;
          transition:         transform .3s ease-out;
  -webkit-transform: translate(0, -25%);
      -ms-transform: translate(0, -25%);
       -o-transform: translate(0, -25%);
          transform: translate(0, -25%);
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 130px auto;
}
.modal-content {
	margin-top: 50px;
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
          box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: .5;
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  	text-align: center;
	font-weight: 700;
  font-size: 24px;
}
.modal-body {
  position: relative;
  padding:30px;
}
.modal-footer {
  padding:30px;
  text-align: center;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
.modal-dialog {
	width: 690px;
}
a:hover,
a:active,
a:focus {
	color: #ff2b3f;
	text-decoration: none;
	outline: none;
}

select::-ms-expand {
	display: none;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 23px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #e36;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #23527c;
  background-color: #eee;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #e36;
  border-color: #e36;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.text-center {
    text-align: center;
}
.header {
	background-color: #fff;
	position: fixed;
	z-index: 9999;
	width: 750px;
}
.header .navi .button  {
	padding: 28px 18px;
	position: absolute;
	cursor: pointer;
}
.header.open .navi .button {
	display: none;
}
.header .navi .button .bar {
	width: 48px;
	height: 4px;
	border-radius: 2px;
	background-color: #000;
	margin: 10px;
}
.header .navi {
	text-align: center;
}
.header .navi a {
	padding: 23px;
	display: inline-block;
}
.header .navi a img{
  height: 70px;
}
.header .menu {
	height: 0;
	overflow: hidden;
	transition: 0.5s ease;
}
.header.open .menu {
	height: auto;
}
.header .menu >ul >li {
	/*margin: 0 30px;*/
  width: 100%;
  padding: 0px 20px;
}
.navbar-right{
  margin-right:0px !important;
}
.navbar-nav{
  margin:0px !important ;
}
.form-control-feedback{
  display: none;
}
.col_sns_blog{
  padding: 0px !important;
}
.sns_area_off{
  border-radius: 10px;
  border:1px solid #999;
  padding: 30px 0px;
  margin-top:50px;
}
.sns_area_on{
  border-radius: 10px;
  border:1px solid #4ec772;
  padding: 30px 0px;
  margin-top:50px;
  background-color: #f9fff9;
  margin-bottom: 50px;
}
.sns_text_off p{
  margin:0px;
  color:#99a;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: -0.3px;
  word-spacing: -0.6px;
}
.sns_text_off span{
  color:#99a;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0px;
  word-spacing: -0.2px;
  word-wrap: break-word;
  word-break: keep-all;
}
.sns_text_on p{
  margin:0px;
  color:#368C50;
  font-weight: 700;
  font-size: 24px;
  letter-spacing: -0.3px;
  word-spacing: -0.6px;
}
.sns_text_on span{
  color:#e36;
  font-weight: 700;
  font-size: 22px;
  letter-spacing: -0.5px;
  word-spacing: -0.2px;
  word-wrap: break-word;
  word-break: keep-all;
}
.sns_active_text{
  font-size:22px;
  font-weight:700;
  top: 2px;
  left: -10px;
  position: relative;
}
.sns_active_off{
  background: #e36;
  -webkit-mask-image: url(/resource/home/ko/assets/images/notice_o.svg);
  mask-image: url(/resource/home/ko/assets/images/notice_o.svg);
  background-image: none;
  width: 50px;
  height: 50px;
  vertical-align: middle;
  mask-position: center;
  display: inline-block;
  position: relative;
  left: -10px;
  outline: none;
}
.sns_active_on{
  background: #4ec772;
  -webkit-mask-image: url(/resource/home/ko/assets/images/check_o.svg);
  mask-image: url(/resource/home/ko/assets/images/check_o.svg);
  background-image: none;
  width: 50px;
  height: 50px;
  vertical-align: middle;
  mask-position: center;
  display: inline-block;
  position: relative;
  left: -10px;
  outline: none;
}
.sns_input{
  height:50px !important;
  margin-top: 20px;
  font-size:22px;
  font-weight: bold;
}
.sns_blog_area{
  padding-left: 15px !important;
  margin-top: 0px !important;
}
.btn-sns-blog{
  border-radius: 0px !important;
}
#login_form .btn-login {
    width: 100%;
    border-radius: 20px;
    margin-top: 20px;
    /*height: 40px;*/
    background: linear-gradient(90deg, #ee3366, #ff7766) center/contain no-repeat;
    color: #fff;
    font-size:24px;
    padding:10px 12px;
    font-weight: bold;
}
.header .menu .close {
	right: 35px;
	top: 25px;
	position: absolute;
	cursor: pointer;
	display: none;
	width: 50px;
	height: 50px;
}
.header.open .menu .close {
	display: block;
	
}
.header .menu .close .bar {
	width: 40px;
	height: 3px;
	background-color: #000;
	border-radius: 2px;
}
.header .menu .close .bar:last-child {
    transform: rotate(-135deg) translateX(-20px) translateY(-11px);
    -webkit-transform: rotate(-135deg) translateX(-20px) translateY(-11px);
}
.header .menu .close .bar:first-child {
       transform: rotate(-45deg) translateX(-14px) translateY(22px);
       -webkit-transform: rotate(-45deg) translateX(-14px) translateY(22px);
}
.header .menu >ul >li >a{
	color: #000;
	width: 100%;
	font-size: 30px;
	font-weight: 600;
	font-style: normal;
	text-decoration: none;
	padding: 20px 0;
	display: inline-block;
	border-bottom: 1px solid #000;
	position: relative;
  line-height: 40px;
}
.header .menu >ul >li.dropdown > a:after {
	content: '';
	width: 18px;
	height: 11px;
	background-image: url('../images/mobile/arrow-down.png');
	display: block;
	position: absolute;
	right: 40px;
	top: 34px;
}
.header .menu >ul >li.dropdown ul li a {
	color: #fff;
	width: 100%;
	font-size: 30px;
	font-weight: 200;
	font-style: normal;
	text-decoration: none;
	padding: 20px 0;
	display: inline-block;
	border-bottom: 1px solid #333333;
	position: relative;
}
.main_page,.sub_page{
	padding:0px;
	margin-top:100px;
	max-width: 100%;
  width: 100%;
}
.swiper-wrapper img{
	/*width: 750px;
	max-width:100%;
  height:450px;*/
  width: 100%;
  max-width: 100%;
  aspect-ratio: 16/9;
}
.icon_area{
	position: relative;
  z-index: 1;
  max-width: 100%;
  padding: 50px 0px 35px 0px;
  margin: 0 auto;
  box-sizing: content-box;
  text-align: left;
  word-break: break-word;
  word-wrap: break-word;
}
.select_date,.select_time,.select_num{
    background: #eee;
    height: 44px;
    display: flex;
    align-items: center;
    color: #000;
    justify-content: center;
    padding: 10px 5px;
    border-radius:10px;
    cursor: pointer;
    font-weight: bold;
    font-size: 20px;
}
.select_date.active,.select_time.active,.select_num.active{
    color:#ee3366;
    /*background:linear-gradient(90deg, #ee3366, #ff7766) center/contain no-repeat;*/
    border:2px solid #ee3366;
    background:#fff;
}
.modal_input[readonly]{
    background-color: #fff;
    opacity: 1;
    font-weight: 900;
    text-align: center;
}
.modal-area{
    top: 50%;
    transform: translateY(-50%) !important;
    margin:0px auto;
}
.modal_span{
    height: 42px;
    line-height: 42px;
    text-align: center;
    background: linear-gradient(90deg, #ee3366, #ff7766) center / contain no-repeat;
    color: #fff;
    font-weight: 700;
    font-size: 20px;
}
.col-md-4.form-control{
  height: 42px !important;
  font-size: 20px;
}
.modal_input{
    width: 50%;
    border-radius: 0px !important;
    border-color:#ee3366;
}
.date_title{
    text-align:center;
    margin-bottom: 20px;
}
.confirm_info{
    padding: 6px 12px !important;
    background: linear-gradient(90deg, #00a24f, #4ec772) center / contain no-repeat;
    border-color:#4ec772;
}
.select_req{
    position: absolute;
    right: 20px;
    top: 58px;
    padding: 6px 12px;
}
.select_warn{
    position: absolute;
    right: 20px;
    top: 30px;
    padding: 4px 12px;
    cursor: none;
    font-size: 22px;
    font-weight: bold;
}
.select_cancel,.select_confirm{
    position: absolute;
    right: 20px;
    top: 78px;
    padding: 4px 12px;
    font-size: 22px;
    font-weight: bold;
}
.icon_ul{
	display: flex;
	justify-content: center;
}
.icon_li{
    margin: 0 17px;
    vertical-align: top;
    text-align: center;
}
.icon_bg:hover{
	-webkit-transform: scale(1.2) rotate(-5deg);
    -moz-transform: scale(1.2) rotate(-5deg);
    transform: scale(1.2) rotate(-5deg);
}
.icon_wrap{
	position: relative;
    word-break: keep-all;
    font-size: 22px;
}
.icon_bg{
	transition-duration: .3s;
	width: 74px;
    height: 60px;
    background-size: contain;
    border-width: 0;
    display: inline-block;
    overflow: hidden;
    margin-bottom: 8px;
    background-repeat: no-repeat;
    background-position: center;
}
.all_bg{
	width: 74px;
}
.country_img{
	width: 60px !important;
	height: 39px !important;
	border-radius: 0px !important;
}
.food_text p .btn{
  font-size:22px;
  font-weight: bold;
  padding: 3px 12px;
}
.food_text a{
    cursor: auto;
}
.main_title{
  padding: 0px 20px;
	font-size: 30px;
  margin-bottom: 20px;
  letter-spacing: -0.4px;
  word-spacing: -0.8px;
  font-weight: bold;
  border-bottom: 1px solid #d1d1d9;
  padding-bottom: 20px;
}
.main_title span{
	color: #e36;
}
.food_img,.story_img{
	margin-bottom: 30px;
    min-height: 530px;
}
.food_img .icon_tag{
    position: absolute;
    top: 20px;
    left: 50px;
    z-index: 9;
}
/*.food_img img{
	width: 100%;
    height: auto;
    border-radius: 20px;
    object-fit: cover;
    transform: scale(1);
    -webkit-transition: transform .3s;
    transition: transform .3s;
    image-rendering: -webkit-optimize-contrast;
}
.food_img img:hover,.story_img img:hover{ 
	opacity: 0.8;
	-webkit-transform: scale(1.05); 
	transform: scale(1.05); 
}*/
.food_img .hover_area img{
  width: 100%;
    height: auto;
    border-radius: 20px;
    object-fit: cover;
    /*transform: scale(1);
    -webkit-transition: transform .3s;
    transition: transform .3s;
    image-rendering: -webkit-optimize-contrast;*/
}
.food_img .hover_area{
    position: relative;
    padding: 0px 20px;
}
.food_img .hover_area::before{
    content: attr(data-text);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 20px;
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    display: flex;
    font-weight: bold;
    font-size: 18px;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}
.food_img .hover_area:hover::before {
    opacity: 1;
}


.food_text{
	margin-top: 20px;
  margin-left: 20px;
}
.food_text b{
	letter-spacing: -1px;
	color: #333;
	margin-bottom: 8px;
	font-size: 24px;
}
.food_text span{
	color: #a8a7a7;
	font-weight: 700;
	letter-spacing: -1px;
	font-size: 24px;
}
.food_text span img{
	width: 42px;
    height: 42px;
    position: relative;
    left: -10px;
}
.food_icon_text{
	margin: 0px 10px 0px -20px;
}
.food_icon_area{
	position: relative;
    top: -10px;
}
.center_banner{
    margin-bottom: 40px;
}
.center_banner img{
	width: 100%;
    margin-bottom: 20px;
}
.cate_ul{
	display: flex;
  flex-wrap: wrap;
	text-align: left;
	border-bottom: 2px solid #eaeaea;
	margin: 0px 20px;
}
.cate_ul li{
   margin-right: 10px;
   font-size: 22px;
   line-height: 18px;
   font-weight: bold;
   color: #acacac;
   padding:0px 5px 10px 5px;
}
.cate_ul > .active,.cate_ul li:hover{
	color: #e36;
	border-bottom: 2px solid #e36;
	cursor: pointer;
}
.cate_ul .active a{
	color: #e36;
}
.cate_ul a{
	color: #acacac;
}
.cate_title{
	margin: 45px 0px 45px 10px;
}
.cate_title_left{
	font-size: 24px;
    line-height: 24px;
    font-weight: 700;
    text-align: left;
}
.cate_title_left img{
	margin-top:-4px;
}
.cate_title_left .form-control{
	display: inline-flex;
	width: auto;
	border-radius: 20px;
	position: relative;
    top: -5px;
    font-size: 22px;
    height:50px;
}
.modal-footer .btn{
  font-size: 22px;
  font-weight:bold;
  padding: 6px 16px !important;
}
.cate_title_right{
	float: right;
	margin-top: -5px;
      margin-right: 15px;
}
.cate_title_right .form-control{
  font-size: 22px;
    height:50px;
    padding: 6px 8px;
}
.cate_sort{
	display: flex;
}
.cate_sort li{
	padding:0px 5px;
	font-weight: bold;
	color: #acacac;
	font-size: 16px;
}
.cate_sort > .active a,.cate_sort li:hover{
	color: #e36;
}
.detailSwiper{
	margin-bottom: 50px;
}
.detailSwiper img{
	height:400px;
	width: 750px;
	max-width:100%;
}
.detail_maintitle{
	font-size: 40px;
    margin-bottom: 20px;
    letter-spacing: -0.4px;
    word-spacing: -0.8px;
    font-weight: bold;
}
.detail_title{
	font-size: 34px;
    margin-bottom: 20px;
    letter-spacing: -0.4px;
    word-spacing: -0.8px;
    font-weight: bold;
}
.detail_subtitle{
	font-size: 28px;
    margin-bottom: 20px;
    letter-spacing: -0.4px;
    word-spacing: -0.8px;
    font-weight: bold;
}
.detail_subtitle b{
	width: 140px;
    display: inline-block;
}
.detail_title span,.detail_maintitle span    {
	color: #e36;
}
.detail_content{
	padding:0px 15px;
}
.sc-item {
    position: relative;
    height: 100px;
    font-weight: bold;
}
.calendar_container{
  overflow: initial !important;
}
.calendar_container .calendar_header{
	width: 100%;
}
.calendar_container .calendar_content{
    height:calc( 100% - 100px )  !important;
    width: 100%;
    margin-top: 0px;
}
.calendar_container .calendar_content .calendar_row .calendar_cell {
    padding-bottom: 10px !important;
}
.sc-week-item{
  background:none;
}
.calendar_header_content{
	display:block !important;
	margin-bottom: 50px;
}
.calendar_left_icon{
	width: 30px;
    height: 30px;
    display: inline-block;
    border-radius: 50%;
    font-size: 24px !important;
    border: 1px solid #dcdcdc;
    text-align: center;
    color: #000;
    float: right !important;
    margin-right: 60px !important;
    line-height: 24px !important;
}
.calendar_right_icon{
	width: 30px;
    height: 30px;
	display: inline-block;
	border-radius: 50%;
	font-size:24px !important;
	border:1px solid #dcdcdc;
	text-align: center;
	color: #000;
	float: right !important;
    margin-right: -65px !important;
	line-height:24px !important;
}
.sc-calendar{
    width: 100%;
    height:450px !important;
    margin-right:0px !important;
    float:none;
    border:none;
}
.swiper-slide{
  max-width:100% !important;
}
.calendar_container .calendar_content {
    font-size: 28px !important;
}
.sc-week{
    height:80px;
}
.sc-week-item{
    padding:5px 0;
    border:none;
    text-align: left;
    font-weight: 700;
    border: none;
    font-size: 28px;
    line-height: 26px;
    letter-spacing: -0.3px;
    word-spacing: -0.6px;
    word-wrap: break-word;
    word-break: keep-all;
    display: flex;
    align-items: center;
    height: 80px;
}
.sc-header{
    margin-bottom:0;
}
.calendar_container .calendar_header
{
    height:auto !important;
    margin-top:20px;
    line-height: 26px !important;
}
.calendar_container
{
    /*overflow:initial !important;*/
}
.calendar_right_icon
{
    font-size:13px;
    margin-left : 15px;
    font-weight:bold;
    cursor:pointer;
}
.calendar_header_date
{
    font-size:28px;
    color:#000;
    font-weight: bold;
    letter-spacing: -0.6px;
    word-spacing: -0.6px;
    word-wrap: break-word;
    word-break: keep-all;
}
.calendar_left_icon
{
    font-size:13px;
    margin-right : 15px;
    font-weight:bold;
    cursor:pointer;
}
.calendar_cell
{
	text-align: left;
	border:none;
    float:none;
    padding:0px;
    cursor:pointer;
}
#container{
	justify-content: center;
    display: contents;
}
.btn_area{
	position: relative;
  margin-top: 320px;
}
.btn_area p{
	font-size: 26px;
	font-weight: bold;
	margin-bottom: 10px;
}
.btn_cirle{
	width: 40px;
    height: 40px;
    display: inline-block;
    border-radius: 50%;
    background: #e36;
    text-align: center;
    color: #fff;
    margin-right: 5px;
}
.notice_btn_cirle{
	width: 15px;
    height: 15px;
    display: inline-block;
    border-radius: 50%;
    border-color: #fff;
    background: #49707d;
    text-align: center;
    color: #fff;
    margin-right: 5px;
}
.notice_btn{
	font-size: 22px;
	line-height: 40px;
	font-weight: 700;
	color: #fff;
	padding: 0px 10px;
	background-color: #49707d;
	margin-right:10px;
}
.notice_btn:hover,.apply_btn:hover,.faq_btn:hover{
	color: #fff;
	opacity: 0.5;
}
.apply_btn{
	font-size: 24px;
	line-height: 32px;
	font-weight: 700;
	background: linear-gradient(90deg, #ee3366, #ff7766) center/contain no-repeat;
	border: 1px solid #e36;
	color: #fff;
	padding: 10px 12px;
	width: 100%;
}
.faq_btn{
	width: 100%;
	font-size: 28px;
	line-height: 32px;
	font-weight: 700;
	background: linear-gradient(90deg, #ee3366, #ff7766) center/contain no-repeat;
	border: 1px solid #e36;
	color: #fff;
	padding: 10px 12px;
}
.detail_info{
	margin: 50px 0px 20px 0px;
}
.content_text{
	font-size: 28px;
    line-height: 28px;
    letter-spacing: -0.3px;
    word-spacing: -0.6px;
    font-weight: 700;
    padding:20px 0px;
    word-wrap: break-word;
    word-break: keep-all;
	/*border-top:1px solid #d1d1d9;*/
}
.content_text_01 span{
	color:#e36;
}
.content_text_02 {
    border-radius: 10px;
    border: 1px solid #d1d1d9;
    background-color: #fafafc;
    color: #667;
    font-size:24px;
    transition-duration: .1s;
    padding: 20px;
    max-width: 100%;
    margin-top: 10px;
}
.content_text_03{
	font-size: 24px;
	line-height: 18px;
	padding: 22px 0px 15px 0px;
}
.btn_green{
	display: inline-block;
    position: relative;
    vertical-align: middle;
    padding: 10px 12px;
    margin-right: 3px;
    margin-bottom: 6px;
    border-radius: 8px;
    background: linear-gradient(90deg, #00694a, #00a24f) center / contain no-repeat;
    color: #fff;
    font-weight: 700;
}
.btn_red{
  display: inline-block;
    position: relative;
    vertical-align: middle;
    padding: 10px 12px;
    margin-right: 3px;
    margin-bottom: 6px;
    border-radius: 8px;
    background: linear-gradient(90deg, #ee3366, #ff7766) center/contain no-repeat;
    color: #fff;
    font-weight: 700;
}
.content_text img {
    width: 20px;
    height: 20px;
    margin-top: -5px;
}
.title_more {
    float: right;
    font-size: 24px;
}
.detail_info_last{
	border-bottom: 1px solid #d1d1d9;
}
.notice_title{
	font-size: 28px;
    line-height: 50px;
    letter-spacing: -1.2px;
    word-spacing: -1px;
    font-weight: 700;
    margin: 20px 0px;
    text-align: center;
}
.notice_subtitle{
	font-size: 28px;
    line-height: 32px;
    letter-spacing: -0.4px;
    word-spacing: -0.8px;
    font-weight: 700;
    margin: 20px 0px;
    text-align: center;
}
.notice_q_area{
	padding: 30px 0px;
}
.notice_q{
	font-size: 30px;
    line-height: 38px;
    font-weight: 700;
    margin-bottom: 30px;
    text-align: left;
}
.notice_q span{
	color: #e36;
}
.notice_q_text{
	font-size: 28px;
    line-height: 38px;
    font-weight: 700;
    text-align: left;
    padding: 20px 0px 50px 0px;
}
.notice_q_text01{
	font-size: 28px;
    line-height: 38px;
    font-weight: 700;
    text-align: left;
    padding: 0px 0px 50px 0px;
}
.notice_q_text span,.notice_q_text01 span{
	color: #f76;
	text-decoration: underline;
    text-decoration-style: wavy;
    text-decoration-color: #d1d1d9;
}
.notice_q_text02{
	font-size: 28px;
    line-height: 38px;
    font-weight: 700;
    text-align: left;
    padding: 0px 0px 30px 0px;
}
.apply_title{
	font-size: 24px;
	font-weight: 700;
	padding-bottom: 20px;
}
.apply_subtitle{
	font-size: 20px;
	font-weight: 700;
	padding-bottom: 20px;
	border-bottom: 1px solid #d1d1d9;
}
.check_area{
	font-weight: 700;
	font-size: 16px;
}
.form-check:first-child{
	margin-top: 30px !important;
}
.form-check{
	margin-top: 20px !important;
}
label{
	margin-left: 10px;
}
form-check-label span{
	color:#e36;
}
.apply_check{
	width: 22px;
	height: 22px;
}
.form-control{
	height: 36px;
    border-radius: 10px;
    margin-bottom: 5px;
}
.form-control-span{
	color:#e36;
	font-weight: 700;
}
.modal-footer{
	text-align: center;
}
#apply_form{
	border-top: 1px solid #d1d1d9;
	margin-top: 30px;
	padding-top: 30px;
}
#apply_action{
	vertical-align: middle;
	padding:10px 50px;
    font-size: 18px;
    background:#4ec772;
    border-color:#4ec772;
}
#apply_action img{
	margin-top: -6px;
	width: 48px;
	height: 48px;
}
#apply_action:hover,.img_area:hover{
	opacity: 0.6;
}
.right_apply{
	border-bottom: none;
}
.right_apply_sed{
	border-bottom: none;
	margin-top: 30px;
} 
input.form-check-input[type="checkbox"] {
    -webkit-appearance: none;
    outline: none;
    border-radius: 2px;
    border: 1px solid #fff;
    background: #d1d1d9; 
    position: relative;
}
input.form-check-input[type="checkbox"]:checked {
    background-color: #e36;
}
input.form-check-input[type="checkbox"]:checked::after {
    content: "✔";
    display: block;
    width: 15px;
    height: 15px;
	font-size:18px;
    position: absolute;
    color:#fff;
    left:3px;
	bottom:7px;
}
.notice_page{
	margin: 0px 20px;
}
.notice_info {
    border: 1px solid #d1d1d9;
    margin-bottom: 20px;
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    max-width: 100%;
}
.notice_info:hover{
	box-shadow: 0 2px 8px rgba(0,0,0,.3);
	text-align: left;
}
.notice_info:last-child{
	margin-right: 0px;
}
.notice_info_title{
	font-size: 18px;
	line-height: 28px;
	letter-spacing: -0.3px;
	word-spacing: -0.6px;
	font-weight: 700;
}
.notice_info_title span{
	color:#3576D7;
}
.notice_info_dec{
	font-size: 16px;
	line-height: 22px;
	letter-spacing: -0.2px;
	word-spacing: -0.3px;
	word-wrap: break-word;
	word-break: keep-all;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	color: #99a;
	font-weight: 700;
}
.notice_info a:hover{
	color:#000;
	cursor: pointer;
}
.notice_list{
	padding: 0px;
}
.li_subtitle p{
	margin:0px !important;
}
.faq_list>ul>li a:hover{
	cursor: pointer;
}
.notice_list>ul>li{
	padding:30px 0px;
	border-bottom: 1px solid #d1d1d9;
}
.li_time,.li_subtitle{
	font-size: 20px;
	/*line-height: 26px;*/
	letter-spacing: -0.2px;
	word-spacing: -0.3px;
	word-wrap: break-word;
	word-break: keep-all;
	color: #99a;
	font-weight: 700;
}
.subtitle_color{
	color: #fff;
}
.drop_col{
	background: #8c8c8c;
	padding: 10px;
}
.faq_li_title{
    background:#010101;
    color: #fff;
    text-align: left;
    padding:10px 20px;
    border-radius: 15px;
}
.q_title{
    font-size: 26px;
    margin-right: 10px;
}
.faq_col{
    margin-top: 10px;
    border-radius: 15px;
    background:#fff;
    color: #000;
    padding:20px;
    border: 1px solid #ccc;
}
.faq_col_1{
    padding-right: 0px;
}
.faq_col_11{
    padding: 0px;
    margin-left: -15px;
}
.li_title,.notice_detail_title a{
	font-size: 24px;
	line-height: 28px;
	letter-spacing: -0.3px;
	word-spacing: -0.6px;
	word-wrap: break-word;
	word-break: keep-all;
	font-weight: 700;
}
.notice_head{
	margin-top: 50px
}
.submit_btn {
    width: 100%;
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
    background: linear-gradient(90deg, #ee3366, #ff7766) center/contain no-repeat;
    border: 1px solid #e36;
    color: #fff;
    padding: 10px 12px;
    border-radius: 20px;
    margin:20px 0px;
}
.contact_colum .help-block {
    top: 0px;
    position: static;
    margin: 0px auto;
    margin-left: 3px;
    color: #e36;
    font-size: 16px;
    font-weight: 700;
}
.user_head{
	display: inline-flex;
	padding-bottom:20px;
}
.user_head img{
	border-radius: 50%;
	width: 76px;
	height: 76px
}
.user_head_text{
	vertical-align: middle;
	margin-left: 20px;
	font-size: 24px;
	line-height: 38px;
	letter-spacing: -0.4px;
	word-spacing: -0.8px;
	font-weight:700;
}
.user_center_title{
	font-size: 32px;
	line-height: 40px;
  letter-spacing: -1px;
  word-spacing: -0.9px;
  font-weight: 700;
  padding-left: 15px;
}
.animate_right{
    animation: 1s mypageTabBracket infinite alternate linear;
    transition: .3s;
    transform: translateX(0);
}
.user_center_subtitle{
	font-size: 30px;
    line-height: 26px;
    letter-spacing: -0.3px;
    word-spacing: -0.6px;
    font-weight: bold;
    margin-top: 50px;
}
.active{
	color: #e36;
}
.user_nav .active,.user_center_subtitle.active,.cate_li_name.active{
    color: #00c0ff;
}
.user_center_subtitle img{
	float: right;
	margin-right: 50px;
}
.user_center_line{
	font-size: 40px;
    line-height: 40px;
    letter-spacing: -1.2px;
    word-spacing: -1px;
    font-weight: 700;
    margin: 20px 0px 30px 0px;
}
.user_center_line span{
	font-size: 20px;
	vertical-align:super;
    letter-spacing: 1px;
    color: #000;
    float: right;
    font-weight: 700;
    line-height: 28px;
}
.my_page_btn{
	font-size: 14px;
	width: 28%;
	padding: 2px;
	border-radius: 10px;
}
.img_area{
	display: inline-flex;
	padding:30px 0px;
	border-bottom: 1px solid #d1d1d9;
	width: 100%;
	padding-right: 100px;
}
.img_area img{
	border-radius: 10px;
	width: 90px;
	height: 90px;
}
.img_text{
	text-align:left;margin-left:20px;
}
.status_btn{
	border-radius: 20px;
	padding:2px 8px;
	background:linear-gradient(90deg, #888, #999);
	color:#fff;
	font-size: 12px;
	line-height: 20px;
	letter-spacing: 0px;
	word-spacing: -0.2px;
	word-wrap: break-word;
	word-break: keep-all;
}
.img_title{
	margin:8px 0px;
	font-size: 22px;
	line-height: 28px;
	letter-spacing: -0.3px;
	word-spacing: -0.6px;
	font-weight: 700;
  word-wrap: break-word;
}
.img_time{
	font-size: 20px;
	line-height: 20px;
	letter-spacing: -0.3px;
	word-spacing: -0.6px;
	font-weight: 700;
	color: #9d9d9d;
}
.my_page_cate{
	padding: 0px;
}
.cate_li{
	text-align: left;
	font-size: 16px;
	line-height: 28px;
	font-weight:700;
	letter-spacing: -0.3px;
	word-spacing: -0.6px;
	margin-bottom: 20px;
}
.cate_li img{
	width: 32px;
	height: 22px;
}
.cate_li_name{
	height: 32px;
	display: inline-block;
	vertical-align: middle;
	line-height: 32px;
	margin-left: 5px;
}
@keyframes mypageTabBracket {
  0% {
    -webkit-transform: translateX(-13%);
    -moz-transform: translateX(-13%);
    transform: translateX(-13%);
  }
  100% {
    opacity: .3;
    -webkit-transform: translateX(13%);
    -moz-transform: translateX(13%);
    transform: translateX(13%);
  }
}
footer {
	background-color: #F8F6F6;
	color: #fff;
	padding: 80px 10px 40px;
	width: 100%;
	overflow: hidden;
}
footer .container{
	width: 100%;
}
footer .info {
	/*padding-top: 30px;*/
	width: 700px;
}
footer .info:after {
	content: '';
	display: table;
	clear: both;
}
footer .info p{
	width: 700px;
	float: left;
	font-size: 25px;
	margin: 0;
	line-height: 40px;
	letter-spacing: -1px;
	font-weight: 300;
}
footer .info p:nth-child(4) {
	padding-bottom: 20px;
}
footer .navi {
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
	padding: 15px 0;
	margin-top: 30px;
	margin-bottom: 30px;
}
footer .navi a {
	color: #fff;
	border-right: 1px solid #333;
	padding-right: 4px;
	margin: 17px 5px;
	font-size: 20px;
	font-weight: 200;
}
footer .navi a:last-child {
	border: none;
	padding-right: 0;
	margin-right: 0;
}
footer .copyright {
	font-size: 20px;
	font-weight: 300;
	text-align: center;
	display: flex;
	justify-content: center;
}
.footer_li{
    margin-bottom: 16px;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: -0.2px;
    word-spacing: -0.3px;
    word-wrap: break-word;
    word-break: keep-all;
    font-weight: bold;
}
.footer_li a {
    color: #99a;
}
.footer_img{
  width: 40px;
  height: 40px;
}
.footer_img:hover{
  background: #F8F6F6;
  opacity: 0.6;
}
.footer_logo span{
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0px;
  word-spacing: -0.2px;
  word-wrap: break-word;
  word-break: keep-all;
  padding-left: 5px;
  color: #99a;
}
.btn-primary, .btn-primary:hover {
    background: #333;
    border: 1px solid #333;
}
.pop_index {
  position: fixed;
  z-index: 9999;
  width:100%;
  height: auto;
  display: none;
  flex-direction: column;
  left: 0px; 
  top: 90px; 
}
.pop_index h4{
  background: #fff;
  margin:0px;
  padding:30px 0px 10px 0px;
  text-align: center;
}
.pop_index.show {
  display: flex!important;
} 
.pop_index img {
    max-width: 100%;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
}

.pop_index_bottom {
    width: 100%;
    float: left;
    text-align: right;
    background-color: #000000;
    padding-right: 10px;
    line-height: 35px;
    box-sizing: border-box;
    padding-left: 10px;
    margin-top: -10px;
    z-index: 99;
    position: relative;
}
.pop_index_bottom > .close_btn {
    color: #fff;
    font-size: 18px;
    cursor: pointer;
    float: right;

}
.pop_index_bottom > .left_content {
    color: #fff;
    font-size: 18px;
    cursor: pointer;
    float: left;

}
.pop_index_bottom > .left_content  > .checkbox, .radio{
    margin: 0px;
}
.pop_index_bottom > .left_content  input{
    margin-top: 11px;
}
.info b{
  line-height: 30px;
  color: #99a;
  font-size: 20px;
}
.info span{
  color: #99a;
}
.rule_info{
  margin: 30px 0px 20px 0px;
}
.rule_info a{
  margin-right: 20px;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: -0.2px;
  word-spacing: -0.3px;
  word-wrap: break-word;
  word-break: keep-all;
  font-weight: bold;
  color:#99a;
}
.rule_info a:hover{
  background: #F8F6F6;
  opacity: 0.6;
  color: #99a;
  cursor: pointer;
}
.main-contact {
	position: fixed;
	z-index: 9999;
	bottom: 50px;
	right: 20px;
}

.wrap-sticky nav.navbar.bootsnav {
	transition: 1s ease;
	background-color: rgba(0,0,0,0);
}
.wrap-sticky nav.navbar.bootsnav.sticked {
	background-color: rgba(0,0,0,0.8);
	backdrop-filter: blur(3px);
}
.wrap-sticky nav.navbar.bootsnav.sticked:after {
	top: 118px;
}

.wrap-sticky nav.navbar.bootsnav.sub {
	background-color: rgba(255,255,255,0);
}
.wrap-sticky nav.navbar.bootsnav.sub.sticked {
	background-color: rgba(255,255,255,0.9);
}
table {
	width: 100%;
}

table tr td:not(:last-child){
	border-right: 1px solid #ccc;
}
table thead tr{
	background-color: #000;
}
table thead tr td {
	color: #fff;
	font-weight: 400;
	line-height: 46px;
}
table tr td {
	text-align: center;
	font-size: 21px;
	font-weight: 500;
	line-height: 30px;
	border-bottom: 1px solid #ccc;
	padding: 20px 0;
}

 table tbody tr td:nth-child(2){
	font-weight: 300;
}
 table thead tr td:first-child {
	border-top-left-radius: 15px;
}
table thead tr td:last-child {
	border-top-right-radius: 15px;
}
table thead tr td {
	padding: 0;
}
table tr td i {
    width: 10px;
    height: 10px;
    background-image: url(../images/arrow-right.png);
    display: inline-block;
    background-position: center;
    background-repeat: no-repeat;
    margin: 2px 10px;
}

table tr td a {
	display: inline-block;
	font-size: 16px;
	font-weight: 500;
	background-color: #fff;
	border: 1px solid #000;
	width: 155px;
	padding-left: 20px;
	text-align: left;
	height: 36px;
	line-height: 36px;
	border-radius: 25px;
	background-image: url(../images/arrow-right-a.png);
	background-repeat: no-repeat;
	background-position: 115px -36px ;
}
table tr td a:hover {
	background-color: #ff2b3f;
	border-color: #ff2b3f;
	color: #fff;
	background-position: 115px 0px ;
}
 table tr td b {
	color: #ff2b3f;
}
table tbody.radio-group tr td  i {
	width: 30px;
	height: 50px;
	background-image: url('../images/checkbox.png');
	background-position: bottom;
	position: relative;
}
table tbody.radio-group tr.active td  i {
	background-position: top;
}
.form-textarea {
	border-bottom: 1px solid #ccc;
}
.form-textarea textarea {
	width: 450px;
	height: 240px;
	border-radius: 15px;
	margin: 18px 38px;
	background-color: #f6f6f6;
	border: none;
	box-shadow: none;
}
.main_content{
  margin-top: 100px;
  width: 100%;
  max-width: 100%;
  padding: 0px;
  text-align: center;
}
.main_content .one_part{
  padding: 50px;
  background-image: url(/resource/home/ko/assets/images/advertiser_bg.png);
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
  margin: 0px; 
}
.main_content .one_part .title{
  font-size: 26px;
  color: #444444;
  font-weight: bold;
}
.main_content .one_part .subtitle{
  font-size: 26px;
  color: #444444;
  font-weight: bold;
}
.main_content .one_part .dec{
  font-size: 22px;
  color: #444444;
  font-weight: 500;
}
.main_content .one_part .red{
  color: #e50005;
}
.main_content .one_part .one_part_line{
  height: 50px;
  border-left: 4px solid #000;
  width: 4px;
  margin: 20px;
  position: relative;
  left: 45%;
}
.main_content .two_part{
  margin: 0px;
  margin-top: 30px;
}
.main_content .two_part .title{
  font-size: 22px;
  color: #000;
  font-weight: bold;
}
.main_content .two_part .subtitle{
  font-size: 26px;
  color: #000;
  font-weight: bold;
  margin-bottom: 20px;
}
.main_content .two_part .ul-area{
  margin-top: 50px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.main_content .two_part .ul-area li .ul_title{
  font-size: 26px;
    font-weight: bold;
    color: #fff;
    background: #03c75a;
    padding: 8px 70px;
    border-radius: 10px;
}
.main_content .two_part .ul-area .ul_content{
    text-align: left;
    background:#fff;
    border-radius: 10px;
    min-height: 130px;
}
.main_content .two_part .ul-area .ul_content .ul_text{
    font-size: 20px;
    font-weight: bold;
    color: #000;
    padding: 15px 0px 0px 10px;
}
.main_content .two_part .ul-area .ul_content .ul_icon{
    text-align: right;
    padding: 10px 10px 10px 0px;
}
.main_content .two_part .ul-area li:last-child .ul_content .ul_icon{
    text-align: right;
    padding: 40px 10px 10px 0px;
}
.main_content .two_part .naver_img_area {
    position: relative;
    margin: 20px 0px;
}
.main_content .two_part .adver_second_subtitle{
  font-size: 26px;
    font-weight: bold;
    color: #000;
    margin-bottom: 40px;
}
.three_part .title,.three_part .subtitle1{
  font-size: 26px;
    font-weight: bold;
    color: #000;
}
.three_part .title span{
  color: #e50055;
}
.three_part .subtitle1 span{
  color: #03c75a;
}
.three_part .swiper_area{
  margin: 30px 0px;
}
.three_part .swiper_area .swiper_area_wrapper img {
  width: auto;
  height: auto;
    max-width: 100%;
    border-radius: 10px;
}
.four_part{
  margin: 0px;
  margin-top: 30px;
  padding: 30px 0px;
  background-image: url(/resource/home/ko/assets/images/fourth_bg.png);
    width: 100%;
    height: auto;
    background-size: contain;

}
.four_part .title{
  font-size: 26px;
    font-weight: 500;
    color: #fff;
    margin-top: 30px;
}
.four_part .subtitle{
  font-size: 32px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 20px;
}
.five_part{
  padding: 50px 0px;
  background-image: url(/resource/home/ko/assets/images/fiveth_bg.png);
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    margin: 0px;
}
.five_part .title{
  font-size: 26px;
    font-weight: bold;
    text-align: center;
    color: #000;
}
.five_part .part_one,.five_part .part_two{
  background:#fff;
  border-radius: 10px;
    margin: 0px 70px;
    margin-top: 20px;
    padding: 20px;
    max-width: 100%;
}
.five_part .part_one .title{
  font-size: 26px;
    font-weight: bold;
    text-align: center;
    color: #000;
}
.five_part .part_one .title span{
  color: #e50055;
}
.five_part .part_one .colum_row{
  text-align: left;
  margin-top: 20px;
}
.five_part .part_one .colum_row .colum_title{
  font-size: 22px;
    font-weight: 500;
    color: #000;
}
.five_part .part_one .colum_row .colum_title span{
  color: #e50055;
}
.five_part .part_one .colum_row .colum_title b{
  font-size: 18px;
    font-weight: 500;
    color: #696969;
    float: right;
}
.five_part .part_two .part_two_title{
  font-size: 22px;
    font-weight: 500;
    color: #000;
    text-align: left;
}
.five_part .part_two .part_two_title span{
  color: #e50055;
}
.five_part .part_two .part_two_subtitle{
  font-size: 18px;
    font-weight: 500;
    color: #696969;
    text-align: left;
}
.five_part .part_two .radio_list{
  text-align: left;
  display: grid;
  margin: 20px 0px;
}
.five_part .part_two .radio_list .radio_li {
    font-size: 22px;
    color: #000;
    font-weight: 500;
    padding-left: 10px;
}
.five_part .part_two .radio_list .radio_li input[type="checkbox"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 20px !important;
    height: 20px;
    border-radius: 50%;
    outline: none;
    transition: border-color 0.3s;
    padding-right: 0px;
    position: relative;
    right: 10px;
    top: 2px;
    border: 2px solid #ffd9e2;
}
.five_part .part_two .radio_list .radio_li input[type="checkbox"]:focus {
  outline: none;
  outline-offset: none;
}
.five_part .part_two .radio_list .radio_li input[type="checkbox"]:checked {
    border-color: #ffd9e2;
    background-color: #ffd9e2;
    border: 2px solid #ffd9e2;
}
.five_part .part_two .radio_list .radio_li b {
    font-size: 23px;
    color: #ffd9e2;
    font-weight: 500;
    float: right;
    padding-right: 40px;
}
.five_part .form_input .form_textarea {
    width: 100%;
    border-color: #ffd9e2;
    border-radius: 10px;
    margin-top: 5px;
}
.five_part .part_one .colum_row .form_input .help-block,.five_part .part_two .form_input .help-block{
  top:auto;
  margin-top: 0px;
  color: #e50005;
}
.five_part .part_two .radio_list .radio_li .form-control-feedback{
  display: block;
  color: #e50005;
}
.five_part .part_two .radio_list .radio_li .form-control-feedback.glyphicon-ok{
  color: #03c75a;
}
.btn-submit-adver {
    margin-top: 30px;
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    background: #e50055;
    padding: 10px 80px;
    border-radius: 30px;
    text-align: center;
}
