/* Northeast Asia */
@font-face {
  font-family: 'NotoSansCJKkr';
  src: url('https://vr.visitkorea.or.kr/assets/webfont.uni?fn=NotoSansCJKkr-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'NotoSansCJKkr';
  src: url('/static/front/fonts/NotoSansCJKkr-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'NotoSansCJKkr';
  src: url('https://vr.visitkorea.or.kr/assets/webfont.uni?fn=NotoSansCJKkr-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'NotoSansCJKkr';
  src: url('https://vr.visitkorea.or.kr/assets/webfont.uni?fn=NotoSansCJKkr-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

/* 설문조사 페이지 */
.template__type1__section.surveys {padding: 0; letter-spacing: -0.06em;}
.template__type1__section.surveys .inr {font-family: "NotoSans"; width: 1060px; margin: auto; position: relative;}
.pc {display: block;}
.mo {display: none;}

/* 언어선택 */
.lang {position: absolute; top: 60px; left: 0; box-sizing: border-box;}
.lang .default::after{content: ''; position: absolute; top: 21px; right: 15px; background: url(/static/front/images/advance/survey/icon_down.png) no-repeat; width: 12px; height: 8px; background-size: cover;}
.lang.active .default::after{transform: rotate(180deg); top: 18px;}
.lang a {text-indent: 1px; color: #000; text-decoration: none; font-size: 16px;}
.lang .default {width: 160px;  display: block; border-radius: 12px; padding: 10px 15px;  background-color: #F5F5F5; border: 1px solid #e5e5e5;}
.lang .default.on {background-color: #fff; border: 1px solid #000; border-radius: 10px;}
.lang_list{width: 160px; border: 1px solid #000; margin-top: 6px; display: none; list-style: none; background-color: #fff; padding: 7px 15px; border-radius: 12px;}
.lang_list li{margin-bottom: 15px;}
.lang_list li:last-child{margin-bottom: 5px;}
.lang a:hover {color: #FF7062}
.lang a.default:hover {color: #000;}
.pages {position: absolute; top: 60px; right: 0;}
.pages.pup {top: 15px; /* 팝업창에서 pages 위치변경 */}
.pages strong {margin-right: 5px;}
.pages span {margin-left: 5px;}

/* 타이틀 */
.surveyTit {padding-top: 115px;}
.surveyTit h1 {font-size: 32px; text-align: center; font-weight: 800; padding-bottom: 30px; border-bottom: 1px solid #E0E0E0;}
.surveyTit > p {padding: 30px 0 20px; font-size: 24px; color: #404040;}
.surveyTit > div.fz18 {padding: 30px 0 20px; font-size: 24px; color: #404040; font-size: 18px;}
.surveyTit .lead span {font-size: 20px; color: #FF7062; font-weight: 700; border-bottom: 1px solid #FF7062}
.checkBox {font-size: 18px; color: #404040; display: flex; padding: 40px 0 30px;  border-bottom: 1px solid #E0E0E0;}
.checkSub {margin-right: 30px;}
.checkList {text-align: left;}
.checkList span {width: 90%; display: inline-block; padding-left: 7px;}
.checkList input[type="checkbox"] {display: none;}
.checkList input[type=checkbox] + label {display: inline-block; cursor: pointer; line-height: 24px; padding-left: 40px; background: url('/static/front/images/advance/survey/icon_check.png') left/24px no-repeat; background-position: revert; padding-bottom: 15px; color: #333;}
.checkList:last-child input[type=checkbox] + label {padding-bottom: 0px;}
.checkList input[type=checkbox]:checked + label { background-image: url('/static/front/images/advance/survey/icon_check2.png');}
.textBox {padding-top: 30px;}
.textBoxs {margin-bottom: 50px;}
.textBoxs:last-child {margin-bottom: 0;}
.textTit {font-size: 22px; font-weight: 700; margin-bottom: 16px;}
.textBoxs input {width: 100%; background-color: #F5F5F5; color: #999; height: 60px; padding: 0 20px; border-radius: 10px;}
.textBoxs input:focus {background-color: #fff; border: 1px solid #FF7062;}
.checkBox.p30 {padding: 30px 0 0px; border: none;}
.checkBox.pb60 {padding-bottom: 60px;}
.surveyBtn {font-size: 20px; background-color: #000; color: #fff; width: 280px; text-align: center; display: block; margin: auto; height: 55px; line-height: 55px; border-radius: 12px; margin-bottom: 50px;}
.surveyBtn.mt60 {margin-top: 60px;}
.surveyBtn.mb80 {margin-bottom: 80px;}

/* 텝메뉴 */
.tabnav {display: flex; border-bottom: 2px solid #FF7062;}
.tabnav li {width: calc( (100% - 11px) / 3); background-color: #F5F5F5; border-radius: 18px 18px 0 0; margin-right: 8px;}
.tabnav li:last-child {margin-right: 0;}
.tabnav li.on {background-color: #fff; }
.tabnav li a {display: block; text-align: center; background-color: #F5F5F5; padding: 20px; border-radius: 18px 18px 0 0; font-size: 18px; position: relative; height: 68px;}
.tabnav li a.on {border: 2px solid #FF7062; border-bottom: none; color: #FF7062; background-color: #fff; font-weight: 700;}
.tabnav li a.on::after {content: ''; position: absolute; width: 100%; height: 2px; background-color: #fff; bottom: -2px; left: 0;}

/* 댓글 */
.backBottom.pt60 .template__type1__section {padding: 60px 0 30px;}
.backBottom .inr {width: 1060px; margin: auto; position: relative;}
.board-table {margin-top: 30px; table-layout: fixed;}
.board-table thead {background-color: #F5F5F5; text-align: center;}
.board-table thead th {border: 1px solid #E0E0E0; font-weight: normal; padding: 10px 0;}
.board-table thead th:first-child {border-left: none; width: 220px;}
.board-table thead th:last-child {border-right: none;}
.board-table td {border: 1px solid #E0E0E0;}
.board-table td:first-child {border-left: none; text-align: center; padding: 10px 30px; width: 220px;}
.board-table td:last-child {border-right: none; padding: 10px 30px;}
.board-table td:last-child p {overflow: hidden; white-space: normal; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; word-break: keep-all;}

/* 페이징 */
.paging {padding: 50px 0 60px; width: 800px; margin: auto;}
.paging > ul {display: flex; justify-content: center; position: relative; width: 496px; margin: auto;}
.paging > ul > li {padding: 5px;  font-size: 16px; margin-left: 4px; width: 32px; height: 32px; text-align: center;}
.paging > ul > li:hover {cursor: pointer; }
.paging .active {background: #707070 !important; color: #fff; border-radius: 4px;}
.backBottom {position: relative;}
.backBottom::after {content:''; position: absolute; width: 100%; height: 30px; background-color: #ff7062; bottom: 0px; border-radius: 0 0 18px 18px;}
.paging > ul > li.icons {position: relative;}
.paging > ul > li.icons a {position: absolute; display: block; width: 13px; text-indent: -9999px; background-repeat: no-repeat;}
.start a {background: url('/static/front/images/advance/survey/icon_arrow1.png') left/13px no-repeat;}
.prev a {background: url('/static/front/images/advance/survey/icon_arrow2.png') left/13px no-repeat;}
.next a {background: url('/static/front/images/advance/survey/icon_arrow3.png') left/13px no-repeat; right: 6px;}
.end a {background: url('/static/front/images/advance/survey/icon_arrow4.png') left/13px no-repeat; right: 6px;}

/* 스킨스타일 */
.skin01 .skins {background-image: url('/static/front/images/advance/survey/header.jpg'); width: 100%; height: 250px;}
.skin02 .skins {background-image: url('/static/front/images/advance/survey/header_2.png'); width: 100%; height: 250px;}
.skin03 .skins {background-image: url('/static/front/images/advance/survey/header_3.png'); width: 100%; height: 250px;}
.backBottom.skin02::after {background-color: #C69BEB;}
.backBottom.skin03::after {background-color: #94BBFA;}
.skin02 .surveyBtn.pink {background-color: #C69BEB;}
.skin03 .surveyBtn.pink {background-color: #94BBFA;}
/* skin02 색상변경 */
.skin02 .surveyTit span {color: #B079E0; border-bottom: 1px solid #B079E0;}
.skin02 .checkList input[type=checkbox]:checked + label {background-image: url('/static/front/images/advance/survey/icon_check5.png');}
.skin02 .textBoxs > input:focus {outline: 1px solid #B079E0;}
.skin02 .tabnav li a.on {color: #B079E0; border: 2px solid #B079E0; border-bottom: none;}
.skin02 .tabnav {border-bottom: 2px solid #B079E0;}
.skin02 .answer {color: #B079E0}
.skin02 .checkTits em {color: #B079E0}
.skin02 .checkTits span {border: none;}
.skin02 .checkLists input[type=checkbox]:checked + label, .skin02 .checkLists input[type=radio]:checked + label {background-image: url('/static/front/images/advance/survey/icon_check6.png');}
.skin02 .checkLists.boxes.on {border: none; box-shadow: 0 0 0 2px #B079E0 inset;}
.skin02 .satisfiedList input[type=radio]:checked {background-image: url('/static/front/images/advance/survey/icon_check7.png');}
/* skin03 색상변경 */
.skin03 .surveyTit span {color: #689BED; border-bottom: 1px solid #689BED;}
.skin03 .checkList input[type=checkbox]:checked + label {background-image: url('/static/front/images/advance/survey/icon_check8.png');}
.skin03 .textBoxs > input:focus {outline: 1px solid #689BED;}
.skin03 .tabnav li a.on {color: #689BED; border: 2px solid #689BED; border-bottom: none;}
.skin03 .tabnav {border-bottom: 2px solid #689BED;}
.skin03 .answer {color: #689BED}
.skin03 .checkTits em {color: #689BED}
.skin03 .checkTits span {border: none;}
.skin03 .checkLists input[type=checkbox]:checked + label, .skin03 .checkLists input[type=radio]:checked + label {background-image: url('/static/front/images/advance/survey/icon_check9.png');}
.skin03 .checkLists.boxes.on {border: none; box-shadow: 0 0 0 2px #689BED inset;}
.skin03 .satisfiedList input[type=radio]:checked {background-image: url('/static/front/images/advance/survey/icon_check10.png');}

.checked {display: none;}
.checked.on {display: block;}

/* 2페이지 */
.surveyTit p.borderBox {border: 1px solid #E0E0E0; border-radius: 18px; padding: 30px; color: #000;}
.surveyTit p.borderBox.gray {color: #404040;}
.gray {color: #404040;}
.surveyBtn.white {background-color: #fff; color: #000; border: 1px solid #000; font-weight: 700; margin-bottom: 80px;}
.checkTits {font-size: 22px; font-weight: 700; padding-bottom: 10px;}
.checkTits em {font-style: normal; color: #FF7062;}
.checkTits span {font-size: 18px; display: block; border-bottom: none; font-weight: normal;}
.checkLists {text-align: left;}
.checkLists span {width: 90%; display: inline-block; padding-left: 7px;}
.checkLists input[type="checkbox"], .checkLists input[type="radio"] {display: none;}
.checkLists input[type=checkbox] + label, .checkLists input[type=radio] + label {display: inline-block; cursor: pointer; line-height: 20px; background: url('/static/front/images/advance/survey/icon_check3.png') left/25px no-repeat; background-position: revert; padding-bottom: 15px; color: #333; padding: 10px 0 10px 40px; background-position-y: 9px; color: #404040;}
.checkLists input[type=checkbox]:checked + label, .checkLists input[type=radio]:checked + label { background-image: url('/static/front/images/advance/survey/icon_check4.png');}
.answer {text-align: right; font-size: 18px; color: #FF7062; padding: 40px 0 16px;}
.checkBoxs {padding-top: 40px;}
.checkBoxs:nth-child(3) {padding-top: 0;}
.checkListsBox {display: flex; flex-wrap: wrap; justify-content: space-between;}
.checkLists.boxes {border: 1px solid #E0E0E0; width: calc( ( 100% - 30px ) / 2 ); display: flex; justify-content: center; border-radius: 18px; margin-top: 20px;}
.checkLists.boxes.on {border: none; box-shadow: 0 0 0 2px #F37042 inset;}
.checkLists.boxes:first-child, .checkLists.boxes:nth-child(2) {margin-top: 6px;}
.checkLists.boxes img {width: 260px;}
.checkLists.boxes p {color: #404040; padding: 10px 40px 0px; height: 70px;}
.checkLists.boxes input[type=checkbox] + label, .checkLists.boxes input[type=radio] + label {background-position-y: 22px; background-position-x: 50%; padding: 60px 0 20px; width: 100%; text-align: center;}
.checkLists.boxes video {width: 260px;}
.checkLists.boxes iframe {width: 260px; height: auto;}

/* 3페이지 */
.borderBox.fz24 {margin-bottom: 40px;}
div.borderBox {border: 1px solid #E0E0E0; border-radius: 18px; padding: 30px; text-align: center;}
.borderBox p {padding: 0; text-align: left;}
.borderBox iframe {margin-top: 30px;}
.checkBoxs input {width: 100%; background-color: #F5F5F5; color: #999; height: 60px; padding: 0 20px; border-radius: 10px;}
.checkBoxs input:focus {background-color: #fff; border: 1px solid #FF7062;}
.checkBoxs textarea {width: 100%; background-color: #F5F5F5; color: #999; height: 160px; padding: 14px 20px; border-radius: 10px;  resize: none;}
.checkBoxs.pt60 {padding-top: 60px;}

/* 4페이지 */
.surveyBtn.pink {background-color: #FF7062; color: #fff; margin-bottom: 80px; font-weight: 700;}
.satisfiedTit {font-size: 22px; font-weight: 700; margin-bottom: 16px;}
.satisfiedList {background-color: #F5F5F5; padding: 24px 105px; margin-bottom: 60px;display: flex; justify-content: space-between; height: 80px; align-items: center; border-radius: 10px;}
.satisfiedList span {color: #404040; font-size: 16px; border: none; font-weight: normal;}
.radioBox {display: flex; justify-content: space-between; width: 62%;}
.satisfiedList input[type=radio]{display: inline-block; cursor: pointer;  background: url('/static/front/images/advance/survey/icon_radio1.png') left/25px no-repeat; background-position: revert;color: #333; width: 25px; height: 25px; vertical-align: middle;}
.satisfiedList input[type=radio]:checked { background-image: url('/static/front/images/advance/survey/icon_radio2.png');}


/* 팝업 */
#popup_mask {position: fixed; width: 100%; height: 100%; top: 0px; left: 0px; display: none;  background-color:#000; opacity: 0.5; z-index: 9999999;}
#popupDiv {display: none; position: absolute; left: 50% !important; transform: translateX(-50%); background: #fff; width: 970px;  max-height: 90vh; -webkit-overflow-scrolling: none; overscroll-behavior: none; z-index: 9999999; border-radius: 18px;}
#popupDiv .pupCont {overflow-y: scroll; height: 61vh; background-color: #fff; padding: 20px; border-radius: 0 0 18px 18px;}
#popupDiv .pupCont > .inr {position: relative; width: 870px; margin:auto;}
.pupTit {display: flex; align-items: center; position:sticky; top:0; left:0; right: 0; z-index: 1;}
.pupTit {font-size: 0;}
.pupTit strong {font-size: 24px; color: #fff; margin: auto;}
#popCloseBtn {position: absolute; border: none; right: 20px; top: 21px; cursor: pointer; background: url('/static/front/images/advance/survey/icon_close.png') no-repeat; width: 24px; height: 24px;
  /* 배경없을시 화살표 검정색 */ /* filter: brightness(0); */}
.pupContent {padding: 40px 50px;}
.pupsubtit > img {margin: auto;}
.point > span {font-size: 18px; display: block; width: fit-content; margin: auto; text-align: center;}
.textBox {padding-top: 40px; text-align: left;}
#popupDiv .textTit {font-size: 18px; font-weight: 700; position: relative;}
#popupDiv .textTit.pb10 {padding-bottom: 10px;}
.textBoxs > input[type="text"] {width: 100%; border: none; background-color: #f4f4f4; outline: none; padding: 16px 18px;}
.textBoxs > input:focus {outline: 1px solid #FF7062; background-color: #fff;}
.checkTitBox {display: flex;}
.checkTit {font-size: 20px; font-weight: 700; text-decoration: underline; text-underline-position : under; margin-bottom: 15px;}
.checkTit.wa {width: fit-content;}
.checkTitBox > span {margin-top: 5px; margin-left: 15px; font-size: 16px; color: #ae354c;}
.checkTit.pt50 {padding-top: 50px;}
.checkSub {font-size: 18px; margin-bottom: 5px;}
.checkList {text-align: left; color: #666666;}
.checkList span {width: 90%; display: inline-block; padding-left: 7px;}
.noticeBox {margin-top: 40px;}
.noticeBox input[type="radio"] {padding-left: 35px; vertical-align: top; margin-top: 4px; width: 20px; height: 20px; accent-color: #ae354c;}
.noticeBox input[type="radio"] {display: none;}
.noticeBox input[type=radio] + label {display: inline-block; cursor: pointer; line-height: 1.2; padding-left: 35px; background: url('/static/front/images/advance/survey/icon_radio1.png') left/20px no-repeat; background-position-y: 0px;}
.noticeBox input[type=radio]:checked + label { background-image: url('/static/front/images/advance/survey/icon_radio2.png');}
#event_enter {color: #fff; background-color: #ae354c; border: none; font-size: 22px; font-weight: 700; padding: 7.2px 50px; border-radius: 24px; margin-top: 40px; cursor: pointer;}
.checks input[type="checkbox"] {display: none;}
.checks input[type=checkbox] + label {display: inline-block; cursor: pointer; line-height: 20px; padding-left: 35px; background: url('/static/front/images/advance/survey/icon_check.png') left/20px no-repeat; background-position: revert; padding-bottom: 15px; color: #333;}
.checks .checkList:last-child input[type=checkbox] + label {padding-bottom: 0px;}
.checks input[type=checkbox]:checked + label { background-image: url('/static/front/images/advance/survey/icon_check2.png'); }
.checks input[type="radio"] {display: none;}
.checks input[type=radio] + label {display: inline-block; cursor: pointer; line-height: 1.8; padding-left: 35px; background: url('/static/front/images/advance/survey/icon_radio.png') left/20px no-repeat;}
.checks input[type=radio]:checked + label { background-image: url('/static/front/images/advance/survey/icon_radio2.png'); }
.textBoxs.pb20 {padding-bottom: 20px;}
.noticeBtn {text-align: center;}
#popupDiv .tabnav li a::before {width: 100%;}
/* 설문조사 페이지 */

/*=================== Search 페이지 ====================*/
.search__result__section {font-family: 'NotoSansCJKkr'; letter-spacing: -0.06rem;}
.search__result__form__ipt input[type=text] {font-weight: normal !important; color: #AAA !important;}
.search_detail_area{display: flex; align-items: center; padding-bottom: 14px; border-bottom: 1px solid #1A1A24;}
.selectBoxs * { box-sizing: border-box;}
.selectBoxs {position: relative; height: 24px; margin-left: auto; background-color: transparent; cursor: pointer; padding-right: 20px; margin-right: 20px; letter-spacing: -0.06rem;}
.selectBoxs::before {content: ''; width: 1px; height: 15px; background-color: #E0E0E0; position: absolute; top: 50%; right: 0; transform: translateY(-50%);}
.selectBoxs .selectTit {display: flex; align-items: center; position: relative; width: 154px; height: 24px; padding: 0; background-color: transparent; border: 0; border-radius: 4px; cursor: pointer; text-align: left; font-size: 16px; font-weight: 400; color: #404040; justify-content: flex-start;}
.selectBoxs .selectTit::after{content: ''; display: block; position: absolute; top: 10px; right: 0px; width: 14px; height: 8px;  background:url('/static/front/images/advance/search/icon_down.png') no-repeat center; background-size: cover;}
.selectBoxs.on .selectTit::after{transform: rotate(180deg);}
.selectBoxs .optionLists {overflow: hidden; display: block;  max-height: 0; position: absolute; visibility: hidden; z-index: 5; top: 30px; width: 100%; background: #fff; color: rgba(207, 209, 217, 1); border: 1px solid #E6E6EB; box-shadow: 0px 8px 16px rgba(20, 25, 50, 0.08); border-radius: 4px; font-size: 14px;font-weight: 400; color: #1A1A24; list-style-type: none;padding: 0;}
.selectBoxs.on .optionLists {visibility:visible; width: 154px; max-height: 500px; padding: 14px 10px; border: 1px solid #000;}

.selectBoxs.on .optionLists{scrollbar-width: thin; scrollbar-color: #232C3F transparent; border-radius: 10px;}
.selectBoxs .optionItems {display: flex; align-items: center; width: 100%; line-height: normal; transition: .1s; padding-bottom: 10px;}
.selectBoxs .optionItems:last-child {padding-bottom: 0; border-bottom: 0 none;}
.selectBoxs.selects2 .optionItems:nth-last-child(2) {padding-bottom: 0; border-bottom: 0 none;}
.selectBoxs .optionItems button{background-color:transparent; border:0; padding:0; margin:0; color: #1A1A24; font-size: 14px;}
.selectBoxs .optionItems:hover {font-size: 14px; font-weight: 700; color:#FF7062;}
.selectBoxs .optionItems:hover button{font-weight: 700;}

.keywordsBox {display: flex; margin-top: 20px; height: 40px; position: relative;}
.markBox { position: absolute; right: 0; top: 0;}
.mark {cursor: pointer; padding: 7px 40px 7px 20px; background: #F5F5F5; border-radius: 8px; }
.markBox .mark::after{content: ''; position: absolute; top: 17px; right: 15px; background: url('/static/front/images/advance/search/icon_down.png') no-repeat; width: 12px; height: 8px; background-size: cover;}
.rankingBox {display: none; position: absolute; background-color: #fff; top: 45px; right: 0; border: 1px solid #404040; padding: 30px 20px 20px; border-radius: 8px; width: 360px; text-align: center; z-index: 98;}
.rankingBox .rankingTit {padding-bottom: 14px; margin-bottom: 4px; border-bottom: 1px solid #E0E0E0; font-size: 18px; font-weight: 500;}
.rankingBox .rankingTit span {color: #FF7062;}
.rankingBox .populBox {display: flex; justify-content: space-between;}
.rankingBox .populBox ul {width: calc( (100% - 20px) / 2 ); font-size: 16px;}
.rankingBox .populBox li {display: flex; margin-top: 10px;}
.rankingBox .populBox a {overflow: hidden; white-space: normal; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; word-break: break-all; padding-left: 10px;}
.rankingBox .populBox .num {color: #FF7062;}
.markBox .close {background-color: #000; color: #fff; width: 130px; display: block; margin: auto; border-radius: 8px; margin-top: 20px; font-size: 14px; font-weight: 500; height: 32px; line-height: 32px;}

.header_search_sub {max-width: 1300px; width: 100%;}
.closes {font-size: 16px; text-decoration: underline; font-weight: 500;}
.slide-tit {padding: 7px 13px; background: #404040; border-radius: 8px; color: #fff;}

.recent_search{position: relative; display: flex; align-items: center;}
.recent_search .close{position: absolute; right: 0; top: 0; font-size: 16px; color: #767676; line-height: 19px;}
.recent_search ul{display: flex; overflow: hidden; flex-wrap: wrap; height:40px; margin-right: 16px;}
.recent_search ul li{margin-left: 12px; padding: 0 20px 0 0px; min-width: 0; box-sizing: border-box; max-width: 100%; position: relative;}
.recent_search ul li a {display: block; font-size: 14px; line-height: 38px; white-space: nowrap; position: relative; max-width: 140px; overflow: hidden; text-overflow: ellipsis; color: #404040;}
.recent_search ul li a:focus-visible{outline: none;}
.recent_search ul li a:focus-visible:after{content: ''; display: block; position: absolute; right: 2px; left: 2px; top: 2px; bottom: 2px; outline: 2px solid #000; box-sizing: border-box;}
.recent_search ul li a.ellipsis{text-overflow: ellipsis; overflow: hidden;}
.delete{position: absolute; right: 0px; top: 13px; width: 14px; height: 14px; background: url('/static/front/images/advance/search/icon_close.png'); text-indent: -9999px; background-size: cover;}
.swiper-slide a {padding-right: 20px; line-height: 36px;}

.header_search_sub {position: relative;}
.proposeBox {border: 1px solid #000; position: absolute; top: 50px; right: 0; width: 1126px; background: #fff; color: #404040; padding: 30px 20px; border-radius: 8px; z-index: 99;}
.propose li {margin-bottom: 10px;}
.propose li:last-child {margin-bottom: 0;}

.keywordsBox2 {position: relative; display: flex; margin-top: 16px; height: 36px;}
.keywordsBox2 .search__result__form__keywords {margin-top: 0; max-width: 816px;}
.search__result__msg__area {flex-direction: column;}
.Search_keyword {display: flex; justify-content: center; font-size: 14px; font-weight: 400;}
.Search_keyword:nth-child(2) {margin-top: 30px;}
.Search_keyword:last-child {margin-bottom: 30px;}
.keywords_item {color: #EB241F;}
.search__result__msg__section {flex-direction: column;}
.recent_search2 {display: flex;}
.recent_search2 span {color: #404040; margin-right: 18px; font-weight: 500;}
.recent_search2 ul {display: flex; font-size: 14px; color: #707070; text-decoration: underline}
.recent_search2 ul li {margin-right: 10px;}
.recent_search2 ul li:last-child {margin-right: 0;}

.search__result__board__item .conts .title {display: flex;}
.search__result__board__item .conts .title p {width: calc( 100% - 122px );}
.search__result__board__item .conts .title .badges {padding: 5px 20px; background-color: #707070; color: #fff; border-radius: 90px; margin-right: 16px;}
.search__result__form__keywords.search_keywords .swiper-button-next {right: 310px;}
.search__result__form__keywords.search_keywords .swiper-button-prev {right: 348px;}
.search__result__form__keywords.search_keywords .swiper-button-next.swiper-button-disabled, .search__result__form__keywords.search_keywords .swiper-button-prev.swiper-button-disabled {opacity: 0;}

.search__result__form__list.search_result {position: relative; letter-spacing: -0.06rem;}
.search__result__form__list.search_result .proposeBox {top: 70px; z-index: 13; width: 1006px;}
.search__result__form__list.search_result .selectBoxs .selectTit {width: 138px;}
.Search_keywords {font-size: 18px; font-weight: 400;}
.icon_point {width: 45px; margin-bottom: 10px;}
.search__result__msg__group.search_icon {flex-direction: column; align-items: center; font-weight: 500;}
.search__result__board__item {justify-content: space-between; align-items: center;}
.search__result__board__item.ebook .img {width: 140px !important; height: 205px !important;}
.search__result__board__item.ebook .conts {max-width: calc(100% - 140px) !important;}
.webpages ul {display: flex; padding: 27px 0 13px;}
.webpages ul li {padding: 6px 20px; position: relative;}
.webpages ul li::after {content: ''; position: absolute; top: 50%; right: 0; transform: translateY(-50%); width: 1px; height: 15px; background-color: #E0E0E0;}
.webpages ul li:last-child:after {display: none;}
.webpages ul li.on {font-weight: 700;}
.optionCheck {display: none;}
.is-focused .header__search__ipt__del {display: block; z-index: 9999;}
.search__tabmenu__scroll::-webkit-scrollbar {display: none;}
.search__tabmenu__group li {position: relative;}
.search__tabmenu__group li::after {width: 100%; height: 1px; content: ""; position: absolute; left: 0; bottom: 0; background: #909090;}
.search__tabmenu__group > li.is-tab-opened .search__tabmenu__menu::after {height: 2px !important;}
/*=================== Search 페이지 ====================*/

/*=================== K프랜즈 페이지 ====================*/
.wrap.mainNew.scrollNo {overflow: hidden; height: 100vh;}
.container.kfriends {position: relative;}
.kfriendsBox {display: flex; justify-content: space-between;}
.kfriendsBox iframe {/* display: none; */ width: 100%; height: 100vh; position: absolute; top: 0px; left: 0; z-index: 999; background-color: #fff;}
.kfriendsBox iframe.on {display: block;}
.logoinBtn {width: 230px; background-color: #002B58; color: #fff !important; border-radius: 30px; padding: 6px 26px; vertical-align: top; margin-left: 105px; font-size: 14px; font-weight: 700; box-sizing: border-box; position: relative; border: 1px solid #404040;}
.logoinBtn.pc {display: inline-block;}
.logoinBtn::after {content: ''; position: absolute; top: 50%; transform: translateY(-50%); right: 18px; background: url('/static/front/images/advance/kfriends/icon_arrow.png'); width: 6px; height: 10px; background-size: cover;}
.kfriendsBtn {width: 210px; height: 46px; display: inline-block;}
.kfriendsBtn img {width: 100%; height: 100%; display: inline-block;}

#popupDiv2 {font-family: "NotoSans"; display: none; position: absolute; left: 50% !important; transform: translateX(-50%); background: #2A65A1; width: 660px;  max-height: 90vh; overflow: auto; -webkit-overflow-scrolling: none; overscroll-behavior: none; z-index: 9999999; border-radius: 18px; text-align: center; padding: 75px 30px 22px; letter-spacing: -0.06rem; word-break: keep-all;}
#popupDiv2::before {content: ''; position: absolute; background: url('/static/front/images/advance/kfriends/icon_character1.png'); width: 122px; height: 180px; background-size: cover; top: 0; left: 0;}
#popupDiv2::after {content: ''; position: absolute; background: url('/static/front/images/advance/kfriends/icon_character2.png');     width: 89px; height: 239px; background-size: cover; top: 75px; right: 0;}
#popupDiv2 .pupTit {position: relative; padding-bottom: 40px;}
#popupDiv2 #popCloseBtn {top: -44px; right: 0;}
#popupDiv2 .pupContent {background-color: #fff; border-radius: 18px; padding: 60px 35px; font-size: 20px;}
#popupDiv2 .pupContent strong {color: #F6774A;}
#popupDiv2 .pupContent span {text-decoration: underline;}

.serviceBox {text-align: center; padding-top: 38px !important; font-size: 18px;}
.serviceBox strong {font-weight: 700; text-decoration: underline;}
.serviceBox p {font-weight: 400; color: #404040;}

/* 회원가입 */
.greetBox {font-size: 18px; color: #404040; border-bottom: 1px solid #e0e0e0; padding: 30px 0 60px;}
.greetBox span {color: #ff7062; display: block;}
.writhing {color: #404040; padding: 60px 0 10px;}
.writhing strong {font-size: 18px; display: block; padding-bottom: 10px;}
.writhing span {font-size: 16px;}
.collecting {font-size: 14px; color: #707070;}

.joinCheck.kfriends2 {font-size: 16px; color: #404040; font-weight: 400; padding-top: 35px;}
.conBtn.black {background-color: #000;}
.header__nav__link > span::after {display: none !important;}
.conBox {margin-top: 70px !important;}

/*=================== K프랜즈 페이지 ====================*/

@media screen and (max-width:1200px) {

  /*=================== 설문조사 페이지 ===================*/
  .subHeader__path__list.--path3 > li:nth-of-type(2) {display: block;}
  .subHeader__section.--color-bk .subHeader__path__list > li a:not(.home) {vertical-align: bottom;}
  .surveys img {width: 100%;}
  #popupDiv img {width: 100%;}

  .template__type1__section.surveys .inr {width: auto; padding: 0 20px;}
  .backBottom .inr {width: auto;}
  .backBottom .inr.p20 {padding: 0 20px;}
  .pc {display: none;}
  .mo {display: block;}

  .surveyTit {padding-top: 98px;}
  .lang {left: 20px; top: 25px;}
  .pupCont .lang {left: 0;}
  .pages {top: 35px; right: 20px;}
  .pupCont .pages.pup {right: 0;}
  .surveyTit h1 {font-size: 26px; padding-bottom: 20px; line-height: 32px;}
  .surveyTit > p {font-size: 16px; text-align: center; padding: 20px 0 30px;}
  .lead {text-align: center;}
  .surveyTit span {font-size: 16px; text-align: center;}
  .checkBox {font-size: 16px; flex-direction: column; padding: 50px 0 30px;}
  .checkSub {font-size: 16px; font-weight: normal; margin-bottom: 10px;}
  .surveyBtn {font-size: 16px; height: 52px; line-height: 52px; width: 100%;}
  .backBottom::after {height: 20px;}
  .surveyBtn.mt60 {margin-top: 30px;}
  .surveyBtn.mb80 {margin-bottom: 40px;}
  .paging {width: auto; padding: 30px 0 20px;}
  .tabnav li a {font-size: 12px; padding: 10px; height: auto;}

  .surveyTit p.borderBox {font-size: 22px; padding: 20px; text-align: left;}
  .answer {padding: 30px 0 10px; text-align: left; font-size: 14px; color: #E41414;}
  .checkTits {font-size: 18px; padding-bottom: 12px;}
  .checkTits.fz16 {font-size: 16px;}
  .checkTits span {font-size: 14px; text-align: left;}
  .checkLists input[type=checkbox] + label, .checkLists input[type=radio] + label {background-position-y: 14px; padding-left: 33px;}
  .surveyBtn.white {margin-bottom: 40px; margin-top: 50px;}

  .borderBox iframe {width: 100%; height: auto;}
  div.borderBox {padding: 20px;}
  .checkBoxs.pt60 {padding-top: 40px;}
  .checkBoxs:nth-child(4) {padding-top: 20px;}

  .satisfiedList {padding: 20px 10px; flex-direction: column; position: relative; border-radius: 10px; margin-bottom: 20px; height: 84px; align-items: flex-start;}
  .radioBox {width: 100%;}
  .satisfiedList span {text-align: left; margin-bottom: 8px; font-size: 12px;}
  .satisfiedList span.pos {position: absolute; top: 20px; right: 10px;}
  .satisfiedTit {font-size: 16px; margin-bottom: 12px;}
  .surveyBtn.pink {margin-bottom: 40px; margin-top: 50px;}

  #popupDiv {width: 100%; padding: 54px 20px 0; background-color: #F5F5F5; border-radius: 18px 18px 0 0;}
  #popupDiv > .inr {width: auto; background-color: #fff; padding: 10px 20px; margin-bottom: 20px; border-radius: 18px;}
  #popupDiv > .inr:nth-child(2) {border-radius: 0 0 18px 18px;}
  #popCloseBtn {right: 0; top: -30px; background: url(/static/front/images/advance/survey/icon_close2.png) no-repeat; width: 17px; height: 17px; background-size: cover;}
  .pupTit {position: relative;}
  .board-table thead th:first-child {width: 36%;}
  .board-table td:first-child {width: 36%; padding: 10px;}
  .board-table td:last-child {padding: 10px;}
  .textBoxs {margin-bottom: 20px;}
  .textBox {padding-top: 30px;}
  .textTit {margin-bottom: 12px; font-size: 16px;}
  .checkBox.p30 {padding-top: 10px;}
  .checkBox.pb60 {padding-bottom: 50px;}
  .board-table {margin-top: 20px;}
  .backBottom.pt60 .template__type1__section {padding-top: 20px;}
  .textBoxs input {height: 42px;}
  .checkBoxs input {height: 42px; border-radius: 8px; font-size: 14px;}
  .paging > ul {width: auto;}
  .satisfiedList input[type=radio] {background: url(/static/front/images/advance/survey/icon_radio1.png) left/20px no-repeat; width: 20px; height: 20px;}
  .surveyTit > p.fz18 {font-size: 16px;}
  .checkBoxs textarea {border-radius: 8px; font-size: 14px;}
  .checkList input[type=checkbox] + label {padding-left: 35px;}

  .checkLists.boxes input[type=checkbox] + label, .checkLists.boxes input[type=radio] + label {padding: 60px 20px 20px;}
  .checkLists.boxes {width: 100%;}
  .checkLists.boxes video {width: 66.67vw;}
  .checkLists.boxes iframe {width: 66.67vw;}
  .checkLists.boxes p {height: auto; padding: 16px 0px 0px;}
  .checkLists.boxes:first-child {margin-top: 8px;}
  .checkLists.boxes:nth-child(2) {margin-top: 20px;}

  /* 스킨스타일 */
  .skin01 .skins {background-image: url('/static/front/images/advance/survey/m_header.png'); width: 100%; background-size: cover; height: 47vw;}
  .skin02 .skins {background-image: url('/static/front/images/advance/survey/m_header_2.png'); width: 100%; background-size: cover; height: 47vw;}
  .skin03 .skins {background-image: url('/static/front/images/advance/survey/m_header_3.png'); width: 100%; background-size: cover; height: 47vw;}

  #popupDiv .pupCont > .inr {width: auto;}
  /*=================== 설문조사 페이지 ===================*/

  /*=================== Search 페이지 ====================*/
  .selectBoxs .selectTit {width: 65px;}
  .selectBoxs .selectTit::after {width: 11px; height: 7px;}
  .selectBoxs.on .optionLists {width: max-content; padding: 14px; z-index: 99;}

  .rankingBox {width: 320px;}
  .rankingBox .rankingTit {font-size: 16px;}

  .keywordsBox {height: auto; padding-top: 40px;}
  .recent_search {flex-wrap: wrap; margin-top: 35px;}
  .slide-tit {background-color: transparent; color: #000; font-weight: 700; padding: 0 0 14px;}
  .recent_search ul {height: auto; border-top: 1px solid #909090; padding-top: 14px; margin-right: 0;}
  .recent_search ul li {margin-left: 0; padding: 0; margin-right: 14px;}
  .recent_search ul li a {line-height: unset; padding-right: 18px; margin-bottom: 14px; }
  .recent_search ul li button {top: 4px;}
  .closes {position: absolute; right: 0; top: 0;}
  .proposeBox {width: auto;}
  .propose li a {overflow: hidden; text-overflow: ellipsis; width: 78vw; white-space: nowrap; display: block;}
  .selectBoxs.selects2::before {display: none;}
  .selectBoxs.selects1 {width: auto;}
  .selectBoxs.selects2 {position: absolute; right: 0; top: 9px; margin: 0; padding: 0; width: 100%; display: flex; justify-content: flex-end;}
  .search__result__form__list.search_result .selectBoxs .selectTit.tits2 {width: auto; text-indent: -9999px; width: 30px; }
  .selectBoxs .selectTit.tits2::after {background: url('/static/front/images/advance/search/icon_search_off.png'); width: 30px; height: 30px; background-size: cover; position: absolute; right: 0; top: 0;}
  .selectBoxs.on .selectTit.tits2::after {background: url('/static/front/images/advance/search/icon_search_on.png'); transform: rotate(0); background-size: cover;}
  .search__result__form__group.form_group {width: calc( 100% - 38px );}
  .selectBoxs.on .optionLists.options2 {right: 0; width: 100%; top: 48px; padding: 20px; z-index: 999;}
  .selectBoxs .optionLists.options2 .optionItems {padding-bottom: 8px;}
  .recent_search2 {flex-direction: column; align-items: center;}
  .recent_search2 span {margin-right: 0;}
  ul.optionCheck {margin-top: 6px; padding-top: 14px; border-top: 1px solid #E0E0E0; display: block;}
  ul.optionCheck .checkList input[type=checkbox] + label {background-size: 18px; line-height: 20px; padding-left: 24px;}
  ul.optionCheck .close {width: 130px; background-color: #000; color: #fff; display: block; margin: 20px auto 0; text-align: center; border-radius: 8px; height: 32px; line-height: 32px;}

  .search__result__board__item .conts .title .badges {font-size: 14px; margin-right: 12px; padding: 5px 12px;}
  .search__result__board__item .conts .title p {width: calc( 100% - 88px );}
  .search__result__board__item .conts .title {align-items: center;}
  .search__result__board__item .conts .hashTag-list {margin: 0 !important;}
  .search__result__board__item .conts .hashTag-list > li {margin: 4px 4px 0 0 !important;}

  .keywordsBox2 {height: 30px;}
  .markBox {z-index: 9; position: unset;}
  .search__result__form__keywords .swiper.searches {width: calc( 100% - 66px ); margin: 0 0 0 14px; padding: 0;}
  .mark.marks2 {text-indent: -9999px; background-color: transparent; padding: 0; width: 30px; height: 30px;}
  .markBox .mark.marks2::after {background: url('/static/front/images/advance/search/icon_chart_off.png'); background-size: cover; top: 0; right: 0; width: 30px; height: 30px;}
  .markBox.on .mark.marks2::after {background: url('/static/front/images/advance/search/icon_chart_on.png');transform: rotate(0); background-size: cover;}
  .search__result__form__keywords .swiper-slide .slide-tit {padding: 0 8px !important;}
  .rankingBox.ranking2 {width: 100%;}

  .search__result__form__list.search_result .proposeBox {width: 100%; top: 55px; padding: 14px;}
  .search__result__form__list.search_result .proposeBox .propose li a {width: 72vw;}

  .search__result__board__item.ebook .conts .title > p {width: 100%;}
  .search__result__board__item.ebook .conts {max-width: 100% !important;}
  .webpages {padding-right: 108px;}
  .search__result__board__item.ebook .img {width: 100px !important; height: 148px !important;}
  .Search_keywords {font-size: 14px;}
  .search__result__msg__group.search_icon {font-size: 18px;}
  .search__result__board__item .conts .desc.ebooks {padding-right: 112px;}
  /*=================== Search 페이지 ====================*/

  /*=================== K프랜즈 페이지 ====================*/
  .kfriendsBtn {width: 100%; height: 100%; padding: 20px 20px 0;}
  .logoinBtn.pc {display: none;}
  .logoinBtn.mo {margin: 10px; width: 94%; padding: 14px 20px;}
  .headerMenuBackground {background-color: transparent !important;}
  .serviceBox {width: auto !important; font-size: 16px; padding: 0 16px;}
  .serviceBox p {line-height: 22px;}

  #popupDiv2 {width: 90vw; padding: 50px 15px 17px;}
  .pupTit strong {font-size: 20px;}
  #popupDiv2 #popCloseBtn {right: 0; top: -30px; background: url(/static/front/images/advance/survey/icon_close.png) no-repeat; width: 17px; height: 17px; background-size: cover;}
  #popupDiv2 .pupContent {font-size: 14px; padding: 30px 18px;}
  #popupDiv2 .point > span {font-size: 14px;}
  #popupDiv2 .pupTit {padding-bottom: 30px;}
  #popupDiv2::before {height: 126px; width: 88px;}
  #popupDiv2::after {background: url(/static/front/images/advance/kfriends/m_icon_character2.png); width: 59px; background-size: cover; height: 194px; top: 133px;}

  /* 회원가입 */
  .greetBox {font-size: 17px; line-height: 22px; padding: 20px 0 40px;}
  .writhing {line-height: 22px; padding: 35px 0 10px;}
  .writhing strong {font-size: 17px; padding-bottom: 15px;}
  .collecting {line-height: 19px;}

  .joinCheck.kfriends2 {padding-top: 30px;}
  .conBox {margin-top: 45px !important;}
  /*=================== K프랜즈 페이지 ====================*/
}

@media screen and (max-width:768px) {
  .surveyTit h1 {text-align: left;}
}
