
/** width 글자크기에 맞게 **/
.maxWidth{
    width: max-content;
}

/** 메인화면 언어선택  **/
.headerW140{
	width: 140px !important;
}

/** word-break 제거*/
.cancelKeepAll{
    word-break: break-all !important;
} 
.keppAll{
	word-break: keep-all !important;	
}

/** 메인화면 비디오 영역 **/
.videoWrap{
/*     border: 1px solid; */
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 10px;
}

.videoCotent{
    width: 380px;
/*     border: 1px solid red; */
}
.videoCotent video{
	width: 380px;
	border: 1px solid #ddd;
	border-radius: 5px;
}

/** 메인화면 우측 상단 언어별 선택 */
.top-w120{
	width: 120px !important;
}

.top-w140{
	width: 140px !important;
}
/** 메인화면 우측 상단 언어별 선택 end */

/** 메인화면 공지사항 날짜 위치 **/
.mainNoticeDate{
	margin-right: -20px;
}

/** 전자입국신고서 팝업 */
.table-wrap col.eacPopTableCol{
    width: 19rem;
} 

/** footer */
.contactUs{
	padding: 10px 25px;
	font-size: 14px;
}

/** 개인,단체 신고 툴팁 **/
.applyTooltip{
	display: inline-block;
    position: relative;
    width: 16px;
    height: 16px;
    background: url(../img/icoTt.png) no-repeat center;
    background-size: contain;
}

.applyTooltip-contents{
	display: none;
    position: absolute;
    top: 20px;
    border-radius: 5px;
    border: 1px solid #ddd;
    width: 350px;
    height: auto;
    padding: 10px 10px;
    background-color: #fff;
}


/** 공지사항 **/
.contentPre{
    white-space: pre-wrap;	
}

/** 라벨 css */
.label-text{
	font-size: 14px;
	font-weight: 600;
    width: 60px;
    margin-right: 20px;
}

.label-text-ml10{
	font-size: 14px;
	font-weight: 600;
    width: 90px;
    margin-right: 10px;
}

.accBox dl dt{
	outline:none;
}

/** 폰트색상 */
.gray{
	color: #7c7c7c/**#aaa**/;
}
.dark-gray{
	color: #877e7e !important;
}
.light-orange{
    color: #ff9073 ;
}
.dark-blue{
	color: #00407F;
}
.text-blue{
	color: #0327d7 !important;
}

.link-title{
	cursor: pointer;
}
.btnHide, .btnShow{
	cursor: pointer;
	font-size: 0.9rem;
}
/* .table-wrap tbody tr th.txl .dark-gray{ */
/* 	color: blue !important; */
/* } */

.postion_r{
	position: relative;
}

/** border 스타일**/
.borderNone{
	border: none !important;
}
.table-wrap tbody th.borderLeftNone{
	border-left: none !important;
}

/** 조회 수정 */
.countdown{
    position: absolute;
    top: 13px;
    right: 140px;
    color: gray;
    font-size: 12px;
}
.search_wrap{
    margin: 40px 0;
    display: inline-block;
    width: 100%;
}
.email-auth, .issNoSrch{
	width: 740px;
    margin: 0 auto;
}
.search_wrap .info-txt{
	margin: 0 auto;
	width: 760px;
	font-size: 14px;
	margin-top: 20px;
	color: #7c7c7c;
}
.search-tabnav{
	width: 740px;
    margin: 0 auto;
}
.mod-btnSearch{
	padding: 0 20px;
}

.chkMark{
	overflow: visible;
    position: relative;
    width: 16px;
    height: 16px;
    margin: 0 0 2px 6px;
    text-indent: -9999px;
    background: url(../img/login_tab_check.png) no-repeat center;
    background-size: contain;
}

.w140{width:140px !important;}
.w145{width:145px !important;}
.w176{width:176px !important;}
.w186{width:186px !important;}
.w216{width:216px !important;}
.w240{width:240px !important;}
.w245{width:245px !important;}
.w270{width:270px !important;}
.w278{width:278px !important;}
.w280{width:280px !important;}
.w290{width:290px !important;}
.w300{width:300px !important;}
.w310{width:310px !important;}
.w340{width:340px !important;}
.w370{width:370px !important;}
.w378{width:378px !important;}
.w450{width:450px !important;}
.w600{width:600px !important;}
.w610{width:610px !important;}
.w638{width:638px !important;}

.select-w340{width:340px !important;}
.h48{
	height: 48px; !important;
}

.ml930{margin-left: 930px !important;}
.ml960{margin-left: 960px !important;}
.wm1080 {
    max-width: 1080px !important;
}
.wm1140 {
    max-width: 1140px !important;
}

.dpni{
	display: none !important;
}

.mbHidden{
	display : block;
}
	
.pcHidden{
	display: none;
}

@media (max-width:768px){
	.w600{
		width:100% !important;
	}
	
	.headerW140{
		width: 50% !important;
	}
	
	.mbHidden{
		display : none !important;
	}
	.pcHidden{
		display : block;
	}
}

/* 신고절차 css */
.tabcontent_detail{
    margin: 0 auto;
    margin-top: 40px;
    padding: 40px 0px 40px 0px;
    width: 100%;
    max-width: 1200px;
    background-color: #ffffff;
    box-shadow: 0 0 15px 10px rgba(0, 0, 0, .15);
    text-align: center;
}

.tabcontent_detail .mmListBox{display:inline-block;width: calc(100% - 15%); vertical-align: middle;}
.tabcontent_detail .mmListBox ul li{display: none;float: left;width: 100%; margin-left: 0;vertical-align:top;text-align:center;margin-bottom:15px;}
.tabcontent_detail .mmListBox ul li.on{display: block;}

/* 신고절차 END */


