div.ch_ko_startBtn{z-index: 100000;position:fixed;bottom:10px;right:10px;width:75px;height:75px;-webkit-box-shadow:0px -6px 33px 0px rgba(166,166,166,1);-moz-box-shadow:0px -6px 33px 0px rgba(166,166,166,1);box-shadow:0px -6px 33px 0px rgba(166,166,166,1);border-radius:200px 200px 200px 200px;-moz-border-radius:200px 200px 200px 200px;-webkit-border-radius:200px 200px 200px 200px;border:0px solid #000000;background:rgb(45, 58, 101);cursor:pointer;}
div.ch_ko_openState{position:absolute;width:100%;height:100%;text-align:center;padding-top:15px;box-sizing:border-box;}
div.ch_ko_closeState{position:absolute;width:100%;height:100%;text-align:center;padding-top:25px;opacity:0;box-sizing:border-box;}
.ch_ko_fadeIn{-webkit-animation-name:ch_ko_fadeIn;animation-name:ch_ko_fadeIn;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both;}
@-webkit-keyframes ch_ko_fadeIn{
	0%{opacity:0;}
	100%{opacity:1;}
}
@keyframes ch_ko_fadeIn{
	0%{opacity:0;}
	100%{opacity:1;}
}
.ch_ko_fadeOut{-webkit-animation-name:ch_ko_fadeOut;animation-name:ch_ko_fadeOut;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both;}
@-webkit-keyframes ch_ko_fadeOut{
	0%{opacity:1;}
	100%{opacity:0;}
}
@keyframes ch_ko_fadeOut{
	0%{opacity:1;}
	100%{opacity:0;}
}
div.ch_ko_frameBox{overflow: hidden;position:fixed;bottom:95px;right:10px;width:350px;height:550px;-webkit-box-shadow:0px -6px 33px 0px rgba(166,166,166,1);-moz-box-shadow:0px -6px 33px 0px rgba(166,166,166,1);box-shadow:0px -6px 33px 0px rgba(166,166,166,1);border-radius:45px 45px 45px 45px;-moz-border-radius:10px 10px 10px 10px;-webkit-border-radius:10px 10px 10px 10px;border:0px solid #000000;z-index:9999;}
iframe.ch_ko_frame{margin:0;padding:0;border:0;height:100%;width:100%;border-radius:10px 10px 10px 10px;-moz-border-radius:10px 10px 10px 10px;-webkit-border-radius:10px 10px 10px 10px;border:0px solid #000000;z-index:9999;}

@media screen and (max-width: 370px) {
  div.ch_ko_frameBox {
    bottom:100px;right:0;top:0;left:0;
    width: auto;
    height: auto;
    border-radius:0;-moz-border-radius:0;-webkit-border-radius:0;
  }
}