a:focus { outline:none; text-decoration:none }
a { text-decoration:none }
a:hover { text-decoration:none }
ul,li {list-style:none; padding:0; margin:0}

.fl {float:left}
.fr {float:right}

.container {
  padding-right: 0px;
  padding-left: 0px;
  margin-right: auto;
  margin-left: auto;
}

.inBasket{
	padding-left:20px;
	padding-right:20px;
	list-style:none;
}
.inBasket li{
	padding-top:10px;
	padding-bottom:10px;
	border-bottom:1px solid #ccc;
}
.inBasket li select{
	margin-top:7px;
	margin-bottom:0;
}

.s {
    text-decoration: line-through;
}
.s1 {
	text-decoration: none;
    color: #cc0000;
    font-weight: normal;
    margin-bottom: 5px;
}
.s2 {
	display: block;
    width: 100%;
    font-size: 12px;
    text-decoration: none;
    font-weight: bold;
    font-size: 14px;
}


  .footer_logo {background-color:#3c3b45; overflow:hidden;   border-top: 1px solid #46464f}
  .footer_logoIn {width: 1100px; margin: 0 auto;}
  .footer_logoIn ul { display:flex; }
  .footer_logoIn ul li { display:flex; align-items:center; min-width:170px; height:60px; text-align:center; }
  .footer_logoIn ul li img { display:block; }




@media (min-width: 768px) {
  .container {
    width: 1080px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 1080px;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1080px;
  }
}

  .modal-dialog {
    margin: 170px auto;
  }

.searchbox {
	border:3px solid #007dd8;
	border-right:0px;
	padding:7px;
	width:100%;
	height:47px;
	font-weight:bold;
	font-size:16px;
}
.search_text { 
	position: relative;
}

input {
  outline: none;
}

#title { width:100%; min-width:1080px; }
#menu { width:100%; }
#menu.search { height:120px; }
#menu.line { height:50px;background-color:#0079c2;border-top:0px solid #f3f3f5;border-bottom:0px solid #d1d8e4; }
#service { background-color:#F5EEE8;/*padding-bottom:13px;*/min-height:750px; }
#footer { background-color:#f3f4f8; }

.price_temp {text-decoration:line-through;margin-bottom:0px;font-size:12.5px}
.price {color:red;}

.shop__slideshow {
  margin-top: 0px;
  margin-bottom: 0px;
}
.shop__slideshow .carousel-inner .item__container {
  display: table;
  width: 100%;
  height: 100%;
}
.shop__slideshow .carousel-inner .item-container__inner {
  display: table-cell;
  vertical-align: middle;
}
.shop__slideshow .carousel-inner .item {
  width: 100%;
  height: 400px;
}
.shop__slideshow .carousel-inner .item_1 {
  background: url(../img/main_banner_01.png) no-repeat center center / cover;
}
.shop__slideshow .carousel-inner .item_2 {
  background: url(../img/mainbanner3.jpg) no-repeat center center / cover;
}
.shop__slideshow .carousel-inner .item_3 {
  background: url(../img/mainbanner2.jpg) no-repeat center center / cover;
}
.shop__slideshow .carousel-inner .item_4 {
  background: url(../img/mainbanner1.jpg) no-repeat center center / cover;
}
.shop-slideshow__heading {
  margin: 0 0 20px 0;
  font-family: 'Questrial', sans-serif;
  font-size: 46px;
  line-height: 1.2;
  color: white;
}
.shop-slideshow__subheading {
  margin-bottom: 30px;
  font-family: 'Questrial', sans-serif;
  font-size: 20px;
  line-height: 1.5;
  color: white;
}
.shop-slideshow__btn {
  border: 2px solid white;
  border-radius: 0;
  color: white;
  font-weight: 600;
}
.shop-slideshow__btn:hover,
.shop-slideshow__btn:focus {
  color: #333333;
  background-color: white;
}
@media (max-width: 767px) {
  .shop__slideshow .carousel-inner .item {
    height: 400px;
    padding: 0 30px;
    text-align: center;
  }
  .shop-slideshow__heading {
    font-size: 32px;
  }
  .shop-slideshow__subheading {
    font-size: 16px;
  }
}
/* Carousel controls */
.shop-slideshow__control {
  display: block;
  position: absolute;
  top: 50%;
  left: 10px;
  width: 30px;
  height: 70px;
  opacity: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: opacity .3s;
       -o-transition: opacity .3s;
          transition: opacity .3s;
}
.shop-slideshow__control:hover {
  opacity: 1 !important;
}
.shop-slideshow__control[data-slide="next"] {
  left: auto;
  right: 10px;
}
.shop__slideshow:hover .shop-slideshow__control {
  opacity: .3;
}

.category{
  padding:0;
}

header {
  position: absolute;
  width: 100%;
  left: 0;
  top: 150;
  z-index: 10;
}

.navbar-default {  
  border-bottom:1px solid #d1d8e4;
  letter-spacing:-1px;
  Background-color:white;
}

.navbar-default .navbar-nav > li > a {
  height: 45px;
  border-bottom:3px solid Transparent;
  padding-top:12px;
}
.is-sticky .navbar-default .navbar-nav > li > a {
  color:white;
}

.nav > li > a:hover, .nav > li > a:focus {
	background-color:Transparent;
}

.navbar-default .nav > li > a:hover {
  color:black;
  font-weight:bold;
  border-bottom:3px solid #ffb700;
}
.navbar-default2 .nav > li > a:hover {
  color:black;
  font-weight:bold;
  border-bottom:3px solid #01c1ff;
}
.navbar-default3 .nav > li > a:hover {
  color:black;
  font-weight:bold;
  border-bottom:3px solid #cc1aba;
}
.navbar-default4 .nav > li > a:hover {
  color:black;
  font-weight:bold;
  border-bottom:3px solid #d81a0e;
}


.navbar-default2 {  
  border-bottom:1px solid #d1d8e4;
  letter-spacing:-1px;
  Background-color:white;
}

.navbar-default2 .navbar-nav > li > a {
  height: 48px;
  border-bottom:3px solid Transparent;
  padding-top:12px;
  color:#777777;
}
.is-sticky .navbar-default2 .navbar-nav > li > a {
  color:white;
}
.navbar-default3 {  
  border-bottom:1px solid #d1d8e4;
  letter-spacing:-1px;
  Background-color:white;
}

.navbar-default3 .navbar-nav > li > a {
  height: 48px;
  border-bottom:3px solid Transparent;
  padding-top:12px;
  color:#777777;
}
.is-sticky .navbar-default3 .navbar-nav > li > a {
  color:white;
}
.navbar-default4 {  
  border-bottom:1px solid #d1d8e4;
  letter-spacing:-1px;
  Background-color:white;
}

.navbar-default4 .navbar-nav > li > a {
  height: 48px;
  border-bottom:3px solid Transparent;
  padding-top:12px;
  color:#777777;
}
.is-sticky .navbar-default4 .navbar-nav > li > a {
  color:white;
}

header .is-sticky nav.navbar {
  background:#333333;
}

header .is-sticky nav.navbar li.active a {
  color: #3a3a3a;
  font-weight:bold;
}

header .is-sticky nav.navbar .navbar-default .navbar-nav > li > a {
  height: 45px;
  border-bottom:3px solid Transparent;
  padding-top:12px;
}
header .is-sticky nav.navbar .navbar-default2 .navbar-nav > li > a {
  height: 45px;
  border-bottom:3px solid Transparent;
  padding-top:12px;
}
header .is-sticky nav.navbar .navbar-default3 .navbar-nav > li > a {
  height: 45px;
  border-bottom:3px solid Transparent;
  padding-top:12px;
}
header .is-sticky nav.navbar .navbar-default4 .navbar-nav > li > a {
  height: 45px;
  border-bottom:3px solid Transparent;
  padding-top:12px;
}

header .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: #3a3a3a;
  font-weight:bold;
  background-color:Transparent;
  border-bottom:3px solid #ffb700;
}