/** 약관동의 */
.eml-label{
	width: 120px;
    text-align: left;
}

.mqMenuWrap_apply_eac .mmListBox ul li:hover{
    box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.15);
}

.mqMenuWrap_apply_eac .mmListBox ul li.on{
    box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.15);
}

.pop-eac-title{
/* 	margin-bottom: 20px; */
	margin-top: 10px;
    padding-right: 10px;
    font-size: 24px;
    font-weight: 600;
}

.pop-eac-logo{
/* 	margin-bottom: 20px; */
	margin-top: 10px;
    padding-right: 10px;
}

.link_url{
	cursor: pointer;	
}

.ico-pop-eac-title{
	width : 200px;	
}
.pop-eac-title h4{
	text-align: left;
    display: inline-block;
}
.agree-pri-box{
	height: 350px;
    overflow-y: auto;
}

.link-title{
	text-indent: -10px;
    padding-left: 27px;
}
.agree-pri-box p{
	word-break: initial !important;
    text-indent: -15px;
    padding-left: 15px;
}
.artTxtDepth2 {
	text-indent: -15px !important;
    padding-left: 30px !important;
}

.pri-box p{
	word-break: initial !important;
    text-indent: -15px;
    padding-left: 15px;
}

.indent15{
    text-indent: -15px;
    padding-left: 15px;
}

.priContArea .artTxt.depth2{
	padding-left: 10px;
}
.priContArea .artTxt.depth3{
	padding-left: 20px;
}

.license_org_file{
	visibility: hidden;
}

/* ocr 유의사항 팝업 */
.ocrPopCont{
	width: 600px;
}
.ocrPopCont .body-content{
	padding: 20px;
}
.ocrPopCont .body-content .title{
	font-size: 18px;
    font-weight: 600;
}
.ocrPopCont .popup_img{
    margin-top: 10px;
	width: 518px;
	padding: 20px;
    border: 1px solid #7c7c7c;
    border-radius: 5px;
    overflow: hidden;
}
.ocrPopCont .popup_img .ocrPopContImg{
    width: 580px;
    height: 320px;
    background: url(../img/ocr_passport_pc.png) no-repeat right 80px center;
    background-size: contain;
}
.ocrPopCont .popup_passport{
	width: 560px;
}
.ocrPopCont .popup_passport .popOcrPanel{
    background-color: #eee;
    margin-top: 10px;
    border-radius: 5px;
    padding: 10px 10px;
    display: flex;
	flex-direction: column;
	flex-wrap: wrap;
}
.ocrPopCont .popup_passport .popOcrPanel .desc{
	margin-bottom: 5px;
    font-size: 15px;
    word-break: initial;
    text-indent: -10px;
    padding-left: 5px;
}
.ocrPopCont .btn-area{
	width: 100%;
    height: auto;
    margin: 20px auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    gap: 20px;
}
.ocrPopCont .btn-area .button{
	width: 110px;
    height: 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
    align-items: center;
    padding: 10px;
	border-radius: 10px;
}
.ocrPopCont .btn-area .button.btnPhoto{
	border: 2px solid #0066CB;
	display : none;
}
.ocrPopCont .btn-area .button.btnOcrFileUpload{
	border: 2px solid #08b672;
}
.ocrPopCont .btn-area .btnPhoto .icon{
	background: url(../img/camera_icon2.png) no-repeat center center;
	width: 50px;
    height: 50px;
    background-size: contain;
}
.ocrPopCont .btn-area .btnOcrFileUpload .icon{
	background: url(../img/pass02.png) no-repeat center center;
	width: 50px;
    height: 50px;
    background-size: contain;
}
/* ocr 유희사항 팝업  END */

.bg-img{
	position: absolute;
    top: 30%;
    left: 29%;
    z-index: 999;
}

.indent{
    text-indent: -16px;
    padding-left: 15px;
}

.pop-eac-indent{
    text-indent: -16px;
}

.ocr-text-indent{
	text-indent: -12px;
    padding-left: 5px;
}

.font8  {font-size: 8px !important;}
.font9  {font-size: 9px !important;}
.font10 {font-size: 10px !important;}
.font11 {font-size: 11px !important;}
.font12 {font-size: 12px !important;}
.font13 {font-size: 13px !important;}
.font14 {font-size: 14px !important;}
.font15 {font-size: 15px !important;}
.font16 {font-size: 16px !important;}
.font17 {font-size: 17px !important;}
.font18 {font-size: 18px !important;}
.font19 {font-size: 19px !important;}
.font20 {font-size: 20px !important;}
.font21 {font-size: 21px !important;}
.font22 {font-size: 22px !important;}
.font23 {font-size: 23px !important;}
.font24 {font-size: 24px !important;}
.font25 {font-size: 25px !important;}
.font26 {font-size: 26px !important;}
.font27 {font-size: 27px !important;}
.font28 {font-size: 28px !important;}
.font29 {font-size: 29px !important;}
.font30 {font-size: 30px !important;}
.font31 {font-size: 31px !important;}
.font32 {font-size: 32px !important;}
.font33 {font-size: 33px !important;}
.font34 {font-size: 34px !important;}
.font35 {font-size: 35px !important;}
.font36 {font-size: 36px !important;}
.font37 {font-size: 37px !important;}
.font38 {font-size: 38px !important;}
.font39 {font-size: 39px !important;}
.font40 {font-size: 40px !important;}

.fontRed{
	color: red !important;
}

.fontBlue{
	color: blue !important;
}

.fontGreen{
	color: green !important;
}

.fontYellow{
	color: yellow !important;
}

.fontItalic{
	font-style: italic !important;
}

.fontCancel{
    text-decoration: line-through;
}
.fontUnderLine{
    text-decoration: underline;
}

.fontBold{
	font-weight: 600;
}


