@charset "utf-8";
/* 파트너사 */
input[type=checkbox].go-link-input ~ input[type=text] { cursor: not-allowed; pointer-events: none; margin-left: 10px; background: #efefef; }
input[type=checkbox].go-link-input:checked ~ input[type=text] { cursor: auto; pointer-events: all; background: #fff; }
