/* 가이드 공통 */
section.guide_pop {
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
}

.guide_pop .popContentContainer {
  top: 18px;
  height: 680px;
}

.guide_pop .popupguidBox {
  border-radius: 0;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
}

/* 타이틀 */
.guide_pop .popupDesignBox .guidetext {
  position: relative;
  width: 325px;
  height: 54px;
  background-color: #0f9aba;
  font-size: 23px;
  text-align: center;
  line-height: 58px;
  border-radius: 20px; 
  color: #fff;
  font-family: 'GmarketB';
}

.guide_pop .popupDesignBox .guidetext span {
  position: absolute;
  background-color: #fff;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  top: 9px;
  left: 15px;
}
.guide_pop .popupDesignBox .guidetext span:nth-of-type(2) {
  left: auto; 
  right: 15px;
}

/* 타이틀 다음 요소와 간격 */
.guide_pop .popupguidBox>*:nth-of-type(2) {margin-top: 40px;}

.guide_pop .popupDesignBox .sliderContentContainer{
  border: 2px solid #fff;
  width: 100%;
  height: 100%;
  position: relative;
  border-radius: 15px 15px 0 0;
}

.guide_pop .popupDesignBox .guide_flexBox {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
}

.guide_pop .popupDesignBox .guide_flexBox > div {
  /* position: absolute;   */
  display: flex;
  align-items: flex-start;
  justify-content: center;
  width: 1170px;
  height: auto;
}
.guide_pop .popupDesignBox .guide_flexBox > div+div {
  margin-top: 30px;
}

/* 닫기버튼 */
.guide_pop .closePopBtn {
  position: absolute;
  top: 0;
  right: 21px;
  border: 4px solid #0f9aba;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  background: none;
  z-index: 10;
}

.guide_pop .closePopBtn::before, .guide_pop .closePopBtn::after {
  content: '';
  width: 24px;
  height: 4px;
  border-radius: 20px;
  background: #0f9aba;
  position: absolute;
  top: calc(50% - 2px);
  left: calc(50% - 12px);
  transform: rotate(45deg);
}

.guide_pop .closePopBtn::after {
  transform: rotate(-45deg);
}

.guide_pop .closePopBtn.hover {
  background-color: #0f9aba;
  border: 4px solid #fff;
}
.guide_pop .closePopBtn.hover::before,
.guide_pop .closePopBtn.hover::after {
  background-color: #fff;
}

/* 가이드 내용 */
.guide_pop .popupDesignBox .guide_flexBox > div .guide_rightBox {
  margin-left: 50px; 
  width: 500px;
}
.guide_pop .popupDesignBox .guide_flexBox > div p{  
  font-size: 17px;
  color: #fff;
  font-family: "NanumSquareRoundM";
  text-align: left;
}

.guide_pop .popupDesignBox .guide_flexBox > div p+p {
  margin-top: 20px;
}

.guide_pop .popupDesignBox .guide_flexBox .guide_leftBox {
  width: 500px;
}
.guide_pop .popupDesignBox .guide_flexBox .guide_leftBox img {
  border: 2px solid #33cccc; 
  border-radius: 20px;
}

.guide_pop .popupDesignBox .guide_flexBox > div .title {
  font-family: "GmarketM";
  font-size: 18px;
  color: #fff;
  text-align: left;
  margin-bottom: 15px;
}
.guide_pop .popupDesignBox .guide_flexBox > div .title p {
  background-color: #0f9aba;
  display: inline-block;
  width: 80px;
  border-radius: 10px 25px 10px 10px;
  line-height: 45px;
  height: 40px;
  text-align: center;
}
.guide_pop .popupDesignBox .guide_flexBox > div .title p > span {
  font-size: 24px;
  font-weight: bold;
}

/* 탭이동형 */


.guide_pop .guide_tab .popupDesignBox .sliderContainer{
  margin-top: -2px;
  height: 565px;
}

/* 탭버튼 */
.guide_pop .popupDesignBox .guideTagWrap {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  z-index: 10;
  width: 100%;
  margin-top: 10px;
}

.guide_pop .guide_tab .popupDesignBox .guideTagWrap button {
  position: relative;
  background: #bcd2f1;
  color: #4b69a8;
  font-family: "GmarketB";
  font-size: 22px;
  min-width: 120px;
  width: auto;
  height: 45px;
  border-radius: 10px 36px 0px 0px;
  line-height: 45px;
  text-align: center;
  padding: 4px 20px 0 15px;
}

.guide_pop .guide_tab .popupDesignBox .guideTagWrap button+button {
  margin-left: 6px;
}

.guide_pop .guide_tab .popupDesignBox .guideTagWrap .selected {
  background: #fff;
  color: #0f3077;
  pointer-events: none;
  height: 50px;
  padding: 6px 20px 0 15px;
}

.guide_pop .guide_tab .popupDesignBox .guideTagWrap .selected::after {
  content: '';
  width: 7px;
  height: 7px;
  position: absolute;
  top: 8px;
  left: 8px;
  background: #0f3077;
  border-radius: 50%;
}

.guide_pop .guide_tab .popupDesignBox .guideTagWrap .guideTag:hover { 
  background-color: #fff; 
  color: #0f3077;
}

/* 슬라이드형 */
/* .guide_pop .guide_slider {} */

/* 다음, 이전버튼 */
.guide_pop .giudePrevious,
.guide_pop .giudeNext{
  position: absolute;
  bottom: 10px; right: 15px;
  width: 38px; height: 38px;
  border-radius: 50%;
  background: #fff url(../images/guide/arrow_l.png) no-repeat 8px center/18px;
}
.guide_pop .giudePrevious {
  right: 62px;
}
.guide_pop .giudeNext {
  background: #fff url(../images/guide/arrow_r.png) no-repeat 12px center/18px;
}

.guide_pop .giudePrevious.hover {
  background: #0f9aba url(../images/guide/arrow_l_on.png) no-repeat 8px center/18px;
}
.guide_pop .giudeNext.hover {
  background: #0f9aba url(../images/guide/arrow_r_on.png) no-repeat 12px center/18px;
}

.guide_pop .guide_slider .sliderContentContainer>li:first-child .giudePrevious,
.guide_pop .guide_slider .sliderContentContainer>li:last-child .giudeNext{
  pointer-events: none;
  cursor: auto;
  opacity: 0.5;
  filter: contrast(0.5);
}


/* 연필 모양 버튼 */
.guide_textBox p .guide_pen {
  display: inline-block;
  background: #fff url(../images/guide/guide_pen.png) no-repeat 6px center/ 28px;
  width: 38px;
  height: 38px;
  border-radius: 10px;
  vertical-align: middle;
}

/* 지우개 모양 버튼 */
.guide_textBox p .guide_eraser {
  display: inline-block;
  background: #fff url(../images/guide/guide_eraser.png) no-repeat 6px center/ 28px;
  width: 38px;
  height: 38px;
  border-radius: 10px;
  vertical-align: middle;
}

.guide_textBox p .guide_eraser2 {
  display: inline-block;
  background: #fff url(../images/guide/guide_eraser2.png) no-repeat 6px center/ 28px;
  width: 38px;
  height: 38px;
  border-radius: 10px;
  vertical-align: middle;
}

/* 선분 모양 버튼 */
.guide_textBox p .guide_line {
  display: inline-block;
  background: #5C8FF4 no-repeat 11px center/ 40px;
  width: 76px;
  height: 29px;
  border-radius: 5px;
  vertical-align: middle;
  text-align: center;
  font-size: 14px;
  font-family: "GmarketM";
  padding-top: 3px;
}