.dp_important{
	display: block !important;
}
.showRow td{
	border-bottom: none !important;	
}

.showRow:hover, .showRow:focus{
	cursor: pointer;
}

.showRow span:hover, .showRow span:focus{
	cursor: pointer;
}

.overflow-hidden{
	overflow: hidden;
}

.info-trasn-up{
	transition: .8s transform ease-in-out;
    transform: translate3d(0, -870px, 0);
}

.info-trasn-down{
	transition: .8s transform ease-in-out;
    transform: translate3d(0, 0, 0);
}

.searchbox-wrap{
	margin: 0 auto;
	width: 840px;
		
}

/* .entry-text3 { */
/*     width: 240px; */
/*     height: 48px; */
/*     padding: 0px 20px; */
/*     font-size: 1rem; */
/*     border: 1px solid #d9d9d9; */
/*     box-sizing: border-box; */
/*     border-radius: 3px; */
/* } */

.rg-rep-chk {
	background: url(../img/rep9.png) no-repeat center center !important;
    background-size: 22px 22px !important;
}

.rg-rep-chk:hover {
	cursor: pointer;
	background: url(../img/rep9.png) no-repeat center center !important;
    background-size: 22px 22px !important;
}

#realgrid {
  height: 470px;
}

.rg-colfix{
	color: #eb394f;
}
.rg-bg-gray{
	background: #eee !important;
}
.rg-bg-pink{
	background: #ff000057 !important;
}

.rg-bg-white{
	background: #fff !important;
}

.rg-head{
    background: #eff7ff !important;
}

.rg-head .rg-table tr td{
/* 	border-right: none !important; */
/*     border-bottom: none !important; */
    font-size: 12px;
}
.rg-rowbarcontainer .rg-table tr td{
/* 	border-right: none !important; */
/*     border-bottom: 1px solid #efefef !important; */
}

.rg-header{
    background: #eff7ff !important;
}
.rg-header .rg-table tr td{
/*     border-right: none !important; */
/*     border-bottom: none !important; */
	font-size: 14px;
	font-weight: 500;
	color: #000;
}

.rg-body .rg-table tr td, .rg-fixed-body .rg-table tr td{
    background-color: #fff ;
/*     border-right: none !important; */
/*     border-bottom: 1px solid #efefef !important; */
	font-size: 14px;
}

.rg-text-cancel{
    text-decoration: line-through;
    text-decoration-color: red;
}

.rg-check-none{
	display: none !important;
}

.col-fix-w{
    width: calc(100% - 190px);
}
.border-red{
	border : 1px solid red !important;
}

.select-ico{
	background: #fff url(../img/icoSelect_L.png) no-repeat top 16px right 15px;
    background-size: 16px 8px;
}
.select-search-ico{
	background: #EFF7FF url(../img/icoSearch.png) no-repeat top 16px left 8px !important;
	background-size: 15px 15px !important;
	color: #FFFFFF;
}

.airplane-ico{
	background:#555555 url(../img/airplane.png) no-repeat top 10px right 15px !important;
    background-size: 26px 26px !important;
    color: #FFFFFF;
}

.ship-ico{
	background:#555555 url(../img/ship02.png) no-repeat top 13px right 3px !important;
    background-size: 38px 20px !important;
}

.select-wrapper{
	position: relative;
	display: inline-block;
}

.nat-content, .as-content, .cno-content{
	position: absolute;
	top: 34px;
	left: 0px;
	margin-top: 5px;
	z-index: 999;
}

.info-nat-content{
	width: 380px !important;
}

.info-nat-content2{
	width: 280px !important;
}

.str-content{
	width: 300px !important;
}
.str-content2{
	width: 300px
}

.str-cno-content{
	width: 360px !important;
}

.nat-options, .as-options{
	position: absolute;
	top: 78px;
	left: 0px;
    height: auto;
    max-height: 240px;
	background-color: #fff;
	border: 1px solid #ccc;
	overflow-y: auto;
	overflow-x: hidden;
	z-index: 100;
	width:298px;
	
}

.cno-options{
	position: absolute;
	top: 78px;
	left: 0px;
    height: auto;
    max-height: 240px;
	background-color: #fff;
	border: 1px solid #ccc;
	overflow-y: auto;
	overflow-x: hidden;
	z-index: 100;
	width:358px;
	
}

.nat-options .nat-options-value, .as-options .as-options-value{
	width: 260px ;
	padding: 5px 10px;
    border-bottom: 1px solid #ddd;
    z-index: 101;
	
}

.cno-options .cno-options-value{
	width: 320px ;
	padding: 5px 10px;
    border-bottom: 1px solid #ddd;
    z-index: 101;
	
}


.nat-options .nat-options-value:hover, .as-options .as-options-value:hover, .cno-options .cno-options-value:hover{
	cursor: pointer;
	background-color: #eee;
}



.btn-active-airplane{
	color:#fff;
    background: #2D2D2D url(../img/airplane.png) no-repeat top 10px right 12px !important;
    background-size: 26px 26px !important;
/* 	border:1px solid #0066CB; */
}

.btn-active-ship{
	color:#fff;
	background:#2D2D2D url(../img/ship02.png) no-repeat top 12px right 5px !important;
	background-size: 38px 20px !important;
/* 	border:1px solid #0066CB; */
}

.select-active{
	color:#0066CB;
	background:#EFF7FF;
}

.formBox_address3 input:last-child, .formBox_address3 select:last-child {
	width: calc(100% - 80px);
}

.formBox_address3 {
    width: calc(100% - 80px);
}


.formBox_address3_group{
	width: 100%;
}
.formBox_address3_group .label-text{
	width: 90px;
}
.btnActive{
	background-color:#EFF7FF !important;
}
.btnActiveDisabled{
	background-color: #cfd2d4 !important;
}