header .navbar-default2 .navbar-nav > .active > a, .navbar-default2 .navbar-nav > .active > a:hover, .navbar-default2 .navbar-nav > .active > a:focus {
  color: #3a3a3a;
  font-weight:bold;
  background-color:Transparent;
  border-bottom:3px solid #01c1ff;
}

header .navbar-default3 .navbar-nav > .active > a, .navbar-default3 .navbar-nav > .active > a:hover, .navbar-default3 .navbar-nav > .active > a:focus {
  color: #3a3a3a;
  font-weight:bold;
  background-color:Transparent;
  border-bottom:3px solid #cc1aba;
}

header .navbar-default4 .navbar-nav > .active > a, .navbar-default4 .navbar-nav > .active > a:hover, .navbar-default4 .navbar-nav > .active > a:focus {
  color: #3a3a3a;
  font-weight:bold;
  background-color:Transparent;
  border-bottom:3px solid #d81a0e;
}


header .is-sticky .navbar-default .navbar-nav > .active > a, .is-sticky .navbar-default .navbar-nav > .active > a:hover, .is-sticky .navbar-default .navbar-nav > .active > a:focus {
  color: #ffb700;
  font-weight:bold;
  background-color:#333333;
  border-bottom:3px solid Transparent;
}

header .is-sticky .navbar-default2 .navbar-nav > .active > a, .is-sticky .navbar-default2 .navbar-nav > .active > a:hover, .is-sticky .navbar-default2 .navbar-nav > .active > a:focus {
  color: #01c1ff;
  font-weight:bold;
  background-color:#333333;
  border-bottom:3px solid Transparent;
}

header .is-sticky .navbar-default3 .navbar-nav > .active > a, .is-sticky .navbar-default3 .navbar-nav > .active > a:hover, .is-sticky .navbar-default3 .navbar-nav > .active > a:focus {
  color: #cc1aba;
  font-weight:bold;
  background-color:#333333;
  border-bottom:3px solid Transparent;
}

header .is-sticky .navbar-default4 .navbar-nav > .active > a, .is-sticky .navbar-default4 .navbar-nav > .active > a:hover, .is-sticky .navbar-default4 .navbar-nav > .active > a:focus {
  color: #d81a0e;
  font-weight:bold;
  background-color:#333333;
  border-bottom:3px solid Transparent;
}

.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #007ac3;
}

.is-sticky .navbar-default .nav > li > a:hover {
  color:#ffb700;
  border-bottom:3px solid Transparent;
}
.is-sticky .navbar-default2 .nav > li > a:hover {
  color:#01c1ff;
  border-bottom:3px solid Transparent;
}
.is-sticky .navbar-default3 .nav > li > a:hover {
  color:#cc1aba;
  border-bottom:3px solid Transparent;
}
.is-sticky .navbar-default4 .nav > li > a:hover {
  color:#d81a0e;
  border-bottom:3px solid Transparent;
}

.nav-tabs > li > a {
  border-radius:0px;
}





/* 여행동의서.com */
html {
  min-width: 1700px;
}
.main_visual {
  position: relative;
  text-align: center;
  color: white;
}
.main_visual .centered {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.main_visual .centered img[src*="main_title"] { display:block; }

#searchBox {
  display:flex;
  height: 55px;
  width: 60%;
  border-radius: 25px 0px 0px 25px;

}

.search_form button {
  margin: 0px;
  padding: 0px;
  border: 0px;
  background: transparent;

}

.sub_visual {
  width: 1080px;
  height: 215px;
  color: white;
}
.sub_visual .sub_visual_title {
  font-size: 27px;
  font-weight: bold;
  margin-top: 70px;
}

.title_gray {
  color: #333333;
  font-weight: bold;
  font-size: 20px;
}
.content_gray {
  color: #6C6C6C;
}
.content_gray_bold {
  color: #6C6C6C;
  font-weight: bold;
}

.button-black {
  background-color: #392C1E;
  color: white;
  border: 0px;
  font-weight: bold;
}

.button-radius {
  padding: 15px 50px;
  border-radius: 30px;
}

.info_title {
  font-weight: bold;
  font-size: 16px;
  margin: 15px;
}
.info_tel {
  padding-top: 20px;
  font-size: 15px;
}
.info_sns {
  padding: 8px;
}
.inquiry_form td{
  padding-bottom: 10px;
}
.inquiry_form textarea{
  resize: none;
}
.after-clear:after {
  display: block;
  clear: both;
  content: "";
}

.cate_country {
  text-align: center;
  margin-top: 15px;
}
.cate_country ul {
  margin-bottom: 15px;
}
.cate_country li {
  display: inline;
  border: 0px;
  padding: 4px 15px;
  border-radius: 30px;
}
.cate_country li a {
  color: black;
  text-decoration: none;
}
.cate_country .active {
  background-color: #392C1E !important;
}
.cate_country .active a {
  color: white;
}
.cate_country_list {
  border-bottom: 1px solid #E5E5E5;
  margin: 0 80px;
}
.cate_country_list a {
  font-weight: bold;
}

.immigration_title {
  margin-bottom: 20px;
}
.immigration_flag {
  margin: 0 10px 5px 0;
}
.immigration_kor {
  color: #333333;
}
.immigration_eng {
  color: #666666;
}
.whitespace-pl {
  white-space: pre-line; 
}

.age_limit .table > thead > tr > th {
  background-color: #D3CCC2;
  border: none; 
}
.age_limit .table > thead > tr > th:first-child {
  padding-left: 30px;
}
.age_limit .table > tbody > tr > td {
  padding: 10px;
  vertical-align: middle;
}
.age_limit .table > tbody > tr > td:first-child {
  padding-left: 30px;
}
.age_limit .btn_apply {
  color: white;
  border: 0px;
  padding: 4px 10px;
  margin-right: 15px;
}
.age_limit .btn_apply.on {
  background-color: #392B1E;
}
.age_limit .btn_apply.off {
  background-color: #CBCBCB;
}
.age_limit .age {
  color: red; 
  font-weight: bold;
}

/* 여행동의서.com */

/* 2019-05-24 LYW 추가 */


