/*Content CSS*/
#right-side-open { position:absolute; right:0; width:100px; cursor:pointer; border-left:1px solid rgba(255,255,255,0.3); text-align:center; display: inline-block; }
#right-side-open {height:80px;line-height:80px; -webkit-transition: all .3s ease;-moz-transition: all .3s ease;-ms-transition: all .3s ease;-o-transition: all .3s ease;transition: all .3s ease;}
#right-side-open span{display:inline-block;width:20px; height:20px;font-size:20px;line-height:1em;margin-top:-10px; margin-left:-10px; position:absolute; top:50%;left:50%; color:#fff;}
#right-side {background-color:#fff;position:fixed; z-index:100; border-left:1px solid #eee ;top:0;right:-320px;max-width:320px; width:100%; height:100%; color:#FFF; padding:30px;-webkit-transition: right .3s ease;-moz-transition: right .3s ease;-ms-transition: right .3s ease;-o-transition: right .3s ease;transition: right .3s ease; box-sizing:border-box; overflow:auto;}
#right-side .side_gnb .side_btn a {text-align:center; display:block;position:relative;background:#eb6100; color:#fff; font-weight:bold; height:60px;  display: flex;
    align-items: center; justify-content: center; border-radius:30px; margin-top:10px; padding:0;  font-size:16px; font-weight: 400; padding:10px;}
#right-side .side_gnb .side_btn a img {max-height: 100%;}
#right-side #btn-close-right-side {position:absolute;top:20px;right:0;color:#fff;width:60px;text-align:center;line-height:40px; font-size:16px; cursor:pointer}
#right-side #btn-close-right-side .fa.fa-times { font-size:18px; padding-top:20px}
.right-side-on #right-side {right:0;}
/* .right-side-on #wrapper { left:-300px; }
.right-side-on #header { left:-300px; } */
.right-side-on #rs-overlay {display:block;}


#right-side .hd_sch{display: flex; justify-content: space-between; margin-top: 30px;}
#right-side .hd_sch button{width: 40px; height: 40px; text-align: center; background-color: #ed1c24; flex-shrink: 0;}
#right-side .hd_sch button i{color: #fff; font-size: 20px; line-height: 40px;}
#right-side .hd_sch input{flex-grow: 1; font-size: 15px; border: solid 1px #ddd; padding: 0 10px; width: calc(100% - 40px)}
#right-side .hd_sch input:focus, #right-side .hd_sch input:active{outline: none; box-shadow: none; border: solid 1px #ddd !important;}

.quick_menu {width:100%; margin:auto; padding-top:20px}
.quick_menu ul { text-align:center; display: flex; }
.quick_menu li{display:inline-block; border-right:1px solid #ddd; width: 50%; }
.quick_menu li:last-child { border:0}
.quick_menu li a{display:block; box-sizing:border-box; color:#333; letter-spacing:-0.8px; text-align:center; position:relative;  font-size:16px}
.quick_menu li a.on{color:#fff;border-bottom-color:#FF3300;border-bottom-width:2px;border-bottom-style:solid}
.quick_kakao{text-align:center; height:35px; background-color:#ffd800; display:inline-block; clear:both}
.quick_kakao a{display:block;position:relative;background:#ffd800}
.quick_kakao a img{display:block;margin:0 auto}

.side_gnb{position:relative;width:100%;float:left;padding-top:10px;}
.side_gnb p{color:#fff; text-align:center; padding:20px }
.side_gnb .menu-list{display:block;position:relative;border-bottom:1px solid #ddd; margin-top:10px}
.side_gnb .menu-list>li>a{display:block;position:relative;color:#000;font-size:16px;line-height:26px;padding:12px 10px;border-top:1px solid #ddd; text-decoration:none;font-weight: 500; letter-spacing: -.3px;}
/* .side_gnb .menu-list>li:first-child {display: none;} */
.side_gnb .menu-list>li>a i{display:none;position:absolute;top:50%;transform:translateY(-75%) rotate(135deg);-webkit-transform:translateY(-75%) rotate(135deg);right:1.5em;width:5.31%;max-width:32px;border:1px solid rgba(0,0,0,.2);border-left-width:0;border-bottom-width:0;transition:transform .3s ease;-webkit-transition:-webkit-transform .3s ease;-ms-transition:transform .3s ease; }
.side_gnb .menu-list>li.on>a i{-webkit-transform:translateY(-25%) rotate(315deg);transform:translateY(-25%) rotate(315deg)}
.side_gnb .menu-list>li>a i:before{content:"";display:block;position:relative;padding-top:100%}
.side_gnb .depth-2{display:none;}
.side_gnb .depth-2>li { background-color:#f1f1f1; }
.side_gnb .depth-2>li>a{display:block;font-size:14px; font-weight: 300; line-height: 24px ; padding:10px 15px;border-bottom:1px solid #fff; color:#444; font-weight: 400; }
.side_gnb .menu-list>li.ircc>a{color: #aa1736;}

.m_divice_btn {padding-top:30px;}
.m_divice_btn a{font-size:8pt;}
.m_divice_btn .btn_area{border:1px solid #333;padding:6px;}
.m_divice_btn .btn_area.active{background-color:#333;}
#open-button{position: relative; background-color: #ed1c24; }
#open-button.on{background-color: transparent; }
#open-button div{display: none;}
#open-button.on div{display: block;}
#open-button i{display: none;}

#right-side .btns {display: flex; justify-content: space-between; line-height: 1.2; flex-wrap:wrap;  margin-top: 15px;}
#right-side .btns li {width: calc(50% - 3px); }
#right-side .btns li a {display: block; width: 100%; padding: 10px; background: #000; color:#fff; text-align: center; font-size: 13px; text-transform: uppercase;
height: 100%; display: flex; align-items: center; justify-content: center;}
#right-side .btns li.active a {background: #ed1c24;}
#right-side .btns li a i {margin-right: 3px;}
@media screen and (max-width:1200px) {

}

@media screen and (max-width: 1024px) {
    #open-button{position:fixed; top:0px; z-index:101;right:0; width:60px; height:60px;-webkit-transition:all .3s ease-out;-moz-transition:all .3s ease-out;-o-transition:all .3s ease-out;transition:all .3s ease-out;cursor:pointer;display:flex; align-items: center; justify-content: center; }
    #open-button .navicon-line{width:20px;height:2px;border-radius:1px;background:#fff;-webkit-transition:all .7s ease-out;-moz-transition:all .7s ease-out;-o-transition:all .7s ease-out;transition:all .7s ease-out; position: relative;}
    #open-button  i{font-size: 25px; color: #fff; display: block;}
    #open-button .nl1 {width:23px;}
    #open-button .nl2 { width:23px; margin:5px 0;}
    #open-button .nl3 { width:23px;}
    #open-button.on i{display: none;}
    #open-button.on .navicon-line{display: block;}
    #open-button.on>div>div{transform:rotate(225deg);-ms-transform:rotate(225deg);-webkit-transform:rotate(225deg);width:20px;margin:0;padding:0;background-color:#ed1c24;}
    #open-button.on>div>div:first-child{transform:rotate(135deg);-ms-transform:rotate(135deg);-webkit-transform:rotate(135deg);  top: 2px;}
    #open-button.on>div>div:last-child {top: -2px;}
    #open-button.scrolled .navicon-line {background-color: #ed1c24;}
    #open-button.on.scrolled >div>div{background-color:#fff;}
}

@media screen and (max-width: 480px) {
    #open-button{width: 60px;}

}