.btnShip,
.btnAirplane{
    display:inline-block;
	height:40px;
	border-radius:3px;
	color:#fff;
	font-size:14px;
	font-weight:600;
	text-align:center;
    line-height:40px;/*50*/
}

.btnShip:disabled,
.btnShip:disabled:hover,
.btnShip:disabled:focus,
.btnAirplane:disabled,
.btnAirplane:disabled:hover,
.btnAirplane:disabled:focus{
	color:#888;
	background:#ececec;
	cursor:default;	
	padding: 0 30px 0px 30px;
    border: 1px solid #888;
}

.btnShip{
	margin-left: 5px;
	margin-right: 10px;
	padding:0 40px 0px 30px;
	border:1px solid #0066CB;
	background: url(../img/ship02.png) no-repeat top 10px right 6px;
    background-size: 30px 18px;
    color:#0066CB;
}
.btnShip:hover,
.btnShip:focus{
	color:#0066CB;
	background: #EFF7FF url(../img/ship02.png) no-repeat top 10px right 6px;
	background-size: 30px 18px;
}


.btnAirplane{
	padding:0 40px 0px 30px;
	border:1px solid #0066CB;
	background: url(../img/airplane.png) no-repeat top 10px right 10px;
    background-size: 20px 20px;
    color:#0066CB;
}
.btnAirplane:hover,
.btnAirplane:focus{
	color:#0066CB;
	background: #EFF7FF url(../img/airplane.png) no-repeat top 10px right 10px;
	background-size: 20px 20px;
}


.rep_chk{
	    width: calc(100% - 70px);
}

.apply-label-box{
    display: initial;
    width: 100%;
    padding: 0.5rem 0rem;
    box-sizing: border-box;
}

@media screen and (max-width: 1024px){
	.mw24{
		width: 34% !important;
	}
	.col-fix-w{
	    width: calc(100% - 170px);
	}
	.select-wrapper{
		width: 100% !important;
	}
	.nat-content, .as-content, .cno-content{
		width: 100% !important;
	}
	
	.str-content, .str-content2, .str-cno-content{
		width: 100% !important;
	}
	.nat-options, .as-options, .cno-options{
		width: 99.4% !important;
	}
	.nat-options-value, .as-options-value, .cno-options-value{
		width: 93% !important;
		font-size: 14px;
	}
	.formBox_address3 {
	    /* margin-bottom: 0; */
	    width: calc(100% - 0px) !important;
	}
	.formBox_address3 input:last-child, .formBox_address3 select:last-child {
		width: calc(100% - 0px) !important;
	}
	.w176, .w186, .w216, .w240, .w245, .w270, .w278, .w290, .w310, .w370, .w380 .w450{width:100% !important;}
	
	
	.btnAirplane{
		margin-left: 0px;
		width:49% !important;
		padding: 0px 40px 0px 40px !important;
		border:1px solid #0066CB !important;
	    background: #fff url(../img/airplane.png) no-repeat top 10px right 10px !important;
	    background-size: 22px 22px !important;
	    color:#0066CB !important;
	}
	.btnShip {
		margin-left: 0px;
		margin-right: 0px;
		width:49% !important;
	    padding: 0px 40px 0px 30px !important;
	    background: #fff url(../img/ship02.png) no-repeat top 10px right 10px !important;
    	background-size: 32px 20px !important;
	    color:#0066CB !important;
	}
	
	.btnAirplane:hover, .btnAirplane:focus {
	    color:#0066CB !important;
	    background: #EFF7FF url(../img/airplane.png) no-repeat ;
	    background-size: 22px 22px !important;
	}
	.btnShip:hover, .btnShip:focus {
	    color:#0066CB !important;
	    background: #EFF7FF url(../img/ship02.png) no-repeat ;
	    background-size: 32px 20px !important;
	}
	.ml930, .ml960{
		margin-left: 170px !important;
	}
	.rep_chk{
	    width: calc(100% - 85px);
	}
	
	/* ocr 유의사항 팝업 */
	.ocrPopCont{
		width: 90%;
	}
	.ocrPopCont .body-content{
		padding: 10px 20px;
	}
	.ocrPopCont .body-content .title{
		font-size: 14px;
		height: 20px;
/*     	padding-top: 10px; */
	}
	.ocrPopCont .popup_img{
		padding: 10px;
		width: auto;
	}
	.ocrPopCont .popup_img .ocrPopContImg{
		width: 100%;
		height: 290px;
		background: url(../img/ocr_passport_mb1.png) no-repeat center center;
		background-size: contain;
	}
	.ocrPopCont .popup_passport{
		width: auto;
	}
	.ocrPopCont .popup_passport .popOcrPanel{
		padding: 10px;
	}
	.ocrPopCont .popup_passport .popOcrPanel .desc{
		font-size: 12px;
	}
	.ocrPopCont .btn-area .btnOcrFileUpload .icon{
		width: 40px;
		height: 40px;
	}
	.ocrPopCont .btn-area .btnPhoto .icon{
		width: 40px;
		height: 40px;
	}
	.ocrPopCont .btn-area .button{
		width: 90px;
		height: 80px;
	}
	.ocrPopCont .btn-area .button{
		padding: 5px;
	}
	.ocrPopCont .btn-area .button .text{
		font-size: 12px;
	}
	
	.countdown{
		position: absolute;
	    top: 45px;
    	right: 20px;
	}
	.email-auth, .issNoSrch{
		width: 100%;
	}
	.search-tabnav{
		width: 100%;
	}
	.top-w120{
		width: 50% !important;
	}
	
	.top-w140{
		width: 50% !important;
	}
	
	.videoWrap{
	    display: flex;
	    flex-direction: column;
	    justify-content: center;
	    gap: 10px;
	    padding: 0 10px;
	}
	
	.videoCotent{
        width: 100%;
	}
	.videoCotent video{
		width: 99%;
	    border: 1px solid #ddd;
	    border-radius: 5px;
	}
	
	.ocrPopCont .btn-area .button.btnPhoto{
		display: flex;
	}
	
	.toolTipMsgBox {
	    left : 25px !important;
	}
	
}