.faq {padding:50px; margin:0 0 120px; background-color:white}
.faq ul{margin:0;padding:0;list-style:none; line-height:25px;}
.faq ul li{margin-top:5px; line-height: 18px; font-size:13px}
.faq ul li:first-child{margin-top:0;}
.faq .q{margin:0; position:relative; display:table;width:100%;}
.faq .q a.trigger{display:block; height:62px; color:#000; background:#fff; text-decoration:none !important; font-size:16px; line-height:25px; overflow:hidden; padding:0 10px 0 65px; border: 1px solid #ccc; display:table-cell; vertical-align:middle;  transition-duration:0s;}
.faq .q a.trigger span{background:url('../img/faq_off.gif') 0 center no-repeat; width:26px; height:33px; text-indent:-9999px; margin-right:25px; position:absolute; left:21px; top:50%; margin:-16px 0 0 0}
.faq .hd .q a.trigger{font-weight:normal; border:1px solid #ccc; background:none; overflow:hidden;}
.faq .q a.trigger:hover,
.faq .q a.trigger:active,
.faq .q a.trigger:focus{color:#555}
.faq .a{ margin:0; font-size:14px; color:#000; font-weight:400; line-height:20px; display:none}
.faq .a span {display:block; margin: 10px 0;line-height: 18px;font-size: 13px;}
.faq .a strong.txt_default {margin:0 0 10px 0; font-size:13px; display:inline-block}
.faq .a .leng_txt {font-size:18px; margin:15px 0; font-weight:bold}

.faq .a .a_detail {width:100%; height:auto; overflow: hidden; text-overflow: ellipsis; border-top:0}
.faq .a .a_detail.on {max-height:none}
.faq .a .a_detailIn {padding: 20px 20px 10px; border:1px solid #ccc;border-top:0}
.faq .a .a_detailIn a {color:#4a90e2; margin:0 0 10px; display:inline-block; font-weight:600}
.faq .a .add_btn {cursor:pointer; color: #666; background-color: #e9e9e9; width:100%; padding:7px 0; border: 1px solid #ccc; margin:0 0 10px; display:none}

.faq ul li.show .q a.trigger{background:#ffc952; color:#6a4728;}
.faq ul li.show .q a.trigger span{background:url('../img/faq_on.gif') 0 center no-repeat;}

.txt_red {color:#e50000}

.bu_confirm {margin: 5px 0 0; width:100px; line-height:22px; height: 22px; display:inline-block; background-color: #ff8125;  color: white;  font-size: 11px; border:0; border-radius: 3px;}
.bu_confirm:hover {color:white}

.blue_btn {width: 100px; height: 43px; line-height: 43px;  background-color: #2a5dbf; color: white;font-size: 16px; font-weight: 500; display: inline-block;  margin: 0; cursor: pointer;}



/* 19-06-26 고객의 소리 */

.voiceBox {background-color:white; border-top:4px solid #ff6666; padding:0 30px 30px; margin:50px 0}
.voiceBox .main_txt {font-size:30px; margin:30px 0 25px; font-weight:bold; text-align:center; line-height:1} 
.voiceBox .main_txt span {display:inline-block; margin:0 10px 0 0}
.voiceBox .sub_txt {color:#333; font-size:14px; font-weight: 500; margin:0; text-align:center }

.table_voice {width:100%; margin:35px 0 0; border:1px solid black}
.table_voice tbody tr th {background-color:#f3f4f8; border-bottom:1px solid #aaaaad; color:black; font-size:16px; text-align:center; font-weight:600; padding:18px 0}
.table_voice tbody tr td {padding:18px 10px; border-bottom:1px solid #aaaaad;  border-left:1px solid #b2b2b2; color:black}

.textareaBox {margin:0 9px}
.textareaBox  textarea {width:100%; resize:none; border:1px solid #626262}

.w30 {width:30%}
.w60 {width:60%}

.service_Form {display:inline-block; width:100%; margin:45px 0 0}
.service_Form > ul {padding:0}
.service_Form > ul > li {margin:0 0 20px; list-style:none}
.service_Form .Form_Area {width:100%; display:inline-block;position:relative;background-color:#f2f2f7;border-radius:5px; padding:18px 0; min-height:50px} 
.service_Form .Form_Area.date {width:auto; padding: 0 15px 0 0;}
.service_Form .Form_Area.grayBg {background-color:#d0d1d3}
.service_Form .Form_name {position:absolute; top:50%; margin:-11px 0 0; left:20px; font-size:16px; color:black; font-weight:500}
.service_Form .Form_name .txt_red {color:#cc3300; font-size:12px;}

.service_Form .Form_inputIn .nationType {display:inline-block; width:100%}
.service_Form .Form_inputIn .nationType li {float:left; width:50%; position:relative; list-style:none}
.service_Form .Form_inputIn .nationType li .FormIn_name {position:absolute; top:0; left:0; font-size: 15px; color:#333;}
.FormIn_inputIn {padding:0 0 0 100px}

.service_Form .Form_inputIn {padding: 0 0 0 150px; font-size:15px}
.service_Form .Form_inputIn > ul {padding:0}
.service_Form .Form_inputIn > ul li {list-style:none}
.service_Form .Form_inputIn.type02 {padding:0 200px 0 150px}
.service_Form .Form_inputIn.pd0 {padding:0}
.service_Form .Form_inputIn.pd0 select {width:90%; margin:10px 5%}
.service_Form .Form_inputIn.num input[type="text"] {width:27%}
.service_Form .Form_inputIn.num span {width: 5%;font-size: 25px; display: inline-block; text-align: center; line-height: 58px;}
.service_Form .Form_inputIn select {border: 0;width:90%;height:32px;line-height:32px;vertical-align:top;display:inline-block;margin:10px 0;}
.service_Form .Form_inputIn.num select {width:27%}
.service_Form .Form_inputIn.dateBox {width:150px;}
.service_Form .Form_inputIn.dateBox input[type="text"] {background:url("../common_img/icon_datepicker.png") no-repeat 95% white;}
.service_Form .Form_inputIn input[type="text"] {border: 0;width:95%;height:32px;line-height:32px;vertical-align:top;display:inline-block;margin:10px 0;}
.service_Form .Text_Area {background-color:#f2f2f7; position:relative;padding:50px 0 0;border-radius:5px;}
.service_Form .Text_Area .Form_name {top:15px; margin:0}
.Form_textarea textarea { width: 96%; margin: 0 2% 20px; border:0; resize:none}


.vitem_list {padding:0; margin:0}
.vitem_list li {list-style:none; margin:10px 0 0}
.vitem_list li:first-child {margin:0}

.service_list {display:inline-block; width:100%;  padding: 0; margin:0}
.service_list li {float:left; margin:0 20px 0 0; list-style:none}
.service_list input[type="checkbox"]:not(old){width:0; height:0; margin:0; padding:0; opacity:0;}
.service_list input[type="checkbox"]:not(old) + span, .service_list input[type="checkbox"]:not(old) + label{height:22px; font-weight: 400; cursor:pointer; display:inline-block; background:url('../img/checkBox.png') no-repeat left center;  padding: 0 0 0 28px;  font-size: 15px;}
.service_list input[type="checkbox"]:not(old):checked + span, .service_list input[type="checkbox"]:not(old):checked + label {background:url('../img/checkBox_on.png') no-repeat left center; }
 
.service_txt {font-size:14px; color:black; margin:0}

.starR {background: url("../img/voice_star.png") no-repeat; width:28px; height:28px;display: inline-block; text-indent: -9999px; cursor: pointer;}
.starR.on {background: url("../img/voice_star_on.png") no-repeat; }

.file_Con {border:1px dashed #aaaaaa; padding:20px}
.file_Con ul li {position:relative; margin:10px 0 0}
.file_Con ul li:first-child {margin:0}
.file_Con ul li span.label {position:absolute; left:0; top:10px; font-size:14px; color:black; font-weight:bold}
.file_Con .brown_ex {margin:10px 0 15px 120px}

.fileBox {position:relative;display:inline-block;}
.fileInput {display:inline-block;width:200px;  height: 31px; vertical-align: middle;}

.fileBox .upload_name {display: inline-block; color:black; vertical-align: middle;  background-color:white; border: 0; padding:5px 5px 5px; -webkit-appearance: none; -moz-appearance: none; appearance: none;  font-size: 14px; width: 100%; height:33px; line-height:33px}
.uploadBox input[type="file"] {position: absolute;	width: 1px;	height: 1px;	padding: 0;	margin: -1px;	overflow: hidden;	clip:rect(0,0,0,0);	border: 0;}
.uploadBox {display: inline-block;margin: 0 0 0 10px;vertical-align: middle;}
.uploadBox label {display: inline-block;margin: 0; vertical-align: middle;cursor: pointer;width: 130px;line-height:31px;text-align: center;background-color: #656565;font-size: 15px;color:white; transition:0.3s all ease; border-radius: 5px;border:1px solid #656565;font-weight: 400;}
.uploadBox label:hover {background-color:White; color:#656565}

.file_info_txt {color:black; font-size:15px; display:inline-block; vertical-align:middle; margin:0 0 0 5px}

.file_txt {color:#cc0000; font-size:14px; margin:5px 0 0}

.ser_ButtonBox {margin: 15px 0 0;text-align:center;}
.s_white_btn {width:128px;height:38px;line-height:38px;background-color:White;font-size:16px;font-weight:500;color:black;border:1px solid #818181;border-radius:5px;transition:0.3s all ease;margin: 4px;}
.s_white_btn:hover {background-color:black; color:white}
.s_blue_btn {width:128px; height:38px; line-height:38px; background-color:#0079c3;  font-size:16px; font-weight:500; color:white; border:1px solid #0079c3; border-radius:5px; transition:0.3s all ease}
.s_blue_btn:hover {background-color:white; color:#0079c3}


.star-input>.input,
.star-input>.input>label:hover,
.star-input>.input>input:focus+label,
.star-input>.input>input:checked+label{
	display: inline-block;
	vertical-align: top;
	background: url("../img/star_long.png") no-repeat;
}

.star-input>.input>label:hover,
.star-input>.input>input:focus+label,
.star-input>.input>input:checked+label{
	background: url("../img/star_long_on.png") no-repeat;
}

.star-input{
	white-space: nowrap;
}
.star-input>.input{
	display:inline-block;
	width: 118px;
	height: 24px;
	white-space: nowrap;
	overflow: hidden;
	position: relative;
}
.star-input>.input>input{
	position: absolute;
	width: 1px;
	height: 1px;
	opacity: 0;
}

.star-input>.input>label{
	width: 10px;
	height: 0;
	padding: 20px 0 0 0;
	overflow: hidden;
	float: left;
	cursor: pointer;
	position: absolute;
	top: 0;
	left: 0;
}

.star-input>.input>label:hover~label{
	background-image: none;
}
.star-input>.input>label[for="p1"]{ 
	width: 11px;
	z-index: 10;
}
.star-input>.input>label[for="p2"]{ 
	width: 23px;
	z-index: 9;
}
.star-input>.input>label[for="p3"]{ 
	width: 34px;
	z-index: 8;
}
.star-input>.input>label[for="p4"]{ 
	width: 46px;
	z-index: 7;
}
.star-input>.input>label[for="p5"]{ 
	width: 58px;
	z-index: 6;
}
.star-input>.input>label[for="p6"]{ 
	width: 70px;
	z-index: 5;
}
.star-input>.input>label[for="p7"]{ 
	width: 81px;
	z-index: 4;
}
.star-input>.input>label[for="p8"]{ 
	width: 93px;
	z-index: 3;
}
.star-input>.input>label[for="p9"]{ 
	width: 105px;
	z-index: 2;
}
.star-input>.input>label[for="p10"]{ 
	width: 119px;
	z-index: 1;
}

/* EOD : 고객의 소리  */


/* 19-06-27 주차장 안내 */

.ac {text-align:center}

.parkBox {margin:10px 0 0; max-width: 800px;}
.park_main_txt {color:#333; font-size:30px; font-weight:bold}
.park_sub_txt {color:#222;font-size: 16px; margin: 0 0 20px;}
.park_fot_txt {color:#222; font-size:13px; margin: 0 0 20px;}
.parkBox img {width:100%}

.park_tableBox {width:100%}
.park_table {width:100%; margin-bottom:10px;border: 1px solid #646464;}
.park_table thead tr th {background-color: #e2e2e2;border-left: 1px solid #a3a3a3;font-weight:400;text-align: center;padding: 10px 0;color: #555;font-weight: 500;font-size: 14px;}
.park_table thead tr th:first-child {border-left:0}
.park_table thead tr td {padding: 10px; text-align:center}
.park_table tbody tr td {padding: 10px;border-left: 1px solid #a3a3a3;border-top: 1px solid #b1b1b1;color: #333;font-size: 13px;}
.park_table tbody tr td:first-child {border-left:0}

/* EOD : 주차장 안내 */



/* 19-10-14 상품 상세 페이지 작업 */

.tabBox {display:none}
.tabBox.on {display:block}

.productBox {background-color:white; border-top:2px solid black; margin:50px 0}
  .product_hd {padding:30px 40px;  border-bottom:1px solid #ccc}
  .product_hd span {font-size:22px; font-weight:bold; color:#333; line-height:1.2}
  .product_con {padding:40px 30px; position:relative}
    .product_con_l {position:absolute; top: 40px; left: 30px;}
	.product_con_r {padding:0 0 0 110px}
	  .product_info {padding:0 50px 0 0; text-align: justify; min-height:71px; line-height: 1.5;}
	
	  .product_option {margin:20px 0 0}
		.option_table {width:100%; border-top:1px solid #a0a0a0}
		.option_table tbody tr td {border-bottom:1px solid #a0a0a0; padding:5px; position:relative}
		.option_table tbody tr td .txt {padding: 0 0 0 15px; display: inline-block;}
		.option_table tbody tr td .txt:before {content: "ㆍ"; position: absolute; top: 14px;  left: 3px; line-height: 1;}
		.option_table tbody tr td select {min-width:72px; height:32px; border:1px solid #ccc; border-radius:5px; padding:0 5px}
		.option_table tbody tr td select.type02 {width:140px}
		.option_table tbody tr td .gray_btn {width: 100px;height: 34px; line-height: 34px; border: 0; border-radius: 3px; background-color:#007ac3; color: white; font-size: 13px; text-align:center; transition:0.3s all ease; position:relative}
	    .option_table tbody tr td .gray_btn:hover , .option_table tbody tr td .gray_btn.on  {background-color:black;}
	    .option_table tbody tr:nth-child(even) td {background-color:#f3f4f8;}

      .product_care {margin: 20px 0 0; background-color:#fffbeb; border:1px solid #cfcbcb; position:relative; padding: 20px 80px 20px 65px; line-height: 1.5;}
	  .product_care:before {content:""; position:absolute; top:18px; left:20px; width:22px; height:22px; background:url("../img/icon_care_alert.png") no-repeat}
	  .product_care ul li {margin:0 0 12px; position:relative; font-size:13px; color:#555}
	  .product_care ul li:last-child {margin:0}
	  /* .product_care ul li:before {content: ""; position: absolute; top:10px; left: -8px; width: 2px; height: 2px; background-color: #666;} */
	  
	  .product_tab {margin:50px 0 0; background-color:white; z-index:1}
      .product_tab ul {overflow:hidden}
	  .product_tab ul li {float:left; width:33.33%; text-align:center}
	  .product_tab ul li:first-child a {border-left:1px solid #bebebe}
	  .product_tab ul li a {display:block; border-top: 1px solid #b5b5b5; border-right: 1px solid #bebebe; border-bottom: 2px solid #007ac3; height:54px; line-height:54px; color:#666; font-size:16px; font-weight: 400;} 
	  .product_tab ul li.on a {border:2px solid #007ac3; border-bottom:0; font-weight:500; color:#007ac3}
	  .product_tab ul li a span {margin:0 0 0 5px}
	  .product_tab.on {position:fixed; top:0; left:50%; width:1080px; margin:0 0 0 -540px;}

	  .user_review {margin:20px 0 150px}
		  .user_review_hd {overflow:hidden}
		  .user_review_hd .left {float:left}
		  .user_review_hd .left span {font-size:18px; color:black; vertical-align:middle; margin:0 0 0 15px; font-weight:500}
		  .user_review_hd .left span.score {margin:0 10px 0 20px}
		  .user_review_hd .right {float:right; margin: 0 20px 0 0;}
		  .user_review_hd .right ul li {float:left; border-left:1px solid #ababab}
		  .user_review_hd .right ul li:first-child {border-left:0}
		  .user_review_hd .right ul li a {font-size:14px; color:black; font-weight:500; margin:0 10px}
		  .user_review_hd .right ul li a.on {color:#ff4923}

		  .user_review_con {margin:20px 0 0; border-top:1px dashed #929292}
		  .user_review_con > ul > li {border-bottom:1px solid #c8c8c8; padding:20px}
		  .user_review_con .info {overflow:hidden; margin: 0 0 20px;}
		  .user_review_con .info .left {float:left; line-height:15px}
		  .user_review_con .info .left .txt {font-size:14px; color:black; font-weight:bold; margin:0 0 0 8px; display:inline-block; vertical-align:middle}
		  .user_review_con .info .right {float:right}
		  .user_review_con .info .right .type {background-color:#cfa972; color:white; font-size:12px; text-align:center; display:inline-block; width:65px; height:20px; line-height:20px;}
		  .user_review_con .info .right .type.on {background-color:#32b16c}
		  .user_review_con .info .right .day {color:#666; font-size:12px; margin: 0 0 0 8px;}
		  .user_review_con .name {margin:0 0 15px; font-size:15px; color:#af7924; font-weight:500}

		  .user_review_con .content {position:relative}
		  .user_review_con .content > a {color:#000000; font-size:13px; display: inline-block; line-height: 24px; width:100%; height:50px; overflow:hidden}
		  .user_review_con .content > a .txtBox {width:800px; min-height: 50px;}
		  .user_review_con .content > a:hover {color:#0072d6}
		  .user_review_con .content > a.full {height:auto}
		  .user_review_con .content .review_thum_img {width:40px; height:40px; position:absolute; top:5px; right:80px;}
		  .user_review_con .content .review_thum_img img {width:100%; height: 100%;}		
		  .user_review_con .content .review_reco {position:absolute; top:7px; right:0px;}
		  .user_review_con .content .review_reco > a {width:65px; height:30px; line-height:23px; border-radius:15px; display:inline-block; border:1px solid #007dd8; text-align:center}
		  .user_review_con .content .review_reco > a span {vertical-align:middle; color:black; font-size:12px; display: inline-block; line-height: 1; margin: 0 0 0 5px;}

		  .user_review_con .imgBox {margin:20px 0 0}
		  .user_review_con .imgBox > ul {overflow:hidden}
		  .user_review_con .imgBox > ul > li {float:left; margin:0 0 0 10px} 
		  .user_review_con .imgBox > ul > li img {max-width:300px}

		  .user_review_con .review {background-color:#f5f5f5; color:#333; font-size:13px; position:relative; padding:45px 20px 15px; margin:20px 0 0; line-height: 24px;}
		  .user_review_con .review:before {content:"운영자"; position: absolute; top: 20px; left: 20px;  font-size: 16px; font-weight: 500; color: #0072d6; line-height: 1;}

      .product_contact_form ul li {position:relative; margin:8px 0 0}
	  .product_contact_form ul li:first-child {margin:0}
	  .product_contact_form ul li input[type="text"] {width:100%; height:38px; border:1px solid #d4d4d4; padding:0 10px}
	  .product_contact_form .form_label {position:absolute; top:10px; left:0; font-size:14px; color:black; font-weight: 500;}
	  .product_contact_form .form_data {padding:0 0 0 75px; min-height:40px; line-height:40px; color:black}
	  .product_contact_form .form_data textarea {width:100%; height:150px; resize:none; border: 1px solid #d4d4d4;}
	
	  .product_conBox {margin:20px 0 0; padding:25px 30px 45px; background-color:#f5f5f5;}
	  .product_conBox .buttonBox {margin:20px 0 0}
      .product_contact {overflow:hidden; margin:20px}
	  .product_contact_form .form_data .txt01 {font-size:14px; color:black; margin:0 0 10px; line-height:1}
	  .product_contact_form .form_data .txt02 {font-size:12px; color:#666666; margin:10px 0; line-height:1}
	  .product_contact .bu_white {border-radius:3px;background-color:white; border:1px solid #d4d4d4; color:black;width:110px; height:50px;margin: 0 8px;}	  
	  .product_contact .bu_black {border-radius: 3px; background-color: #303033;  border: 1px solid #303033;  color: white;  width: 150px;  height: 48px;  margin: 0 8px;}
	  
	  .product_contact_form.left {float:left; width:600px; padding:0 30px 0 0; position:relative}
	  .product_contact_form.left:after {content:"";border-right:1px solid #b5b5b5;position:absolute;top:0px;bottom:15px;right:0;}
	  .product_contact_form.right {float:left;width:320px;padding:0px 0 0 30px;}
	  .product_contact_form.right .info_agree_table {width:100%}
	  .product_contact_form.right .txt01 {font-size:14px;color:black;font-weight:bold;margin: 0 0 20px;}
	  .product_contact_form.right .txt02 {font-size:12px;color:#666;margin: 18px 0 10px;}
	  .product_contact_form.right table {width:100%}
	  .product_contact_form.right table tbody th {background-color:#d3d3d3; text-align:left; font-size:12px; padding:15px; border-top:1px solid #f5f5f5; color:black; font-weight:400}
	  .product_contact_form.right table tbody td {background-color:white; color:#666; font-size:12px; padding:15px 20px; border-top:1px solid #f5f5f5;}

	  .info_agree_table {width:400px}
	  .info_agree_table tr td {font-size:12px; text-align:center; border-right:1px solid #f5f5f5; line-height:1;}
	  .info_agree_table thead tr td {background-color:#d3d3d3; padding:12px 0; border-bottom:1px solid #f5f5f5;}
	  .info_agree_table tbody tr td {background-color:white; padding:12px 0; color:#666666}

	  .product_contact .buttonBox {margin:60px 0 0}
	  .product_contact .buttonBox.type02 {margin:20px 0 0}
	  .product_conBox .bu_white {border-radius:3px;background-color:white; border:1px solid #d4d4d4; color:black;width:110px; height:50px;margin: 0 8px;}
	  .product_conBox .bu_black {border-radius:3px;background-color:#303033;border:1px solid #303033;color:white;width:150px;height:48px;margin: 0 8px;}
 	  	  
	  .product_contact_form .chk {line-height:1; display:inline-block; margin:10px}
	  .product_contact_form .chk input[type="checkbox"]:not(old) {width:0; height:0; margin:0; padding:0; opacity:0;}
      .product_contact_form .chk input[type="checkbox"]:not(old) + label {height:22px; line-height:22px; margin:0; font-weight: 400; font-size:12px; color:#666666; cursor:pointer; display:inline-block; background:url('../img/agree_chk.png') no-repeat left center;  padding: 0 0 0 30px; font-weight:500}
      .product_contact_form .chk input[type="checkbox"]:not(old):checked + label {background:url('../img/agree_chk_on.png') no-repeat left center; }
	  .product_contact_form .chk.type02 {margin:0}
      .product_contact_form .chk.type02 input[type="checkbox"]:not(old) + label {font-size:13px; color:black}

	  .product_introBox {margin:0 0 150px} 
	  
	  .intro_txt {margin:40px 0 0; font-size:18px; font-weight:500; color:#010101}
	  .intro_txt.type02 {font-size:16px}

	  .introList {margin:20px 0 0; border-top:2px solid black}
	  .introList ul {padding:0; margin:0; overflow:hidden}
	  .introList ul li {padding:15px 0; list-style:none; display:inline-block; width:100%; border-bottom:1px solid #b5b5b5;} 
		
		  .introList_L {float:left; width:88px; margin:0 20px 0 10px}
		  .introList_L a {width:88px; height:88px; display:block; overflow:hidden; position:relative; box-sizing: content-box; border:3px solid white}
		  .introList_L a:hover {border:3px solid #ff0000;}
		  .introList_L img {width:100%; height:100%}

		  .introList_R {float:left; width:892px; line-height:1; position:relative}
		  .introList_R .name {color:#007ac3; width: 770px; display: inline-block; font-size:16px; font-weight:500; margin:5px 0 15px; white-space:nowrap; overflow:hidden; text-overflow:ellipsis}
		  .introList_R .day {color:#8e8e8e; font-size:12px; position:absolute; top:7px; right:20px; margin:0}
		  .introList_R .content {color:black; font-size:13px; line-height:1.5; height:57px; margin:0; overflow:hidden}
  
      .product_view_l {display: inline-block; margin:-1px 5px 0; vertical-align: top; position:relative}
	  .product_view_l .txt {display:none; position: absolute; top: 26px; left: 0;  z-index: 1; padding:0 10px; white-space:nowrap; height: 26px;  line-height: 24px; text-align: center;background-color: white; border: 1px solid black; font-size: 13px; color: #666666;  font-weight: 400;}
	  .product_view_l:hover .txt {display:block}


.movieP {height:376px; border:1px solid black; background-color: black;}
  .movieL {float:left; width:595px}
  .movieR {float:right; width:248px; height: 100%; position: relative; border-left: 1px solid black;}
  .movieR .videoExplan {height:199px; background-color: #33333b; padding:10px 9px 10px 10px;}
  .movieR .videoExplan.no_apply {height:263px}

.movieList {margin:30px 0 0}
.movieList ul {padding:0; margin:0; overflow:hidden}
.movieList ul li {padding:15px 0; list-style:none; display:inline-block; width:100%; border-top:1px solid #b5b5b5;}
.movieList ul li:last-child {padding-bottom:0}

.movieList_L {float:left; width:155px; margin:0 15px 0 0}
.movieList_L a {width:155px; height:88px; display:block; overflow:hidden; position:relative; border:3px solid white}
.movieList_L a:after {display: block; content: ""; position: absolute; top:29px; left: 50%; width: 36px; height: 26px; margin: 0 0 0 -18px; background: url("../img/mini_youtube_play.png") no-repeat;} 

.movieList_L a:hover {border:3px solid #ff0000;}
.movieList_L img {width:100%; height:100%}

.movieList_R {float:left; width:675px; line-height:1}
.movieList_R .name {color:#007ac3; font-size:14px; margin:5px 0 10px; font-weight:500; white-space:nowrap; overflow:hidden; text-overflow:ellipsis}
.movieList_R .day {color:#8e8e8e; font-size:12px; margin:0 0 8px;}
.movieList_R .content {color:#333; font-size:13px; line-height:1.2; height:32px; margin:0; overflow:hidden}

.movieList.type02 {margin:20px 0 0; border-bottom:1px solid #929292; border-top:2px solid black}
.movieList.type02 ul li {border-top:1px dashed #929292}
.movieList.type02 ul li:last-child {padding-bottom:15px}
.movieList.type02 .movieList_R {width:850px; position:relative}
.movieList.type02 .movieList_R .day {position:absolute; top:7px; right:20px; margin:0}
.movieList.type02 .content {height:46px}

.movieList ul li:first-child {border-top:0; padding-top:0}
.movieList.type02 ul li:first-child {padding-top:15px}

.product_intro {position:relative}
.product_video {background-color:white; border:5px solid black; position:absolute; top:0; left:0; width:100%; height:566px; z-index:1; display:none}
  .product_video_a {display:none}
  .product_video_a.on {display:block}
  .product_video_c {position: absolute; top: -5px; right: -54px;}

 .no_data {width:100%; height:240px; display:table; text-align:center; border-bottom:1px solid #c8c8c8}
	 .no_dataIn {display:table-cell; width:100%; vertical-align:middle}
	 .no_dataIn .txt {font-size:16px; margin:0 0 0 20px; display:inline-block}
  
     .product_tagBox {overflow:hidden; margin:20px 0 0}
	 .product_tagBox > ul > li {float:left; margin:0 5px 5px 0}
	 .product_tagBox > ul > li > a {padding:5px 10px; display:block; font-size:12px; color:#555; background-color:#f4f4f4; transition:0.3s all ease}
	 .product_tagBox > ul > li > a:hover {color:#ff4923}

.paging {text-align:center; margin:30px 0 25px}
.paging ul {padding:0; margin:0; display:inline-block; overflow:hidden}
.paging ul li {float:left; list-style:none; width:28px; height:28px; line-height: 25px; border:1px solid #b5b5b5; display:inline-block; margin:0 3px}
.paging ul li.arrow {border:0; line-height:28px}
.paging ul li.arrow a:hover {color:#007ac3}

.paging ul li a {color:black; display:block}
.paging ul li.on a {color:white}
.paging ul li.on {background-color:#007ac3; border:1px solid #007ac3;}


.review_count {text-align:right; font-size:13px; color:#0068b7; margin:0 10px 0 0; font-weight: bold;}

.reviewCon {padding:70px 39px}
.reviewCon ul {overflow:hidden}
.reviewCon ul li {float:left; width:33.33%; margin: 10px 0;}

.reviewBox {border:1px solid #c1ccd5; margin: 0 11px}
  .reviewInfo {padding:15px; height: 185px;}
    .reviewInfo_top .info {overflow:hidden} 
	.reviewInfo_top .name {float:left}
    .reviewInfo_top .name span {color: #333; font-weight: bold; font-size: 13px; display: inline-block; vertical-align: middle; max-width: 150px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
	.reviewInfo_top .name a {border:1px solid #d2d2d2; color: #a0a0a0; font-size: 11px; display: inline-block;  vertical-align: middle; padding: 2px 6px; background-color: white; border-radius: 5px;  margin: 0 0 0 5px;}
	.reviewInfo_top .star {float:right}
    .reviewInfo_top .info2 {margin:13px 0 25px; overflow:hidden}
	.reviewInfo_top .info2 .fl {color:#0068b7; font-size:13px;}
	.reviewInfo_top .info2 .fr {color:#9a9a9a; font-size:12px}

	.reviewInfo_mid {color: #666666; font-size: 12px; height: 50px; overflow: hidden; text-overflow: ellipsis;}

    .reviewInfo_bot {overflow:hidden; margin: 10px 0 0;}
	.reviewInfo_bot .day {color:#b9b9b9; font-size:12px; float:left;}
    .reviewInfo_bot .add {font-size:11px; float:right; font-weight:bold}
	.reviewInfo_bot .add a {color:#00a0e9;}

  .reviewImg a {display:block; width: 100%; height: 309px;}
  .reviewImg img {width:100%; height:100%}

.paging {text-align:center; margin:30px 0}
.paging ul {padding:0; margin:0; display:inline-block; overflow:hidden}
.paging ul li {float:left; list-style:none; width:28px; height:28px; line-height: 25px; border:1px solid #b5b5b5; display:inline-block; margin:0 3px}
.paging ul li.arrow {border:0; line-height:28px}
.paging ul li.arrow a:hover {color:#007ac3}

.paging ul li a {color:black; display:block}
.paging ul li.on a {color:white}
.paging ul li.on {background-color:#007ac3; border:1px solid #007ac3;}

.dimBg {display:none; position:fixed; top: 0; left: 0; width: 100%; height: 100%; background: #000; opacity: .5; filter: alpha(opacity=50); z-index:1; }

.pop_layer {display: none; position: fixed; top:50%; left: 50%; width:620px; border:1px solid #c1ccd5; margin: 0 0 0 -310px; background-color: #fff; z-index: 10; }
.pop_layer .pop_conts {padding:20px 30px}
.pop_layer p.ctxt {color: #666; line-height: 25px;}
.pop_layer .btn_r {width: 100%; margin: 10px 0 20px;  padding-top: 10px; border-top: 1px solid #DDD; text-align: right;}
.pop_container {overflow: auto; overflow-x: hidden;}

.pop_header {background-color: white; height:40px; line-height:40px; border-bottom:3px solid #ff0000; margin: 0 0 13px; text-align: center; font-size:18px; font-weight:bold}
.pop_headerIn {position:relative;}
  .pop_close {position:absolute; top:-23px; right:-23px; cursor:pointer}

.service_Form.type02  {margin:0}
.service_Form.type02 > ul > li {margin:0 0 4px}
.service_Form.type02 .Form_name {margin: -10px 0 0; font-size:14px; color:#555555; left:12px}
.service_Form.type02 .Form_Area {padding:11px 0; min-height:42px;}
.service_Form.type02 .Form_inputIn {padding:0 0 0 110px; font-size:14px;}
.service_Form.type02 .Form_inputIn input[type="text"] {font-size:14px; color:#666; width:150px; margin:0; vertical-align: middle; text-indent: 10px;}
.service_Form.type02 .Form_inputIn input[type="text"].num {width:50px; text-align:center; text-indent:0}
.service_Form.type02 .Form_inputIn span.txt {font-size:11px; color:black; display:inline-block; vertical-align: middle; margin:0 0 0 5px}
.service_Form.type02 .Form_textarea {margin:10px;position:relative;height: 190px;background-color: white;border: 1px solid #aaaaaa;}
.service_Form.type02 .Form_textarea textarea {width:100%;margin:0;border: 0;font-size: 12px;height: 120px;outline: 0;}
.service_Form.type02 .Form_fileBox {position: absolute;bottom:30px;left: 10px;}

.imgs_wrap {display:inline-block; vertical-align:top; height: 50px;}
.imgs_wrap ul {max-width: 180px; overflow: hidden; display: inline-block; height: 50px;}
.imgs_wrap ul li {margin:0 10px 0 0; border:1px solid #707070; float:left}
.imgs_wrap ul li a {display:block; position:relative}
.imgs_wrap ul li a:after {content:""; background:rgba(112,112,112,0.6); position:absolute; display:none;  left:0; top:0; width:100%; height:100%}
.imgs_wrap ul li a:before {content: ""; background: url(../img/m_review_thum_close.png) no-repeat; display:none; position: absolute; width: 21px;  height: 21px;  top: 50%;  left: 15px; z-index: 1; margin: -9px 0 0;}
.imgs_wrap ul li a:hover:after {display:block}
.imgs_wrap ul li a:hover:before {display:block}
.imgs_wrap img {width:48px; height:48px}

.upload_wrap {display:inline-block; vertical-align: top; position:relative;}
.upload_wrap > div {position: absolute; top: 0;left: 0;width: 50px;height: 50px;}
.upload_wrap a {display:block;position: relative;height: 100%;width: 100%;}
.upload_wrap a:after {content:""; background:rgba(112,112,112,0.6);position:absolute;display:none;left:0;top:0;width:100%;height:100%;z-index: 2;}
.upload_wrap a:before {content: ""; background: url(../img/review_thum_close.png) no-repeat;display:none;position: absolute;width: 21px;height: 21px;top: 50%;left:14px;z-index: 3;margin: -10px 0 0;}
.upload_wrap a:hover:after {display:block}
.upload_wrap a:hover:before {display:block}
.upload_wrap ul {max-width: 180px; overflow: hidden; display: inline-block; height: 50px;}
.upload_wrap ul li {margin:0 10px 0 0; border:1px solid #707070; float:left}
.upload_wrap ul li a {display:block; position:relative}
.upload_wrap ul li a:after {content:""; background:rgba(112,112,112,0.6); position:absolute; display:none;  left:0; top:0; width:100%; height:100%; z-index:1}
.upload_wrap ul li a:before {content: ""; background: url(../img/m_review_thum_close.png) no-repeat; display:none; position: absolute; width: 21px;  height: 21px;  top: 50%;  left: 15px;  z-index: 2;  margin: -9px 0 0;}
.upload_wrap ul li a:hover:after {display:block}
.upload_wrap ul li a:hover:before {display:block}
.upload_wrap img {width:48px; height:48px}

.filebox {position:relative;padding: 0px 10px;}
.filebox ul {overflow:hidden}
.filebox ul li {float:left}
.filebox input[type="file"] {position: absolute; width: 1px;  height: 1px; padding: 0;  margin: -1px;  overflow: hidden;  clip: rect(0, 0, 0, 0);}

.filebox label {
	display: inline-block;
    color: #707070;
    font-size: 12px;
    vertical-align: middle;
    margin:0; 
    width: auto;
    line-height: 1.2;
    height: 50px;
    padding: 11px 0 0 60px;
    cursor: pointer;
    background: url(../img/file_add.png) no-repeat;
	position:relative;
	z-index:1;
}

.Form_textarea .placeholder {font-size:12px; color:#9a9a9a; position: absolute; top: 10px; left: 10px; pointer-events:none;}
.Form_textarea .placeholder .txt_red {color:#ff8d8d}

.agreeBox {text-align:center}
.agreeBox p {color: #ff0000; font-size: 13px; margin:5px 0;}
.agreeBox ul {overflow:hidden}
.agreeBox ul li {float:left; width:33.33%; margin:3px 0}
.agreeBox ul li span {display:block; margin:0 3px; line-height:30px; background-color:#f6f6f8; color: #666; font-size: 13px;}

.agreelabel {margin:10px 0 0}
.agreelabel input[type="checkbox"]:not(old){width:0; height:0; margin:0; padding:0; opacity:0;}
.agreelabel input[type="checkbox"]:not(old) + label{height: 18px; font-weight: 400; cursor: pointer; line-height: 27px; display: inline-block; background: url('../img/review_agree_chk.png') no-repeat left center; padding: 0px 0 0 22px;
    font-size: 13px;}
.agreelabel input[type="checkbox"]:not(old):checked + label {background:url('../img/review_agree_chk_on.png') no-repeat left center; }

.pop_con.type02 {height:610px}
.p_review_top {margin:0 0 10px; overflow:hidden}
.p_review_top .info {float:left}
.p_review_top .info .name {vertical-align: middle; margin: 0 10px 0 0; color: #333; font-size: 13px; display: inline-block;}
.p_review_top .info img {display:inline-block;}
.p_review_top .day {float:right; color: #b9b9b9; font-size: 13px;}

.p_review_mid {margin:0 0 20px}
.p_review_mid .contry {margin:0 0 20px; overflow:hidden}
.p_review_mid .contry .fl {color:#0068b7; font-size:13px;}
.p_review_mid .contry .fr {color:#707070; font-size:12px;}
.p_review_mid .txt {color:#666666; font-size:14px; min-height: 120px;}

.p_review_bot {text-align:center; height:400px;}
.p_review_botIn {width:450px; display:inline-block}
.review_reply {background-color:#f5f5f5; position: relative;  text-align: left; padding: 35px 10px 10px; margin: 0 0 30px;  font-size: 13px;  color: #666666;}
.review_reply:before {content:"운영자"; position:absolute; top:10px; left:10px; font-weight:bold; color:#666666; font-size:13px;}

.bigstar {margin:-3px 0 0}


.buttonBox {text-align: center;  margin: 25px 0 0;}

.red_btn {display:inline-block; width:200px; height:40px; line-height:40px; text-align:center; color:white; background-color:#d71a0e; border:0; font-size:18px; border-radius:5px}
.red_btn:hover {color:white}

.blue_btn {display:inline-block; width:200px; height:40px; line-height:40px; text-align:center; color:white !important; background-color:#003590; border:0; font-size:18px; border-radius:5px}
.blue_btn:hover {color:white}


/* EOD : 사용후기 */

@media screen and (max-width:640px){
	
	.faq .q a.trigger{font-size:15px; line-height:22px; height:auto; padding:10px 10px 10px 45px; letter-spacing:-1px;}
	.faq .q a.trigger span{background-size:100%; width:18px; left:15px;}
	.faq ul li.show .q a.trigger span{background-size:100%; width:18px; left:15px;}
	
	.faq .a .a_detail {max-height:112px;}
	.faq .a .a_detailIn {border-bottom:0}
	.faq .a .add_btn {display:block}

}

/* 본인인증 화면 수정 2020-07-23 */
.add_style { display:block; text-align:center; line-height:1.5; }
.add_style strong { display:block; font-size:17px; color:#007ac3; }
.add_style i { display:block; font-style:normal; font-size:14px; color:#ff3766; }
.add_style span { font-weight:normal; display:block; margin-top:5px; font-size:12px; color:#333; }


/* 인덱스 화면 수정 2022-07-06 */
/* 후기 목록 추가 */
.reviewCon_wrap { margin-top:-30px; padding-top:1px; background-color:#fff; }
.reviewCon_wrap .main_ttl,
.reviewCon { width:1080px; margin-left:auto; margin-right:auto; }
.reviewCon_wrap .main_ttl { font-size:28px; font-weight:bold; text-align:center; margin-top:0; margin-bottom:0; }
.review_more { display:inline-flex; align-items:center; justify-content:center; width:90px; height:25px; margin:5px 0 0 20px; padding-top:1px; font-weight:normal; vertical-align:text-top; letter-spacing:-0.05em; border-radius:13px; font-size:14px; color:#fff; background-color:#a6937c; }
.review_more:hover { color:#fff; }
.review_more:after { content:'>'; margin-left:5px; font-size:11px; }
.reviewCon_wrap .reviewCon { padding:20px 0 53px; }

/* 개인정보보호책임보험 팝업 추가 2023-01-13 */
.insurance_open,
.insurance_close { cursor:pointer; }
.insurance_popup,
.insurance_dim { left:0; right:0; bottom:0; top:0; }
.insurance_close,
.insurance_dim { position:absolute; }
.insurance_popup { position:fixed;  z-index:100; }
.insurance_popup .insurance { position:absolute; top:calc(50% - 250px); left:calc(50% - 195px); }
.insurance_close { top:0; right:0; width:30px; height:30px; opacity:0; }
.insurance_dim { opacity:0; background-color:rgba(0,0,0,0.4); transition:opacity 0.6s; }

.insurance_popup.this_show .insurance { animation:0.3s fadeDown; }
.insurance_popup.this_hide .insurance { opacity:0; animation:0.3s fadeUp; }

.insurance_popup.this_show .insurance_dim { opacity:1; }
.insurance_popup.this_hide .insurance_dim { opacity:0; }

@keyframes fadeDown {
    from { opacity:0; transform:translate3d(0, -50px, 0); }
    to { opacity:1; transform:translate3d(0); }
}
@keyframes fadeUp {
	from { opacity:1; transform:translate3d(0); }
	to { opacity:0; transform:translate3d(0, -50px, 0); }
}


/* 검색어 완성 스타일 추가 2023-06-08 */
.search_form { position: relative; display:flex; justify-content:center; min-width:450px; }
.search_list { display:none; position:absolute; top:65px; left:-1px; right:-1px; max-width:500px; border: 1px solid #666666; background-color: white;  z-index: 1; border-radius: 5px;}
.search_list ul {position:relative; width:100%;}
.search_list ul:before {content:""; position:absolute; width:12px; height:8px; background:url("../img/search_top_arrow.png") no-repeat; top: -8px; left: 50%; margin: 0 -6px 0 0;}
.search_list ul li {width:100%; height:38px; line-height:38px; text-indent:10px; margin:0}
.search_list ul li:nth-child(even) {background-color:#f2f2f2}
.search_list ul li:first-child {border-radius:5px 5px 0 0}
.search_list ul li:last-child {border-radius:0 0 5px 5px}
.search_list ul li a { color:#666; display:block; }


.main_visual .after-clear { display:inline-block; }

.search_form .form-control { flex:1; max-width: 390px; }


/* footer 패밀리사이트 추가 2023-09-14 */
.family_site { float:right; position:relative; width:200px; height:34px; margin-top:-9px; line-height:1; }
.family_site,
.family_site_box,
.family_site button { font-weight:300; background-color:#fff; }
.family_site_box,
.family_site button { width:100%; border:1px solid #888; }
.family_site button { text-align:left; }
.family_site button:after { content:''; position:absolute; right:12px; bottom:13px; border-style:solid; border-width:7px 7px 0 7px; border-color:#000 transparent transparent transparent; }
.family_site.on button:after { transform:rotate(180deg); }
.family_site { text-align:left; color:#333; }
.family_site button { padding:0 12px; height:34px; }
.family_site_box { display:none; position:absolute; left:0; bottom:33px; }
.family_site.on .family_site_box { display:block; }
.family_site a { display:block; margin:15px 10px; font-size:13px; color:#333; }
.family_site a:hover { font-weight:700; }


/* footer 올민원 스타일로 변경 2024-07-23 */
.footer { background-color:#1E1F21 }
.mo_footer_box { margin-bottom: 10px; }

.footer_ttl { font-size:12px; color:#bebebe; }
.footer_company ~ .footer_ttl { margin-top: 24px; }
.footer_item { border-bottom:1px solid #46464f; }
.footer_item ul { width:1080px; height:56px; line-height:56px; margin:0 auto; font-size:0; color:#bebebe; }
.pc_item_list { display:flex; }
.footer_item li:not(.family_site),
.footer_item li:not(:first-child):not(.family_site):before { display:inline-block; vertical-align:top; }
.footer_item li a { font-size:12px; }
.footer_item li:not(:first-child):not(.family_site):before { font-size:12px; content:'\007C'; display:inline-block; margin:0 10px; color:#a0a0a0; }
.footer_info { position:relative; width:1080px; padding:30px 0 42px; margin:0 auto; font-weight:400; color:#fff; }
.footer_one_logo { display:inline-block; margin-bottom:10px; }

[class*="footer_company"],
.footer_logo { font-size:0; }
[class*="footer_company"] li { display:inline-block; }
[class*="footer_company"] li { position:relative; padding:0 10px; line-height:1; font-size:12px; color:#bebebe; }
[class*="footer_company"] li:first-child { padding-left:0; }
[class*="footer_company"] li:not(:first-of-type):before { content:""; position:absolute; top:50%; margin-top:-6px; left:0; height:12px; width:2px; background-color:#909092; }
.footer_company02 li { line-height:18px; }
.footer_company02 li a {color:#bebebe; transition:0.3s all ease}
.footer_company02 li a:hover {color:#45abe6}
.footer_company02 li img { margin:0 0 0 5px; vertical-align:middle; }
[class*="footer_company"] [class*="sns_ft"] { display:inline-block; height:18px; line-height:19px; padding-left:23px; margin-right:10px; background-position:0 center; background-repeat:no-repeat; }
[class*="footer_company"] .sns_ft01 { background-image:url(../img/icons/footer_kakao.png); }
[class*="footer_company"] .sns_ft02 { background-image:url(../img/icons/footer_wechat.png); }
[class*="footer_company"] .sns_ft03 { background-image:url(../img/icons/footer_tencent.png); }

.team { display:flex; flex-wrap:wrap; justify-content:space-between; max-width:950px; margin:0 0 35px; padding-top:5px; font-size:0; }
.team dl { display:inline-block; width:25%; margin-top:20px; font-size:12px; letter-spacing:0.05em; }
.team dd strong { font-size:18px; font-weight:700; }

.team dd a { font-weight:700; color:#acacad; }
.team dd a:hover { color:#fff; }
.team01 strong { color:#00a0e9; } /* 국내 민원서류 발급 */
.team02 strong { color:#32b16c; } /* 번역/공증 촉탁대리/대사관인증 */
.team03 strong { color:#ff4dd7; } /* 해외민원 */
.team04 strong { color:#d90022; } /* 중국민원 */
.team05 strong { color:#cf8208; } /* 부모여행동의서 */
.team06 strong { color:#8630c7; } /* 대량등기부등본 */
.team07 strong { color:#c1001e; } /* 베트남민원 */
.team08 strong { color:#0068b7; } /* 번역/비자 */
.team09 strong { color:#ff4e00; } /* 번역 */
.team10 strong { color:#FF00FF; } /* 기업제휴 / 수출바우처 */

[class*="txt_default"] { font-size:12px; }
.txt_default01 { margin-bottom:0; font-weight:400; color:#bfbfbf; }
.txt_default02, .txt_default02 a { color:#969696; }
