@charset "utf-8";
@import "font.css";

/***********content-bottom 영역 공통***********/
html {scroll-behavior: smooth;}
body {padding-top: 0 !important;}
.content .content-bottom {width: 1200px; margin: 0 auto;  padding-bottom: 50px;}
/*뷰어*/
.viewerBox {border: 1px solid #dbdbdb; margin-top: 90px; padding: 20px 0;}
.viewerBox .tit {display: inline-block; width: 145px; font-size: 1rem; font-family: 'NotoKR-Bold'; text-align: center; border-right: 2px solid #ccc;}
.viewerBox > p {display: inline-block;}
.viewerBox > p a {display: inline-block; line-height: 30px; font-size: 15px; font-family: 'NotoKR-Medium'; padding-left: 37px;margin-left: 28px;}
.viewerBox > p a.icon-hwp {background: url('../../images/common/hwp-icon.png') no-repeat left center;}
.viewerBox > p a.icon-pdf {background: url('../../images/common/pdf-icon.png') no-repeat left center;}

/* 만족도 공통 라디오 커스텀*/
.viewOpinion {border: 1px solid #dbdbdb; background: #f8f8f8; padding: 30px 35px; box-sizing: border-box; margin-top: 10px;}
.viewOpinion ul {overflow: hidden;}
.viewOpinion ul li {float: left; margin-right: 35px;}
.viewOpinion ul li:last-child {margin-right: 0;}
.viewOpinion .tit {font-size: 1rem; font-family: 'NotoKR-bold'; margin-bottom: 23px; padding-left: 35px; background: url('../../images/wm/icon_survey.png') no-repeat center left;}
.viewOpinion input[type=radio] {position: absolute; top: 8px; left: 8px; width: 1px; height: 1px; margin-right: 7px;}
.viewOpinion input[type=radio].show {display: inline-block;} 
.viewOpinion label.forRadio {position: relative; font-size: 1rem; cursor: pointer;}
.viewOpinion label.forRadio span.radioCustom {display: inline-block; width: 20px; height: 20px; border: 1px solid #dbdbdb; border-radius: 50%; vertical-align: middle; margin-top: -3px; margin-right: 10px; background-color: #fff;
   /*  position: relative;  */padding: 5.5px; box-sizing: border-box;}
.viewOpinion label.forRadio span.radioCustom:after {content:""; display: block;border-radius: 50%; width: 50%; height: 50%; background-color: #fff; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); background-color: #fff;}
.viewOpinion label.forRadio em {display: inline-block; font-family: 'NotoKR-Medium';}
.viewOpinion input[type="radio"]:focus + span.radioCustom{outline: 1px solid #0024ff; border: 1px solid #333;}
.viewOpinion input[type="radio"]:checked + span.radioCustom{border: 1px solid #333; background-color: #333;}
.viewOpinion input[type="radio"]:checked + span.radioCustom:after{background-color: #fff;}

.viewOpinion .review {position: relative; margin-top: 20px;}
.viewOpinion .review .total {font-size: 14px; font-family: 'NotoKR-Medium'; color: #666; position: absolute; top: -25px; right: 115px;}
.viewOpinion .review input {width: calc(100% - 115px); height: 45px; margin-right: 5px;}
.viewOpinion .review button {width: 100px; height: 45px; background-color: #555; color: #fff; font-family: 'NotoKR-Medium';}

/*서브 content 테블릿 미디어쿼리*/
@media (min-width: 768px) and (max-width: 1180px){
    .content .content-bottom {width: 100%; padding: 0 3%;  padding-bottom: 20px;  box-sizing: border-box; }
}
/* 서브 content 미디어쿼리 모바일*/
@media all and (max-width: 767px){
    .content .content-bottom {width: 100%; box-sizing: border-box; padding: 0;}
    .viewerBox {padding: 25px; margin-top: 30px; border:0; border-top: 1px solid #dbdbdb; text-align: center;}
    .viewerBox .tit {display: block; width: 100%; text-align: center; padding-bottom: 20px; border-right: none; border-bottom: 1px solid #dbdbdb; margin-bottom: 20px;}
    .viewerBox > p {width: 49%;}
    .viewerBox > p a {margin-left: 0; padding-left: 30px}
    
    .viewOpinion {margin-top: 0; border: 0; border-top: 1px solid #dbdbdb;}
    .viewOpinion ul li {width: 50%; margin-right: 0;}
    .viewOpinion .review .total {right: 0px;}
    .viewOpinion .review input {width: 100%;}
    .viewOpinion .review button  {width: 100%; margin-top: 5px;}
}
/***********content-bottom 영역 공통***********/
/*table-guide*/
@media (max-width: 767px){
	.table-guide-wrap {position: relative; margin-top: 20px;}
	.table-guide-wrap:before {
	    content: '좌우로 스크롤해주세요!';
	    display: block;
	    position: absolute;
	    width: 29px;
	    height: 23px;
	    right: 0;
	    top: -30px;
	    z-index: 9;
	    background: url('../../images/common/table_scroll_hint.png') no-repeat left top;
	    background-size: cover;
	    text-indent: -9999px;
	}
}

/******************* 에러페이지 시작 ******************/
.error-wrap {position: relative; min-height: 100vh;}
.error-wrap .error-box {width: 100%; text-align: center; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-60%);box-sizing: border-box;}
.error-wrap .error-box .tit {font-size: 42px; font-family: "NotoKR-Medium"; margin-top: 30px; margin-bottom: 20px;}
.error-wrap .error-box ul li {color: #666; font-family: "NotoKR-Medium"; line-height: 1.7;}
.error-wrap .error-box .goToMain {display: inline-block; width: 165px; height: 40px; border: 2px solid #934a1d; border-radius: 50px; line-height: 40px; color: #934a1d; font-family: "NotoKR-Medium"; margin-top: 45px; transition: 0.3s;}
.error-wrap .error-box .goToMain:hover {background: #934a1d; color: #fff;}

@media all and (max-width: 767px){
    .error-wrap .error-box {position: static; transform: none; padding-top: 30px; padding: 30px;}
    .error-wrap .error-box .tit {font-size: 30px; line-height: 1.4;}
}
/******************* 에러페이지 끝 ******************/

/******************* 관리자에서 등록한 팝업 화면 커스텀 시작 ******************/
div[id^=opShowPopup] {border: 1px solid #ccc; border-radius: 5px;  background-color: #fff; padding: 0; /* box-sizing: border-box; */ /* overflow-y: auto; */ box-shadow: 0 0 15px rgba(0,0,0,0.6);}
div[id^=opShowPopup] .opPop-inner {height: calc(100% - 40px); overflow-y: auto; padding: 0; box-sizing: border-box;}
button[id^=closeWinBtn] {padding: 3px 8px; font-size: 14px; border-radius: 3px; margin: 2px; vertical-align: middle; background: transparent; color: #000; border: 1px solid;}
button[id^=closeBtn] {padding: 3px 8px; font-size: 14px; border-radius: 3px; margin: 2px; vertical-align: middle; background: transparent; color: #000; border: 1px solid;}
div[id^=opShowPopup] .popCtrl-box {border-top: 1px solid #dbdbdb; background-color: #fff; width: 100%; height: 40px; position: absolute; bottom: 0; left: 0; padding-top: 6px; padding: 6px 10px 10px 6px; box-sizing: border-box;}
div[id^=opShowPopup] img {vertical-align: middle !important;}

.winPop-box {position: relative; margin: 0; box-sizing: border-box; padding-bottom: 40px !important;}
.winPop-box .popCtrl-box {border-top: 1px solid #dbdbdb; background-color: #fff; width: 100%; height: 40px; position: fixed; bottom: 0; left: 0; padding-top: 6px; padding: 6px 10px 10px 6px; box-sizing: border-box;}

@media all and (max-width: 767px){
	div[id^=opShowPopup] {width: 90% !important; top: 50% !important; left: 50% !important; transform: translate(-50%,-50%) !important;height: auto !important; padding-bottom: 40px;}
	div[id^=opShowPopup] img {max-width: 100% !important; width: 100%;}
	.winPop-box img {max-width: 100% !important;}
}
/******************* 관리자에서 등록한 팝업 화면 커스텀 끝 ******************/

/*ul list style 필요할떄 쓰는 클래스*/
ul.list-style {padding-left: 20px; list-style: decimal !important;}
ul.list-style > li {margin: 2px 0; }

/***************** 파스텔톤 백그라운드 - 요청으로 인해 추가 **************/
/*픽스인경우*/
.ui-bg0 {background-color: #fdc9cc;}
.ui-bg1 {background-color: #fce29d; }
.ui-bg2 {background-color: #e3ddf3;}
.ui-bg3 {background-color: #abdafb;}
.ui-bg4 {background-color: #a6e8d5;}
.ui-bg5 {background-color: #abdafb;}
 
/*반복일경우*/
.uiCom-item:nth-of-type(6n+1) .uiCom-bg {background-color: #fdc9cc;}
.uiCom-item:nth-of-type(6n+2) .uiCom-bg {background-color: #fce29d;}
.uiCom-item:nth-of-type(6n+3) .uiCom-bg {background-color: #e3ddf3;}
.uiCom-item:nth-of-type(6n+4) .uiCom-bg {background-color: #abdafb;}
.uiCom-item:nth-of-type(6n+5) .uiCom-bg {background-color: #a6e8d5;}
.uiCom-item:nth-of-type(6n+6) .uiCom-bg {background-color: #abdafb;}