.popBtn3{
	flex:1;
	margin:0;
	color:#555555;
	font-size:20px;
	font-weight:500;
	letter-spacing:-.25px;
	border-radius: 0 0 0 5px;
}

.popBtn4{
	flex:1;
	margin:0;
	color:#fff;
	font-size:20px;
	font-weight:500;
	letter-spacing:-.25px;
}
.popBtn3{background:#C6C6C6;}
.popBtn4{background:#0066CB;}


/****2024.0924. 그룹 추가****/

/** 신고자 카드 */
#applyNo01.notComplate{
	border:2px solid #e52f00;
}

#contents .tab-menu .card-box.active.notComplate, #contents .tab-menu .card-box.notComplate{
	border:2px solid #e52f00;
}
#contents .tab-menu .card-box.active.notComplate .card-bottom, #contents .tab-menu .card-box.notComplate .card-bottom{
    background-color: #e52f00;
}
#contents .tab-menu .card-box.active.notComplate:hover, #contents .tab-menu .card-box.notComplate:hover{
    background-color: #fff4ef;
    cursor: pointer;
}

.reserv_card_item .reserv_card_link_off {
    display: block;
    position: relative;
	height:130px;
	width:132px;
    font-size: 0;
    line-height: 0;
    box-sizing: border-box;
}


.reserv_card_item .reserv_card_link_off:hover {
    text-decoration: none;
	border:2px solid #e52f00;
}


