@import url('https://fonts.googleapis.com/css?family=Noto+Sans+KR:300,400,500,700&display=swap');

html,body{margin: 0;padding: 0}
button,input[type="submit"]{cursor: pointer}
*{font-family: 'Noto Sans KR', sans-serif}
a{text-decoration: none}
a:hover{color:#fff}

.popdict{
   max-width: 742px;
   margin: 0;
   height: 639px;
   display: block;
   background: url(/images/popdict_bg.png) center center no-repeat;
   padding: 146px 29px 15px 29px;
   position: relative;
}
.popdicttl{
   display: block;
   width:547px;
   height:124px;
   text-indent: -9999px;
   background: url(/images/popdict_title.png) center center no-repeat;
   position: absolute;
   top: 41px;
   left: 33px;
}

.lpclose{height: 41px;width: 41px;background:url(/images/lpclose.png) center center no-repeat; position: absolute;top: 12px;right: 28px}
 
.popdict .srchWrap{display: block;padding: 37px 39px 31px 39px;width: auto;background: #847559;}
.popdict .srchWrap .srchUp{max-width: 664px;height: 38px;display: block;float: none;margin-bottom: 22px}
.popdict .srchWrap .keyword{width: 103px;display: inline-block;text-align: center;float: left;line-height: 38px;font-weight: 400;background: #fff;margin-right:19px;border-radius:19px}
.popdict .srchWrap .keyword span{font-size: 16px; color:#847559; font-weight: 700}
.popdict .srchWrap .srchUp>div{display: block;overflow: hidden}
.popdict .srchWrap .srchUp .srchBar{width: 100%;height: 38px;display: block;position: relative;float: left;overflow: hidden}
.popdict .srchWrap .srchUp .srchBar input[type="text"]{width: 100%;height: 38px;display: block;border: 0;border-bottom: 3px solid #fff;padding: 0;background:transparent;box-sizing: border-box;color:#fff;font-size: 16px}
.popdict .srchWrap .srchUp .srchBar input::placeholder{color:#fff; font-size: 16px}
.popdict .srchWrap .srchUp .srchBar input[type="submit"]{width: 28px;height: 29px; display: block;background:url(/images/srchbtn.png) center center no-repeat;border:none;position: absolute;top: 1px;right: 2px; text-indent: -9999px}

.popdict .srchWrap .srchDown{width: 100%;}
.popdict .srchWrap .srchDown .sekinWrap{overflow: hidden;/position: relative;}
.popdict .srchWrap .srchDown .sekinWrap .sekin{float: left;width: 35px;height: 35px;display: block;background: #fff;margin-right: 4px;margin-bottom: 4px; text-align: center}
.popdict .srchWrap .srchDown .sekinWrap .sekin a{display:block;font-size: 16px;line-height: 35px;color:#847559; font-weight: 700}
.popdict .srchWrap .srchDown .sekinWrap .sekin.on{background: #564c3a}
.popdict .srchWrap .srchDown .sekinWrap .sekin.on a{color:#fff}
.popdict .srchWrap .srchDown .sekinWrap .sekin:hover{background: #564c3a}
.popdict .srchWrap .srchDown .sekinWrap .sekin:hover a{color:#fff}
.popdict .srchWrap .srchDown .sekinWrap .sekin:last-child{margin-right: 0}

.popdict .dictcon{max-width: 656px;height: 379px;margin-top: 11px;padding: 35px 43px 48px 43px;display: block;overflow: hidden;background: #fff;position: relative}
.popdict .dictcon .conarea{height: 92%;box-sizing:border-box;display: block;overflow: auto;position: relative;z-index: 1}
.popdict .dictcon .conarea p{margin:0}
.popdict .dictcon span{display: block;font-size: 23px;color:#2e52b7;font-weight: 500;text-align: left;position: relative;margin-bottom: 14px;z-index: 1}

.popdict .dictcon .conline{
   display: block;
   width: 50%;
   height: 50%;
   position: absolute;
   top: 0px;
   left: 0px;
   -webkit-transform-origin: 100% 100%;
   -moz-transform-origin: 100% 100%;
   -ms-transform-origin: 100% 100%;
   -o-transform-origin: 100% 100%;
   transform-origin: 100% 100%;
   }
.popdict .dictcon .conline:before{content:"";width:18px;height:18px;display: block;border: 2px solid #b8aaa0;border-top:0px;border-left:0px;position: absolute;top: 9px;left: 9px}
.popdict .dictcon .conline:after{content:"";width:18px;height:18px;display: block;border: 2px solid #b8aaa0;border-bottom:0px;border-right:0px;position: absolute;top: 20px;left: 20px}

.popdict .dictcon .conline:nth-of-type(2){
   -moz-transform:scaleX(-1);
   -o-transform:scaleX(-1);
   -webkit-transform:scaleX(-1);
   transform:scaleX(-1);
   filter:Flip H;
   -ms-filter:Flip H;
}
.popdict .dictcon .conline:nth-of-type(3){transform:rotate(180deg)}
.popdict .dictcon .conline:nth-of-type(4){
   -moz-transform:rotate(180deg) scaleX(-1);
   -o-transform:rotate(180deg) scaleX(-1);
   -webkit-transform:rotate(180deg) scaleX(-1);
   transform:rotate(180deg) scaleX(-1);
   filter:Flip H;
   -ms-filter:Flip H;
}
.popdict .dictcon .conline>div{
    display: block;
    border: 2px solid #b8aaa0;
    border-bottom: 0px;
    border-right: 0px;
    width: 100%;
    height: 100%;
    margin: 16px 0px 0px 16px;
}

.popdict .dictcon .dictlist{display: block;width: 100%;height: 100%;position: relative;overflow: auto;z-index: 1}
.popdict .dictcon .dictlist ul{width: 100%;display: block;padding: 0}
.popdict .dictcon .dictlist ul li{display: inline-block;list-style: none;float: left;width: 29%;padding: 2px 1.08%;line-height:24px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-align:left}
.popdict .dictcon .dictlist ul li a,.popdict .dictcon .dictlist ul li a:active,.popdict .dictcon .dictlist ul a:hover{color:#000}
.popdict .dictcon .dictlist ul li a:before{display: inline-block;content:"";width:2px;height:2px;background:#000;position: relative;top: -5px;margin-right: 5px}

@media all and (max-width:799px){
   .popdict .dictcon{
   height: 323px;
   }
}

@media (max-width: 720px){
   .popdicttl{
    width: 488px;
    height: 112px;
    background: url(/images/popdict_title.png) left top no-repeat;
    background-size: contain;
    top: 23px;
    left: 35px;
     }
   .popdict{
   padding: 117px 29px 44px 29px;
   }
   .popdict .dictcon{
   height: 353px;
   }
}

@media (max-width: 651px){
   .popdicttl{
    width: 405px;
    top: 25px;
    left: 34px;
 }
   .popdict{
   padding: 102px 29px 59px 29px;
   }
   .popdict .dictcon{
   height: 361px;
   }
   .popdict .dictcon .dictlist ul li{width: 45%;padding: 2px 2.5%}
}

@media all and (max-width:530px){
   .popdict{
   padding: 81px 29px 80px 29px;
   }
   .popdicttl{
   width: 363px;
   height: 77px;
   background: url(/images/popdict_title.png) -268px top no-repeat;
   background-size: inherit;
   top: -2px;
   }

   .popdict .dictcon{
   height: 350px;
   }

}

@media all and (max-width:452px){
   .popdict{
   padding: 72px 19px 89px 19px;
   }
   .popdicttl{
   width: 424px;
   height: 68px;
   background: url(/images/popdict_title.png) -221px top no-repeat;
   background-size: cover;
   left: 19px;
   top: 7px;
   }
   .lpclose{
   top: 21px;
   right: 19px;
   }
   .popdict .srchWrap{
    padding: 21px 23px 15px 23px;
 }

    .popdict .dictcon{
    padding: 21px 23px 15px 23px;
    height: 416px;
    }
    .popdict .dictcon .conarea{
   height: 84%;
    }
    .popdict .dictcon .conline:before,.popdict .dictcon .conline:after{
   width: 12px;
   height: 12px;
   }
    .popdict .dictcon .conline:before{
   top: 1px;
   left: 1px;
   }
    .popdict .dictcon .conline:after{
   top: 8px;
   left: 8px;
   }
    .popdict .dictcon .conline>div{
   margin: 5px 0px 0px 5px;
   }
}

@media all and (max-width:414px){
   .popdicttl{
   width: 393px;
   background: url(/images/popdict_title.png) -208px top no-repeat;
   background-size: cover;
   top: 10px;
   }

    .popdict .srchWrap .keyword{
   margin-right: 9px;
    }
   .popdict .srchWrap .srchDown{
   text-align: center;
   }
 
}

@media all and (max-width:408px){

   .popdict .srchWrap .keyword{
    width: 96px;
    line-height: 35px;
    }
    .popdict .srchWrap .keyword span{
   font-size: 15px;
    }
   .popdict .srchWrap .srchDown .sekinWrap .sekin{
   width: 29px;
   height: 29px;
   }
   .popdict .srchWrap .srchDown .sekinWrap .sekin a{
   line-height: 29px;   
   font-size: 15px;
   }
   .popdict .dictcon{
    height: 436px;
    }
    .popdict .dictcon .dictlist ul li{line-height: 17px}
    .popdict .dictcon .dictlist ul li a{font-size: 14px}

}
@media (max-width: 380px){
   .popdict{
   padding: 61px 19px 100px 19px;
   }
   .lpclose{
   top: 11px;
   width: 34px;
   height: 34px;
   background-size: cover;
   }
   .popdicttl{
   width: 336px;
   background: url(/images/popdict_title.png) -177px top no-repeat;
   background-size: cover;
   height: 44px;
   top: 6px;
   }
   .popdict .srchWrap{
   padding: 15px 14px 9px 14px;
   }
   .popdict .dictcon{
    padding: 15px 14px 9px 14px;
    height: 473px;
    }
}
@media (max-width: 345px){
   .popdict{
   padding: 61px 19px 68px 19px;
   height: 671px;
   }

   .popdict .srchWrap .keyword{
   background: none;
   width: 74px;
   }
   .popdict .srchWrap .keyword span{
   color: #fff;
   font-size: 16px;
   }
   .popdict .srchWrap .srchUp{
   margin-bottom: 0px;
   }
   .popdict .srchWrap .srchDown .keyword{
   margin-bottom: 0px;
   text-align: left;
   }
   .popdict .dictcon{
    padding: 15px 14px 9px 14px;
    height: 502px;
    }
    .popdict .srchWrap .srchDown .sekinWrap{margin-top:15px}
    .popdict .srchWrap .srchDown .keyword{position:relative;top:-3px}
    
    .popdict .dictcon .dictlist ul li a{font-size: 13px}
}