.reserv_card_item .reserv_card_link_off .on a {border-bottom: 3px solid #377cfd;}



.reserv_card_item .reserv_card_link_off:before, .reserv_card_item .reserv_card_link:after {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-style: solid;
    border-radius: 0px;
    content: '';
    box-sizing: border-box;
    transition-property: opacity;
    transition-duration: 250ms;
    transition-timing-function: ease-in-out;
}



.reserv_card_item .reserv_card_link_off:before {
    border-width: 2px;
    border-color: #e52f00;
    opacity: 1;
}



.reserv_card_item .reserv_card_link_off:hover:before {
    opacity: 0;
}


.reserv_card_item .reserv_card_link_off:hover:after {
    opacity: 1;
}


.reserv_card_item .reserv_card_link_off .link_inner {
    display: block;
    position: relative;
    /**max-height: 336px;
    min-height: 336px;**/
    padding: 0px;
    border-radius: 0px;
    font-size: 0;
    line-height: 0;
    box-sizing: border-box;
    overflow: hidden;
    bottom:-1px;
}



.reserv_card_item .reserv_card_link_off .link_inner:before, .reserv_card_item .reserv_card_link_off .link_inner:after {
    display: block;
    position: absolute;
    content: '';
    box-sizing: border-box;
    transform-origin: right bottom;
    transform: scale(0.5);
    opacity: 0;
    transition-property: transform, opacity, box-shadow;
    transition-duration: 500ms;
    transition-timing-function: ease-in-out;
}



.reserv_card_item .reserv_card_link_off .link_inner:before {
    bottom: -388px;
    right: -255px;
    background-color: rgba(255, 255, 255, 1);
    box-shadow: 0px 0px 0px transparent;
    transition-delay: 100ms;
}



.reserv_card_item .reserv_card_link_off:hover .link_inner:before {
    transform: scale(1);
    opacity: 1;
    box-shadow: -55px 34px 111px rgba(141, 195, 255, 0.2);
}


.reserv_card_item .reserv_card_link_off .link_inner:after {
    bottom: -302px;
    right: -393px;
    background-color: rgba(255, 255, 255, 0.6);
    box-shadow: 0px 0px 0px transparent;
}


.reserv_card_item .reserv_card_link_off:hover .link_inner:after {
    transform: scale(1);
    opacity: 1;
    box-shadow: -55px 34px 111px rgba(141, 195, 255, 0.15);
}


.reserv_card_item .reserv_card_link_off .link_inner .card_title {
    display: -webkit-box;
    position: relative;
    z-index: 1;
    width: 100%;
    /**max-height: 58px;
    min-height: 58px;**/
    font-size: 16px;
    color: #222;
    line-height: 28px;
    letter-spacing: -0.02em;
    font-weight: 600;
    box-sizing: border-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
	padding-top:5px;
}


.reserv_card_item .reserv_card_link_off .link_inner .card_date {
    display: block;
    position: relative;
    z-index: 1;
    width: 100%;
    margin-top: 21px;
    font-size: 0;
    line-height: 0;
    box-sizing: border-box;
}



.reserv_card_item .reserv_card_link_off .link_inner .card_date .card_date_title {
    display: block;
    position: relative;
    font-size: 16px;
    color: #466bb9;
    line-height: 30px;
    letter-spacing: -0.02em;
    font-weight: 400;
    box-sizing: border-box;
}



.reserv_card_item .reserv_card_link_off .link_inner .card_date em {
    display: inline-block;
    position: relative;
    font-size: 16px;
    color: #666;
    line-height: 30px;
    letter-spacing: -0.02em;
    font-weight: 300;
    vertical-align: top;
    box-sizing: border-box;
}



.reserv_card_item .reserv_card_link_off .link_inner .card_date .date_dash {
    margin: 0 5px;
}



.reserv_card_item .reserv_card_link_off .link_inner .card_info {
    display: block;
    position: relative;
    z-index: 1;
    width: 100%;
    margin-top: 0px;
    font-size: 0;
    line-height: 0;
    box-sizing: border-box;
    padding : 0px 10px;
}



.reserv_card_item .reserv_card_link_off .link_inner .card_info .info_list {
    display: block;
    position: relative;
    width: 100%;
    max-height: 70px;
    min-height: 70px;
    font-size: 0;
    line-height: 0;
    box-sizing: border-box;
    overflow: hidden;
}


.reserv_card_item .reserv_card_link_off .link_inner .card_info .info_list .info_item {
    display: block;
    position: relative;
    width: 100%;
    margin-top: 0px;
    font-size: 0;
    line-height: 0;
    box-sizing: border-box;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break:break-all;
}


.reserv_card_item .reserv_card_link_off .link_inner .card_info .info_list .info_item:first-child {
    margin-top: 0;
}


.reserv_card_item .reserv_card_link_off .link_inner .card_info .info_list .info_item em {
    display: inline-block;
    position: relative;
    margin-left: 10px;
    padding-left: 13px;
    font-size: 16px;
    color: #000;
    line-height: 24px;
    letter-spacing: -0.02em;
    vertical-align: top;
    box-sizing: border-box;
    /***2024.08.27 :: ETA 추가***/
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}



.reserv_card_item .reserv_card_link_off .link_inner .card_info .info_list .info_item em:first-child {
    margin-left: 0;
    padding-left: 0;
    font-weight: 600;
}


.reserv_card_item .reserv_card_link_off .link_inner .card_info .info_list .info_item .info_title {
    color: #222;
    font-weight: 300;
}




.reserv_card_item .reserv_card_link_off .link_inner .card_state span {
    display: inline-block;
    position: relative;
    min-width: 100%;
    /**margin-left: 10px;
    padding: 2px 0 1px;**/
    background-color: #fff;
    border-width: 1px;
    border-style: solid;
    border-color: #e52f00;
    border-radius: 0px;
    font-size: 15px;
    color: #333;
    line-height: 25px;
    letter-spacing: -0.02em;
    font-weight: 400;
    vertical-align: top;
    box-sizing: border-box;
    text-align: center;
}


.reserv_card_item .reserv_card_link_off .link_inner .card_state span:first-child {
    margin-left: 0;
}


.reserv_card_item .reserv_card_link_off .link_inner .card_state .state_condition.ing {
    background-color: #e52f00;
    border-color: #e52f00;
    color: #fff;
    border:0px;
}


.reserv_card_item .reserv_card_link_off .link_inner .card_state .state_condition.end {
    background-color: #707493;
    border-color: #707493;
    color: #fff;
}


.reserv_card_item .reserv_card_link_off .link_inner .card_state .state_condition.delay {
    background-color: #d6d8df;
    border-color: #d6d8df;
    color: #333;
}


@media (max-width:640px)
{
 
	.reserv_card_item .reserv_card_link_off .link_inner .card_title {
		font-size: 16px;
	}
	.reserv_card_item .reserv_card_link_off .link_inner .card_info .info_list .info_item em {
		font-size: 14px;
	}
}

/** 버튼 커스텀 */
.btnmember50,
.btnmember51,
.btnmember52,
.btnmember53{
    display:inline-block;
	height:28px;
	border-radius:3px;
	color:#fff;
	font-size:14px;
	font-weight:600;
	text-align:center;
    line-height:22px;/*50*/
}




.btnmember50:disabled,
.btnmember50:disabled:hover,
.btnmember50:disabled:focus{
	color:#888;
	background:#ececec url('../img/icon_excel.png') no-repeat right 10px top 5px;
	cursor:default;	
}

.btnmember52:disabled,
.btnmember52:disabled:hover,
.btnmember52:disabled:focus{
	color:#888;
	background:#ececec;
	cursor:default;	
}

.btnmember51:disabled,
.btnmember51:disabled:hover,
.btnmember51:disabled:focus{
    border: 1px solid #7c7c7c;
    cursor:default;
    background: url(../img/icon_add_w.png) no-repeat right 10px top 8px #848484;

}

.btnmember53:disabled,
.btnmember53:disabled:hover,
.btnmember53:disabled:focus{
	color:#888;
	cursor:default;	
	background: #ececec url('../img/pass_upload.png') no-repeat right 10px top 5px;
}

.btnmember50{
	padding:0 30px 0px 20px;
    color:#008D3F !important;
	border:1px solid #008D3F;
	background: url('../img/icon_excel.png') no-repeat right 10px top 5px;
}
.btnmember50:hover,
.btnmember50:focus{
	color:#008D3F;
	border:1px solid #008D3F;	
	background: url('../img/icon_excel.png') no-repeat right 10px top 5px;
}

.btnmember51{
	padding:0 30px 0px 20px;
    color:#ffffff ;
	border:1px solid #555555;
	background: url('../img/icon_add_w.png') no-repeat right 10px top 8px #555555;
}
.btnmember51:hover,
.btnmember51:focus{
	color:#ffffff;
	border:1px solid #555555;	
	background: url('../img/icon_add_w.png') no-repeat right 10px top 8px #555555;
}

.btnmember52{
	padding:0 30px 0px 20px;
    color:#ffffff !important;
	border:1px solid #555555;
	background: url('../img/icon_delete_w.png') no-repeat right 10px top 5px #555555;
}
.btnmember52:hover,
.btnmember52:focus{
	color:#ffffff;
	border:1px solid #555555;	
	background: url('../img/icon_delete_w.png') no-repeat right 10px top 5px #555555;
}

.btnmember53{
	padding:0 30px 0px 20px;
    color:#0066CB !important;
	border:1px solid #0066CB;
	background: url('../img/pass_upload.png') no-repeat right 10px top 5px;
}
.btnmember53:hover,
.btnmember53:focus{
	color:#0066CB;
	border:1px solid #0066CB;	
	background: url('../img/pass_upload.png') no-repeat right 10px top 5px #EFF7FF;
}

@media screen and (max-width: 640px) {
    .btnmember50,
	.btnmember51,
	.btnmember52,
    .btnmember53{
        font-size:15px;
    }
    
    .eml-label{
    	text-align: left;
    }
}


/* 추가정보 css 추가 20241213 */
.extraBox .table-wrap .rowBox{
	border-bottom: 1px solid #ddd;
/* 	border-bottom: 1px solid #CCE6FF; */
	padding: 10px 50px;
}
.extraBox .table-wrap .rowBox .quesRow{
	display: flex;
    flex-direction: row;
    justify-content: space-between;
    height: 40px;
    align-items: center;
}
.extraBox .table-wrap .rowBox .quesRow .question, .positionRel{
	position: relative;
}
.extraBox .table-wrap .rowBox .quesRow .question:before{
	position: absolute;
    left: -30px;
    top: 0px;
    width: 20px;
    height: 20px;
    background:url('../img/icoAlertPop.png') no-repeat center;
    background-size: contain;
    content: '';
}
.extraBox .table-wrap .rowBox .quesRow .chkBoxArea{
	width: 100px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    gap: 10px;
    height: 100%;
    padding: 0 8px;
}
.extraBox .table-wrap .rowBox .quesRow .inputArea{
	width: 60%;
}
.extraBox .table-wrap .rowBox .ansRow{
	display: none;
	margin: 15px 0;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    flex-direction: column;
}
.extraBox .table-wrap .rowBox .ansRow .row{
	width: 100%;
	display: flex;
	align-items: center;
	gap: 5px;
}
.extraBox .table-wrap .rowBox .ansRow .row .col{
	width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: nowrap;
    gap: 5px;
}
.extraBox .table-wrap .rowBox .ansRow .row.third .col{
	width: calc(96% / 3);
	justify-content: space-between;
    margin: 0 1%;
}
.extraBox .table-wrap .rowBox .ansRow .row.quarter .col{
	width: calc(100% / 4);
}
.extraBox .table-wrap .rowBox .ansRow .col .label{
	max-width: 150px;
}

.extraBox .table-wrap .rowBox .ansRow .row .col.textOnly{
	width: 100%;
	justify-content: space-between;
}
.extraBox .table-wrap .rowBox .ansRow .extra-selBox{
    width: 70%;
    height: 40px;
    padding: 0px 20px;
    box-sizing: border-box;
}
.extraBox .table-wrap .rowBox .quesRow .extra-selBox{
    width: 100%;
    height: 40px;
    padding: 0px 20px;
    box-sizing: border-box;
}
.extraBox .table-wrap .rowBox .ansRow input{
	width: 70%;
}
.extraBox .table-wrap .rowBox .ansRow .textarea{
	padding: 15px 0;
	width: 100%;
}
.extraBox .table-wrap .rowBox .ansRow .textarea .infoText{
	margin-bottom: 15px;
	position: relative;
	padding-left: 25px;
	color: #555;
    font-style: italic;
}
.extraBox .table-wrap .rowBox .ansRow .textarea .infoText:before{
	position: absolute;
    left: 3px;
    top: 2px;
    width: 15px;
    height: 15px;
    background:url('../img/icon_warnning.png') no-repeat center;
    background-size: contain;
    content: '';
    filter: opacity(0.7);
}
.extraBox .table-wrap .rowBox .ansRow .textarea textArea{
	border: 1px solid #ddd;
	width: calc(100% - 40px);
	height: 150px;
	padding: 15px 20px;
}
.extraBox .table-wrap .rowBox .listRow {
	display: flex;
    justify-content: flex-start;
    gap: 15px;
    flex-wrap: wrap;
    padding: 15px 20px;
    border: 1px dashed #0066CB;
    margin: 15px 0;
}
.extraBox .table-wrap .rowBox .listRow .list{
	position: relative;
	padding-left: 12px;
    width: calc(93% / 3);
}
.extraBox .table-wrap .rowBox .listRow .list:before{
	position: absolute;
    left: 0;
    top: 7px;
    width: 5px;
    height: 5px;
    background: #00407F;
    content: '';
}

/*도로명 주소 팝업 수정*/
.popupAddr{
	padding: 20px 30px;
}
.popupAddr .exBox{
	margin: 0 0 20px 0;
}
.popupAddr .labelText{
	display: flex;
	flex-direction: column;
	gap: 20px;
	
}
.popupAddr .labelText .labelTitle{
	font-size: 20px;
    font-weight: 600;
}
.popupAddr .labelText .textGroup{
	display: flex;
	flex-direction: column;
	gap: 3px;
}
.popupAddr .searchBox .colItem{
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.popupAddr .searchBox .colItem.zip{
	display: none;
}
.popupAddr .searchBox .colItem .btnSearch{
    position: absolute;
    bottom: 0;
    right: 0px;
    width: 60px;
    height: 40px;
    background: url(../img/icoSearch.png) no-repeat center;
    background-size: 18px auto;
    text-indent: -9999px;
}

/* 자주묻는 질문 해시태그 css 추가*/
.tabMain .categories{
	display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: flex-end;
    justify-content: flex-start;
    padding: 10px 0;
}
.tabMain .categories .btnCategory{
	position: relative;
    padding: 5px 10px;
    color: #222;
    cursor: pointer;
    width: auto;
    text-align: center;
    height: 25px;
    line-height: 1.8;
	font-size: 18px;    
}
.tabMain .categories .line{
    position: absolute;
    top: 10px;
    left: -10px;
    width: 1px;
    height: 18px;
    background-color: #0066CB;
    margin: 2px 10px;
}
.tabMain .categories .btnCategory.active{
/* 	border-bottom: 3px solid #0066CB; */
	font-weight: 600;
/* 	padding-bottom: 2px; */
}

.paper{
	margin-bottom: 20px;
}
.loading{
    position: absolute;
    top: 38%;
    left: 42%;
    z-index: 15;
    width: 266px;
    height: 380px;
    background: url(../img/loading2.gif) no-repeat right 80px center;
    background-size: 100px auto;
}
.loading2{
    position: relative;
	z-index: 9999;
	width: 266px;
	height: 380px;
	background: url(../img/loading2.gif) no-repeat right 80px center;
	background-size: 100px auto;
}
.loadingBox{
	display:none;
	-webkit-box-pack:center;
	-ms-flex-pack:center;
	justify-content:center;
	-webkit-align-items:center;
	-ms-flex-align:center;
	align-items:center;
	position:fixed;
	top:0;
	right:0;
	bottom:0;
	left:0;
	width:100%;
	border:1px solid #ddd;
	z-index:9999;/* 9998 */
}
.loadingBg{
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	width:100%;
	height:100%;
	background:#000;
	opacity:.5;
	z-index: 13;
}
.btnToolTip {
    overflow: visible;
    position: relative;
    width: 20px;
    height: 20px;
    margin: 0 0 2px 6px;
    text-indent: -9999px;
    background: url(../img/icoTt.png) no-repeat center;
    background-size: contain;
}

.toolTipMsgBox {
	position: absolute;
    max-width: 720px;
    padding: 30px 45px 30px 30px;
    border-radius: 3px;
    background: #ffffff;
    border: 1px solid;
    box-sizing: border-box;
    color: rgb(0 0 0);
    text-align: left;
    font-size: 13px;
    z-index: 1;
}
.tipApplyAdd{
    position: absolute;
    top: 9px;
}
.tipEntTr{
    position: absolute;
    top: 18px;
}

.tipEntSrchNav{
    position: absolute;
    top: 26px;
}

.tipDepSrchNav{
    position: absolute;
    top: 26px;
}

.tipVisa{
    position: absolute;
    top: 18px;
}

.tipEntInfo{
    position: absolute;
}

.tipSoj{
    position: absolute;
}

.tipSetGrid{
    position: absolute;
    top: 20px;
}

.multiLangVisaDiv2{
	margin-left: 40px;
}

@media (max-width: 487px)
{
 	.info-nat-content{
 		width: 100% !important;
 	}
 
 	.btnmember21, .btnmember22{
		margin-bottom: 10px;
	}
 	
 	.apply-label-box{
	    display: block;
	    width: 100%;
	    padding: 0.5rem 0rem;
	    box-sizing: border-box;
	}
	
	.btnActive{
	    background-color: #EFF7FF !important;
	}
	
	.label-text, .label-text-ml10{
		width: 100%;
		margin-right: 0px;
	}
	
	.ent_str_cno_select, .ent_cno_nm, .ent_ship_nm, .ent_str_nat_select, .ent_str_as_select, .dep_end_cno_select, .dep_cno_nm, .dep_ship_nm,
	.dep_end_nat_select, .dep_end_as_select, .visa_no, .btnKorAddr, .btnEngAddr {
		margin-bottom: 5px;
	}
	
	.btnSrchNav{
		margin-left: 0px !important;
	}
	
	.w340{
		width: 100% !important;
	}
	
	.addressPopCont{
		width: 100%;
	}
	.popupAddr .labelText .labelTitle{
		font-size: 16px;
	}
	
	.popupAddr .labelText .textGroup{
		font-size: 14px;
	}
	#keywordAddr::placeholder{
		font-size: 12px;
	}
	
	.popupAddr{
	    padding: 20px 10px;
    	overflow-y: scroll;
	}
	.popupAddr .searchBox .colItem .btnSearch{
		position: absolute;
	    bottom: 0;
	    right: 0px;
	    width: 40px;
	    height: 40px;
	    background: url(../img/icoSearch.png) no-repeat center;
	    background-size: 14px auto;
	    text-indent: -9999px;
	}
	.btnShip:disabled, .btnShip:disabled:hover, .btnShip:disabled:focus, .btnAirplane:disabled, .btnAirplane:disabled:hover, .btnAirplane:disabled:focus {
	    color: #888 !important;
	    background: #ececec !important;
	    cursor: default !important;
	    padding: 0 30px 0px 30px !important;
	    border: 1px solid #888 !important;
	}
	.btnActiveDisabled {
	    background-color: #cfd2d4 !important;
	}
	.bgBtnDisabled{
		background: #ececec !important;
	}
	.bg-img {
	    position: absolute;
	    top: 50%;
	    left: 27%;
	    width: 150px;
	    z-index: 999;
	}
	.search_wrap .info-txt{
		width: 100% !important;
	}
	.tipApplyAdd{
	    position: absolute;
	    top: 58px;
	}
	.tipEntTr{
	    position: absolute;
	    top: 48px;
	}
	
	.tipEntSrchNav{
	    position: absolute;
	    top: 214px;
	}
	
	.tipDepSrchNav{
	    position: absolute;
	    top: 214px;
	}
	
	.tipVisa{
	    position: absolute;
	    top: 90px;
	}
	.multiLangVisaDiv2{
		margin-left: 0px;
	}
	
	.loading {
	    position: absolute;
	    top: 32%;
	    left: 16%;
	    z-index: 15;
	    width: 266px;
	    height: 380px;
	    background: url(../img/loading2.gif) no-repeat right 80px center;
	    background-size: 100px auto;
}

@media (max-width: 365px){
	.contactUs {
	    font-size: 12px;
	}
	
}
